-
Notifications
You must be signed in to change notification settings - Fork 1
/
comp.html
74 lines (69 loc) · 3.44 KB
/
comp.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Comp - The Harvard Crimson Design</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="application-name" content=" "/>
<link rel="stylesheet" href="assets/css/main.min.css" />
</head>
<body>
<nav class="floating-nav transition">
<a href="index.html"><h1>The Harvard Crimson <span class="design-text">Design</span></h1></a>
<ul>
<li><a href="illustration.html">Illustration</a></li>
<li><a href="print.html">Print</a></li>
<li><a href="web.html">Web</a></li>
<li><a href="comp.html">Comp</a></li>
</ul>
</nav>
<div class="wrapper">
<section id="header">
<a href="index.html"><h1>The Harvard Crimson <span class="design-text">Design</span></h1></a>
<nav>
<ul id="main-nav" class="main-nav">
<li><a href="illustration.html">Illustration</a></li>
<li><a href="print.html">Print</a></li>
<li><a href="web.html">Web</a></li>
<li><a href="comp.html">Comp</a></li>
</ul>
</nav>
</section>
<section class="hero" id="comp-hero">
<div class="content">
<h2>Join Us</h2>
<h3>146 years of design and counting.</h3>
<!-- <img class="hero-img" src="assets/img/comp-hero-m.png"> -->
</div>
</section>
<section class="sell-points">
<div>
<p><span>Learn marketable skills.</span> Use professional design tools that are used everywhere.</p>
</div>
<div>
<p><span>Be seen.</span> The only daily newspaper in Cambridge and 15M online hits each year from around the world.</p>
</div>
<div>
<p><span>Join a design community.</span> Learn from and work with a diverse group of artists and designers.</p>
</div>
</section>
<section id="comp-about">
<h1>About the Comp</h1>
<h3>We have three comp tracks: Illustration, Print Design, and Web Design.</h3>
<h4>Find the Fall 2019 comp syllabi <a href="https://bit.ly/f19designcomp" target="_blank">here</a>.</h4>
<p class="info">The Design comp is all about learning by doing. Whether you've had any previous design experience or not, you'll learn everything you need to know during the comp process.
All comp tracks, which last one semester, are structured around weekly design seminars where you will be exposed to design theory and gain hands-on experience through projects. Each track also includes a mid and final comp project. If you successfully complete all of the comp requirements, you will be elected as a designer to The Harvard Crimson.
<br><br>
If you have any questions about the comp process, feel free to reach out to our comp directors:</p>
<ul>
<li>Illustration - Izzy Aslarus ([email protected])</li>
<li>Print Design - Truelian Lee ([email protected])</li>
<li>Web Design - Hanna Kim ([email protected])</li>
</ul>
<p><a href="https://comp.thecrimson.com" target="_blank">Click here</a> to learn more about comping The Harvard Crimson and to sign up for comp updates.</p>
</section>
</div>
<script src="./assets/js/vendors.js"></script>
<script src="./assets/js/app.js"></script>
</body>
</html>