This repository has been archived by the owner on Mar 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.php
75 lines (74 loc) · 2.88 KB
/
about.php
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
<?php require('header.php'); ?>
<div class="row">
<div class="small-12 large-12 columns" style="height: 600px;">
<h2>What is SITTV?</h2>
<p>SITTV is the official campus television organization of Stevens Institute of Technology.
We meet every Monday at 9 p.m. in the studio. The organization focuses on bringing productions (whether they be one-off events, shows, short films, or anything you can think of) from inception to writing to filming to editing to publishing.
</p>
<h2>Where is SITTV?</h2>
<p>The studio is located at the red door on the side of Humphrey's Hall near Jonas Hall.</p>
<section class="staff">
<ul>
<h2>Who is SITTV?</h2>
<li>
<img src="/staff/gm.png" alt="Philip Fishbein">
<section class="info">
<h3>Philip Fishbein</h3>
<h4>General Manager</h4>
</section>
</li>
<li>
<img src="/staff/operations.png" alt="Ian Porada">
<section class="info">
<h3>Ian Porada</h3>
<h4>Director of Operations</h4>
</section>
</li>
<li>
<img src="/staff/deliverables.png" alt="Jesse Stevenson">
<section class="info">
<h3>Jesse Stevenson</h3>
<h4>Director of Deliverables</h4>
</section>
</li>
<li>
<img src="/staff/creativity.png" alt="Kevin Leddy">
<section class="info">
<h3>Kevin Leddy</h3>
<h4>Director of Programming and Creativity</h4>
</section>
</li>
<li>
<img src="/staff/publicity.png" alt="Melina DallaStella">
<section class="info">
<h3>Melina DallaStella</h3>
<h4>Director of Publicity</h4>
</section>
</li>
<li>
<img src="/staff/business.png" alt="Christian Chiu">
<section class="info">
<h3>Christian Chiu</h3>
<h4>Business Manager</h4>
</section>
</li>
<li>
<img src="/staff/sysadmin.png" alt="Evan Bedser">
<section class="info">
<h3>Evan Bedser</h3>
<h4>Systems Administrator</h4>
</section>
</li>
<li>
<img src="/staff/ccsi.png" alt="Maryia Spirydonava">
<section class="info">
<h3>Maryia Spirydonava</h3>
<h4>CCSI Representative</h4>
</section>
</li>
</ul>
</div>
</div>
</div>
</body>
</html>