Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
@{
ViewBag.Title = "Cool Rap";
}
<div class="jumbotron">
<h2>
"Look, if you had, one shot, or one opportunity,
</h2>
<h2>
To seize every build you ever wanted.
</h2>
<h2>In one moment would you capture it, or just let it slip? </h2>
<h2>
Yo."
</h2>

<h3><a href="https://au.linkedin.com/in/damiangrasso">Damian Grasso's LinkedIn</a></h3>
</div>
1 change: 1 addition & 0 deletions src/DDDBrisbane2016.Web/DDDBrisbane2016.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@
<Content Include="Areas\Slideshow\Views\Present\WelcomeAka.cshtml" />
<Content Include="Areas\Slideshow\Views\Present\Sponsors.cshtml" />
<Content Include="Areas\Slideshow\Views\Present\Feedback.cshtml" />
<Content Include="Areas\Slideshow\Views\Present\CoolRap.cshtml" />
<None Include="Scripts\jquery-3.1.1.intellisense.js" />
<Content Include="Scripts\bootstrap.js" />
<Content Include="Scripts\bootstrap.min.js" />
Expand Down
1 change: 1 addition & 0 deletions src/DDDBrisbane2016.Web/SlideShow/AndrewsSlideSequence.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public AndrewsSlideSequence() : base(
"Welcome",
"WelcomeAka",
"AboutMe",
"CoolRap",
"Sponsors",
"HowToPlay",
"StyleMe",
Expand Down