-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
205 lines (188 loc) · 9.48 KB
/
Copy pathindex.html
File metadata and controls
205 lines (188 loc) · 9.48 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gurukilli - Empowering 10th-grade students</title>
<meta name="description" content="Gurukilli - Innovative learning solutions for 10th-grade students">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="translate.css">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link href="https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header class="banner">
<nav class="navbar sticky">
<div class="logo-container">
<img src="gurukilli.png" alt="Gurukilli Logo" class="logo">
</div>
<li style="list-style-type: none; margin-bottom: 0;"> <div id="google_translate_element"></div></li>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="authentication/frontend/register.html">Subjects</a></li>
<li><a href="authentication/frontend/register.html">Login</a></li>
</ul>
</nav>
<div class="content">
<img src="hero-logo.png" alt="Gurukilli Logo" class="hero-logo">
<div class="hero-logo-title">
<h1 id="gurukilli-title">GURUKILLI</h1>
</div>
<div id="underline"></div>
<p id="gurukilli-description">Education is the key to success, We found it - <b>GURUKILLI</b></p>
<div class="cta-buttons">
<button type="button" class="cta-button" id="start-learning-button" onclick="window.location.href='authentication/frontend/register.html'">
<span></span>Start learning
</button>
<button type="button" class="cta-button" onclick="document.getElementById('features').scrollIntoView({ behavior: 'smooth' });">
<span></span>Explore Features
</button>
</div>
</div>
</header>
<!-- <div class="chatbot-icon">
<a href="chat.html" aria-label="Open chatbot">
<img src="chatbot.png" alt="Chatbot icon">
</a>
</div> -->
<div class="body">
<h2 id="features" style="text-align: center;">Gurukilli Features</h2>
<div class="carousel">
<!-- List items -->
<div class="list">
<div class="item">
<img src="images/ai-study-buddy.jpg" alt="AI Study Buddy">
<div class="content">
<div class="author">CODEVERSE</div>
<!-- <div class="title">GURUKILLI</div> -->
<div class="topic">AI Study Buddy</div>
<div class="des">Instant explanations, study suggestions, and AI-powered doubt-solving.</div>
</div>
</div>
<div class="item">
<img src="images/gamified-01.png" alt="Gamified Learning">
<div class="content">
<div class="author">CODEVERSE</div>
<!-- <div class="title">GURUKILLI</div> -->
<div class="topic">Gamified Learning</div>
<div class="des">Interactive education with rewards, badges, and challenges to keep students motivated.</div>
</div>
</div>
<div class="item">
<img src="images/peer-to-peer-banner.jpg" alt="Peer-to-Peer Teaching">
<div class="content">
<div class="author">CODEVERSE</div>
<!-- <div class="title">GURUKILLI</div> -->
<div class="topic">Peer-to-Peer Teaching</div>
<div class="des">Students can teach and learn from each other, making education more engaging.</div>
</div>
</div>
<div class="item">
<img src="images/video-lecture.jpg" alt="Virtual Classroom">
<div class="content">
<div class="author">CODEVERSE</div>
<!-- <div class="title">GURUKILLI</div> -->
<div class="topic">Virtual Classroom</div>
<div class="des">Live interactive virtual classroom for real-time learning with teachers and classmates</div>
</div>
</div>
</div>
<!-- Thumbnail Section -->
<div class="thumbnail">
<div class="item">
<img src="images/ai-study-buddy.jpg" alt="AI Study Buddy">
<div class="content">
<div class="title" style="color: rgb(10, 10, 10);">AI Study Buddy</div>
<div class="description">Instant explanations and study assistance.</div>
</div>
</div>
<div class="item">
<img src="images/gamified-01.png" alt="Gamified Learning">
<div class="content">
<div class="title" style="color: rgb(10, 10, 10);">Gamified Learning</div>
<div class="description">Rewards and challenges to keep students engaged.</div>
</div>
</div>
<div class="item">
<img src="images/video-lecture.jpg" alt="Virtual Classroom">
<div class="content">
<div class="title" style="color: rgb(10, 10, 10);">Video Lectures</div>
<div class="description">Live interactive virtual classroom for real-time learning with teachers and classmates</div>
</div>
</div>
<div class="item">
<img src="images/peer-to-peer-banner.jpg" alt="Peer-to-Peer Teaching">
<div class="content">
<div class="title" style="color: rgb(10, 10, 10);">Peer-to-Peer Teaching</div>
<div class="description">Students learning from each other.</div>
</div>
</div>
</div>
<!-- Navigation Buttons -->
<div class="arrows">
<button id="prev"><</button>
<button id="next">></button>
</div>
<!-- Progress Indicator -->
<div class="time"></div>
</div>
</div>
<section id="about" class="about-section">
<div class="wrapper">
<h2 class="section-title";>About Gurukilli</h2>
<div class="about-content">
<div class="about-text">
<p>Gurukilli is an innovative educational platform designed specifically for 10th-grade students. Our mission is to make learning engaging, accessible, and effective through interactive content and comprehensive study materials.</p>
<p>We provide resources across all major subjects, helping students prepare for their exams and build a strong foundation for higher education.</p>
</div>
<div class="about-video">
<video autoplay loop muted>
<source src="logovideo.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
</section>
<footer>
<div class="footer-content">
<div class="footer-section">
<h4>About Gurukilli</h4>
<p>Empowering 10th-grade students with innovative learning solutions.</p>
</div>
<div class="footer-section">
<h4>Quick Links</h4>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#features">Features</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="register.html">Login</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Contact Us</h4>
<p>Email: <a href="mailto:info@gurukilli.com">info@gurukilli.com</a></p>
<!-- <p>Phone: <a href="</a></p> -->
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Gurukilli. All rights reserved.</p>
<p>Made with ❤️ by <strong>CodeVerse</strong></p>
<p>Our Team: Swaraj Mohite, Akshay Kedar, Harshada Lokare, Hemanshu Patil</p>
</div>
</footer>
<script src="script.js"></script>
<script type="text/javascript">
function googleTranslateElementInit() {
new google.translate.TranslateElement(
{pageLanguage: 'en'},
'google_translate_element'
);
}
document.getElementById('start-learning-button').addEventListener('click', function() {
console.log('Start Learning button clicked');
});
</script>
<script type="text/javascript" src="https://translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
</body>
</html>