-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
842 lines (750 loc) · 25.4 KB
/
Copy pathindex.html
File metadata and controls
842 lines (750 loc) · 25.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
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
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DormGrader - Find Your Perfect College Dorm</title>
<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=Outfit:wght@300;400;500;600;700;800&family=Playfair+Display:wght@600;700&display=swap" rel="stylesheet">
<style>
:root {
--bg-dark: #0a0a0f;
--bg-card: #12121a;
--accent-gold: #f4c430;
--accent-amber: #ff9f1c;
--text-primary: #fafafa;
--text-secondary: #a0a0b0;
--gradient-gold: linear-gradient(135deg, #f4c430 0%, #ff9f1c 100%);
--gradient-dark: linear-gradient(180deg, #0a0a0f 0%, #1a1a2e 100%);
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Outfit', sans-serif;
background: var(--bg-dark);
color: var(--text-primary);
overflow-x: hidden;
}
/* Animated Background */
.bg-pattern {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background:
radial-gradient(ellipse 80% 50% at 50% -20%, rgba(244, 196, 48, 0.15), transparent),
radial-gradient(ellipse 60% 40% at 80% 60%, rgba(255, 159, 28, 0.08), transparent),
var(--gradient-dark);
}
.grid-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-image:
linear-gradient(rgba(244, 196, 48, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(244, 196, 48, 0.03) 1px, transparent 1px);
background-size: 60px 60px;
animation: gridPulse 8s ease-in-out infinite;
}
@keyframes gridPulse {
0%, 100% { opacity: 0.5; }
50% { opacity: 1; }
}
/* Navigation */
nav {
position: fixed;
top: 0;
width: 100%;
padding: 1.5rem 4rem;
display: flex;
justify-content: space-between;
align-items: center;
z-index: 100;
backdrop-filter: blur(10px);
background: rgba(10, 10, 15, 0.7);
}
.logo {
font-family: 'Playfair Display', serif;
font-size: 1.8rem;
font-weight: 700;
background: var(--gradient-gold);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.nav-links {
display: flex;
gap: 2.5rem;
list-style: none;
}
.nav-links a {
color: var(--text-secondary);
text-decoration: none;
font-weight: 500;
font-size: 0.95rem;
transition: color 0.3s ease;
}
.nav-links a:hover {
color: var(--accent-gold);
}
.nav-cta {
padding: 0.7rem 1.8rem;
background: var(--gradient-gold);
border: none;
border-radius: 50px;
color: var(--bg-dark);
font-weight: 600;
cursor: pointer;
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.nav-cta:hover {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(244, 196, 48, 0.3);
}
/* Hero Section */
.hero {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
padding: 8rem 2rem 4rem;
}
.hero-badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1.2rem;
background: rgba(244, 196, 48, 0.1);
border: 1px solid rgba(244, 196, 48, 0.3);
border-radius: 50px;
font-size: 0.85rem;
color: var(--accent-gold);
margin-bottom: 2rem;
animation: fadeInUp 0.8s ease;
}
.hero-badge::before {
content: '★';
}
.hero h1 {
font-family: 'Playfair Display', serif;
font-size: clamp(3rem, 8vw, 6rem);
font-weight: 700;
line-height: 1.1;
margin-bottom: 1.5rem;
animation: fadeInUp 0.8s ease 0.1s both;
}
.hero h1 span {
background: var(--gradient-gold);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.hero p {
font-size: 1.25rem;
color: var(--text-secondary);
max-width: 600px;
margin-bottom: 3rem;
animation: fadeInUp 0.8s ease 0.2s both;
}
.hero-buttons {
display: flex;
gap: 1rem;
animation: fadeInUp 0.8s ease 0.3s both;
}
.btn-primary {
padding: 1rem 2.5rem;
background: var(--gradient-gold);
border: none;
border-radius: 50px;
color: var(--bg-dark);
font-weight: 600;
font-size: 1rem;
cursor: pointer;
transition: all 0.3s ease;
}
.btn-primary:hover {
transform: translateY(-3px);
box-shadow: 0 15px 40px rgba(244, 196, 48, 0.35);
}
.btn-secondary {
padding: 1rem 2.5rem;
background: transparent;
border: 2px solid rgba(255, 255, 255, 0.2);
border-radius: 50px;
color: var(--text-primary);
font-weight: 600;
font-size: 1rem;
cursor: pointer;
transition: all 0.3s ease;
}
.btn-secondary:hover {
border-color: var(--accent-gold);
color: var(--accent-gold);
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(30px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
/* Stats Section */
.stats {
display: flex;
justify-content: center;
gap: 4rem;
padding: 4rem 2rem;
flex-wrap: wrap;
}
.stat-item {
text-align: center;
}
.stat-number {
font-size: 3rem;
font-weight: 800;
background: var(--gradient-gold);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.stat-label {
color: var(--text-secondary);
font-size: 0.9rem;
margin-top: 0.5rem;
}
/* Features Section */
.features {
padding: 6rem 4rem;
max-width: 1400px;
margin: 0 auto;
}
.section-header {
text-align: center;
margin-bottom: 4rem;
}
.section-header h2 {
font-family: 'Playfair Display', serif;
font-size: 2.8rem;
margin-bottom: 1rem;
}
.section-header p {
color: var(--text-secondary);
font-size: 1.1rem;
}
.features-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 2rem;
}
.feature-card {
background: var(--bg-card);
border: 1px solid rgba(255, 255, 255, 0.05);
border-radius: 20px;
padding: 2.5rem;
transition: all 0.4s ease;
position: relative;
overflow: hidden;
}
.feature-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 3px;
background: var(--gradient-gold);
transform: scaleX(0);
transition: transform 0.4s ease;
}
.feature-card:hover {
transform: translateY(-8px);
border-color: rgba(244, 196, 48, 0.2);
box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}
.feature-card:hover::before {
transform: scaleX(1);
}
.feature-icon {
width: 60px;
height: 60px;
background: rgba(244, 196, 48, 0.1);
border-radius: 15px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.8rem;
margin-bottom: 1.5rem;
}
.feature-card h3 {
font-size: 1.4rem;
margin-bottom: 1rem;
}
.feature-card p {
color: var(--text-secondary);
line-height: 1.7;
}
/* Dorm Cards Section */
.dorms {
padding: 6rem 4rem;
background: rgba(18, 18, 26, 0.5);
}
.dorms-container {
max-width: 1400px;
margin: 0 auto;
}
.dorms-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
gap: 2rem;
}
.dorm-card {
background: var(--bg-card);
border-radius: 20px;
overflow: hidden;
border: 1px solid rgba(255, 255, 255, 0.05);
transition: all 0.4s ease;
}
.dorm-card:hover {
transform: translateY(-10px);
box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}
.dorm-image {
height: 200px;
background: linear-gradient(135deg, #1a1a2e 0%, #2d2d44 100%);
display: flex;
align-items: center;
justify-content: center;
font-size: 4rem;
}
.dorm-content {
padding: 2rem;
}
.dorm-header {
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-bottom: 1rem;
}
.dorm-name {
font-size: 1.4rem;
font-weight: 600;
}
.dorm-rating {
display: flex;
align-items: center;
gap: 0.3rem;
background: var(--gradient-gold);
padding: 0.4rem 0.8rem;
border-radius: 20px;
color: var(--bg-dark);
font-weight: 700;
font-size: 0.9rem;
}
.dorm-location {
color: var(--text-secondary);
font-size: 0.9rem;
margin-bottom: 1rem;
}
.dorm-tags {
display: flex;
gap: 0.5rem;
flex-wrap: wrap;
}
.dorm-tag {
padding: 0.4rem 0.8rem;
background: rgba(244, 196, 48, 0.1);
border-radius: 20px;
font-size: 0.8rem;
color: var(--accent-gold);
}
/* How It Works */
.how-it-works {
padding: 6rem 4rem;
max-width: 1200px;
margin: 0 auto;
}
.steps {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 3rem;
margin-top: 4rem;
}
.step {
text-align: center;
position: relative;
}
.step-number {
width: 80px;
height: 80px;
background: var(--gradient-gold);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
font-weight: 800;
color: var(--bg-dark);
margin: 0 auto 1.5rem;
}
.step h3 {
font-size: 1.3rem;
margin-bottom: 0.8rem;
}
.step p {
color: var(--text-secondary);
line-height: 1.6;
}
/* CTA Section */
.cta {
padding: 8rem 4rem;
text-align: center;
position: relative;
}
.cta-content {
max-width: 700px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.cta h2 {
font-family: 'Playfair Display', serif;
font-size: 3rem;
margin-bottom: 1.5rem;
}
.cta p {
color: var(--text-secondary);
font-size: 1.2rem;
margin-bottom: 2.5rem;
}
.cta-glow {
position: absolute;
width: 400px;
height: 400px;
background: radial-gradient(circle, rgba(244, 196, 48, 0.2), transparent 70%);
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 0;
}
/* Footer */
footer {
background: var(--bg-card);
padding: 4rem;
border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer-content {
max-width: 1400px;
margin: 0 auto;
display: grid;
grid-template-columns: 2fr 1fr 1fr 1fr;
gap: 4rem;
}
.footer-brand .logo {
margin-bottom: 1rem;
display: inline-block;
}
.footer-brand p {
color: var(--text-secondary);
line-height: 1.7;
}
.footer-links h4 {
color: var(--text-primary);
margin-bottom: 1.5rem;
font-size: 1rem;
}
.footer-links ul {
list-style: none;
}
.footer-links li {
margin-bottom: 0.8rem;
}
.footer-links a {
color: var(--text-secondary);
text-decoration: none;
transition: color 0.3s ease;
}
.footer-links a:hover {
color: var(--accent-gold);
}
.footer-bottom {
max-width: 1400px;
margin: 3rem auto 0;
padding-top: 2rem;
border-top: 1px solid rgba(255, 255, 255, 0.05);
text-align: center;
color: var(--text-secondary);
font-size: 0.9rem;
}
/* Responsive */
@media (max-width: 768px) {
nav {
padding: 1rem 2rem;
}
.nav-links {
display: none;
}
.features, .dorms, .how-it-works, .cta {
padding: 4rem 2rem;
}
.footer-content {
grid-template-columns: 1fr;
gap: 2rem;
}
.stats {
gap: 2rem;
}
}
</style>
</head>
<body>
<div class="bg-pattern"></div>
<div class="grid-overlay"></div>
<nav>
<div class="logo">DormGrader</div>
<ul class="nav-links">
<li><a href="#features">Features</a></li>
<li><a href="#dorms">Browse Dorms</a></li>
<li><a href="#how-it-works">How It Works</a></li>
<li><a href="#about">About</a></li>
</ul>
<button class="nav-cta">Get Started</button>
</nav>
<section class="hero">
<div class="hero-badge">Trusted by 50,000+ Students</div>
<h1>Find Your <span>Perfect</span><br>College Dorm</h1>
<p>Real reviews from real students. Compare dorms, read honest ratings, and make the best housing decision for your college experience.</p>
<div class="hero-buttons">
<button class="btn-primary">Explore Dorms</button>
<button class="btn-secondary">Write a Review</button>
</div>
</section>
<section class="stats">
<div class="stat-item">
<div class="stat-number">500+</div>
<div class="stat-label">Universities Covered</div>
</div>
<div class="stat-item">
<div class="stat-number">25K+</div>
<div class="stat-label">Dorm Reviews</div>
</div>
<div class="stat-item">
<div class="stat-number">4.8</div>
<div class="stat-label">Average Rating</div>
</div>
<div class="stat-item">
<div class="stat-number">98%</div>
<div class="stat-label">Student Satisfaction</div>
</div>
</section>
<section class="features" id="features">
<div class="section-header">
<h2>Why Choose DormGrader?</h2>
<p>Everything you need to find your ideal campus housing</p>
</div>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">⭐</div>
<h3>Verified Reviews</h3>
<p>All reviews are verified from current and former students. Get authentic insights about dorm life, amenities, and community vibes.</p>
</div>
<div class="feature-card">
<div class="feature-icon">📊</div>
<h3>Detailed Ratings</h3>
<p>Compare dorms across multiple categories: cleanliness, location, noise levels, social atmosphere, and value for money.</p>
</div>
<div class="feature-card">
<div class="feature-icon">📸</div>
<h3>Real Photos</h3>
<p>See actual photos from students, not just polished marketing images. Know exactly what you're signing up for.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🔔</div>
<h3>Availability Alerts</h3>
<p>Get notified when your preferred dorm has openings. Never miss out on your top housing choice again.</p>
</div>
<div class="feature-card">
<div class="feature-icon">💬</div>
<h3>Community Q&A</h3>
<p>Ask questions and get answers from students who've lived there. Connect with your future dorm community.</p>
</div>
<div class="feature-card">
<div class="feature-icon">🎯</div>
<h3>Smart Matching</h3>
<p>Our algorithm matches you with dorms based on your preferences, budget, and lifestyle for the perfect fit.</p>
</div>
</div>
</section>
<section class="dorms" id="dorms">
<div class="dorms-container">
<div class="section-header">
<h2>Top Rated Dorms</h2>
<p>Discover the highest-rated dorms across the country</p>
</div>
<div class="dorms-grid">
<div class="dorm-card">
<div class="dorm-image">🏛️</div>
<div class="dorm-content">
<div class="dorm-header">
<div class="dorm-name">Morrison Hall</div>
<div class="dorm-rating">★ 4.9</div>
</div>
<div class="dorm-location">📍 Stanford University</div>
<div class="dorm-tags">
<span class="dorm-tag">Suite Style</span>
<span class="dorm-tag">AC</span>
<span class="dorm-tag">Quiet</span>
</div>
</div>
</div>
<div class="dorm-card">
<div class="dorm-image">🏢</div>
<div class="dorm-content">
<div class="dorm-header">
<div class="dorm-name">Maple Tower</div>
<div class="dorm-rating">★ 4.8</div>
</div>
<div class="dorm-location">📍 UCLA</div>
<div class="dorm-tags">
<span class="dorm-tag">High Rise</span>
<span class="dorm-tag">City View</span>
<span class="dorm-tag">Social</span>
</div>
</div>
</div>
<div class="dorm-card">
<div class="dorm-image">🏠</div>
<div class="dorm-content">
<div class="dorm-header">
<div class="dorm-name">Ivy Commons</div>
<div class="dorm-rating">★ 4.7</div>
</div>
<div class="dorm-location">📍 Yale University</div>
<div class="dorm-tags">
<span class="dorm-tag">Historic</span>
<span class="dorm-tag">Courtyard</span>
<span class="dorm-tag">Central</span>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="how-it-works" id="how-it-works">
<div class="section-header">
<h2>How It Works</h2>
<p>Finding your perfect dorm is easy</p>
</div>
<div class="steps">
<div class="step">
<div class="step-number">1</div>
<h3>Search Your School</h3>
<p>Enter your university and browse all available dorms with detailed information.</p>
</div>
<div class="step">
<div class="step-number">2</div>
<h3>Read Reviews</h3>
<p>Dive into honest reviews from students who've lived there. See photos and ratings.</p>
</div>
<div class="step">
<div class="step-number">3</div>
<h3>Compare & Decide</h3>
<p>Use our comparison tools to weigh your options and make the best choice.</p>
</div>
<div class="step">
<div class="step-number">4</div>
<h3>Share Your Experience</h3>
<p>After living there, write a review to help future students make their decision.</p>
</div>
</div>
</section>
<section class="cta">
<div class="cta-glow"></div>
<div class="cta-content">
<h2>Ready to Find Your Dorm?</h2>
<p>Join thousands of students who found their perfect campus home with DormGrader.</p>
<button class="btn-primary">Start Exploring Free</button>
</div>
</section>
<footer id="about">
<div class="footer-content">
<div class="footer-brand">
<div class="logo">DormGrader</div>
<p>Helping students make informed housing decisions since 2023. Our mission is to bring transparency to campus housing.</p>
</div>
<div class="footer-links">
<h4>Product</h4>
<ul>
<li><a href="#">Browse Dorms</a></li>
<li><a href="#">Write Review</a></li>
<li><a href="#">Compare</a></li>
<li><a href="#">Mobile App</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Company</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Press</a></li>
<li><a href="#">Contact</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Legal</h4>
<ul>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Cookie Policy</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
© 2025 DormGrader. All rights reserved.
</div>
</footer>
<script>
// Smooth scroll for navigation links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Animate elements on scroll
const observerOptions = {
threshold: 0.1,
rootMargin: '0px 0px -50px 0px'
};
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = '1';
entry.target.style.transform = 'translateY(0)';
}
});
}, observerOptions);
document.querySelectorAll('.feature-card, .dorm-card, .step, .stat-item').forEach(el => {
el.style.opacity = '0';
el.style.transform = 'translateY(30px)';
el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
observer.observe(el);
});
</script>
</body>
</html>