-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
117 lines (94 loc) · 4.9 KB
/
faq.html
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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Justlife Team</title>
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/custom.css" />
<meta name="description" content="See marketplace teams for Justlife easily" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jlteamdb.netlify.app/" />
<meta property="og:title" content="Justlife Team" />
<meta property="og:description" content="Description of your site or service." />
<meta property="og:image" content="https://jlteamdb.netlify.app/assets/jlteammeta.png" />
<meta property="og:image:alt" content="Justlife Team Meta Image" />
<meta name="theme-color" content="#fafafa" />
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="icon.png" />
<link rel="manifest" href="site.webmanifest" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.8/semantic.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" defer></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fomantic-ui/2.8.8/semantic.min.js" defer></script>
<!-- <script src="js/app.js" ></script> -->
</head>
<body>
{# NAV #}
<div class="ui top borderless fixed mini menu" id="nav">
<div class="ui container">
<div class="item">
<img src="assets/logo.png" alt="Logo" />
</div>
<div class="item" id="brand-name">Justlife Team</div>
<div class="right menu">
<a href="index.html" class="item">Database</a>
<a href="faq.html" class="item active">FAQs</a>
</div>
</div>
</div>
<div class="ui container">
<div class="ui center aligned middle aligned grid" style="min-height: 100vh; margin: 0;">
<div class="column">
<div class="main-container">
<!-- Simple Robot Illustration -->
<div class="floating" style="margin: 2em auto; width: 120px; height: 120px;">
<svg viewBox="0 0 100 100">
<rect x="35" y="20" width="30" height="30" rx="8" fill="#2185d0" />
<circle cx="45" cy="35" r="4" fill="#fff" />
<circle cx="55" cy="35" r="4" fill="#fff" />
<path d="M 42 42 Q 50 47 58 42" fill="none" stroke="#fff" stroke-width="2" />
<rect x="40" y="55" width="20" height="20" rx="4" fill="#2185d0" />
</svg>
</div>
<h1 class="ui header fun-header">
⚠️ Under Construction 🚧
<div class="sub header" style="color: #666; font-size: 0.5em; margin-top: 0.5em;">
But it's gonna be awesome!
</div>
</h1>
<div class="fun-text" style="margin-bottom: 2em;">
Ned is currently working to make this page awesome, in the meantime, feel free to spam him on
slack with your ideas!
</div>
<div class="ui hidden divider"></div>
<!-- Simple loading indicator -->
<div class="ui active blue inline loader"></div>
<span class="ui text" style="margin-left: 1em; color: #666;">Building something incredible...</span>
<!-- Status indicators -->
<div class="ui segments" style="margin: 2em 0;">
<div class="ui segment status-segment">
<i class="coffee icon" style="color: #2185d0;"></i>
<span>Coffee consumed: Too much</span>
</div>
<div class="ui segment status-segment">
<i class="keyboard icon" style="color: #2185d0;"></i>
<span>Lines of code written: Many</span>
</div>
<div class="ui segment status-segment">
<i class="idea icon" style="color: #2185d0;"></i>
<span>Brilliant ideas: Loading...</span>
</div>
</div>
<!-- Back button -->
<a href="/" class="ui primary button">
<i class="left arrow icon"></i>
Go Back Home
</a>
</div>
</div>
</div>
</div>
<!-- Add your site or application content here -->
</body>
</html>