-
Notifications
You must be signed in to change notification settings - Fork 2
/
participate.html
256 lines (249 loc) · 8.6 KB
/
participate.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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<!--
Transit by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Generic - Transit by TEMPLATED</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="js/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
</head>
<body>
<body class="landing">
<!-- Header -->
<header id="header">
<h1><a href="index.html">OPENCON 2017</a></h1>
<nav id="nav">
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="submit.html">SUBMIT</a></li>
<li><a href="participate.html">PARTICIPATE</a></li>
<li><a href="elements.html">FAQ</a></li>
</ul>
</nav>
</header>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major">
<br>
<h2>Explore projects to contribute to.</h2>
<p>Lorem ipsum dolor sit amet nullam id egestas urna aliquam</p>
</header>
<section id="one" class="wrapper style1 special">
<div class="container">
<header class="major">
<h2>Browse all projects</h2>
<p>You can also browse according to <strong><a href="">Open issue area</a>, <a href="">contribution type</a>, and <a href="">region</a></p>
</header>
<table width=100%>
<thead>
<th>Project Name</th>
<th>Description</h>
<th>Help Needed (Links to Github)</th>
<th>Project Chat</th>
<th>Project Lead</th>
</thead>
<tbody sheetsu="https://sheetsu.com/apis/v1.0/a8483d67edce" sheetsu-limit="3">
<tr>
<td>{{Project}}</a></td>
<td>{{Description}}</td>
<td><a href="{{GithubRepo}}">{{HelpNeeded}}</td>
<td><a href={{ChatURL}}>{{ProjectChat}}</td>
<td><a href={{TwitterURL}}>{{ProjectLeadTwitter}}</a></td>
</tr>
</tbody>
</table>
<script src="//load.sheetsu.com"></script>
<p>Amet nibh adipiscing adipiscing. Commodo ante vis placerat interdum massa massa primis. Tempus condimentum tempus non ac varius cubilia adipiscing placerat lorem turpis at. </p>
</div>
</section>
<section id="one" class="wrapper style1 special">
<div class="container">
<header class="major">
<h2>Browse projects by issue area</h2>
</header>
<div class="row 150%">
<div class="4u 12u$(medium)">
<section class="box">
<h3>Open Access</h3>
<p>Projects related to advancing the free, immediate, online availability of research articles</p>
<a href="#" class="button big"> Explore </a>
</section>
</div>
<div class="4u 12u$(medium)">
<section class="box">
<h3>Open Education</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laudantium ullam consequatur.</p>
<a href="#" class="button big"> Explore</a>
</section>
</div>
<div class="4u$ 12u$(medium)">
<section class="box">
<h3>Open Data</h3>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Atque eaque.</p>
<a href="#" class="button big"> Explore </a>
</section>
</div>
</div>
</div>
</section>
<section id="one" class="wrapper style1 special">
<div class="container">
<header class="major">
<h2>Browse projects by contributions needed</h2>
</header>
<div class="row 150%">
<div class="4u 12u$(medium)">
<section class="box">
<i class="icon big rounded fa-line-chart"></i>
<p></p>
<h3>Research</h3>
<a href="#" class="button big"> Contribute </a>
</section>
</div>
<div class="4u 12u$(medium)">
<section class="box">
<i class="icon big rounded fa-code"></i>
<p></p>
<h3>Coding</h3>
<a href="#" class="button big"> Contribute</a>
</section>
</div>
<div class="4u$ 12u$(medium)">
<section class="box">
<i class="icon big rounded fa-pencil"></i>
<p></p>
<h3>Copywriting</h3>
<a href="#" class="button big"> Contribute </a>
</section>
</div>
</div>
</div>
</section>
<section id="one" class="wrapper style1 special">
<div class="container">
<header class="major">
<h2>Browse projects by region</h2>
</header>
<div class="row 150%">
<div class="4u 12u$(medium)">
<section class="box">
<i class="icon big rounded fa-line-chart"></i>
<p></p>
<h3>Latin America & the Caribbean</h3>
<a href="#" class="button big"> Contribute </a>
</section>
</div>
<div class="4u 12u$(medium)">
<section class="box">
<i class="icon big rounded fa-code"></i>
<p></p>
<h3>Africa</h3>
<a href="#" class="button big"> Contribute</a>
</section>
</div>
<div class="4u$ 12u$(medium)">
<section class="box">
<i class="icon big rounded fa-pencil"></i>
<p></p>
<h3>Asia</h3>
<a href="#" class="button big"> Contribute </a>
</section>
</div>
</div>
</div>
</section>
<br>
<p></p>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<section class="links">
<div class="row">
<section class="3u 6u(medium) 12u$(small)">
<h3>Lorem ipsum dolor</h3>
<ul class="unstyled">
<li><a href="#">Lorem ipsum dolor sit</a></li>
<li><a href="#">Nesciunt itaque, alias possimus</a></li>
<li><a href="#">Optio rerum beatae autem</a></li>
<li><a href="#">Nostrum nemo dolorum facilis</a></li>
<li><a href="#">Quo fugit dolor totam</a></li>
</ul>
</section>
<section class="3u 6u$(medium) 12u$(small)">
<h3>Culpa quia, nesciunt</h3>
<ul class="unstyled">
<li><a href="#">Lorem ipsum dolor sit</a></li>
<li><a href="#">Reiciendis dicta laboriosam enim</a></li>
<li><a href="#">Corporis, non aut rerum</a></li>
<li><a href="#">Laboriosam nulla voluptas, harum</a></li>
<li><a href="#">Facere eligendi, inventore dolor</a></li>
</ul>
</section>
<section class="3u 6u(medium) 12u$(small)">
<h3>Neque, dolore, facere</h3>
<ul class="unstyled">
<li><a href="#">Lorem ipsum dolor sit</a></li>
<li><a href="#">Distinctio, inventore quidem nesciunt</a></li>
<li><a href="#">Explicabo inventore itaque autem</a></li>
<li><a href="#">Aperiam harum, sint quibusdam</a></li>
<li><a href="#">Labore excepturi assumenda</a></li>
</ul>
</section>
<section class="3u$ 6u$(medium) 12u$(small)">
<h3>Illum, tempori, saepe</h3>
<ul class="unstyled">
<li><a href="#">Lorem ipsum dolor sit</a></li>
<li><a href="#">Recusandae, culpa necessita nam</a></li>
<li><a href="#">Cupiditate, debitis adipisci blandi</a></li>
<li><a href="#">Tempore nam, enim quia</a></li>
<li><a href="#">Explicabo molestiae dolor labore</a></li>
</ul>
</section>
</div>
</section>
<div class="row">
<div class="8u 12u$(medium)">
<ul class="copyright">
<li>© Untitled. All rights reserved.</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
<div class="4u$ 12u$(medium)">
<ul class="icons">
<li>
<a class="icon rounded fa-facebook"><span class="label">Facebook</span></a>
</li>
<li>
<a class="icon rounded fa-twitter"><span class="label">Twitter</span></a>
</li>
<li>
<a class="icon rounded fa-google-plus"><span class="label">Google+</span></a>
</li>
<li>
<a class="icon rounded fa-linkedin"><span class="label">LinkedIn</span></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>