-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
290 lines (257 loc) · 11.1 KB
/
index.html
File metadata and controls
290 lines (257 loc) · 11.1 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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Timeless — Student Job Search App</title>
<!-- Force GitHub Pages refresh -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<meta name="description" content="Timeless is a small student project. I'm learning Flutter & Firebase and building a simple app to explore job search ideas."/>
<link rel="stylesheet" href="styles.css"/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap" rel="stylesheet"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"/>
</head>
<body>
<!-- Navigation -->
<nav class="navbar">
<div class="nav-container">
<div class="nav-logo">
<img src="assets/images/logo.png?v=2" alt="Timeless logo" class="logo-img"/>
<span class="logo-text">TIMELESS</span>
</div>
<div class="nav-menu" id="nav-menu">
<a href="#home" class="nav-link">Home</a>
<a href="#features" class="nav-link">Features</a>
<a href="#about" class="nav-link">About</a>
<a href="#contact" class="nav-link">Contact</a>
</div>
<div class="hamburger" id="hamburger" aria-label="Menu" aria-expanded="false" role="button" tabindex="0">
<span class="bar"></span><span class="bar"></span><span class="bar"></span>
</div>
</div>
</nav>
<!-- Hero -->
<section id="home" class="hero">
<div class="hero-container">
<div class="hero-content">
<h1 class="hero-title">
Find your next job simply
</h1>
<p class="hero-subtitle">
Hi! I’m Sabrina a student building a small app to practice Flutter & Firebase.
Timeless helps you browse jobs, save what you like, and apply with a clean, simple flow.
</p>
<div class="hero-buttons">
<a href="https://github.com/DataSab/timeless/releases" class="btn btn-primary" target="_blank" rel="noopener">
<i class="fas fa-mobile-alt"></i> Try the App
</a>
<a href="#features" class="btn btn-secondary">
See Features
</a>
</div>
<!-- Keep it honest: no big numbers -->
<div class="hero-stats">
<div class="stat">
<span class="stat-number">Simple</span>
<span class="stat-label">design</span>
</div>
<div class="stat">
<span class="stat-number">Easy</span>
<span class="stat-label">to use</span>
</div>
<div class="stat">
<span class="stat-number">Made</span>
<span class="stat-label">with Flutter</span>
</div>
</div>
</div>
<div class="hero-visual">
<div class="phone-mockup">
<img src="assets/screenshots/Dashboard.png" alt="Timeless app dashboard screenshot" class="app-screenshot"/>
</div>
</div>
</div>
</div>
</div>
<div class="hero-background" aria-hidden="true">
<div class="bg-shape shape-1"></div>
<div class="bg-shape shape-2"></div>
<div class="bg-shape shape-3"></div>
</div>
</section>
<!-- About -->
<section id="about" class="about">
<div class="container">
<div class="about-content">
<div class="about-text">
<h2 class="section-title">About Timeless</h2>
<p class="about-description">
I started building Timeless because I wanted to learn Flutter and Firebase hands-on.
As a student myself, I know how frustrating job searching can be with all the different platforms and complicated forms.
So I'm trying to make something simpler and more straightforward.
</p>
<p class="about-description">
This project is a Portfolio Project for <a href="https://www.holbertonschool.com/" target="_blank" rel="noopener">Holberton School</a>,
where I'm learning software engineering. It represents my journey in mobile development and my passion for creating user-friendly applications.
</p>
</div>
<div class="about-visual">
<img src="assets/images/Girlsearch.gif" alt="Animation de recherche de job" class="about-gif"/>
</div>
</div>
</div>
</section>
<!-- Features -->
<section id="features" class="features">
<div class="container">
<div class="section-header">
<h2 class="section-title">What you can do</h2>
<p class="section-subtitle"></p>
</div>
<div class="features-grid">
<div class="feature-card main-feature clickable-card" data-screenshot="assets/screenshots/Dashboard.png">
<div class="feature-image">
<img src="assets/screenshots/Dashboard.png" alt="Job browsing dashboard" />
</div>
<h3 class="feature-title">Profile</h3>
<p class="feature-description">Build a compelling profile that showcases your skills, experience, and achievements. Upload your CV and connect seamlessly with Google for instant setup.</p>
</div>
<div class="feature-card main-feature clickable-card" data-screenshot="assets/screenshots/Jobs.png">
<div class="feature-image">
<img src="assets/screenshots/Jobs.png" alt="Search jobs" />
</div>
<h3 class="feature-title">Search</h3>
<p class="feature-description">Discover personalized job opportunities with smart filtering options. Find positions that match your skills, interests, and career goals effortlessly.</p>
</div>
<div class="feature-card main-feature clickable-card" data-screenshot="assets/screenshots/Pros.png">
<div class="feature-image">
<img src="assets/screenshots/Pros.png" alt="Recruiters" />
</div>
<h3 class="feature-title">Recruiters</h3>
<p class="feature-description">Connect with professional recruiters and hiring managers to discover new opportunities and showcase your skills.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-list-check"></i></div>
<h3 class="feature-title">Track your apps</h3>
<p class="feature-description">Keep track of all the jobs you applied for in one place.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-user-shield"></i></div>
<h3 class="feature-title">Demo data only</h3>
<p class="feature-description">This is a school project using fake data for learning purposes.</p>
</div>
<div class="feature-card">
<div class="feature-icon"><i class="fas fa-mobile-alt"></i></div>
<h3 class="feature-title">Works on phones</h3>
<p class="feature-description">Made for mobile devices but works on computers too.</p>
</div>
</div>
</div>
</section>
<!-- How it works -->
<section class="how-it-works">
<div class="container">
<div class="section-header">
<h2 class="section-title">How it works</h2>
<p class="section-subtitle">Three simple steps</p>
</div>
<div class="steps-container">
<div class="step">
<div class="step-number">1</div>
<div class="step-content">
<h3>Create a profile</h3>
<p>Add a few details and your CV if you want.</p>
</div>
</div>
<div class="step">
<div class="step-number">2</div>
<div class="step-content">
<h3>Get matches</h3>
<p>See jobs that fit your interests and skills.</p>
</div>
</div>
<div class="step">
<div class="step-number">3</div>
<div class="step-content">
<h3>Apply & connect</h3>
<p>Apply in a few taps and reach out when you’re ready.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Connect -->
<section class="connect">
<div class="container">
<div class="connect-content" style="display: flex; justify-content: center;">
<div class="project-link">
<a href="https://github.com/DataSab/timeless" target="_blank" rel="noopener" class="repo-link">
View Project Repository
</a>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="contact">
<div class="container">
<div class="section-header">
<h2 class="section-title">Contact</h2>
</div>
<div class="contact-content" style="display: flex; justify-content: center;">
<div class="contact-info" style="text-align: center;">
<div class="contact-item" style="display: flex; flex-direction: column; align-items: center; gap: 1rem;">
<i class="fas fa-envelope" style="font-size: 3rem; color: var(--royal-blue);"></i>
<div>
<h4>Email</h4>
<p>holbiwansabrina@gmail.com</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Connect -->
<section id="download" class="download">
<div class="container">
<div class="download-content">
<h2 class="section-title">Connect with me</h2>
<p class="section-subtitle"></p>
<div class="social-links">
<a href="https://linkedin.com/in/sabrina-papeau" class="social-link" aria-label="LinkedIn" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://instagram.com/sabrina_papeau" class="social-link" aria-label="Instagram" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://facebook.com/TimelessFlowApp" class="social-link" aria-label="Facebook" target="_blank"><i class="fab fa-facebook"></i></a>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<div class="footer-logo">
<img src="assets/images/logo.png?v=2" alt="Timeless logo" class="footer-logo-img"/>
<span class="footer-logo-text">Timeless</span>
</div>
<p class="footer-description">
</p>
</div>
<div class="footer-bottom">
<p>© 2025 Timeless — Student project.</p>
</div>
</div>
</footer>
<!-- Screenshot Modal -->
<div id="screenshotModal" class="modal">
<div class="modal-content">
<button class="modal-close">×</button>
<img id="modalImage" class="modal-image" src="" alt="">
<div id="modalCaption" class="modal-caption"></div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>