Skip to content

Commit 56afef1

Browse files
authored
Merge pull request #28 from akhilburle/gh-pages
Added sponsorship package
2 parents c99a6aa + 957e9a9 commit 56afef1

File tree

3 files changed

+167
-51
lines changed

3 files changed

+167
-51
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

+51-51
Original file line numberDiff line numberDiff line change
@@ -1,51 +1,51 @@
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-
</div>
50-
</div>
51-
</div>
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+
</div>
50+
</div>
51+
</div>

assets/images/combine.png

43.2 KB
Loading

0 commit comments

Comments
 (0)