-
Notifications
You must be signed in to change notification settings - Fork 2
/
od.html.tmp
33 lines (32 loc) · 2.28 KB
/
od.html.tmp
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
{% extends "base.html.tmp" %}
{% block content %}
<div class="overlay">
<div class="page-title">
<h1>online design</h1>
</div>
<div>
<div class="text">
<p>
The Online Design department of The Crimson puts together some of the most viewed content on <a href="http://www.thecrimson.com" target="_blank">thecrimson.com</a>. Online Design uses the latest in front-end web technology to tech an already compelling article and turn it into a digital storytelling experience. If you want to put a strong design sense and a little bit of code together to create something beautiful, you’ve come to the right place. And if you’ve never coded before, it’s not a problem—we’re here to teach you.
</p>
<p>
Some of our past work includes:
<ul>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href=""></a></li>
<li><a href="http://features.thecrimson.com/2013/frosh-survey/" target="_blank">The Freshman Survey</a></li>
<li><a href="http://features.thecrimson.com/2013/hpac/hpac.html" target="_blank">The Rise of HPAC</a></li>
<li><a href="http://features.thecrimson.com/2013/marathon/marathon.html" target="_blank">Harvard Strong</a></li>
<li><a href="http://features.thecrimson.com/2013/smith/" target="_blank">The Making of Harvard’s Most Powerful Dean</a></li>
<li><a href="http://features.thecrimson.com/2013/hackers/" target="_blank">Hacking Harvard</a></li>
<li>This very website</li>
</ul>
</p>
<p>
Online Design features consistently see an extremely high amount of views and are almost universally lauded both inside and outside of Harvard. If you want to help us make beautiful and immersive stories, come comp OD. The Tech + Online Design open house is on <strong>Thursday, February 6 from 7-9 p.m.</strong>, and we’d love to see you there to talk about joining our team. If you have any questions or can’t make it to the open house but still wish to comp, email the Online Design Comp Directors, Jake Freyer and Monica Chao at <a href="mailto:[email protected]">[email protected]</a> and <a href="mailto:[email protected]">[email protected]</a>, respectively.
</p>
</div>
</div>
</div>
{% endblock content %}