Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brockallen committed Oct 21, 2016
1 parent f9b7b92 commit cca0583
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 35 deletions.
21 changes: 4 additions & 17 deletions css/Site.css
Original file line number Diff line number Diff line change
Expand Up @@ -193,24 +193,11 @@ h1, h2, h3, h4, h5, h6 {
width:300px;
text-align: center;
}
.dates dl {
text-align: center;
font-size: 120%;
}

.dates dt {
display: inline-block;
width: 33%;
text-align: right;
.dates .date {
font-weight: bold;
padding-bottom: 10px;
}
.dates dt::after {
content:':';
margin-bottom: 10px;
}
.dates dd {
text-align: left;
display: inline-block;
width: 65%;
.dates .info {
margin-bottom: 10px;
}

65 changes: 47 additions & 18 deletions training/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h3>Training</h3>
<div class="features" id="features">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-push-2">
<div class="col-md-8 col-md-offset-2">
<h2>Identity and Access Control for Modern Applications and APIs using ASP.NET Core</h2>

<p>Modern application design has changed quite a bit in recent years. “Mobile-first” and “cloud-ready” are the types of applications you are expected to develop. Also, to keep pace with these demands, Microsoft has revamped their complete web stack with ASP.NET Core 1.0 to meet these architectural demands.</p>
Expand All @@ -52,24 +52,53 @@ <h2>Identity and Access Control for Modern Applications and APIs using ASP.NET C
</div>
</div>

<h2>Upcoming Dates</h2>
<div class="row dates">
<div class="col-md-8 col-md-push-2">
<h2>Upcoming Dates</h2>

<dl>
<dt>November, 2016 London</dt>
<dd>2 days at <a href='http://www.devintersection.com/'>DEVintersection</a> with Brock</dd>
<dt>November, 2016 London</dt>
<dd>3 days at <a href='http://sddconf.com/identity_access_control/'>SDD Deep Dive</a> with Brock and Dominick</dd>
<dt>January, 2017 London</dt>
<dd>2 days at <a href='http://ndc-london.com/workshop/identity-access-control-for-modern-web-applications-and-apis/'>NDC London</a> with Brock and Dominick</dd>
<dt>February, 2017 Copenhagen</dt>
<dd>2 days at <a href='http://cph.ndcmini.com/workshop/identity-access-control-for-modern-web-applications-and-api/'>NDC Copenhagen</a> with Dominick</dd>
<dt>April, 2017 Stockholm</dt>
<dd>2 days at <a href='http://www.cornerstone.se/kurser/systemutveckling/webbutveckling/masterclass-identity-access-control-for-modern-web-applications-and-apis-using-asp.net-core-1.0-with-dominick-baier'>Cornerstone</a> with Dominick</dd>
<dt>May, 2017 Oslo</dt>
<dd>2 days at <a href='http://programutvikling.no/en/course/identity-access-control-for-modern-web-applications-and-apis/'>ProgramUtvikling</a> with Dominick</dd>
</dl>
<div class="col-md-3 col-md-offset-3 date">
November, 2016 Las Vegas
</div>
<div class="col-md-4 info">
2 days at <a href='http://www.devintersection.com/'>DEVintersection</a> with Brock
</div>
</div>
<div class="row dates">
<div class="col-md-3 col-md-offset-3 date">
November, 2016 London
</div>
<div class="col-md-4 info">
3 days at <a href='http://sddconf.com/identity_access_control/'>SDD Deep Dive</a> with Brock and Dominick
</div>
</div>
<div class="row dates">
<div class="col-md-3 col-md-offset-3 date">
January, 2017 London
</div>
<div class="col-md-4 info">
2 days at <a href='http://ndc-london.com/workshop/identity-access-control-for-modern-web-applications-and-apis/'>NDC London</a> with Brock and Dominick
</div>
</div>
<div class="row dates">
<div class="col-md-3 col-md-offset-3 date">
February, 2017 Copenhagen
</div>
<div class="col-md-4 info">
2 days at <a href='http://cph.ndcmini.com/workshop/identity-access-control-for-modern-web-applications-and-api/'>NDC Copenhagen</a> with Dominick
</div>
</div>
<div class="row dates">
<div class="col-md-3 col-md-offset-3 date">
April, 2017 Stockholm
</div>
<div class="col-md-4 info">
2 days at <a href='http://www.cornerstone.se/kurser/systemutveckling/webbutveckling/masterclass-identity-access-control-for-modern-web-applications-and-apis-using-asp.net-core-1.0-with-dominick-baier'>Cornerstone</a> with Dominick
</div>
</div>
<div class="row dates">
<div class="col-md-3 col-md-offset-3 date">
May, 2017 Oslo
</div>
<div class="col-md-4 info">
2 days at <a href='http://programutvikling.no/en/course/identity-access-control-for-modern-web-applications-and-apis/'>ProgramUtvikling</a> with Dominick
</div>
</div>

Expand Down

0 comments on commit cca0583

Please sign in to comment.