-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
117 lines (104 loc) · 4.25 KB
/
aboutus.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Preferences</title>
<div class="topimg">
<img
src="https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2FActiBridge_Logo.png?v=1593896410502"
alt=""
/>
</div>
<!-- insert navbar html here-->
<div class="container blue circleBehind">
<a href="index.html">HOME</a>
<a href="learn.html">LEARN</a>
<a href="matchup.html">MATCH UP</a>
<a href="outreach.html">OUTREACH</a>
<a href="donate.html"> DONATE</a>
<a href="preferences.html">PREFERENCES</a>
<a href="aboutus.html">ABOUT US</a>
</div>
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="/aboutus.css" />
<link rel="stylesheet" href="/navbarstyle.css" />
<link rel="stylesheet" href="/preferences.css" />
<!-- import the webpage's javascript file -->
</head>
<body>
<div class="green" id="hellodiv">
<!--<section class="ourhello">-->
<h2>Meet the Team</h2>
<!--Centered in aboutus.css-->
<!--I think we can use a table here, 3by2. I will center it as well.-->
<table>
<tbody>
<tr> <!--row 1-->
<td> <!--col 1-->
<img class="helloimg"
src="https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2FNcwit%20pic.jpg?v=1593901121683"
alt="Anjali Kumar"/>
<a href="FILL" target="_blank" class="none">
<h3 class="cell">Anjali Kumar</h3>
</a>
</td>
<td> <!--col 2-->
<img class="helloimg"
src="https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2Fthumbnails%2FIMG_7174.jpg?1593923471810"
alt="Neha Konjeti"/>
<a href="https://www.linkedin.com/in/neha-konjeti-574135199" target="_blank" class="none">
<h3 class="cell">Neha Konjeti</h3>
</a>
</td>
<td> <!--col 3-->
<!--linkedin needed-->
<img class="helloimg"
src="https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2Fhannah_headshot.JPG?v=1593906970479"
alt="Hannah Kim"/>
<a href="FILL" target="_blank" class="none">
<h3 class="cell">Hannah Kim</h3>
</a>
</td>
</tr>
<tr> <!--row 2-->
<td> <!--col 1-->
<img class="helloimg"
src="https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2Fd%20photo.jpg?v=1593917224411"
alt="Helena Yang"/>
<a href="https://www.linkedin.com/in/helena-yang-59799819a" target="_blank" class="none">
<h3 class="cell">Helena Yang</h3>
</a>
</td>
<td> <!--col 2-->
<!--linkedin needed-->
<img class="helloimg"
src="https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2F20200414_155447.jpg?v=1593908758869"
alt="Nicole Khaimov"/>
<a href="FILL" target="_blank" class="none">
<h3 class="cell">Nicole Khaimov</h3>
</a>
</td>
<td> <!--col 3-->
<!--linkedin needed-->
<img class="helloimg"
src="https://cdn.glitch.com/e0502230-dddd-467a-97fd-afee8c1549e2%2FAnthony%20Franco2.jpg?v=1593918699749"
alt="Anthony Franco"/>
<a href="FILL" target="_blank" class="none">
<h3 class="cell">Anthony Franco</h3>
</a>
</td>
</tr>
</tbody>
</table>
<!--img class ="helloimg" src = "" alt = "Anthony Franco"-->
<!--</section>-->
</div>
<!-- include an image of the google logo here and an email icon, hyperlinked?-->
<div class="black">
<h2>FAQ (under construction!)</h2>
<!--Maybe hyperlink these two <p>'s to a FAQ page "about" Actibridge"-->
</div>
</body>
</html>