-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
50 lines (47 loc) · 2.4 KB
/
about.html
File metadata and controls
50 lines (47 loc) · 2.4 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>SIX.R -About Us- </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 class="active" 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="content-wrapper">
<div class="about">
<h2>About Us ://> </h2>
<p> SIXR is a social enterprise committed to providing immersive reality content to the global community beyond their imagination!</p>
<p>Our Cinematic VR (Virtual Reality) team is rooted in Seattle, Washington and attracts talent within the Pacific Northwest. A Virtual Reality Renaissance is sparking creative growth for an unexplored frontier, building anticipation.</p>
<img src="img/fafd0ffe-5df75988-franz12171000093.jpg">
<p>SIXR supports community building by promoting new methods of storytelling in VR/AR/360/MR. We are diverse pioneers that provide early access to technological resources for people of varying cultural, educational, and socioeconomic backgrounds. We strive to be inclusive as these bright minds come together and we help bring powerful high-quality products to the eXperimental realities landscape!</p>
</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>