Skip to content

Commit 8e66906

Browse files
authored
Merge branch 'gh-pages' into gh-pages
2 parents 35bee17 + 56afef1 commit 8e66906

File tree

4 files changed

+276
-58
lines changed

4 files changed

+276
-58
lines changed

IPLSponsorship.html

+116
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,116 @@
1+
<p>&nbsp;</p>
2+
<style>
3+
table {
4+
border-collapse: collapse;
5+
width: 100%;
6+
}
7+
8+
table,
9+
th,
10+
td {
11+
border: 1px solid black;
12+
font-family: candara;
13+
}
14+
15+
td,
16+
th {
17+
border: 1px solid #dddddd;
18+
text-align: left;
19+
padding: 8px;
20+
}
21+
22+
tr:nth-child(even) {
23+
background-color: #CEF6CE;
24+
}
25+
26+
tr:nth-child(odd) {
27+
background-color: #E0F8F7;
28+
}
29+
30+
tr:nth-child(odd):hover {
31+
background-color: #A9F5F2;
32+
}
33+
34+
tr:nth-child(even):hover {
35+
background-color: #A9F5A9;
36+
}
37+
38+
div {
39+
font-size: 18px;
40+
max-width: 600px;
41+
font-family: courier;
42+
line-height: 1.25;
43+
}
44+
45+
h2 {
46+
color: #B18904;
47+
font-family: verdana;
48+
}
49+
50+
.notfirst {
51+
background-color: #FACC2E;
52+
}
53+
</style>
54+
<h1 style="text-align: center;"><strong>Illinois Programming League Sponsorship Package FA19</strong></h1>
55+
<hr>
56+
<center> <img src="assets/images/combine.png" alt="" style="width:500px;height:250px;">
57+
<p></p>
58+
<table style="font-family:Georgia; width: 600px; margin-left: auto; margin-right: auto;" align="center">
59+
<tr>
60+
<th class="notfirst" style="width: 800px; text-align: center;">&nbsp;</th>
61+
<th class="notfirst" style="width: 120px; text-align: center;"><strong>Silver $1000&nbsp;</strong></th>
62+
<th class="notfirst" style="width: 120px; text-align: center;"><strong>&nbsp;Gold $2000</strong></th>
63+
<th class="notfirst" style="width: 120px; text-align: center;"><strong>Diamond $3500&nbsp;</strong></th>
64+
</tr>
65+
</tr>
66+
<tr>
67+
<td style="width: 800px; text-align: center;">Branding on website&nbsp;</td>
68+
<td style="width: 120px; text-align: center;">v</td>
69+
<td style="width: 120px; text-align: center;">v</td>
70+
<td style="width: 120px; text-align: center;">v</td>
71+
</tr>
72+
<tr>
73+
<td style="width: 800px; text-align: center;">Access to IPL resume book&nbsp;&nbsp;</td>
74+
<td style="width: 120px; text-align: center;">v</td>
75+
<td style="width: 120px; text-align: center;">v</td>
76+
<td style="width: 120px; text-align: center;">v</td>
77+
</tr>
78+
<tr>
79+
<td style="width: 800px; text-align: center;">Talk in IPL meetings&nbsp;&nbsp;</td>
80+
<td style="width: 120px; text-align: center;">1</td>
81+
<td style="width: 120px; text-align: center;">2</td>
82+
<td style="width: 120px; text-align: center;">weekly</td>
83+
</tr>
84+
<tr>
85+
<td style="width: 800px; text-align: center;">Company promotion&nbsp;&nbsp;</td>
86+
<td style="width: 120px; text-align: center;">&nbsp;</td>
87+
<td style="width: 120px; text-align: center;">v</td>
88+
<td style="width: 120px; text-align: center;">v</td>
89+
</tr>
90+
<tr>
91+
<td style="width: 800px; text-align: center;">Branding on T-shirt&nbsp;&nbsp;</td>
92+
<td style="width: 120px; text-align: center;">&nbsp;</td>
93+
<td style="width: 120px; text-align: center;">v</td>
94+
<td style="width: 120px; text-align: center;">v</td>
95+
</tr>
96+
<tr>
97+
<td style="width: 800px; text-align: center;">Exclusive title sponsor&nbsp;&nbsp;</td>
98+
<td style="width: 120px; text-align: center;">&nbsp;</td>
99+
<td style="width: 120px; text-align: center;">&nbsp;</td>
100+
<td style="text-align: center; width: 120px;">v</td>
101+
</tr>
102+
</table>
103+
<h2 style="text-align: center;">Branding on website&nbsp;</h2>
104+
<div style="text-align: center;">Your company's logo will be displayed on our <a href="https://icpc.cs.illinois.edu/ipl.html">official website</a>.&nbsp;</p>
105+
<h2 style="text-align: center;">Access to IPL resume book&nbsp;</h2>
106+
<div style="text-align: center;">Our IPL resume book is a collection resumes of our IPL members.&nbsp;</p>
107+
<h2 style="text-align: center;">Talk in IPL meetings&nbsp;</h2>
108+
<div style="text-align: center;">20 minute talks at our IPL weekly meetings.&nbsp;</p>
109+
<h2 style="text-align: center;">Company promotion&nbsp;</h2>
110+
<div style="text-align: center;">Two company promotions during our first and last meetings of the semester.&nbsp;</p>
111+
<h2 style="text-align: center;">Branding on T-shirt&nbsp;</h2>
112+
<div style="text-align: center;">Appearance of company name and logo on our yearly IPL t-shirts to help increase awareness of your company.&nbsp;</p>
113+
<h2 style="text-align: center;">Exclusive title sponsor&nbsp;</h2>
114+
<center>
115+
<div style="text-align: center;">Diamond sponsor would be our exclusive title sponsor, and the company name will always go alongside our IPL name/logo (e.g. "IPL - sponsored by Caterpillar" for Fall 2019) on banners, posters and T-shirts. &nbsp;</p>
116+
</center>

_includes/navbar.html

+60-58
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,60 @@
1-
<div class="navbar">
2-
<div class="navlist-bg">
3-
<div class="brand logo" style="font-size:48px; color:white; margin-left:-72px; margin-top:0; margin-bottom:0;">
4-
<img width="64px" height="64px" src="{{ site.baseurl }}/assets/images/icpc.png"></img>
5-
</div>
6-
7-
<div class="navlist">
8-
<div class="navitem">
9-
<h1 class="brand {% if page.title == 'ICPC'%}active{% endif %}">
10-
<a href="{{ site.baseurl }}/home.html">ICPC</a>
11-
</h1>
12-
</div>
13-
14-
<div class="navitem {% if page.title == 'Illinois Programming League' %}active{% endif %}">
15-
<div class="navlink" style="width:100px;">
16-
<a href="{{ site.baseurl }}/ipl.html">IPL</a>
17-
</div>
18-
</div>
19-
20-
<div class="navitem {% if page.title == 'ICPC Regional Tryouts' %}active{% endif %}">
21-
<div class="navlink" style="width:100px;">
22-
<a href="{{ site.baseurl }}/tryouts.html">Tryouts</a>
23-
</div>
24-
</div>
25-
26-
<div class="navitem {% if page.title == 'Spring Coding Contest' %}active{% endif %}">
27-
<div class="navlink" style="width:200px;">
28-
<a href="{{ site.baseurl }}/scc.html">Spring Coding Contest</a>
29-
</div>
30-
</div>
31-
32-
<div class="navitem {% if page.title == 'Hall of Fame' %}active{% endif %}">
33-
<div class="navlink" style="width:200px;">
34-
<a href="{{ site.baseurl }}/halloffame.html">Hall of Fame</a>
35-
</div>
36-
</div>
37-
38-
<!-- <div class="navitem"> -->
39-
<!-- <div class="navlink" style="width:200px;"> -->
40-
<!-- <a href="https://forms.gle/2juagKjRLbBEDvzm6">Apply!</a> -->
41-
<!-- </div> -->
42-
<!-- </div> -->
43-
44-
<div class="navitem {% if page.title == 'Contact' %}active{% endif %}">
45-
<div class="navlink" style="width:100px;">
46-
<a href="{{ site.baseurl }}/contact.html">Contact</a>
47-
</div>
48-
</div>
49-
50-
<div class="navitem {% if page.title == 'Sponsors' %}active{% endif %}">
51-
<div class="navlink" style="width:200px;">
52-
<a href="{{ site.baseurl }}/sponsorship.html">Sponsor Us!</a>
53-
</div>
54-
</div>
55-
56-
</div>
57-
</div>
58-
</div>
1+
2+
<div class="navbar">
3+
<div class="navlist-bg">
4+
<div class="brand logo" style="font-size:48px; color:white; margin-left:-72px; margin-top:0; margin-bottom:0;">
5+
<img width="64px" height="64px" src="{{ site.baseurl }}/assets/images/icpc.png"></img>
6+
</div>
7+
8+
<div class="navlist">
9+
<div class="navitem">
10+
<h1 class="brand {% if page.title == 'ICPC'%}active{% endif %}">
11+
<a href="{{ site.baseurl }}/home.html">ICPC</a>
12+
</h1>
13+
</div>
14+
15+
<div class="navitem {% if page.title == 'Illinois Programming League' %}active{% endif %}">
16+
<div class="navlink" style="width:100px;">
17+
<a href="{{ site.baseurl }}/ipl.html">IPL</a>
18+
</div>
19+
</div>
20+
21+
<div class="navitem {% if page.title == 'ICPC Regional Tryouts' %}active{% endif %}">
22+
<div class="navlink" style="width:100px;">
23+
<a href="{{ site.baseurl }}/tryouts.html">Tryouts</a>
24+
</div>
25+
</div>
26+
27+
<div class="navitem {% if page.title == 'Spring Coding Contest' %}active{% endif %}">
28+
<div class="navlink" style="width:200px;">
29+
<a href="{{ site.baseurl }}/scc.html">Spring Coding Contest</a>
30+
</div>
31+
</div>
32+
33+
<div class="navitem {% if page.title == 'Hall of Fame' %}active{% endif %}">
34+
<div class="navlink" style="width:200px;">
35+
<a href="{{ site.baseurl }}/halloffame.html">Hall of Fame</a>
36+
</div>
37+
</div>
38+
39+
<!-- <div class="navitem"> -->
40+
<!-- <div class="navlink" style="width:200px;"> -->
41+
<!-- <a href="https://forms.gle/2juagKjRLbBEDvzm6">Apply!</a> -->
42+
<!-- </div> -->
43+
<!-- </div> -->
44+
45+
<div class="navitem {% if page.title == 'Contact' %}active{% endif %}">
46+
<div class="navlink" style="width:100px;">
47+
<a href="{{ site.baseurl }}/contact.html">Contact</a>
48+
</div>
49+
</div>
50+
51+
<div class="navitem {% if page.title == 'Sponsors' %}active{% endif %}">
52+
<div class="navlink" style="width:200px;">
53+
<a href="{{ site.baseurl }}/sponsorship.html">Sponsor Us!</a>
54+
</div>
55+
</div>
56+
57+
</div>
58+
</div>
59+
</div>
60+

assets/images/combine.png

43.2 KB
Loading

sponsorship.html

+100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
<p>&nbsp;</p>
2+
<style>
3+
table {
4+
border-collapse: collapse;
5+
width: 100%;
6+
}
7+
table, th, td {
8+
border: 1px solid black;
9+
font-family:candara;
10+
}
11+
td, th {
12+
border: 1px solid #dddddd;
13+
text-align: left;
14+
padding: 8px;
15+
}
16+
tr:nth-child(even) {
17+
background-color: #CEF6CE;
18+
}
19+
tr:nth-child(odd) {
20+
background-color: #E0F8F7;
21+
}
22+
tr:nth-child(odd):hover {
23+
background-color: #A9F5F2;
24+
}
25+
tr:nth-child(even):hover {
26+
background-color: #A9F5A9;
27+
}
28+
div {
29+
font-size:18px;
30+
max-width: 600px;
31+
font-family:courier;
32+
line-height: 1.25;
33+
}
34+
h2 {
35+
color:#B18904;
36+
font-family:verdana;
37+
}
38+
.notfirst {
39+
background-color: #FACC2E;
40+
}
41+
</style>
42+
<h1 style="text-align: center;"><strong>Illinois Programming League Sponsorship Package FA19</strong></h1> <hr>
43+
<center> <img src="combine.png" alt="" style="width:500px;height:250px;"> <p></p>
44+
<table style="font-family:Georgia; width: 600px; margin-left: auto; margin-right: auto;" align="center">
45+
<tr>
46+
<th class = "notfirst" style="width: 800px; text-align: center;">&nbsp;</th>
47+
<th class = "notfirst" style="width: 120px; text-align: center;"><strong>Silver $1000&nbsp;</strong></th>
48+
<th class = "notfirst" style="width: 120px; text-align: center;"><strong>&nbsp;Gold $2000</strong></th>
49+
<th class = "notfirst" style="width: 120px; text-align: center;"><strong>Diamond $3500&nbsp;</strong></th>
50+
</tr>
51+
</tr>
52+
<tr>
53+
<td style="width: 800px; text-align: center;">Branding on website&nbsp;</td>
54+
<td style="width: 120px; text-align: center;">v</td>
55+
<td style="width: 120px; text-align: center;">v</td>
56+
<td style="width: 120px; text-align: center;">v</td>
57+
</tr>
58+
<tr>
59+
<td style="width: 800px; text-align: center;">Access to IPL resume book&nbsp;&nbsp;</td>
60+
<td style="width: 120px; text-align: center;">v</td>
61+
<td style="width: 120px; text-align: center;">v</td>
62+
<td style="width: 120px; text-align: center;">v</td>
63+
</tr>
64+
<tr>
65+
<td style="width: 800px; text-align: center;">Talk in IPL meetings&nbsp;&nbsp;</td>
66+
<td style="width: 120px; text-align: center;">1</td>
67+
<td style="width: 120px; text-align: center;">2</td>
68+
<td style="width: 120px; text-align: center;">weekly</td>
69+
</tr>
70+
<tr>
71+
<td style="width: 800px; text-align: center;">Company promotion&nbsp;&nbsp;</td>
72+
<td style="width: 120px; text-align: center;">&nbsp;</td>
73+
<td style="width: 120px; text-align: center;">v</td>
74+
<td style="width: 120px; text-align: center;">v</td>
75+
</tr>
76+
<tr>
77+
<td style="width: 800px; text-align: center;">Branding on T-shirt&nbsp;&nbsp;</td>
78+
<td style="width: 120px; text-align: center;">&nbsp;</td>
79+
<td style="width: 120px; text-align: center;">v</td>
80+
<td style="width: 120px; text-align: center;">v</td>
81+
</tr>
82+
<tr>
83+
<td style="width: 800px; text-align: center;">Exclusive title sponsor&nbsp;&nbsp;</td>
84+
<td style="width: 120px; text-align: center;">&nbsp;</td>
85+
<td style="width: 120px; text-align: center;">&nbsp;</td>
86+
<td style="text-align: center; width: 120px;">v</td>
87+
</tr>
88+
</table>
89+
<h2 style="text-align: center;">Branding on website&nbsp;</h2>
90+
<div style="text-align: center;">Your company's logo will be displayed on our <a href="https://icpc.cs.illinois.edu/ipl.html">official website</a>.&nbsp;</p>
91+
<h2 style="text-align: center;">Access to IPL resume book&nbsp;</h2>
92+
<div style="text-align: center;">Our IPL resume book is a collection resumes of our IPL members.&nbsp;</p>
93+
<h2 style="text-align: center;">Talk in IPL meetings&nbsp;</h2>
94+
<div style="text-align: center;">20 minute talks at our IPL weekly meetings.&nbsp;</p>
95+
<h2 style="text-align: center;">Company promotion&nbsp;</h2>
96+
<div style="text-align: center;">Two company promotions during our first and last meetings of the semester.&nbsp;</p>
97+
<h2 style="text-align: center;">Branding on T-shirt&nbsp;</h2>
98+
<div style="text-align: center;">Appearance of company name and logo on our yearly IPL t-shirts to help increase awareness of your company.&nbsp;</p>
99+
<h2 style="text-align: center;">Exclusive title sponsor&nbsp;</h2><center>
100+
<div style="text-align: center;">Diamond sponsor would be our exclusive title sponsor, and the company name will always go alongside our IPL name/logo (e.g. "IPL - sponsored by Caterpillar" for Fall 2019) on banners, posters and T-shirts. &nbsp;</p></center>

0 commit comments

Comments
 (0)