Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Update to point to latest news in annovement
Browse files Browse the repository at this point in the history
  • Loading branch information
avanderhoorn committed May 11, 2017
1 parent a8884a9 commit cbdfd49
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions source/Glimpse.Site/Content/Site.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,10 @@ h4 { font-weight: bold; }

.jumbotron-banner {
height: 300px;
background-color:#323d42;
background-color: #383838;
position: relative;
padding: 1px 0 0 0;
color: #fff;
color: #f7f7f7;
}
.banner-content, .banner-background, .banner-buttons, .banner-instructions {
-webkit-transition: all 1s ease;
Expand All @@ -233,7 +233,7 @@ h4 { font-weight: bold; }
top: 0px;
}
.banner-content h2, .banner-content .btn, .banner-text, .banner-instructions {
text-shadow: 0 0 0.4em #323d42;
text-shadow: 0 0 0.4em #7b7b7b;
}
.banner-content h2 {
font-size: 3em;
Expand All @@ -242,7 +242,7 @@ h4 { font-weight: bold; }
position: absolute;
height: 300px; width: 100%;
top: 120px;
background:url("./screenshot-banner-v2.jpg") top center no-repeat;
background:url("./ProjectGlimpseNodeEdition.png") top center no-repeat;
-ms-background-size: contain;
background-size: contain;
}
Expand All @@ -258,7 +258,7 @@ h4 { font-weight: bold; }
opacity: 0;
}
.banner-buttons .btn-hollow {
background-color: transparent;
background-color: rgba(50, 50, 50, 0.9);
border-color: #fff;
color: #fff;
-webkit-transition: all .2s ease;
Expand Down Expand Up @@ -286,7 +286,7 @@ h4 { font-weight: bold; }
}
.jumbotron-banner-run .banner-background {
top: 10px;
opacity: 0.25;
opacity: 0.45;
}
.jumbotron-banner-run .banner-content {
top: 30px;
Expand Down Expand Up @@ -316,7 +316,7 @@ h4 { font-weight: bold; }
-webkit-transform: rotate(-45deg);
width: 135px;
display: block;
background: #71B2D1;
background: #43853d;
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 23px; left: -26px;
Expand Down
1 change: 1 addition & 0 deletions source/Glimpse.Site/Glimpse.Site.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@
<Content Include="Content\favicon.png" />
<Content Include="Content\glimpse100.png" />
<Content Include="Content\microsoft.png" />
<Content Include="Content\ProjectGlimpseNodeEdition.png" />
<Content Include="Content\screenshot-banner-v2.jpg" />
<Content Include="Content\_v1\app-sprite-new.png" />
<Content Include="Content\_v1\app-sprite.png" />
Expand Down
9 changes: 4 additions & 5 deletions source/Glimpse.Site/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,16 @@
</div>

<div class="jumbotron jumbotron-banner text-center">
<div class="ribbon"><span>Beta</span></div>
<div class="ribbon"><span>Node.js</span></div>
<div class="banner-container">
<div class="banner-background"></div>
<div class="banner-content">
<h2>Glimpse v2 beta has arrived!</h2>
<h2>Project Glimpse: Node Edition has arrived!</h2>
<div class="banner-text">The next evolution of how we see and develop our applications is here...</div>
<div class="banner-buttons">
<a href="http://blog.getglimpse.com/2015/11/18/glimpse-v2-beta1-released/" class="btn btn-hollow btn-lg" target="_blank">Find out more!</a> <br/>
<div data-videoUrl="//www.youtube.com/embed/5WaTIZXwl84" data-videoTitle="Glimpse Preview" class="btn btn-link action-video">Watch it in action...</div>
<a href="http://node.getglimpse.com/" class="btn btn-hollow btn-lg">Find out more!</a>
</div>
<div class="banner-instructions">You can download the "-prerelease" Glimpse v2 package for ASP.NET 5 RC1 from <a href="https://www.nuget.org/packages/glimpse" class="link" target="_blank">NuGet</a>. Full download <a href="http://blog.getglimpse.com/2015/11/19/installing-glimpse-v2-beta1/" class="link" target="_blank">instructions here</a>.</div>
<div class="banner-instructions">Spend less time debugging and more time developing.</div>
</div>
</div>
</div>
Expand Down

0 comments on commit cbdfd49

Please sign in to comment.