-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmag.html.tmp
22 lines (21 loc) · 1.5 KB
/
mag.html.tmp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{% extends "base.html.tmp" %}
{% block content %}
<div class="overlay">
<div class="page-title">
<h1>magazine</h1>
</div>
<div>
<div class="text">
<p>
If you've ever wanted to write articles but aren't sure where among News, Arts, Sports, or Editorial your interests align, look no further than <b>Fifteen Minutes</b>, the Crimson's weekly magazine. FM's content ranges from short, humorous pieces to in-depth profiles and features: it's a veritable cornucopia of content. Oh, and we almost forgot: scrutinies. They're our weekly cover stories, and consistently rank among the most read articles on Crimson website. One word, three syllables: exposure.
</p>
<p>
There are a number of reasons you should comp Fifteen Minutes. We have the most freeform pieces, giving you ample opportunity to experiment and grow as a writer. Ask any writer who's comped multiple boards of the Crimson, and he/she will tell you that the FM comp is by far the most enjoyable. You're going to interact with other writers who are fascinated with their craft, and you're going to learn from them—whether you like it or not. We really hope you will.
</p>
<p>
Any questions? Please don’t hesitate to contact our comp directors, Bailey Trela and Keyon Vafa at <a href="mailto:[email protected]">[email protected]</a> and <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
</div>
</div>
{% endblock content %}