-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutus.html
More file actions
82 lines (81 loc) · 3.11 KB
/
aboutus.html
File metadata and controls
82 lines (81 loc) · 3.11 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="css/index.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Baloo+Chettan&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css"
integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ"
crossorigin="anonymous">
<link rel="shortcut icon" type="image/png" href="images/favicon.png">
<title>Better Sub Stats</title>
</head>
<header>
<div class="logo">
<h1>Better Sub Stats</h1>
<img src="images/Reddit_Mark_OnWhite.png">
</div>
<nav>
<div class="acont">
<a href="index.html"><i class="fas fa-home"></i>HOME</a>
<a href="aboutus.html"><i class="fas fa-users"></i>OUR TEAM</a>
<a target="_blank" href="https://bettersubstats.netlify.com/dashboard">GET STARTED</a>
</div>
</nav>
</header>
<body>
<div class="abtcont">
<div class="card">
<img src="images/brandon.jpg">
<a href="https://github.com/gasingdong"><i class="fab fa-github"></i></a>
<h1>Brandon Dong</h1>
<h2>Front End I</h2>
</div>
<div class="card">
<img src="images/faye.jpg">
<a href="https://github.com/fskeen"><i class="fab fa-github"></i></a>
<h1>Faye Skeen</h1>
<h2>Front End II</h2>
</div>
<div class="card">
<img src="images/chris.jpg">
<a href="https://github.com/onetrckchris"><i class="fab fa-github"></i></a>
<h1>Christian Pelayo</h1>
<h2>Front End III</h2>
</div>
<div class="card">
<img src="images/yuka.png">
<a href="https://github.com/yukaliv"><i class="fab fa-github"></i></a>
<h1>Yuka Livingston</h1>
<h2>Web Back End</h2>
</div>
<div class="card">
<img src="images/will.jpg">
<a href="https://github.com/willhk"><i class="fab fa-github"></i></a>
<h1>Will Haeck</h1>
<h2>Data Engineer I</h2>
</div>
<div class="card">
<img src="images/yuyama.jpg">
<a href="https://github.com/dzkha"><i class="fab fa-github"></i></a>
<h1>Yu Yama</h1>
<h2>Data Engineer II</h2>
</div>
<div class="card">
<img src="images/michael.png">
<a href="https://github.com/bundickm"><i class="fab fa-github"></i></a>
<h1>Michael Bundick</h1>
<h2>Machine Learning Engineer</h2>
</div>
<div class="card">
<img src="images/justin.jpg">
<a href="https://github.com/Jtmccutcheon"><i class="fab fa-github"></i></a>
<h1>Justin McCutcheon</h1>
<h2>Web UI</h2>
</div>
</div>
</body>
</html>