-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
126 lines (113 loc) · 6.42 KB
/
index.html
File metadata and controls
126 lines (113 loc) · 6.42 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
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
118
119
120
121
122
123
124
125
126
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Constellation Networking</title>
<link rel="stylesheet" href="/assets/dist/tailwind.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</link>
<link rel="stylesheet" href="/assets/css/index_real.css">
<meta name="description"
content="Constellation Networking: Connect, collaborate, and grow your professional network with ease.">
<meta name="keywords"
content="Constellation Networking, professional network, collaboration, career growth, constellationhub.info">
<meta name="author" content="Constellation Networking Team">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FTXQ5HF0C5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-FTXQ5HF0C5');
</script>
<!-- Firebase -->
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-firestore.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.10.0/firebase-auth.js"></script>
<script src="assets/js/firebase_init.js"></script>
</head>
<body class="bg-black text-white relative" id="body">
<!-- Navigation -->
<nav class="absolute top-0 left-0 right-0 z-10 flex justify-between items-center p-8">
<div class="text-xs uppercase tracking-widest">
<a href="/index.html"
class="text-gray-400 hover:text-white transition-colors duration-300 navbar-title">Constellation.</a>
</div>
<div class="flex space-x-6">
<a href="https://stats.uptimerobot.com/g9CgvZllib"
class="text-xs uppercase tracking-widest hover:text-gray-300 transition-colors duration-300 navbar-links"
id="navbar-chat">Status</a>
<a href="/chat.html"
class="text-xs uppercase tracking-widest hover:text-gray-300 transition-colors duration-300 navbar-links"
id="navbar-chat">Chat</a>
<a href="/account.html"
class="text-xs uppercase tracking-widest hover:text-gray-300 transition-colors duration-300 navbar-links">Account</a>
<a href="/new_changelog.html"
class="text-xs uppercase tracking-widest hover:text-gray-300 transition-colors duration-300 navbar-links">Changelog</a>
<button id="accountMgnLink" onclick="window.location = '/signin.html'">
<p id="accountMgnText"
class="text-xs uppercase tracking-widest hover:text-gray-300 transition-colors duration-300 navbar-links">
Sign in
</p>
</button>
</div>
</nav>
<!-- Main -->
<div class="flex flex-col lg:flex-row items-center justify-between px-8 lg:px-16 py-32">
<div class="lg:w-1/2">
<div class="text-xs font-bold mb-2">01</div>
<h1 class="text-6xl font-bold mb-6" id="title">Welcome to Constellation Networking.</h1>
<p class="mb-6">Constellation is an Edtech networking platform for youth that presents them opportunities to
and teaches them to network with peers in a gamified format.</p>
<button id="join-link" onclick="window.location='/about.html'"
class="bg-white text-black px-6 py-2 uppercase text-xs tracking-widest font-bold hover:bg-gray-200 transition-colors duration-300">View
our missions</button>
</div>
</div>
<!-- Footer -->
<div class="footer absolute bottom-0 left-0 right-0 p-8">
<div class="flex justify-between items-center">
<!-- Social Links and Citation -->
<div class="flex flex-col">
<div class="flex space-x-4">
<a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
<i class="fab fa-instagram"></i>
</a>
<!-- <a href="#" class="text-gray-400 hover:text-white transition-colors duration-300">
<i class="fab fa-twitter"></i>
</a> -->
</div>
<!-- Citation Text -->
<p class="photo-citation" id="photo-citation"></p>
</div>
<div class="flex items-center">
<div class="text-xs font-bold mr-8">02</div>
<div class="flex space-x-8">
<div class="text-center">
<h2 class="text-xs uppercase tracking-widest mb-1" style="font-size: 12px;">About us</h2>
<button onclick="window.location='/about.html'"
class="bg-transparent border border-white px-4 py-1 uppercase text-xs tracking-widest font-bold hover:bg-white hover:text-black transition-colors duration-300"
style="font-size: 10px; white-space: nowrap;">Learn more</button>
</div>
<div class="text-center" id="my-missions">
<h2 class="text-xs uppercase tracking-widest mb-1" style="font-size: 12px;">My missions</h2>
<button onclick="window.location='/missions.html'"
class="bg-transparent border border-white px-4 py-1 uppercase text-xs tracking-widest font-bold hover:bg-white hover:text-black transition-colors duration-300"
style="font-size: 10px; white-space: nowrap;">View</button>
</div>
</div>
</div>
<div class="flex items-center" id="switch-btn">
<button onclick="switchBg()"
class="bg-transparent border border-white px-4 py-1 uppercase text-xs tracking-widest font-bold flex items-center hover:bg-white hover:text-black transition-colors duration-300"
style="font-size: 10px;">
<i class="fas fa-forward mr-2"></i>
Switch
</button>
</div>
</div>
</div>
<script src="/assets/js/index_real.js"></script>
</body>
</html>