-
Notifications
You must be signed in to change notification settings - Fork 4
/
logo_contest.html
188 lines (169 loc) · 4.31 KB
/
logo_contest.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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Cucumber</title>
<style type="text/css">
body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
b{font-size: 110%;}
#topsection{
background: #FFFFFF;
height: 180px; /*Height of top section*/
}
#topsection h1{
margin: 0;
padding-top: 15px;
}
#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn{
margin-right: 400px; /*Set right margin to RightColumnWidth*/
}
#rightcolumn{
float: left;
width: 400px; /*Width of right column in pixels*/
margin-left: -400px; /*Set left margin to -(RightColumnWidth) */
background: #FFFFFF;
}
#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}
#footer a{
color: #FFFFFF;
}
.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
h1, h2 {
text-align: center;
}
table
{
border-collapse: collapse;
border-spacing:0;
border: 1px dotted #C0C0C0;
}
tr{
}
td, th {
border: 1px dotted #C0C0C0;
padding: .3em;
font-size: 0.9em;
}
thead th, tfoot th, tfoot td {
border: 1px dotted #C0C0C0;
text-align: left;
font-weight: bold;
font-size: 100%;
}
tbody th,thead th,tbody td {
vertical-align: center;
text-align: center;
}
</style>
</head>
<body>
<div id="maincontainer">
<div id="topsection">
<div class="innertube">
<img src="images/gideon-bullock-2.png"/>
</div>
</div>
<div id="contentwrapper">
<div id="contentcolumn">
<div class="innertube">
<table>
<tr>
<th>Author</th>
<th>Logo A</th>
<th>Logo B</th>
</tr>
<tr>
<td>Gideon Bullock</td>
<td><img src="images/gideon-bullock-1.png"/></td>
<td><img src="images/gideon-bullock-2.png"/></td>
</tr>
<tr>
<td>Daniel Lopes</td>
<td><img src="images/daniel-lopes-1.png"/></td>
<td><img src="images/daniel-lopes-2.png"/></td>
</tr>
<tr>
<td>Kevin Mears</td>
<td><img src="images/kevin-mears-1.png"/></td>
<td><img src="images/kevin-mears-2.png"/></td>
</tr>
<tr>
<td>Dan Ryan</td>
<td><img src="images/dan-ryan-1.png"/></td>
<td><img src="images/dan-ryan-2.png"/></td>
</tr>
<tr>
<td>Ib Samulski</td>
<td><img src="images/ib-samulski-1.png"/></td>
<td><img src="images/ib-samulski-2.png"/></td>
</tr>
<tr>
<td>Trevor Smith</td>
<td><img src="images/trevor-smith-1.png"/></td>
<td><img src="images/trevor-smith-2.png"/></td>
</tr>
<tr>
<td>Joseph Wilk and Matthew Bennett</td>
<td><img src="images/joseph-wilk-and-matthew-bennett.png"/></td>
<td> </td>
</tr>
</table>
</div>
</div>
</div>
<div id="rightcolumn">
<div class="innertube">
<h2>Logo Contest</h2>
<p>
These logos were competing to become the official Cucumber logo. The 5 most popular ones were:
</p>
<ol>
<li>Gideon Bullock (B)</li>
<li>Daniel Lopes (B)</li>
<li>Dan Ryan (B)</li>
<li>Trevor Smith (A)</li>
<li>Dan Ryan (A)</li>
</ol>
<p>
Thanks a lot to everybody who contributed and voted!
</p>
</div>
</div>
<div id="footer">
Cucumber was written by <a href="http://blog.aslakhellesoy.com/">Aslak Hellesøy</a>,
Chief Scientist in <a href="http://bekk.no/">BEKK</a>. It has been extended and improved
by <a href="https://www.ohloh.net/p/cucumber/factoids/1022583">over 40</a> developers
around the world.
</div>
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6729167-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</body>
</html>