diff --git a/source/images/frameopaque2.1.png b/source/images/frameopaque2.1.png new file mode 100644 index 0000000..06916f6 Binary files /dev/null and b/source/images/frameopaque2.1.png differ diff --git a/source/images/sponsors/paypalNewLogo2.png b/source/images/sponsors/paypalNewLogo2.png new file mode 100644 index 0000000..a5a5df5 Binary files /dev/null and b/source/images/sponsors/paypalNewLogo2.png differ diff --git a/source/index.html.erb b/source/index.html.erb index de5a2c4..1fcb673 100644 --- a/source/index.html.erb +++ b/source/index.html.erb @@ -115,52 +115,45 @@ -
+

Prizes

+
+

Best Hardware Project

-

Team $300, Individual $100

+

Team $300

+

Individual $100

-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.

+
+

Best Software Project

-

Team $300, Individual $100

-

-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. -

-
- - -
-

Audience Favorite

-

$200

+

Team $300

+

Individual $100

-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.

-
-
-

Sponsor Prizes

-

Currently awaiting announcements from sponsors...

-
@@ -262,7 +255,7 @@ Engineer by training and entrepreneur by calling, Jason is the Managing Director
-
+

E-Moxie

diff --git a/source/stylesheets/application/layout.scss b/source/stylesheets/application/layout.scss index 9525148..b6ad75c 100644 --- a/source/stylesheets/application/layout.scss +++ b/source/stylesheets/application/layout.scss @@ -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; }