-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstaff.html
More file actions
91 lines (84 loc) · 3.47 KB
/
staff.html
File metadata and controls
91 lines (84 loc) · 3.47 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>SIX.R -SIXR Staff- </title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="checkbtn">
<i class="fas fa-bars"></i>
</label>
<label class="logo">SIX.R</label>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a class="active" href="staff.html">Staff</a></li>
<li><a href="https://virtual-r.netlify.com/login">Log In</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<section class="staff">
<div class="staff">
<div><h1> Staff ://> </h1></div>
<div></div>
<div></div>
<div class="staff-wrapper">
<a href="https://github.com/tanr0"><img src="img/staff/robert tanksley.jpg"></a>
<p class="name">Robert Tanksley</p>
<p class="title">UI/UX, Web Devloper</p>
</div>
<div class="staff-wrapper">
<a href="https://github.com/StephenTanksley"><img src="img/staff/stephen tanksley.jpg"></a>
<p class="name">Stephen Tanksley</p>
<p class="title">Back-End Engineer</p>
</div>
<div class="staff-wrapper">
<a href="https://github.com/remoo1901"><img src="img/staff/Remon Abdou.jpg"></a>
<p class="name">Remon Abdou</p>
<p class="title">Web Developer</p>
</div>
<div class="staff-wrapper">
<a href="https://github.com/JarenSmart"><img src="img/staff/Jaren Smart.png"></a>
<p class="name">Jaren Smart</p>
<p class="title">UI/UX, Web Devloper</p>
</div>
<div class="staff-wrapper">
<a href="https://github.com/ThomasBettencourt"><img src="img/staff/Thomas Bettencourt.png"></a>
<p class="name">Thomas Bettencourt</p>
<p class="title">UI/UX, Web Devloper</p>
</div>
<div class="staff-wrapper">
<a href="https://github.com/ElleTinajero"><img src="img/staff/Michelle Hernandez.png"></a>
<p class="name">Michelle Hernandez</p>
<p class="title">Front End Engineer</p>
</div>
<div class="staff-wrapper">
<a href="https://github.com/TimMitzen"><img src="img/staff/tim mitzen.jpg"></a>
<p class="name">Tim Mitzen</p>
<p class="title">Front End Engineer</p>
</div>
<div class="staff-wrapper">
<a href="#"><img src="img/staff/kyle leonard.png"></a>
<p class="name">Kyle Leonard</p>
<p class="title">Front End Engineer</p>
</div>
</div>
</div>
</section>
<footer>
<div>
<a href="https://www.facebook.com/six.rr/"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.linkedin.com/"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/Virtual-R"><i class="fab fa-github-square"></i></a>
<a href="https://twitter.com/"><i class="fab fa-twitter-square"></i></a>
<a href="https://www.instagram.com/?hl=en"><i class="fab fa-instagram"></i></a>
</div>
<div class="copyright"> ©Robert Tanksley. Design by Robert Tanksley 2020. </div>
</footer>
</body>
</html>