-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
205 lines (181 loc) · 8.5 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
<!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>University Website Design - Easy Tutorials</title>
<link rel = "stylesheet" href= "style.css" type=text/css>
<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=Poppins:wght@200;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css" integrity="sha384-jLKHWM3JRmfMU0A5x5AkjWkw/EYfGUAGagvnfryNV3F9VqM98XiIH7VBGVoxVSc7" crossorigin="anonymous">
<script src="utilities.js" type="text/javascript"></script>
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-YWzhKL2whUzgiheMoBFwW8CKV4qpHQAEuvilg9FAn5VJUDwKZZxkJNuGM4XkWuk94WCrrwslk8yWNGmY1EduTA==" crossorigin="anonymous" referrerpolicy="no-referrer" /> -->
</head>
<body>
<section class= "header">
<nav class = "home-nav">
<a href="index.html"><img src="images/logo.png"/></a>
<div class="nav-links" id = "navLinks">
<i class="fa fa-times" onClick='hideMenu()' ></i>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="course.html">COURSE</a></li>
<li><a href="blog.html">BLOG</a></li>
<li><a href="contact.html">CONTACT</a></li>
</ul>
</div>
<i class="fa fa-bars" aria-hidden="true" onClick = "showMenu()"></i>
</nav>
<div class="text-box">
<h1 >World's biggest university.</h1>
<p>Making website is now one of the simplset thing in the world. You just need to learn </br> HTML, CSS, Java Script and you are good to go.</p>
<a class = "hero-btn" href= "">Visit Us To Know More.</a>
</div>
</section>
<!-- course -->
<section class="course">
<h1>Courses We Offer.</h1>
<p>We offer the best education structred in a number of courses.</p>
<div class="row">
<div class="course-col">
<h3>Intermidiate</h3>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.</p>
</div>
<div class="course-col">
<h3>Degree</h3>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.</p>
</div>
<div class="course-col">
<h3>Post Graduation</h3>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.</p>
</div>
</div>
</section>
<!-- campus -->
<section class="campus">
<h1>Our Capmus</h1>
<p> This is our good looking campus. </p>
<div class="row">
<div class="campus-col">
<img src= "images/london.png">
<div class="campus-layer">
<h3>LONDON</h3>
</div>
</div>
<div class="campus-col">
<img src= "images/newyork.png">
<div class="campus-layer">
<h3>NEWYORK</h3>
</div>
</div>
<div class="campus-col">
<img src= "images/washington.png">
<div class="campus-layer">
<h3>WASHINGTON</h3>
</div>
</div>
</div>
</section>
<!-- facilities -->
<div class="facilities">
<h1>Our Facilities.</h1>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.</p>
<div class="row">
<div class="facilities-col">
<img src="images/library.png">
<h3>LIBRARY</h3>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
</p>
</div>
<div class="facilities-col">
<img src="images/basketball.png">
<h3>LARGEST PLAYGROUND</h3>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
</p>
</div>
<div class="facilities-col">
<img src="images/cafeteria.png">
<h3>TASTY AND HEALTHY FOOD</h3>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
</p>
</div>
</div>
</div>
<!-- testimonials -->
<div class="testimonials">
<h1>WHAT DO OUR STUDENTS SAY?</h1>
<p>
This is the best univeristy I can find in town.
</p>
<div class="row">
<div class="testimonials-col">
<img src="images/user1.jpg" >
<div>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.</p>
<h3>Christine Berkley</h3>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
</div>
</div>
<div class="testimonials-col">
<img src="images/user2.jpg" >
<div>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses.</p>
<h3>David Byer</h3>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star" aria-hidden="true"></i>
<i class="fa fa-star-half-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
<i class="fa fa-star-o" aria-hidden="true"></i>
</div>
</div>
</div>
</div>
<section class="cta">
<h1>Enroll to our courses from <br> anywhere in the world.</h1>
<a href="" class = 'hero-btn'>CONTACT US</a>
</section>
<!-- footer -->
<section class="footer">
<h4>About Us</h4>
<p>We offer the best education structred in a number of courses.
We offer the best education structred in a number of courses. <br>
We offer the best education structred in a number of courses.
</p>
<div class = "icons">
<i class="fa fa-facebook" aria-hidden="true"></i>
<i class="fa fa-twitter" aria-hidden="true"></i>
<i class="fa fa-instagram" aria-hidden="true"></i>
<i class="fa fa-linkedin" aria-hidden="true"></i>
</div>
<p> Made with <i class="fa fa-heart-o" ></i> by Easy Tutorials
</p>
</section>
<script>
</script>
</body>
</html>