Skip to content
Merged
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
10 changes: 10 additions & 0 deletions css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ p {
line-height: 1.5;
}

li {
font-size: 18px;
}


@media(min-width:768px) {
p {
margin: 0 0 35px;
Expand Down Expand Up @@ -324,6 +329,11 @@ ul.banner-social-buttons {
}
}

#sponsor.img {
width: 100%;

}

footer {
padding: 50px 0;
}
Expand Down
Binary file modified images/Bats.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 images/Cerner.jpg
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 images/Commerce.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 images/Microsoft.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 images/Payless.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 69 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
<li class="hidden"><a href="#page-top"></a></li>
<li><a class="page-scroll" href="#about">About</a></li>
<li><a class="page-scroll" href="#schedule">Schedule</a></li>
<li><a class="page-scroll" href="#prizes">Prizes</a></li>
<li><a class="page-scroll" href="#rules">Rules</a></li>
<li><a class="page-scroll" href="#sponsor">Sponsors</a></li>
<li><a class="page-scroll" href="#contact">Contact</a></li>
</ul>
Expand All @@ -68,31 +70,29 @@ <h1 class="brand-heading">Intramural Programming Competition</h1>
</div>
</div>
</div>
</div>
</div>
</header>
</header>

<section id="about" class="container content-section text-justify">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">About ACM@KU IPC</h2>
<p>This year marks the fourth annual ACM@KU Intramural Programming
Competition (ACM@KU IPC), in which contestants solve a wide variety
of difficult problems in limited time, testing their programming
prowess and algorithmic reasoning capabilities to their limits.</p>
Competition (ACM@KU IPC), in which contestants solve a wide variety
of difficult problems in limited time, testing their programming
prowess and algorithmic reasoning capabilities to their limits.</p>

<p>A wide variety of prizes will be awarded to the best contestants.
Any language that the contestants wish will be used. All problems
will take input from stdin and output to stdout. Points will be
awarded for a correct solution, additional points being given for
quick solutions. Points will be deducted for incorrect
submissions.</p>
Any language that the contestants wish will be used. All problems
will take input from stdin and output to stdout. Points will be
awarded for a correct solution, additional points being given for
quick solutions. Points will be deducted for incorrect
submissions.</p>

<p>Bring your laptop if you wish to work on it, feel free to use the
internet, and bring an empty stomach. Food will be provided, as
well as employers to talk to.</p>
internet, and bring an empty stomach. Food will be provided, as
well as employers to talk to.</p>
<p>10 problems, 5 hours. Can you hack it?</p>
</div>
</div>
</div>
</section>

Expand Down Expand Up @@ -126,6 +126,46 @@ <h2>Schedule</h2>
</div>
</section>

<section id="prizes" class="container content-section text-justify">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2 class="text-center">Prizes</h2>
<div>
<h3>Overall</h3>
<p>
<ul>
<li><b>1st Place:</b> iPad Pro (9.7", 32GB, WiFi) + Apple Pencil & Smart Keyboard</li>
<li><b>2nd Place:</b> Microsoft Surface 3 (128 GB, 4GB, Wi-Fi) + Type Cover</li>
<li><b>3rd Place:</b> ASUS Chromebook 13.3-Inch HD with Gigabit WiFi, 16GB Storage & 4GB RAM (Black)</li>
</ul>
</p>
<h3>Best In Class</h3>
<p>
<ul>
<li><b>Best Solution by a Freshman:</b> Microsoft Gift Card $350</li>
<li><b>Best Solution by a Sophomore:</b> Microsoft Gift Card $250</li>
<li><b>Best Solution by a Junior:</b> Microsoft Gift Card $150</li>
</ul>
</p>
<h3>Best Solution in a Dynamic Language</h3>
<p>
<ul>
<li><b>Winner:</b> Nvidia Jetson TK1</li>
<li><b>Runner-Up:</b> Das Keyboard Model S Professional Mechanical Keyboard (Windows)</li>
</ul>
</p>
<h3>Best Solution in a Statically-Typed Language</h3>
<p>
<ul>
<li><b>Winner:</b> Parrot AR Drone Elite Edition</li>
<li><b>Runner-Up:</b> Amazon Echo</li>
</ul>
</p>
</div>
</div>
</ul>
</section>

<section id="rules" class="container content-section text-justify">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
Expand Down Expand Up @@ -170,11 +210,24 @@ <h2 class="text-center">Competition Rules and Resources</h2>
<div class="col-lg-8 col-lg-offset-2">
<h2>Our Sponsors</h2>
<a href="images/Tradebot.jpg" class="thumbnail">
<img src="images/Tradebot.jpg" alt="TradeBot" style="width:150px;height:150px">
<img src="images/Tradebot.jpg" alt="TradeBot" style="width:600px;height:150px">
</a>
<a href="images/Bats.png" class="thumbnail">
<img src="images/Bats.png" alt="BATS" style="width:150px;height:150px">
<img src="images/Bats.png" alt="BATS" style="width:410px;height:150px">
</a>
<a href="images/Cerner.jpg" class="thumbnail">
<img src="images/Cerner.jpg" alt="Cerner" style="width:600px;height:150px">
</a>
<a href="images/Commerce.png" class="thumbnail">
<img src="images/Commerce.png" alt="Commerce" style="width:600px;height:150px">
</a>
<a href="images/Microsoft.png" class="thumbnail">
<img src="images/Microsoft.png" alt="Microsoft" style="width:600px;height:150px">
</a>
<a href="images/Payless.png" class="thumbnail">
<img src="images/Payless.png" alt="Payless" style="width:600px;height:150px">
</a>

</div>
</div>
</section>
Expand Down