Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make wording a bit more general #19

Merged
merged 1 commit into from May 29, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="3 day Ember.js Workshop in Munich May 30th to June 1st"/>
<meta name="description" content="Ember.js Workshops by simplabs"/>
<meta name="keywords" content="ember,ember.js,ember workshop,ember training,ember.js workshop,ember.js training,ember consulting,ember.js consulting" />
<meta name="language" content="en"/>
<meta name="content-language" content="en"/>
Expand Down
22 changes: 11 additions & 11 deletions index.html
Expand Up @@ -11,7 +11,7 @@
</div>
<div class="row">
<div class="col-xs-10 col-xs-offset-1">
<h1><span>Ember.js Workshop</span></h1>
<h1><span>Ember.js Workshops</span></h1>
<h2>Learn how to build <strong>ambitious Ember.js applications</strong> from the simplabs team.</h2>
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
Expand All @@ -27,7 +27,7 @@ <h4>Sign up to be notified about future dates and locations</h4>
</div>
</div>
</form>
<h4>We also <strong>offer the workshop on-site</strong> for you and your team - <a href="mailto:info@simplabs.com?subject=Ember.js Workshop - On-Site">contact us for details</a>.</h4>
<h4>We also <strong>offer workshops on-site</strong> for you and your team - <a href="mailto:info@simplabs.com?subject=Ember.js Workshop - On-Site">contact us for details</a>.</h4>
</div>
</div>
</div>
Expand All @@ -36,15 +36,14 @@ <h4>We also <strong>offer the workshop on-site</strong> for you and your team -
</div>
<div class="row synopsis section">
<div class="col-xs-10 col-xs-offset-1 col-md-3 col-md-offset-2 col-sm-3 col-sm-offset-1">
<h3>The Workshop</h3>
<h3>The Workshops</h3>
</div>
<div class="col-xs-10 col-xs-offset-1 col-md-5 col-md-offset-0 col-sm-6">
<div class="row">
<div class="col-sm-12">
<p>This 3 day workshop <strong>takes participants through building a full Ember.js application</strong> using modern and idiomatic Ember.js patterns like <strong>Data down, Actions up, contextual components, closure actions</strong> etc.</p>
<p>While no previous Ember.js knowledge is required, participants <strong>should be familiar with things like JavaScript, jQuery, HTML, CSS and AJAX</strong> as well as the general concept of MVC.</p>
<p>We also offer <strong>diversity scholarships</strong> for people in underrepresented groups in the tech community.</p>
<p>Lunch, drinks etc. at the Venue are included in the ticket price and <strong>there will be a Welcome Party</strong> on the first evening 🍻!</p>
<p>We organize workshops that teach participants <strong>how to build ambitious Ember.js applications</strong> using modern and and idiomatic Ember.js patterns.</p>
<p>Our workshops <strong>range from beginner trainings</strong> in which we take participants through building a full Ember.js application <strong>to advanced workshops</strong> on techniques like composition of complex component hierarchies and Data Down, Actions Up, FastBoot, performance optimizing applications etc.</p>
<p>We offer <strong>diversity scholarships</strong> for people in underrepresented groups in the tech community for all of our Workshops - <a href="mailto:info@simplabs.com?subject=Ember.js Workshop - Diversity Scholarship">contact us to apply</a>!</p>
</div>
</div>
<div class="row">
Expand Down Expand Up @@ -76,24 +75,25 @@ <h3>The Workshop</h3>
</div>
<div class="row topics section">
<div class="col-xs-10 col-xs-offset-1 col-md-3 col-md-offset-2 col-sm-3 col-sm-offset-1">
<h3>Itinerary</h3>
<h3>Topics</h3>
</div>
<div class="col-xs-10 col-xs-offset-1 col-md-offset-0 col-md-5 col-md-offset-0 col-sm-6">
<ol>
<ul>
<li>Introduction to Ember and Ember CLI</li>
<li>The Ember Object Model, Computed Properties and Observers</li>
<li>Anatomy of an Ember.js Application</li>
<li>Templates and Actions</li>
<li>Ember Routing in detail</li>
<li>Ember Data and JSON API</li>
<li>Components and Component Composition</li>
<li>Components and Component Composition/DDAU</li>
<li>Ember Services</li>
<li>Testing - Unit, Integration and Acceptance tests</li>
<li>Addons and Dependencies</li>
<li>Authentication and Authorization</li>
<li>Deployment</li>
<li>FastBoot</li>
<li>Real Time Data and Websockets</li>
</ol>
</ul>
</div>
</div>
<div class="row venue section">
Expand Down