-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (46 loc) · 1.77 KB
/
index.html
File metadata and controls
46 lines (46 loc) · 1.77 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>SIX.R -Virtual Reality Crowdfunded- </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 class="active" href="index.html">Home</a></li>
<li><a href="about.html">About Us</a></li>
<li><a 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>
<div class="container">
<div class="wrapper">
<h1>SIX.R</h1>
<h2>Insight. Culture. Passion.</h2>
<a href="https://virtual-r.netlify.com/signup" class="btn">Sign up Today!</a>
<a href="https://virtual-r.netlify.com/signup" class="mobilebtn">Sign Up Today! </a>
</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>