-
Notifications
You must be signed in to change notification settings - Fork 42
/
index.html
168 lines (149 loc) · 7.33 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="A platform to learn mathematical concepts for Python programming and engage in coding challenges.">
<meta name="keywords" content="math, python, learning, challenges, programming">
<title>Math 4 Python - Learn and Challenge Your Math Skills</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body id="home">
<div class="navbar">
<a class="logo" href="https://magicmath.co/"><img src="images/logo.svg" width="40"></a>
<div class="nav-links">
<a href="https://magicmath.co/" class="active">Home</a>
<a href="pages/about.html">About</a>
<a href="pages/learn.html">Learn</a>
<a href="pages/challenge.html">Challenge</a>
<a href="pages/faq.html">FAQs</a>
</div>
<div class="theme-toggle-wrapper">
<button style="cursor: pointer;" id="theme-toggle">
<i class="fas fa-sun"></i>
<i class="fas fa-moon"></i>
</button>
</div>
</div>
<div class="content content-home">
<h1>Welcome to Math 4 Python</h1>
<p class="heading-text">Learn Python programming with a focus on mathematical concepts and problem-solving.</p>
<h2>Key Features</h2>
<div class="features">
<!-- Feature 1 -->
<div class="feature" id="feature1">
<img src="images/lesson.png" alt="Interactive Lessons" id="icon1">
<div class="micro-element">
<h3>Interactive Lessons</h3>
<div class="progress-bar" title="80% completed">
<div class="progress" style="width: 80%;"></div>
</div>
<p>Learn Python through hands-on, interactive coding exercises.</p>
</div>
</div>
<!-- Feature 2 -->
<div class="feature" id="feature2">
<img src="images/task.png" alt="Math Challenges" id="icon2">
<div class="micro-element">
<h3>Math-focused Challenges</h3>
<div class="rating" title="4.5 out of 5 stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<p>Solve mathematical problems using Python to reinforce your skills.</p>
</div>
</div>
<!-- Feature 3 -->
<div class="feature" id="feature3">
<img src="images/feedback.png" alt="Real-time Feedback" id="icon3">
<div class="micro-element">
<h3>Real-time Feedback</h3>
<div class="live-feedback">
<i class="fas fa-check-circle"></i> Code validated successfully!
</div>
<p>Get instant feedback on your code and track your progress.</p>
</div>
</div>
<!-- Feature 4: Peer Ranking -->
<div class="feature" id="feature4">
<img src="images/leaderboard.png" alt="Peer Ranking" id="icon4">
<div class="micro-element">
<h3>Peer Ranking</h3>
<div class="rank">
<p><i class="fas fa-trophy"></i> Your Rank: 5th</p>
</div>
<p>See how you rank among your peers in coding challenges.</p>
<div class="achievement-badges">
<p>Achievements:</p>
<img src="images/badge1.png" alt="Beginner Badge" title="Beginner Badge">
<img src="images/badge2.png" alt="Intermediate Badge" title="Intermediate Badge">
<img src="images/badge3.png" alt="Advanced Badge" title="Advanced Badge">
</div>
</div>
</div>
<!-- Feature 5: Video Tutorials -->
<div class="feature" id="feature5">
<img src="images/video_tutorials.png" alt="Video Tutorials" id="icon5">
<div class="micro-element">
<h3>Video Tutorials</h3>
<p>Access a library of video tutorials that cover various Python concepts.</p>
</div>
</div>
<!-- Feature 6: Mentorship -->
<div class="feature" id="feature6">
<img src="images/mentorship.png" alt="Mentorship" id="icon6">
<div class="micro-element">
<h3>Mentorship</h3>
<p>Connect with mentors to guide you through your learning journey.</p>
</div>
</div>
</div>
<div class="call-to-action">
<h2>Start learning Today!</h2>
<p>Ready to dive into the world of math and Python? Click below to get started!</p>
<a href="pages/learn.html" class="cta-button">Get Started</a>
</div>
</div>
<footer>
<div class="footer-content">
<div class="footer-section about">
<h3>Math 4 Python</h3>
<p>Enhance your Python skills while solving math-focused challenges. Learn, code, and improve through
interactive lessons with real-time feedback.</p>
<p><i class="fas fa-envelope"></i> contact@math4python.com</p>
<p><i class="fas fa-phone"></i> +123 456 7890</p>
</div>
<div class="footer-section links">
<h3>Quick Links</h3>
<ul>
<li><a class="link-element" href="https://magicmath.co/">Home</a></li>
<li><a class="link-element" href="pages/about.html">About</a></li>
<li><a class="link-element" href="pages/learn.html">Learn</a></li>
<li><a class="link-element" href="pages/challenge.html">Challenge</a></li>
<li><a class="link-element" href="pages/feedback.html">Feedback</a></li>
<li><a class="link-element" href="pages/faq.html">FAQs</a></li>
</ul>
</div>
<div class="footer-section social">
<h3>Follow Us</h3>
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
<a href="#"><i class="fab fa-github"></i></a>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 Math 4 Python. All Rights Reserved.</p>
</div>
</footer>
<button onclick="topFunction()" id="nav-top"><i class="material-icons">arrow_upward</i></button>
<script src="scripts/script.js"></script>
</body>
</html>