-
Notifications
You must be signed in to change notification settings - Fork 2
/
tech.html.tmp
39 lines (38 loc) · 2.77 KB
/
tech.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
34
35
36
37
38
39
{% extends "base.html.tmp" %}
{% block content %}
<div class="overlay">
<div class="page-title">
<h1>technology</h1>
</div>
<div>
<div class="text">
<p>
While The Crimson has consistently published its content on paper for the past 141 years, the age of newsprint is quickly coming to close. As a result, the Technology department is becoming one of the most important and innovative places to be at The Crimson and at Harvard. In addition, the work we do on Tech will soon be the driver for The Crimson’s primary revenue source as physical paper starts to become less relevant.
</p>
<p>
Working for Crimson Tech means that you’re working on a website that sees 1.5 <em>million</em> pageviews per month. We run a django-based web app for <a href="http://www.thecrimson.com">thecrimson.com</a> as well as the various other technical needs of The Crimson. Whether you’re into server infrastructure, database work, back-end coding, front-end coding, or almost anything else can you think of, we’ve got a job for you. And if you've never coded before, you too can join tech and learn!
</p>
<p>
Recently, the tech department has:
<ul>
<li>Implemented a full-scale responsive redesign</li>
<li>Designed the back side of countless special web features like <a href="http://features.thecrimson.com/2013/frosh-survey/">the freshman survey</a></li>
<li>Automated the sending of the daily newsletter to speed up workflow</li>
<li>Developed a system to allow content to be fluidly embedded within articles</li>
<li>Built a framework to abstract the placement of article slots all over the site</li>
<li>In addition to countless more projects…
</ul>
</p>
<p>
The Tech Comp is designed to accommodate programmers with all levels of experience—many have joined the board before even finishing CS50, and others have come on with years of web programming experience. We tailor the comp to the individual and make sure everyone learns the tools they need without repeating things people have already seen.
</p>
<p>
Think you might like to work for the best department on The Crimson? Come out to the tech open house on <strong>Thursday, February 6 from 7-9 p.m.</strong> at The Crimson (14 Plympton Street). If you have any questions or special circumstances you want to discuss, contact the Tech Managers and Comp Directors Ben Scharfstein and Victor Wu at <a href="mailto:[email protected]">[email protected]</a> and <a href="mailto:[email protected]">[email protected]</a>. (You can still comp if you miss the open house!)
</p>
<p>
Come make a difference and get your work seen!
</p>
</div>
</div>
</div>
{% endblock content %}