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
Binary file added source/images/frameopaque2.1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/sponsors/paypalNewLogo2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 18 additions & 25 deletions source/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -115,52 +115,45 @@
</div>
</section>

<section>
<section>

<h3 class="section-header">Prizes</h3>
<div class="column-container">
<center>
<div class="column">
<div class="frame">
<h2>Best Hardware Project</h2>
<p>Team $300, Individual $100</p>
<p id = "value">Team $300</p>
<p id = "value">Individual $100</p>
<p>
A project that either creatively or impressively uses hardware as the primary means to provide a service, solve a problem, or facilitate some other abstract creation/interaction. It is possible that a hardware project uses some software for controlling logic, but the primary sophistication lies within the composition or production of the physical components of the project.
A project that either creatively or impressively uses hardware as the primary means to provide a service, solve a problem, or facilitate some other abstract creation/ interaction. It is possible that a hardware project uses some software for controlling logic, but the primary sophistication lies within the composition or production of the physical components of the project.
</p>
</div>
</div>

<div class="column">
<div class="frame">
<h2>Best Software Project</h2>
<p>Team $300, Individual $100</p>
<p>
A project that either creatively or impressively uses software as the primary means to provide a service, solve a problem, or facilitate some other abstract creation/interaction. It is possible that a software project uses some physical hardware for interaction, but the primary sophistication lies within the composition of the algorithms, tools, or libraries used by the software.
</p>
</div>


<div class="column">
<h2>Audience Favorite</h2>
<p>$200</p>
<p id="value">Team $300</p>
<p id= "value">Individual $100</p>
<p>
The point of this award is to allow fellow competitors to judge and vote on which project they think deserves recognition and need not specifically be a hardware or software project. Voting tickets will be handed out to all audience members when presentations start and competitors are encouraged to bring friends and family to help vote in their favor.
A project that either creatively or impressively uses software as the primary means to provide a service, solve a problem, or facilitate some other abstract creation/ interaction. It is possible that a software project uses some physical hardware for interaction, but the primary sophistication lies within the composition of the algorithms, tools, or libraries used by the software.
</p>
</div>
</div>
</section>

<section class="hero">

<h3 class="section-header">Sponsor Prizes</h3>
<center><p>Currently awaiting announcements from sponsors...</p></center>
<!--
<div class="column-container">
<div class="column">
<h2>Traitify</h2>
<p>Amount</p>
<div class="frame">
<h2>Audience Favorite</h2>
<p id="value">$200</p>
<p>
Restrictions
The point of this award is to allow fellow competitors to judge and vote on which project they think deserves recognition and need not specifically be a hardware or software project. Voting tickets will be handed out to all audience members when presentations start and competitors are encouraged to bring friends and family to help vote in their favor.
</p>
</div>
</div>
</center>
</div>
-->
</section>


Expand Down Expand Up @@ -262,7 +255,7 @@ Engineer by training and entrepreneur by calling, Jason is the Managing Director
<img src="images/sponsors/millennial_media.png" width="100%">
</div>
<div class="column">
<center><img src="images/sponsors/paypal.png" width="50%" style="padding-top: 9%"></center>
<center><img src="images/sponsors/paypalNewLogo2.png" width="50%" style="padding-top: 9%"></center>
</div>
<div class="column">
<h2 style="padding-top: 9%">E-Moxie</h2>
Expand Down
30 changes: 30 additions & 0 deletions source/stylesheets/application/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,36 @@
}
}

.frame {
position: relative;
background-image: url("../images/frameopaque2.1.png");
background-size: 310px 600px;
width: 310px;
height: 600px;
display: inline-block;
vertical-align: top;
padding: 2em;
padding-top: 4.5em;
}


.frame h2 {
font-size: 1.2em;
font-weight: bold;
margin-bottom: .2em;

}


#value {
text-align: center;
@include super-heading-text;
margin-top: .2em;
margin-bottom: .2em;
}



.actions {
text-align: center;
}
Expand Down