-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
271 lines (271 loc) · 11.1 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Mini Minds</title>
<link rel="icon" type="image" href="images/logo.png">
<link rel="stylesheet" href="styles.css">
<!--Fonts, icons links-->
<link href="https://fonts.googleapis.com/css2?family=Anek+Devanagari:wght@100..800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Architects+Daughter&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!--Fonts, icons links-->
<!--Animation js-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.11.0/ScrollTrigger.min.js"></script>
<!--Animation js-->
</head>
<body class="night">
<!--Cursor dot container-->
<div class="cursor-dot" data-cursor-dot></div>
<div class="cursor-outline" data-cursor-outline></div>
<!--Cursor dot container-->
<!--Loader animation-->
<div id="pulse-wrapper">
<div id="pulse">
<span></span>
<span></span>
</div>
</div>
<!--End of loader-->
<!--Navigation bar code starts here-->
<header class="sticky-nav">
<div class="logo">
<a href="index.html">Mini <span>Minds</span></a>
</div>
<nav>
<div id="menu-icon" class="menu-icon">☰</div>
<ul id="menu-items">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#courses">Stories</a>
</li>
<li>
<a href="#games">Games</a>
</li>
<li>
<a href="#course-list">Courses</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
</header>
<!--Navigation Bar Code ends-->
<!--Sun and Moon containers-->
<div class="sun-moon-container">
<div id="sun" class="sun" onclick="toggleMode()"></div>
<div id="moon" class="moon" onclick="toggleMode()"></div>
</div>
<!--Sun and Moon containers-->
<!--Home Page Starts-->
<div id="hero" class="hero">
<div id="hero-content" class="hero-content fadeInUp-animation">
<h2 class="hehe fadeInUp-animation">Where Learning is
<span>made practical</span>
</h2>
<ul class="icons ">
<li>
<a class="icon" href="https://www.youtube.com/" target="_blank">
<i class="fa-brands fa-youtube"></i>
</a>
</li>
<li>
<a class="icon" href="https://www.instagram.com/" target="_blank">
<i class="fa-brands fa-instagram"></i>
</a>
</li>
<li>
<a class="icon" href="https://www.linkedin.com/" target="_blank">
<i class="fa-brands fa-linkedin"></i>
</a>
</li>
<li>
<a class="icon" href="https://www.facebook.com/" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
</li>
</ul><br>
<button id="submit" class="sign-in" onclick="signUp()">Sign Up</button>
<p>no account?
<a href="#" onclick="signIn()">
Sign In
</a>
</p>
</div>
<!--Cloud resource-->
<div class="floating-clouds">
<div class="cloud cloud-1 "><img src="images/cloudy.png" alt="Cloud"></div>
<div class="cloud cloud-2 "><img src="images/cloudy.png" alt="Cloud"></div>
</div>
<!--Cloud resource end-->
<!--Back to top button-->
<div class="back-to-top">
<a href="#">
<i class="fa-solid fa-circle-arrow-up"></i>
</a>
</div>
<!--Back to top button-->
</div>
<!--Home Page Ends-->
<!--Tree, stone, human resource-->
<div class="container">
<img class="tree-1" src="images/tree.png" alt="Tree" width="200px">
<img class="stone-1" src="images/rock.png" alt="Stone" width="70px">
<img class="stone-2" src="images/rock.png" alt="Stone" width="70px">
<img class="walk" src="images/walking-1.gif" alt="cartoon" height="160px">
<img class="walk-1" src="images/doggo.gif" alt="cartoon" height="60px">
<img class="thoughts " src="images/night-cloud.png" alt="cartoon" height="80px">
<img class="thoughts-day " src="images/cloud-sun.png" alt="cartoon" height="80px">
</div>
<!--Tree, stone, human resource end-->
<!--About section Starts-->
<div id="about" class="about">
<h2 class="heading">Why Us?</h2>
<img class="fade-in-right-target ani-img" src="images/about.png" alt="cartoon">
<div class="space fade-in-left-target">
<p>Welcome to Mini Minds! Our mission is to help children enrich their school basics while having tons of fun. At Mini Minds, we believe learning should be practical and enjoyable, which is why we've created a special place just for kids aged 5 to 12. Our site is packed with cool games, exciting activities, and interesting stories designed to make learning fun. Our logo represents our commitment to making education both practical and entertaining.</p><br><br>
<a class="button-about" href="about.html">Know More</a>
</div>
</div>
<!--About section Ends-->
<!--Courses section Starts-->
<div id="courses" class="courses space">
<h2 class="heading">What do we do?</h2>
<img class="fade-in-right-target ani-img" src="images/our courses.png" alt="cartoon">
<div class="space fade-in-left-target">
<p>Interactive Stories: We provide engaging stories help improve reading skills and ignite a imagination skills. According to Science, reading Sci-fi stories can improve your Analytical and Imagination skills. Each story is crafted to be entertaining and educational. Practical Learning: We believe in making education practical. Our content helps kids connect what they learn with real-world experiences, making learning meaningful. At Mini Minds, we are dedicated to creating a space where kids can learn, play, and grow</p><br><br>
<a class="button-courses" onclick="window.dialog.showModal();">Explore Stories</a>
<dialog data-modal id="dialog">
<p>Stories are yet to be added, do you still wanna continue reading more about our Idea?</p>
<a class="button-about" href="stories.html" style="padding: 5px 15px;">Yes</a>
<button class="button-about" onclick="window.dialog.close();">No</button>
</dialog>
</div>
</div>
<!--Courses section Ends-->
<!--Games section Starts-->
<div class="games" id="games">
<h2 class="heading">Our Edu-Games</h2>
<img class="fade-in-right-target ani-img" src="images/games.png" alt="cartoon">
<br>
<div class="space fade-in-left-target">
<p>Our edu-games have levels, a new game unlocks on every level up ( course completion ) and games are fun and educational at the same time. Get ready for an awesome learning adventure! turn numbers into number magic, letters into language fun, and science into super cool discoveries. You'll explore, you'll laugh, and before you know it, you'll be a learning superstar! Dive into a world of fun where learning is an adventure. <strong>Note:</strong> Games are yet to be developed, if you still wanna explore our ideas about the game check them out by clicking on the button below!</p><br><br>
<a class="button-games" href="courses.html">Coming soon!!</a>
</div>
</div>
<!--Games section Ends-->
<!--Course list section Starts-->
<div id="course-list" class="course-list">
<h2 class="heading">Recommended Courses</h2>
<br>
<div class="div-course">
<div class="box fade-in-up-target">
<img class="fade-in-up-target" src="images/solar.png" alt="">
</div>
<div class="box fade-in-up-target">
<img src="images/Coding.png" alt="">
</div>
<div class="box fade-in-up-target">
<img class="fade-in-up-target" src="images/Maths.png" alt="">
</div>
<div class="box fade-in-up-target">
<img src="images/Laptop.png" alt="">
</div>
<div class="box fade-in-up-target">
<img class="fade-in-up-target" src="images/Pencil.png" alt="">
</div>
</div>
</div>
<!--Course list section Ends-->
<!--Contact Us section starts-->
<footer>
<!--Contact section intro div-->
<div class="footer-container">
<div class="footer-brand contact">
<a>@Mini
<span>
Minds
</span>
</a>
<p>Reach us out from contact section for any doubts</p>
</div>
<div class="footer-section" id="contact">
<h2 class="heading">Contacts</h2>
<div>
<p>
<strong>Address:</strong>
<br>AP, India
</p>
<p>
<strong>Contact:</strong>
<br>0123456789
</p>
</div>
</div>
<!--Contact section intro div-->
<!--Social links div starts-->
<div class=" footer-section social-links-div">
<h2 class="heading">Social</h2>
<ul class="quick-links">
<li>
<a class="icon" href="https://www.youtube.com/" target="_blank">
<i class="fab fa-youtube"></i> YouTube
</a>
</li>
<li>
<a class="icon" href="https://www.instagram.com/" target="_blank">
<i class="fab fa-instagram"></i> Instagram
</a>
</li>
<li>
<a class="icon" href="https://www.linkedin.com/" target="_blank">
<i class="fab fa-linkedin"></i> LinkedIn
</a>
</li>
<li>
<a class="icon" href="https://www.facebook.com/" target="_blank">
<i class="fab fa-facebook"></i> FaceBook
</a>
</li>
</ul>
</div>
<!--Social links div ends-->
<!--Quicks links div starts-->
<div class="links-div">
<div class="footer-section quick-links-div">
<h2 class="heading">Quick Links</h2>
<ul class="quick-links">
<li>
<a href="stories.html">Stories</a>
</li>
<li>
<a href="about.html">About Us</a>
</li>
<li>
<a href="courses.html">Courses</a>
</li>
<li>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<!--Quicks links div ends-->
</div>
</footer>
<!--Contact Us section Ends-->
<!--classes for special effect at night -->
<div class="sky"></div>
<div class="stars"></div>
<!--classes for special effect at night -->
<!--linking javascript-->
<script src="script.js"></script>
<!--linking javascript-->
</body>
</html>