-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout-us.html
More file actions
143 lines (121 loc) · 3.86 KB
/
about-us.html
File metadata and controls
143 lines (121 loc) · 3.86 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
<title>Finding Planets-Tess</title>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display|Raleway&display=swap" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body class="about_us_container">
<!-- Navigation/Call To Action Button Code Here -->
<Nav>
<div class="nasa">
<div>
<img src="img/NASA.jpg" height="100px" width="150px">
</div>
<div>TESS</div>
<style>
.nasa{
font-size: 1.9rem;
font-weight: bold;
display:flex;
justify-content: space-between;
align-items: center;
text-align: center;
color:white;
}
</style>
</div>
<div class="anchor">
<a href="index.html">Home</a>
<a href="#">Find Planets</a>
<a href="about-us.html">About Us</a>
</div>
</Nav>
<h1>Our Team</h1>
<div class="TL">
<div>
<img src="Img/Gustavo.png" alt="pic of Gustavo" >
<h2>Gustavo</h2>
<p>Team Lead</p>
<a href="https://github.com/gisturiz" class="fa fa-github"></a>
</div>
</div>
<section class="team">
<div class="a">
<img class="b c" src="Img/Muhammad.jpg" alt="pic of Gustavo" >
<h2>Muhammad</h2>
<p>Machine Learning Engineer</p>
<a href="https://github.com/mohamad-ali-nasser" class="fa fa-github"></a>
</div>
<div class="a">
<img class="b c" src="Img/Yu Yama.jpg" alt="pic of Gustavo" >
<h2>Yu Yama</h2>
<p>Machine Learning Engineer</p>
<a href="https://github.com/dzkha" class="fa fa-github"></a>
</div>
</section>
<section class="team">
<div class="a">
<img class="b" src="Img/Marvin.jpg" alt="pic of Gustavo" >
<h2>Marvin</h2>
<p>Data Engineer</p>
<a href="https://github.com/MAL3X-01" class="fa fa-github"></a>
</div>
<div class="a">
<img class="b c" src="Img/Reed.jpg" alt="pic of Gustavo" >
<h2>Reed</h2>
<p>Backend Development</p>
<a href="https://github.com/coffeelabor" class="fa fa-github"></a>
</div>
</section>
<section class="team">
<div class="a">
<img class="b c" src="Img/Chris.jpg" alt="pic of Gustavo">
<h2>Chris</h2>
<p>Frontend Framework</p>
<a href="https://github.com/ChrisDelf" class="fa fa-github"></a>
</div>
<div class="a">
<img class="b c" src="Img/hong.jpg" alt="pic of Gustavo" >
<h2>Hong</h2>
<p>Frontend Framework</p>
<a href="https://github.com/Jessiehongtran" class="fa fa-github"></a>
</div>
</section>
<section class="team">
<div class="a">
<img class="b" src="Img/Heorchi.jpg" alt="pic of Gustavo" >
<h2>Heorchii</h2>
<p>Frontend Developer</p>
<a href="https://github.com/shweps13" class="fa fa-github"></a>
</div>
<div class="a">
<img class="b" src="Img/akak.png" alt="pic of Gustavo" >
<h2>Akak</h2>
<p>UI Design</p>
<a href="https://github.com/Aakak" class="fa fa-github"></a>
</div>
</section>
<section class="team">
<div class="a">
<img class="b" src="Img/Jayne.jpg" alt="pic of Gustavo" >
<h2>Jayne</h2>
<p>UI Design</p>
<a href="https://github.com/jaynecn" class="fa fa-github"></a>
</div>
<div class="a">
<img class="b" src="Img/Jordan.jpg" alt="pic of Gustavo" >
<h2>Jordan</h2>
<p>UI Design</p>
<a href="https://github.com/J-man2015" class="fa fa-github"></a>
</div>
</section>
</body>
</html>