-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
107 lines (100 loc) · 5.71 KB
/
services.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Services</title>
<link rel="stylesheet" href="index.css">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&family=Poppins:wght@200;400;700&display=swap" rel="stylesheet">
<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=Gothic+A1&family=Poppins:wght@300;400&display=swap" rel="stylesheet">
</head>
<body style="background-image: url(./images/space.png);">
<header>
<a href="./index.html"><img src="./images/logo.svg" alt="QuizMe Logo"></a>
<nav>
<ul>
<li><a href="./index.html" class="active_first">Home</a></li>
<li><a href="./aboutus.html">About</a></li>
<li><a href="./services.html">Services</a></li>
</ul>
</nav>
</header>
<main>
<div class="aboutus_main" style="padding-bottom: 100px;">
<h3>Animals:</h3>
<p style="font-size: medium;">Explore the captivating world of animals with our quiz! Test your knowledge on
a diverse range of creatures, from majestic predators to tiny insects. Discover
fascinating facts and uncover the wonders of the animal kingdom as you answer questions and
challenge yourself in this educational and entertaining experience.</p>
<h3>Computer Science:</h3>
<p style="font-size: medium;">Dive into the dynamic realm of Computer Science with our quiz!
Whether you're a coding novice or a seasoned programmer, challenge yourself with questions
covering algorithms, programming languages, data structures, and more. Unravel the mysteries
of technology, sharpen your skills, and embark on a journey through the ever-evolving world of
computing with our interactive quiz</p>
<h3>Entertainment:</h3>
<p style="font-size: medium;">Enter the dazzling world of entertainment with our quiz!
From blockbuster movies to chart-topping music, and everything in between, test your knowledge
on all things entertainment. Whether you're a cinephile, a music aficionado, or a pop culture
enthusiast, challenge yourself with questions covering movies, TV shows, music, celebrities,
and more. Prepare for a fun and exciting journey through the realms of entertainment as you
compete with friends or enjoy solo play in this ultimate quiz experience!</p>
<h3>Geography:</h3>
<p style="font-size: medium;">Embark on a global adventure with our Geography quiz! Explore
the diverse landscapes, cultures, and landmarks of our planet as you test your knowledge. From
towering mountains to sprawling deserts, bustling cities to remote islands, challenge yourself
with questions spanning continents and oceans. Whether you're a seasoned traveler or an armchair
explorer, uncover fascinating facts and broaden your understanding of the world around us in
this engaging and educational quiz experience.</p>
<h3>Sports:</h3>
<p style="font-size: medium;">Dive into the thrilling world of sports with our quiz! Whether
you're a die-hard fan or just love the thrill of competition, challenge yourself with questions
covering a wide range of sports, from soccer to basketball, cricket to tennis, and beyond.
Test your knowledge on legendary athletes, historic moments, and iconic stadiums as you
compete against friends or take on the quiz solo. Get ready to score big and experience the
excitement of sports like never before in this action-packed quiz adventure!</p>
<div class="main_5_text" style="margin-top: 0; margin-left: 0;">
<a href="./select_quiz.html"><button>Take a Quiz</button></a>
</div>
</div>
</main>
<footer>
<div class="footer">
<div class="first">
<a href="#"><img src="./images/logo.svg" alt="QuizMe Logo"></a>
<h3><img src="./images/phone.png" style="height: 15px; width: 15px;"> (+91) 9876543210</h3>
<h3><img src="./images/mail.svg" style="height: 15px; width: 15px;"> [email protected]</h3>
</div>
<div class="second">
<p>The Quizzes are of accurate information.</p><p>Copyright © 2023-2024 QuizMe, Inc.</p>
</div>
<div class="third">
<table>
<tr>
<th>
<a href="./index.html" style="color:azure;"> Home </a>
</th>
</tr>
<tr>
<th>
<a href="./services.html" style="color:azure;"> Services </a>
</th>
</tr>
<tr>
<th>
<a href="./aboutus.html" style="color:azure;"> About </a>
</th>
</tr>
</table>
</div>
<div class="fourth">
<a href="#"><img src="./images/linkedin.svg" alt="Linkedin Icon" style="height: 20px; width: 20px;"></a>
<a href="#"><img src="./images/instagram.svg" alt="Instagram Icon" style="height: 20px; width: 20px;"></a>
<a href="#"><img src="./images/twitter.svg" alt="Twitter Icon" style="height: 20px; width: 20px;"></a>
</div>
</div>
</footer>
</body>
</html>