-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsupport.html
More file actions
48 lines (44 loc) · 1.65 KB
/
support.html
File metadata and controls
48 lines (44 loc) · 1.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title></title>
<meta name="author" content="">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap/v5.1.3/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link href="css/styles.css" rel="stylesheet">
<link href="css/footer.css" rel="stylesheet">
</head>
<body>
<header class="d-flex flex-row align-items-center p-3">
<div class="img-container">
<a href="index.html"><img src="assets/img/logo-transparent-blue.png"
alt="Teamable Analytics Logo"/></a>
</div>
<span class="title"><a href="index.html">Teamable Analytics</a></span>
</header>
<main class="container d-flex flex-column gap-5 my-5">
<h1>Support Videos</h1>
<p>Under construction</p>
</main>
<footer class="py-3">
<div class="container">
<div class="d-flex flex-column flex-md-row justify-content-between w-95">
<ul>
<li><a href="about-us.html">About Us</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="research.html">Related Research</a></li>
</ul>
<ul>
<li><a href="community.html">Our Community</a></li>
<li><a href="#">Support Videos</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
<p>Having trouble? Join our <a href="https://teamableanalytics.slack.com">Slack channel</a>.</p>
</div>
</div>
</footer>
</body>
</html>