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