forked from StartupShell/web-2015
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
77f39b9
commit 1a19542
Showing
6 changed files
with
208 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,161 @@ | ||
.page-demoday { | ||
.hero { | ||
background-image: url(/assets/demoday-hero.jpg); | ||
background-position: center 20%; | ||
background-repeat: no-repeat; | ||
} | ||
.area { | ||
@include media($mobile) { | ||
margin-bottom: 2*$space; | ||
} | ||
@include media($tablet) { | ||
margin-bottom: 3*$space; | ||
} | ||
.description { | ||
@include media($mobile) { | ||
@include span-columns(4); | ||
margin-bottom: $space; | ||
} | ||
@include media($tablet) { | ||
@include span-columns(3); | ||
margin-bottom: 0; | ||
} | ||
@include media($desktop) { | ||
@include span-columns(4); | ||
} | ||
} | ||
.area-image { | ||
@extend .ratio; | ||
@extend .fivebythree; | ||
@include media($mobile) { | ||
@include span-columns(4); | ||
} | ||
@include media($tablet) { | ||
@include span-columns(4); | ||
} | ||
@include media($desktop) { | ||
@include span-columns(7); | ||
} | ||
img { | ||
width: 100%; | ||
height: auto; // this needs to be dynamic in the future | ||
} | ||
} | ||
} | ||
} | ||
/* Add To Calendar Button */ | ||
|
||
.addtocalendar var { | ||
display: none; | ||
} | ||
|
||
.addtocalendar { | ||
position: relative; | ||
display: inline-block; | ||
background: transparent!important; | ||
} | ||
|
||
.atcb-link { | ||
display: block; | ||
outline: none!important; | ||
cursor: pointer; | ||
} | ||
|
||
.atcb-link:focus~ul, | ||
.atcb-link:active~ul, | ||
.atcb-list:hover { | ||
visibility: visible; | ||
} | ||
|
||
.atcb-list { | ||
visibility: hidden; | ||
position: absolute; | ||
top: 100%; | ||
left: 0; | ||
width: $space*5; | ||
z-index: 900; | ||
} | ||
|
||
.atcb-list, | ||
.atcb-item { | ||
list-style: none; | ||
margin: 0; | ||
padding: 0; | ||
background: #fff; | ||
} | ||
|
||
.atcb-item { | ||
float: none; | ||
text-align: left; | ||
&.hover, &:hover { | ||
position: relative; | ||
z-index: 900; | ||
cursor: pointer; | ||
text-decoration: none; | ||
outline: none; | ||
} | ||
} | ||
|
||
.atcb-item-link { | ||
text-decoration: none; | ||
outline: none; | ||
display: block; | ||
} | ||
/* Blue */ | ||
|
||
.atc-style-blue .atcb-link, | ||
.atc-style-blue .atcb-link:hover, | ||
.atc-style-blue .atcb-link:active, | ||
.atc-style-blue .atcb-link:focus { | ||
margin: $space/2 0 0 0; | ||
padding: 7px 35px; | ||
color: #fff; | ||
text-decoration: none; | ||
outline: none; | ||
vertical-align: middle; | ||
background: $red; | ||
box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset; | ||
border-radius: 4px; | ||
zoom: 1; | ||
} | ||
|
||
.atc-style-blue .atcb-list { | ||
width: $space*5; | ||
border: 1px solid rgb(186, 186, 186); | ||
border-radius: 2px; | ||
box-shadow: 0 0 5px #AAA; | ||
} | ||
|
||
.atc-style-blue .atcb-list, | ||
.atc-style-blue .atcb-item { | ||
background: #fff; | ||
color: #000; | ||
} | ||
|
||
.atc-style-blue .atcb-item, | ||
.atc-style-blue .atcb-item-link { | ||
line-height: 1.3em; | ||
vertical-align: middle; | ||
zoom: 1; | ||
} | ||
|
||
.atc-style-blue .atcb-item-link, | ||
.atc-style-blue .atcb-item-link:hover, | ||
.atc-style-blue .atcb-item-link:active, | ||
.atc-style-blue .atcb-item-link:focus { | ||
color: #000; | ||
text-decoration: none; | ||
outline: none; | ||
padding: 5px 15px; | ||
} | ||
|
||
.atc-style-blue .atcb-item-link:hover, | ||
.atc-style-blue .atcb-item-link:active, | ||
.atc-style-blue .atcb-item-link:focus { | ||
color: #fff; | ||
} | ||
|
||
.atc-style-blue .atcb-item.hover, | ||
.atc-style-blue .atcb-item:hover { | ||
background: $red; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
--- | ||
layout: default | ||
--- | ||
|
||
<div class="page-demoday"> | ||
<section class="full hero"> | ||
<div class="container"> | ||
<div class="hero-content"> | ||
<h1>Demo Day</h1> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- /.hero --> | ||
<div class="about-content zigzag"> | ||
<section class="area"> | ||
<div class="description"> | ||
<h1>The Event</h1> | ||
<p>At Demo Day, Startup Shell members will present their ventures, demo their products, and discuss their progress to fellow members, investors, friends and family. Awesome people are building awesome products and we want to share what we have been working on with the public.</p> | ||
</div> | ||
<div class="area-image"> | ||
<img src="/assets/demoday-present.jpg" /> | ||
</div> | ||
</section> | ||
<section class="area"> | ||
<h1>Logistics</h1> | ||
<p> | ||
<strong>Date: </strong>April 30th, 2015</p> | ||
<p> | ||
<strong>Time: </strong>4:00 - 8:00 pm</p> | ||
<p> | ||
<strong>Address: </strong><a href="http://ter.ps/shellmap" target="_blank">Startup Shell, 387 Technology Dr, Rm #1100, College Park, MD 20740</a> | ||
</p> | ||
<p>Parking is free in non-metered spaces in Lot CC1 (outside of our building) after 4pm. If planning on arriving earlier, there is a visitor parking lot on Paint Branch Drive, just past the Kim Engineering Building. After parking, walk to the North side of the lot, make a left on Technology Drive, and our building is the first on the left.</p> | ||
<span class="addtocalendar atc-style-blue"> | ||
<var class="atc_event"> | ||
<var class="atc_date_start">2015-04-30 16:00:00</var> | ||
<var class="atc_date_end">2015-04-30 20:00:00</var> | ||
<var class="atc_timezone">America/New_York</var> | ||
<var class="atc_title">Startup Shell Demo Day</var> | ||
<var class="atc_description">Presenting Startup Shell ventures, demoing products, and discussing progress</var> | ||
<var class="atc_location">Startup Shell</var> | ||
</var> | ||
</span> | ||
</section> | ||
</div> | ||
</div> | ||
|