-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
244 lines (230 loc) · 7.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Learnix - Revolutionize Your Learning</title>
<!-- Linking Flickity -->
<link rel="stylesheet" href="https://unpkg.com/flickity@2/dist/flickity.min.css">
<style>
:root {
--primary-color: #3498db;
--secondary-color: #d8c173;
--text-color: #333;
--bg-color: #4a9cad;
--hero-bg-color: #5480b5;
}
/* Reset and base styles */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Arial', sans-serif;
line-height: 1.6;
color: var(--text-color);
background-color: var(--bg-color);
}
*container{
width: 90%;
max-width: 1200px;
margin: 0 auto;
}
/* Header styles */
header {
background-color: var(--secondary-color);
padding: 1rem 0;
}
.header-content{
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
font-size: 24px;
font-weight: bold;
color: var(--text-color)
}
nav ul {
display: flex;
list-style: none;
}
nav ul li {
margin-left: 1.5rem;
}
nav ul li a {
text-decoration: none;
color:var(--text-color);
transition: color 0.3s ease;
}
nav ul li a:hover {
color: var(--primary-color);
}
.cta-button {
background-color: var(--primary-color);
color: #fff;
padding: 0.5rem 1rem;
border-radius: 5px;
text-decoration: none;
transition: background-color 0.3s ease;
}
.cta-button:hover {
background-color: #2980b9;
}
/* Hero section styles */
.hero {
background-color: var(--hero-bg-color);
background-attachment: fixed;
background-position: center;
padding: 4rem 0;
text-align: center;
}
.hero h1 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: italic;
color: #E52B50#501f4e;
font-size: 4rem;
margin-bottom: 1rem;
}
.hero p {
font-family: 'Courier New', Courier, monospace;
color: #fff;
font-size: 1rem;
margin-bottom: 2rem;
max-width: 600px;
margin-left: auto;
margin-right: auto;
}
/* Features section styles */
.features {
padding: 4rem 0;
}
.features-grid{
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 2rem;
max-width: 900px;
margin: 0 auto;
}
.feature-card {
background-color: #fff;
padding: 1.5rem;
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);
transition: transform 0.3s ease;
}
.feature-card:hover {
transform: translateY(-5px);
}
.feature-card h3 {
margin-bottom: 1rem;
color: var(--primary-color)
}
footer{
display: flex;
overflow: hidden;
background-color: black;
}
footer a{
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
.copyright{
color: #fff;
margin-left: auto;
padding-right: 15px;
}
.flex-align-left{
margin-left: auto;
}
/* Responsive design */
@media (max-width: 768px) {
.header-content {
flex-direction: column;
}
nav ul {
margin-top: 1rem;
}
.hero h1 {
font-size: 2rem;
}
.features-grid{
grid-template-columns: 1fr;
}
}
</style>
</head>
<body>
<header>
<div class="container header-content">
<div class="logo" role="banner">Learnix</div>
<nav role="navigation">
<ul>
<li><a href="#">Home Page</a></li>
<li><a href="home.html">About Us</a></li>
<li><a href="#3">Features</a></li>
<li><a href="#4">Join us</a></li>
<li><a href="#5" class="cta-button">Contact us</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<h1>Revolutionize Your <br> Learning with Learnix!</h1>
<p>Experience a new era of studying with our AI-powered platform. Upload, manage, chat with your notes, enjoy gamified learning, receive personalized guidance, generate summaries and mindmaps, and access curated resources.</p>
<a href="#" class="cta-button">Start Learning</a>
<a href="#" style="color: #fff; margin-left: 1rem;">Explore Features →</a>
</div>
</section>
<section class="features">
<div class="container">
<div class="features-grid">
<div class="feature-card">
<a href="upload.html"> <h3>Upload and Manage Notes</h3></a>
<p>Store and organize all your educational material effortlessly.</p>
</div>
<div class="feature-card">
<h3>Chat with Notes</h3>
<p>Engage in interactive discussions with your notes.</p>
<a href="chat.html" > <button class="cta-button" onclick="openChat()">Start Chat</button>
</a>
</div>
<div class="feature-card">
<a href="quiz.html">
<h3>Game/Quiz and Rewards</h3></a>
<p>Learning made fun with gamified quizzes and rewards.</p>
</div>
<div class="feature-card">
<a href="Personal.html" ><h3>Personal Guide and Evaluation</h3></a>
<p>Personalized guidance and evaluation to enhance your learning journey.</p>
</div>
<div class="feature-card">
<a href="summary.html"><h3>Summary and Mindmaps</h3></a>
<p>Generate concise summaries and creative mindmaps of your notes.</p>
</div>
<div class="feature-card">
<a href="reference.html"><h3>Reference Links</h3></a>
<p>Access curated online resources related to your topics.</p>
</div>
</div>
</div>
</section>
</main>
<footer>
<a href="#">FAQ</a>
<a href="#">Contact Us</a>
<a href="#">Terms of Use</a>
<a href="#">Privacy Policy</a>
<a href="#" class="flex-align-left">© 2024 | Learnix</a>
</footer>
<!-- Flickity JS files -->
<script src="https://unpkg.com/flickity@2/dist/flickity.pkgd.min.js"></script>
</body>
</html>