-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
206 lines (190 loc) · 7.09 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About page</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
integrity="sha512-9usAa10IRO0HhonpyAIVpjrylPvoDwiPUiKdWk5t3PyolY1cOd4DSE0Ga+ri4AuTroPR5aQvXU9xC6qOPnzFeg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<bod>
<!-- ========== Start NAVBAR Section ========== -->
<header class="section-navbar">
<div class="container">
<div class="navbar-brand">
<a href="index.html">
<img
class="navbar-logo"
src="./images/logo.png"
alt="MZ eduhub logo"
/>
</a>
</div>
<nav class="navbar">
<ul>
<li class="nav-item">
<a class="nav-link" href="index.html"> home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html"> about </a>
</li>
<li class="nav-item">
<a class="nav-link" href="service.html"> services </a>
</li>
<li class="nav-item">
<a class="nav-link" href="blog.html"> blog </a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html"> contact </a>
</li>
</ul>
</nav>
</div>
</header>
<!-- ========== End NAVBAR Section ========== -->
<!-- ========== Start about Section ========== -->
<section class="section-about">
<div class="container">
<h2 class="section-common-heading">About MZ EduHub</h2>
<p class="section-common-subheading">
Guiding Your Learning Journey through Research, Design, and
Development Excellence.
</p>
</div>
<div class="container grid grid-three--cols">
<div class="about-div">
<div class="icon">
<img src="images/research.png" alt="thapa eduhub research team" />
</div>
<h3 class="section-common--title">Research</h3>
<p>
We start by learning what you need. We look at what's new and
exciting in learning and choose topics that match what you want to
learn.
</p>
</div>
<div class="about-div">
<div class="icon">
<img src="images/design.png" alt="thapa eduhub research team" />
</div>
<h3 class="section-common--title">Design</h3>
<p>
Next, we make the lessons. We make them fun and interesting for you.
We make sure they work for different ways people like to learn.
</p>
</div>
<div class="about-div">
<div class="icon">
<img src="images/Coding.png" alt="thapa eduhub research team" />
</div>
<h3 class="section-common--title">Development</h3>
<p>
After that, we turn the lessons into things you can use online. We
use the latest tools to make sure they work well and make you happy.
</p>
</div>
</div>
</section>
<!-- ========== End about Section ========== -->
<!-- ========== Start contact home Section ========== -->
<div class="section-contact--homepage" id="section-contact--homepage">
<div class="container grid grid-two--cols">
<div class="contact-content">
<h2 class="contact-title">Let's revolutionize the way you study</h2>
<p>Join our free bootcamps to know us better</p>
<div class="btn">
<a href="contact.html">
start now <i class="fa-solid fa-arrow-circle-right"></i>
</a>
</div>
</div>
<div class="contact-image">
<img src="images/main.png" alt="a guy doing coding" />
</div>
</div>
</div>
<!-- ========== End contact home Section ========== -->
<!-- ========== Start FOOTER Section ========== -->
<footer>
<div class="container grid grid-four--cols">
<div class="footer-1--div">
<div class="logo-brand">
<a href="index.html" class="footer-subheading">MZ Eduhub</a>
</div>
<p>Let's revolutionize the way you study with MZ Eduhub</p>
<div class="social-footer--icons">
<a
href="https://https://discordapp.com/users/mohammadzaid07"
target="_blank"
alt="my discord server link"
>
<i class="fa-brands fa-discord"></i>
</a>
<a
href="http://www.youtube.com/@mohammadzaid0709"
target="_blank"
alt="my youtube channel link"
>
<i class="fa-brands fa-youtube"></i>
</a>
<a
href="https://www.instagram.com/mohammad_zaid_7_9/"
target="_blank"
alt="my instagram profile link"
>
<i class="fa-brands fa-instagram"></i>
</a>
</div>
</div>
<div class="footer-2--div">
<p class="footer-subheading">Courses</p>
<ul>
<li><a href="index.html"> CSS </a></li>
<li><a href="index.html"> CSS </a></li>
<li><a href="index.html"> CSS </a></li>
<li><a href="index.html"> CSS </a></li>
<li><a href="index.html"> CSS </a></li>
</ul>
</div>
<div class="footer-3--div">
<p class="footer-subheading">Links</p>
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="index.html"> Home </a></li>
<li><a href="index.html"> Home </a></li>
<li><a href="index.html"> Home </a></li>
<li><a href="index.html"> Home </a></li>
</ul>
</div>
<div class="footer-4--div">
<p class="footer-subheading">Blogs</p>
<ul>
<li><a href="index.html"> HTML </a></li>
<li><a href="index.html"> HTML </a></li>
<li><a href="index.html"> HTML </a></li>
<li><a href="index.html"> HTML </a></li>
<li><a href="index.html"> HTML </a></li>
</ul>
</div>
</div>
</footer>
<!-- ========== End FOOTER Section ========== -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</bod>
</html>