-
Notifications
You must be signed in to change notification settings - Fork 0
/
team.html
98 lines (90 loc) · 3.32 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Replate</title>
<!-- Fonts -->
<script src="https://kit.fontawesome.com/aefd9f6362.js"></script>
<link href="https://fonts.googleapis.com/css?family=Lexend+Deca|Red+Hat+Display|Work+Sans&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/index.css" rel="stylesheet">
</head>
<body class="teamPageBody">
<!-- Navigation bar -->
<section class="nav">
<h2>Replate</h2>
<div>
<a href="index.html">Home</a>
<a href="https://replate-bw.netlify.com/login">Login</a>
<a href="https://replate-bw.netlify.com/signup">Sign Up</a>
</div>
</section>
<h1 class="meet">Meet the team!</h1>
<section class="team">
<div class="kelly">
<img src="img/Kelly.jpg" alt="kelly">
<div>
<h3>Kelly</h3>
<p>Frontend Developer</p>
<a href="https://github.com/misskellymore">Github</a>
</div>
</div>
<div class="adam">
<img src="img/adam.jpg" alt="adam">
<div>
<h3>Adam</h3>
<p>Web UI Developer</p>
<a href="https://github.com/abarne">Github</a>
</div>
</div>
<div class="joshua">
<img src="img/josh.PNG" alt="josh">
<div>
<h3>Joshua</h3>
<p>Web UI Developer</p>
<a href="https://github.com/Marshnme">Github</a>
</div>
</div>
<div class="timothy">
<img src="img/timothy.PNG" alt="timothy">
<div>
<h3>Timothy</h3>
<p>Web UI Developer</p>
<a href="https://github.com/Techne3">Github</a>
</div>
</div>
<div class="Gurpreet">
<img src="img/gurpreet.PNG" alt="gurpreet">
<div>
<h3>Gurpreet</h3>
<p>Frontend Developer</p>
<a href="#">Github</a>
</div>
</div>
<div class="julie">
<img src="img/julie.PNG" alt="kelly">
<div>
<h3>Julie</h3>
<p>Frontend Framework Developer</p>
<a href="https://github.com/juliethrallstewart">Github</a>
</div>
</div>
<div class="colin">
<img src="img/colin.PNG" alt="colin">
<div>
<h3>Colin</h3>
<p>Frontend Framework Developer</p>
<a href="https://github.com/dvcolin">Github</a>
</div>
</div>
<div class="mohammad">
<img src="img/mohammad.PNG" alt="mohammad">
<div>
<h3>Mohammad</h3>
<p>Web Backend Developer</p>
<a href="https://github.com/mtourj">Github</a>
</div>
</div>
</section>
</body>
</html>