Skip to content

Commit 1b06feb

Browse files
committed
Reorganized first page to have 'quick start' and new contests/editorials
1 parent 86e75d5 commit 1b06feb

File tree

1 file changed

+24
-9
lines changed

1 file changed

+24
-9
lines changed

ipl.html

+24-9
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,37 @@ <h1 class="title" style="text-align:center">Illinois Programming League</h1>
1212
</div>
1313

1414
<div class="item">
15-
<h2 class="title">Contest Editorials/Solutions and Lecture Content</h2>
16-
<ul style="margin-left:2em"> Coming soon! We've yet to have our first meeting on Wednesday, September 4th!
17-
<!-- </ul><br> -->
18-
<!-- <br><br> -->
15+
<h2 class="title">Announcements</h2>
16+
<li>We're recruiting! Help run our weekly contests, curate problemsets, and lend a hand in promotion! <a href="https://docs.google.com/forms/d/e/1FAIpQLSe07jcVXoEWCWW-5XNWvRR-494TNcyCDTXTTcoJ_4GnI-WpsQ/viewform?usp=sf_link" target="_blank">apply now!</a>
17+
<li>Every day, we release a Problem Of The Day, as well as solutions and explanations! You can find them on our <a href="https://codeforces.com/group/tKC7z9Nm0A/blog" target="_blank">CodeForces blog</a><br>
1918
</div>
2019

2120
<div class="item">
22-
<h2 class="title">Announcements</h2>
23-
We are moving to <b>Siebel 1214</b> in fall 2019!<br>
24-
This room unfortunately does not have EWS machines, so do bring your laptop and knowledge of your preferred programming langauge among C++11, Java8, and Python3!
21+
<h2 class="title">Contest Problemsets, Editorials and Solutions</h2>
22+
All of our contests/problems can be found <a href="https://codeforces.com/group/tKC7z9Nm0A/contests" target="_blank">here!</a>
23+
<br>
24+
<br>
25+
<ul style="margin-left:2em"> Week 1 - Individual Contest (09/04)
26+
<li><a href="https://codeforces.com/group/tKC7z9Nm0A/blog/entry/4648" target="_blank">Solutions & Editorial</a><br></li>
27+
</ul>
28+
<br>
29+
<ul style="margin-left:2em"> Week 2 - Individual Contest (09/11)
30+
<li><a href="https://codeforces.com/group/tKC7z9Nm0A/blog/entry/4682" target="_blank">Solutions & Editorial</a><br></li>
31+
</ul><br>
32+
If you have any questions, ping us on our <a href="https://acm-uiuc.slack.com" target="_blank">Slack</a> channel, <b>#ICPC</b>
33+
</div>
34+
35+
<div class="item">
36+
<h2 class="title">Quick Start:</h2>
37+
1. Sign up for CodeForces and join our group here:
38+
<a href="https://codeforces.com/group/tKC7z9Nm0A" target="_blank">CodeForces Group</a><br>
39+
2. Sign up for our RSO so we know who you are! <a href="https://docs.google.com/forms/d/e/1FAIpQLSdTZ0GHxNkGNz0wOT8qDBkeK__gH7eBqiSP7zgnL7Vrc6HkeA/viewform?usp=sf_link" target="_blank">IPL Signup Form</a><br>
40+
3. Join the <a href="https://acm-uiuc.slack.com" target="_blank">ACM slack</a> and find our channel <b>#ICPC</b> <br>
2541
</div>
2642

2743
<div class="item">
28-
<h2 class="title">Quick Links</h2>
44+
<h2 class="title">Useful Links</h2>
2945
<a href="https://codeforces.com/group/tKC7z9Nm0A" target="_blank">CodeForces Group</a><br>
30-
<a href="https://docs.google.com/forms/d/e/1FAIpQLSdTZ0GHxNkGNz0wOT8qDBkeK__gH7eBqiSP7zgnL7Vrc6HkeA/viewform?usp=sf_link" target="_blank">Signup Form</a> (we will open up the form during our first meeting and guide you to fill it out!)<br>
3146
<br>
3247
<a href="/assets/ipl/guide.pdf" target="_blank">Beginner's Guide</a><br>
3348
<a href="/assets/ipl/cheatsheet.pdf" target="_blank">Beginner's Cheatsheet</a><br>

0 commit comments

Comments
 (0)