-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathteam.html
76 lines (69 loc) · 2.1 KB
/
team.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
75
76
<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" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/animate.min.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"
/>
<script src="main.js"></script>
<link rel="icon" type="image/ico" href="/img/favicon.ico" />
</head>
<body>
<div class="menu-nav animated fadeInDown">
<a href="/"><img src="/img/disc%20logo.png"/></a>
<div class="bar">
<nav class="main-nav">
<ul id="nav" class="">
<li><a href="/mission">Our Mission</a></li>
<li><a href="/team">Executive Board</a></li>
<li><a href="/projects">Projects</a></li>
<li><a href="/contact">Contact Us</a></li>
</ul>
</nav>
</div>
<a id="hamburger" class="nav-opener" href="#"><span></span></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">
<h1>2021 - 2022</h1>
<h2>Chase Duvall</h2>
<h3>Co-President</h3>
<h2>Mason Lin</h2>
<h3>Co-President</h3>
<h2>Richard Lam</h2>
<h3>Studio Lead</h3>
<h2>Chris Song</h2>
<h3>Studio Lead</h3>
<h2>Eric Ma</h2>
<h3>Programming/Recruitment Chair</h3>
<h2>Cindy Hu</h2>
<h3>Operations Chair</h3>
<h2>Will Hoffmann</h2>
<h3>Project Outreach Chair</h3>
<h2>Amy Guo</h2>
<h3>Public Relations</h3>
</div>
</div>
</body>