-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
96 lines (95 loc) · 3.85 KB
/
team.html
File metadata and controls
96 lines (95 loc) · 3.85 KB
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<head>
<title>DISC NU · Our Team</title>
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet">
<link rel="stylesheet" type="text/css" href="main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous">
</head>
<body>
<div class="menu-nav animated fadeInDown">
<a href="/"><img src="/img/disc%20logo.png"></a>
<a href="/mission.html">Our Mission</a>
<a href="/team.html">Executive Board</a>
<a href="/projects.html">Projects</a>
<a href="/contact.html">Contact Us</a>
</div>
<div class="header-bg header-team">
<i class="material-icons icon-big" style="font-size: 4rem; color: #fff;">people</i>
<div class="green-bar"></div>
<h1>OUR TEAM</h1></div>
<div class="child-text child-text-team">
<div class="card-team">
<img src="img/conor_pic1.jpg">
<h2>Conor McGeehan</h2>
<h3>President</h3>
<p>
· Senior<br/>
· Technological Entrepreneurship <br/><br/>
· Other Activities: Delta Tau Delta, Evanston Boxing Club, Design for America
</p>
</div>
<div class="card-team">
<img src="img/will_pic1.jpg">
<h2>Will Parsons</h2>
<h3>Recruitment Chair</h3>
<p>
· Senior<br/>
· Computer Science / Psychology <br/><br/>
· Other Activities: Delta Tau Delta
</p>
</div>
<div class="card-team">
<img src="img/anna_pic1.jpg">
<h2>Anna Deng</h2>
<h3>Secretary / Treasurer</h3>
<p>
· Junior<br/>
· Computer Science <br/><br/>
· Other Activities: .dev, Women in Computing
</p>
</div>
<div class="card-team">
<img src="img/thomas_pic1.jpg">
<h2>Thomas Massion</h2>
<h3>Project Scoping</h3>
<p>
· Junior<br/>
· Industrial Engineering / Sociology <br/><br/>
· Other Activities: Alpha Phi Omega, Y-Achievers Program
</p>
</div>
<div class="card-team">
<img src="img/abby_pic1.jpg">
<h2>Abby Pratt</h2>
<h3>Studio Lead</h3>
<p>
· Sophomore<br/>
· Computer Science / Design Engineering / Economics<br/><br/>
· Other Activities: Delta Gamma
</p>
</div>
<div class="card-team">
<img src="img/jonathan_pic1.jpg">
<h2>Jonathan Dai</h2>
<h3>Tutor</h3>
<p>
· Junior<br/>
· Mechanical Engineering / Computer Science <br/><br/>
· Other Activities: STITCH photography, EPIC branding team, Peer-Guided Study Facilitator
</p>
</div>
<div class="card-team">
<img src="img/tommy_pic1.jpg">
<h2>Tommy Li</h2>
<h3>Public Relations</h3>
<p>
· Junior<br/>
· Computer Science / Communication Studies <br/><br/>
· Other Activities: IEEE, {hck}, Sustained Dialogue
</p>
</div>
</div>
</body>