-
Notifications
You must be signed in to change notification settings - Fork 0
/
ourTeam.html
101 lines (96 loc) · 4.36 KB
/
ourTeam.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
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title></title>
<meta name="description" content="">
<script src="https://kit.fontawesome.com/f097234009.js"></script>
<style>
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lexend+Deca&display=swap');</style>
<link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/index.css">
</head>
<body>
<header class="t-header">
<div class="t-logo">
<a href="index.html">Replate</a>
</div>
<div class="t-navv">
<nav>
<a href="index.html">Home</a>
<a href="index.html">About</a>
<a href="ourTeam.html">Team</a>
<a href="https://replate-bw.netlify.com/signup">Sign up</a>
<a href="https://replate-bw.netlify.com/login">Login</a>
</nav>
</div>
</header>
<div class="container">
<section class="meet">
<h1 class="morerem">Meet Our Team!</h1>
</section>
<section class="pictures">
<div>
<img src="img/adam.PNG" alt="">
<h3>Adam Barnett</h3>
<p>UI Developer</p>
<a href=""><i class="fab fa-github-square"></i></a>
</div>
<div>
<img src="img/lambdaphoto.jpg" alt="">
<h3>Joshua Holtsclaw</h3>
<p>UI Developer</p>
<a href="https://github.com/Marshnme"><i class="fab fa-github-square"></i></a>
</div>
<div>
<img src="img/timothy.PNG" alt="">
<h3>Timothy Sharkey</h3>
<p>UI Developer</p>
<a href="https://github.com/Techne3"><i class="fab fa-github-square"></i></a>
</div>
<div>
<img src="img/img1.jpg" alt="">
<h3>Kelly Moreira</h3>
<p>Frontend Developer</p>
<a href="https://github.com/misskellymore"><i class="fab fa-github-square"></i></a>
</div>
<div>
<img src="img/gur.PNG" alt="">
<h3>Gurpreet Dhaliwal</h3>
<p>Frontend Developer</p>
<a href="https://github.com/abarne"><i class="fab fa-github-square"></i></a>
</div>
<div>
<img src="img/julie.PNG" alt="">
<h3>Julie Stewart</h3>
<p>Frontend Framework Developer</p>
<a href="https://github.com/juliethrallstewart"><i class="fab fa-github-square"></i></a>
</div>
<div>
<img src="img/colin.PNG" alt="">
<h3>Colin Vries</h3>
<p>Frontend Framework Developer</p>
<a href="https://github.com/dvcolin"><i class="fab fa-github-square"></i></a>
</div>
<div>
<img src="img/mohammad.PNG" alt="">
<h3>Mohammad Tourjoman</h3>
<p>Backend Developer</p>
<a href="https://github.com/mtourj"><i class="fab fa-github-square"></i></a>
</div>
</section>
<footer>
<div class="contact-footer"><a href="#">Contact</a></div>
<div><p>Copyright © 2019</p></div>
</footer>
</div>
<script src="" async defer></script>
</body>
</html>