-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
181 lines (180 loc) · 6.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StackPedia</title>
<link rel="shortcut icon" href="/assets/2.png" type="image/x-icon" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./css/media.css" />
<script
src="https://kit.fontawesome.com/3fc521fab6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<!-- <i class="fa-solid fa-user"></i> -->
<a href="/index.html" class="logo"><img src="/assets/1.png" alt="" /></a>
<nav class="navbar">
<i class="fas fa-xmark close" id="close"></i>
<ul>
<li class="menuLinks"><a href="/index.html">Home</a></li>
<li class="menuLinks"><a href="pages/about.html">About</a></li>
<li class="menuLinks"><a href="/pages/courses.html">Courses</a></li>
<li class="menuLinks"><a href="/pages/contact.html">Contact</a></li>
<li class="menuLinks ctaBtn">
<a href="/pages/Login.html">Sign In </a>
</li>
</ul>
<ol class="menuSocial">
<a target="_blank" href="https://www.instagram.com/ianuragdwivedi/">
<i class="fab fa-instagram"></i>
</a>
<a target="_blank" href="https://twitter.com/dwivedi119">
<i class="fab fa-twitter"></i>
</a>
<a
target="_blank"
href="https://www.linkedin.com/in/anurag-dwivedi-48804a273/"
>
<i class="fab fa-linkedin-in"></i>
</a>
<a target="_blank" href="https://github.com/anuragdwi">
<i class="fab fa-github"></i>
</a>
</ol>
</nav>
<i class="fas fa-bars open" id="open"></i>
</header>
<section class="hero">
<div class="left">
<div class="left-Cont">
<img src="/assets/heroimg2.png" alt="" />
<h1>Learn from the coolest coding platform in India.</h1>
<p><i class="fas fa-check"></i> Top Notch Project</p>
<p><i class="fas fa-check"></i> Top class Mentors</p>
<div class="left-btn">
<a href="/pages/courses.html">
<button class="ctaHero">Explore Our Courses</button>
</a>
</div>
</div>
</div>
<div class="right"></div>
</section>
<section class="whyUs">
<h1>Why Choose Us ?</h1>
<div class="whyUs1">
<div class="txtCnt">
<h3>An Interactive Personalized Learning Experience</h3>
<p>
With StackPedia's flexible learning options and 1-on-1 code review
with seasoned tutors, your learning is suited just for you.
</p>
</div>
<img src="./assets/Group 3.png" alt="" />
</div>
<div class="whyUs2">
<img src="./assets/Group 4.png" alt="" />
<div class="txtCnt">
<h3>World-Class Learning with World-Class Jobs</h3>
<p>
At StackPedia, we impact students with industry-standard skills and
trainings. We also support them in getting jobs that are available
from around the globe. How cool is that?
</p>
</div>
</div>
</section>
<section class="OurFeatures">
<h3>Our Features Include</h3>
<div class="feature1">
<div class="feature">
<img src="/assets/tutorial 1.png" alt="" />
<h4>Code Reviews</h4>
<p>
We don’t just give you assignments, we review your solutions and
give you insightful feedbacks on your code to enhance and reinforce
your understanding.
</p>
</div>
<div class="feature">
<img src="/assets/tutorial 2.png" alt="" />
<h4>Mentorship</h4>
<p>
Even without being in a physical class, we make it possible for our
students to ask questions and get guidance through our seasoned and
qualified mentors.
</p>
</div>
</div>
<div class="feature2">
<div class="feature">
<img src="/assets/tutorial 3.png" alt="" />
<h4>Live Code Editor</h4>
<p>
Whether at home or on the go, you can still follow your classes and
practice with our easy-to-use code editor. It works on both the web
and mobile app.
</p>
</div>
<div class="feature">
<img src="/assets/tutorial 4.png" alt="" />
<h4>Community Forums</h4>
<p>
Just because you are learning online doesn’t mean you have to be all
alone. With our discussion forum, you can share your opinions with
other students and even make friends.
</p>
</div>
</div>
</section>
<section class="footer">
<div class="column1">
<img src="/assets/ftrImg.png" alt="" />
<p>
Is an ed-tech platform that trains kids and teenagers in programming
and other tech skills
</p>
</div>
<div class="column2">
<h5>Quick Links</h5>
<ul>
<li class="ftrLinks">
<a href="/pages/about.html">About StackPedia</a>
</li>
<li class="ftrLinks"><a href="/pages/courses.html">Courses</a></li>
<li class="ftrLinks"><a href="/pages/contact.html">Contact</a></li>
<li class="ftrLinks"><a href="/pages/register.html">Register</a></li>
</ul>
</div>
<div class="column3">
<h5>Socials</h5>
<ol class="ftrSocial">
<a target="_blank" href="https://www.instagram.com/ianuragdwivedi/">
<i class="fab fa-instagram"></i>
</a>
<a target="_blank" href="https://twitter.com/dwivedi119">
<i class="fab fa-twitter"></i>
</a>
<a
target="_blank"
href="https://www.linkedin.com/in/anurag-dwivedi-48804a273/"
>
<i class="fab fa-linkedin-in"></i>
</a>
<a target="_blank" href="https://github.com/anuragdwi">
<i class="fab fa-github"></i>
</a>
</ol>
<h5>Contact</h5>
<p>+91 XXXXX XXXXX</p>
<p>+91 XXXXX XXXXX</p>
</div>
</section>
<section class="cpr">©2022 - StackPedia. All Rights Reserved.</section>
<script src="./js/index.js"></script>
</body>
</html>