-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex_draft.html
More file actions
117 lines (112 loc) · 7.51 KB
/
index_draft.html
File metadata and controls
117 lines (112 loc) · 7.51 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Constellation</title>
<link rel="stylesheet" href="/assets/dist/tailwind.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;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.css">
<link rel="stylesheet" href="/assets/css/draft.css">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- 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>
<script src="assets/js/index.js"></script>
</head>
<body class="bg-stars text-white">
<div style="min-height: 100vh;">
<nav class="bg-black bg-opacity-50 text-white py-4">
<div class="container mx-auto flex justify-between items-center px-6">
<a href="/index.html">
<div class="flex items-center">
<i class="fas fa-globe-americas fa-2x"></i>
<span class="ml-3 text-xl font-semibold">Constellation</span>
</div>
</a>
<div class="hidden md:flex space-x-6 items-center">
<a href="#" class="hover:text-gray-300">Missions</a>
<a href="#" class="hover:text-gray-300">Connections</a>
<a href="/chat.html" class="hover:text-gray-300">Chat</a>
<a href="/account.html" class="hover:text-gray-300">Account</a>
<div class="relative dropdown">
<button class="hover:text-gray-300">More</button>
<div class="dropdown-menu absolute hidden bg-black bg-opacity-75 text-white py-2 mt-1">
<a href="/new_changelog.html" class="block px-4 py-2 hover:bg-gray-800">Changelog</a>
</div>
</div>
<button onclick="window.location = '/signin.html'" id="accountMgnLink" class="flex items-center space-x-2" style="text-decoration: none;">
<div class="flex items-center space-x-2">
<i class="fas fa-user-circle fa-lg"></i>
<p id="accountMgnText">Log in</p>
</div>
</button>
</div>
</div>
</nav>
<header class="py-36 pl-12">
<h1 class="text-6xl font-bold mb-4">Welcome to Constellation</h1>
<p class="text-xl mb-8 leading-relaxed max-w-lg">Constellation is a networking platform for youth that presents them opportunities to and teaches them to network with peers in a gamified format.</p>
<a href="/signin.html" id="join-link" class="bg-blue-600 hover:bg-blue-700 text-white font-bold py-2 px-4 rounded-full inline-block">Join Now</a>
</header>
<div class="transition-to-white">
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Networking Power</title>
<link rel="stylesheet" href="/assets/dist/tailwind.css">
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap"
rel="stylesheet">
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
</link>
</head>
<br><br><br>
<br><br><br><br>
<br><br><br><br>
<br><br><br><br>
<body class="bg-gradient-to-r from-blue-900 to-blue-400">
<div class="flex h-screen" style="background-color: #121212;">
<div class="w-1/2 p-12">
<h1 class="text-4xl font-bold mb-4">Experience the Power of Networking</h1>
<p class="text-lg">Constellation is not just a social media platform, but a unique gamified experience where youth can connect with peers, learn about different industries and grow their network.</p>
</div>
<div class="w-1/2 flex flex-col items-center justify-center space-y-6">
<div class="bg-white bg-opacity-90 rounded-xl shadow-lg p-6 w-80">
<div class="flex items-center justify-center mb-4">
<i class="fas fa-cloud text-blue-500 text-3xl"></i>
</div>
<p class="text-center text-sm" style="color: black;">With Constellation, young professionals can learn from each other and grow their skills, together.</p>
</div>
<div class="bg-white bg-opacity-90 rounded-xl shadow-lg p-6 w-80">
<div class="flex items-center justify-center mb-4">
<i class="fas fa-th text-blue-500 text-3xl"></i>
</div>
<p class="text-center text-sm" style="color: black;">Constellation connects youth with like-minded individuals in their industry, helping them to forge meaningful relationships.</p>
</div>
<div class="bg-white bg-opacity-90 rounded-xl shadow-lg p-6 w-80">
<div class="flex items-center justify-center mb-4">
<i class="fas fa-chart-line text-blue-500 text-3xl"></i>
</div>
<p class="text-center text-sm" style="color: black;">Constellation provides access to the latest industry trends and insights, helping young professionals stay ahead of the curve.</p>
</div>
<div class="bg-white bg-opacity-90 rounded-xl shadow-lg p-6 w-80">
<div class="flex items-center justify-center mb-4">
<i class="fas fa-users text-blue-500 text-3xl"></i>
</div>
<p class="text-center text-sm" style="color: black;">Join Constellation and become part of a vibrant community that will help you succeed in your career. </p>
</div>
</div>
</div>
</body>
</html>
</div>
</div>
</body>
<script src="/assets/js/draft.js"></script>
</html>