-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
57 lines (52 loc) · 2.13 KB
/
about.html
File metadata and controls
57 lines (52 loc) · 2.13 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Safe Space - About</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/index.css" rel="stylesheet">
<script src="./JS/about.js" async></script>
<link rel="icon" href="favicon.ico" type="image/ico">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.1/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
</head>
<body>
<div class="container">
<header id="about-header">
<div class="nav-content">
<nav class="about-nav">
<a href="https://unruffled-panini-b9bd04.netlify.com/" target="_blank">Log In</a>
<h6> | </h6>
<a href="index.html">Home</a>
</nav>
</div>
</header>
<div class="about-content">
<section class="about-intro">
<img src="assets/logo-blue.png" alt="">
<div class="about-intro-text">
<h2>About Us</h2>
<h5>The Safe Space Team formed in February, 2019.</br>
The following team members have been working around the clock to make sure that this whole thing is possible, so we would like to
tell you a little bit about them.</h5>
</div>
</section>
<section class="about-people">
<!-- Content inserted by JavaScript Objects -->
</section>
</div>
<footer>
<div class="footer-content">
<nav>
<a href="https://unruffled-panini-b9bd04.netlify.com/" target="_blank">Log In</a>
<h6> | </h6>
<a href="index.html">Home</a>
<h6> | </h6>
<a href="#top">Back To Top</a>
</nav>
<h6>© Safe Space 2019</h6>
</div>
</footer>
</div>
</body>
</html>