-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
82 lines (77 loc) · 3.6 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="styles2.css">
<title>Quiz Website</title>
</head>
<body>
<header>
<div class="header-content">
<a href="index.html" style="text-decoration: none; color: white;"><h1>Quizit</h1></a>
<div class="auth-buttons">
<button id="home"><a href="index.html">Home</a></button>
<button id="logIn"><a href="login.html">Log in</a></button>
<button><a href="about.html">About us</a></button>
</div>
</div>
</header>
<main>
<div class="main-container">
<div class="home-container">
<h1>Test Your Knowledge with Quizit</h1>
<p>The ultimate destination for quiz enthusiasts. <br>Challenge yourself and have fun with our wide range of quizzes.</p>
<div class="below-home">
<button id="start"><a href="genre.html" style="text-decoration: none; color: white;">Start Quiz</a></button>
</div>
</div>
</div>
<div class="cgrid pop-up">
<p class="sub1">Expand your knowledge</p>
<p class="sub2">QuizHub offers a wide range of quizzes on various topics, allowing you to expand your knowledge and learn new things while having fun.</p>
</div>
<div class="cgrid pop-up">
<p class="sub1">Challenge yourself</p>
<p class="sub2">Put your knowledge to the test and challenge yourself with our quizzes. Whether you're a trivia buff or just looking for a fun way to pass the time, QuizHub has something for everyone.</p>
</div>
<div class="cgrid pop-up">
<p class="sub1">Have fun with friends</p>
<p class="sub2">QuizHub is a great way to have fun with friends. Compete against each other, compare scores, and see who has the most knowledge in different subjects.</p>
</div>
<div class="text-container">
<h2 class="title">
<span class="title-word title-word-1">Select</span>
<span class="title-word title-word-2">from</span>
<span class="title-word title-word-3">100+</span>
<span class="title-word title-word-4">genres</span>
<center><span class="title-word title-word-3">and</span>
<span class="title-word title-word-2">Play</span>
<span class="title-word title-word-1">Now!</span></center>
</h2>
</div>
</div>
<div class="tech-slideshow">
<div class="mover-1"></div>
<div class="mover-2"></div>
</div>
<p id="offline">Offline events held by Quizit</p>
</main>
<footer>
<p class="f1">Special Thanks to:</p>
<a href="https://w3schools.com">W3schools</a>
<a href="https://alvarotrigo.com/">alvarotrigo</a>
<a href="https://codepen.com">Codepen</a>
<p class="f1">Socials:</p>
<ul>
<li><a href="https://www.linkedin.com/in/bhavya-nayak-b52a7a27a" target="_new"><img src="l2.png"></a></li>
<li><a href="https://www.instagram.com/bhv_nayak/#" target="_new"><img src="i2.png"></a></li>
<li><a href="mailto:nnm22cs040@nmamit.in" target="_new"><img src="g2.png"></a></li>
</ul>
<p style="color: grey; font-size: 10px; text-align: center;">All rights reserved</p>
<br>
</footer>
<script src="script.js"></script>
</body>
</html>