-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdocumentation.html
More file actions
210 lines (190 loc) · 10.4 KB
/
documentation.html
File metadata and controls
210 lines (190 loc) · 10.4 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>4SP - DOCUMENTATION</title>
<meta name="description" content="Your comprehensive guide to getting the most out of the 4SP Essential Student Toolkit.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="../navigation-mini.js" defer></script>
<style>
:root {
--bg-page: #040404;
--bg-container: #000000;
--border-color: #333;
--text-primary: #c0c0c0;
--text-secondary: #a0a0a0;
}
body {
font-family: 'Geist', sans-serif;
background-color: var(--bg-page);
color: var(--text-primary);
font-weight: 300;
}
h1, h2, h3, .font-bold, .font-semibold, strong {
font-weight: 400 !important;
}
.documentation-section {
border: 1px solid var(--border-color);
background-color: var(--bg-container);
padding: 2rem;
border-radius: 32px;
margin-bottom: 2rem;
}
.image-placeholder {
border: 2px dashed var(--border-color);
background-color: #111;
border-radius: 16px;
width: 100%;
aspect-ratio: 16 / 9;
display: flex;
justify-content: center;
align-items: center;
color: var(--text-secondary);
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1D4F692C1Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1D4F692C1Q');
</script>
</head>
<body class="text-white min-h-screen">
<main class="py-16 px-4">
<div class="mx-auto max-w-4xl text-center mb-16">
<h1 class="text-5xl sm:text-6xl font-semibold tracking-tighter mb-4 leading-tight">
4SP Documentation
</h1>
<p class="text-xl text-gray-400 max-w-2xl mx-auto">
Your comprehensive guide to getting the most out of the <strong>Essential Student Toolkit</strong>.
</p>
</div>
<div class="mx-auto max-w-7xl">
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">The Landing Page</h2>
<p class="text-lg text-gray-400">The landing page of the website, providing an overview of the project and links to the main sections.</p>
</div>
<div class="image-placeholder"><img src="doc-images/index.png" alt="Screenshot of index.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">User Authentication</h2>
<p class="text-lg text-gray-400">Handles user sign-up and login, supporting email/password and social providers like Google, Microsoft, and GitHub.</p>
</div>
<div class="image-placeholder"><img src="doc-images/authentication.png" alt="Screenshot of authentication.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">Dashboard</h2>
<p class="text-lg text-gray-400">The main hub for authenticated users, displaying the current date and time.</p>
</div>
<div class="image-placeholder"><img src="doc-images/dashboard.png" alt="Screenshot of logged-in/dashboard.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">Settings</h2>
<p class="text-lg text-gray-400">Allows users to manage their account, including changing their username, password, and linked social accounts.</p>
</div>
<div class="image-placeholder"><img src="doc-images/settings.png" alt="Screenshot of logged-in/settings.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">DailyPhoto</h2>
<p class="text-lg text-gray-400">A social feature for sharing up to five photos per day with friends, fostering mindful sharing.</p>
</div>
<div class="image-placeholder"><img src="doc-images/dailyphoto.png" alt="Screenshot of logged-in/dailyphoto.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">Countdowns</h2>
<p class="text-lg text-gray-400">Create and track important events with customizable countdown timers.</p>
</div>
<div class="image-placeholder"><img src="doc-images/countdowns.png" alt="Screenshot of logged-in/countdowns.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">Messenger Tutorial</h2>
<p class="text-lg text-gray-400">A guided introduction to the messenger feature, helping users understand its functionalities.</p>
</div>
<div class="image-placeholder"><img src="doc-images/messenger-tutorial.png" alt="Screenshot of logged-in/messenger-tutorial.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">Notes</h2>
<p class="text-lg text-gray-400">Securely store and manage your personal notes with client-side encryption and password protection.</p>
</div>
<div class="image-placeholder"><img src="doc-images/notes.png" alt="Screenshot of logged-in/notes.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">Weather</h2>
<p class="text-lg text-gray-400">Get real-time weather updates for your current location or any specified city.</p>
</div>
<div class="image-placeholder"><img src="doc-images/weather.png" alt="Screenshot of logged-in/weather.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">Soundboard</h2>
<p class="text-lg text-gray-400">Play various sound effects and custom audio clips for entertainment or practical uses.</p>
</div>
<div class="image-placeholder"><img src="doc-images/soundboard.png" alt="Screenshot of logged-in/soundboard.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">Dictionary</h2>
<p class="text-lg text-gray-400">A quick-reference tool for searching word definitions, pronunciations, synonyms, and example sentences.</p>
</div>
<div class="image-placeholder"><img src="doc-images/dictionary.png" alt="Screenshot of logged-in/dictionary.html" class="w-full rounded-xl"></div>
</div>
</div>
<div class="documentation-section">
<div class="grid grid-cols-2 gap-8 items-center">
<div>
<h2 class="text-3xl font-medium mb-4">Messenger V2</h2>
<p class="text-lg text-gray-400">The second version of the messenger, featuring improved performance and additional chat functionalities.</p>
</div>
<div class="image-placeholder"><img src="doc-images/messenger-v2.png" alt="Screenshot of logged-in/messenger-v2.html" class="w-full rounded-xl"></div>
</div>
</div>
</div>
</main>
<footer class="border-t border-gray-900 py-6">
<div class="mx-auto max-w-7xl px-4 text-center text-gray-500 text-sm">
© 2025 4simpleproblems (4SP). Built for students.
<span class="mx-2">|</span>
<a href="legal.html#terms-of-service" class="hover:underline">Terms of Service</a>
<span class="mx-2">|</span>
<a href="legal.html#privacy-policy" class="hover:underline">Privacy Policy</a>
</div>
</footer>
</body>
</html>