-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
100 lines (99 loc) · 3.8 KB
/
team.html
File metadata and controls
100 lines (99 loc) · 3.8 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
97
98
99
100
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>team | azn magazine</title>
<link rel="stylesheet" href="team.css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Karla&display=swap" rel="stylesheet">
</head>
<body>
<div class="preloader-wrapper">
<div class="preloader">
<img src="103.gif" alt="NILA">
</div>
</div>
<a href = "index.html">
<img class = "logo" src = "logo.PNG"></a>
<div class = "menu">
<a class = "change" href = "about.html"><h2> About </h2></a>
<a class = "change" href = "issues.html"><h2> Issues </h2></a>
<a class = "change" href = "process.html"><h2> Process </h2></a>
<a class = "change" href = "team.html"><h2> Team </h2></a>
</div>
<section id = "one">
<h3 class = "title"> TEAM </h1>
</section>
<section id = "two">
<div class = "totalGroup">
<h4 class = "titleGroup"> Meet the Team</h4>
<div class = "flexRow">
<div class = "flexCol">
<div class = "flexCol">
<h5 class = "name"> Megan <br>Kim </h5>
<img class = "profile" src = "megan.jpeg">
</div>
<div class = "flexCol">
<h5 class = "name"> Candace <br>Lee </h5>
<img style = "object-fit: cover;" class = "profile" src = "candace.jpg">
</div>
</div>
<div class = "flexCol">
<div class = "flexColT">
<h5 class = "name"> Erin<br> Kim </h5>
<a href = "https://www.erinkim.me/" target = "_blank"><img class = "profileT" src = "erin.jpg"></a>
</div>
<div class = "flexCol">
<h5 class = "name"> Phoebe <br> Wongphatarakul </h5>
<img class = "profileT" src = "phoebe.jpeg">
</div>
</div>
</div>
<div class = "flexOthers">
<div class = "flexCol">
<h5 class = "nameS"> Ethan <br> Balgemino </h5>
<img class = "profileS" src = "ethan.jpg">
</div>
<div class = "flexCol">
<h5 class = "nameS"> Bridget <br> Yang </h5>
<img class = "profileS" src = "bridget.JPEG">
</div>
<div class = "flexCol">
<h5 class = "nameS"> Isabelle <br>Salvador </h5>
<img class = "profileS" src = "https://icons-for-free.com/iconfiles/png/512/human+male+profile+user+icon-1320196240448793481.png">
</div>
</div>
<div class = "flexOthers">
<div class = "flexCol">
<h5 class = "nameS"> Zoe <br>Monterola </h5>
<img class = "profileS" src = "zoe.jpg">
</div>
<div class = "flexCol">
<h5 class = "nameS"> Abby <br>Chen </h5>
<img class = "profileS" src = "https://icons-for-free.com/iconfiles/png/512/human+male+profile+user+icon-1320196240448793481.png">
</div>
<div class = "flexCol">
<h5 class = "nameS"> Brenda <br> Kim </h5>
<img class = "profileS" src = "brenda.jpeg">
</div>
</div>
<div class = "flexOthers">
<div class = "flexCol">
<h5 class = "nameS"> Nithya <br>Shankar </h5>
<img class = "profileS" src = "https://icons-for-free.com/iconfiles/png/512/human+male+profile+user+icon-1320196240448793481.png">
</div>
<!-- <div class = "flexCol">
<h5 class = "nameS"> Abby <br>Chen </h5>
<img class = "profileS" src = "https://cdn.vox-cdn.com/thumbor/9vA7QcAEttfEAv_FL8qAk83Q-5s=/0x0:1280x720/1400x1400/filters:focal(477x157:681x361):format(png)/cdn.vox-cdn.com/uploads/chorus_image/image/51965567/Ditto_Number_1.0.png">
</div>
<div class = "flexCol">
<h5 class = "nameS"> Brenda <br> Kim </h5>
<img class = "profileS" src = "https://cdn.vox-cdn.com/thumbor/9vA7QcAEttfEAv_FL8qAk83Q-5s=/0x0:1280x720/1400x1400/filters:focal(477x157:681x361):format(png)/cdn.vox-cdn.com/uploads/chorus_image/image/51965567/Ditto_Number_1.0.png">
</div> -->
</div>
</div>
</section>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="preloader.js"></script>
</body>
</html>