-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
204 lines (192 loc) · 7.44 KB
/
index.html
File metadata and controls
204 lines (192 loc) · 7.44 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>University website Design</title>
<link rel="stylesheet" href="style.css">
<link href ="https://fonts.googleapis.com/css2?family=poopins:wght@300;400;500;600;700&display=swap" rel ="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<section class="header">
<nav>
<a href="index.html"><img src="images/logo.png" alt="Logo" width="50" height="50" class="d-inline-block align-text-top"></a>
<div class="nav-links" id="nav-links">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="">HOME</a></li>
<li><a href="">ABOUT</a></li>
<li><a href="">COURSE</a></li>
<li><a href="">BLOG</a></li>
<li><a href="">CONTACT</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<div class="text-box">
<h1>TECH University</h1>
<p> Welcome to TECH University, a hub of innovation, research, and excellence in technology.
<br>We provide world-class education, cutting-edge labs, and opportunities that prepare students for the future.</p>
<a href=""class="hero-btn">Visit Us To Know More</a>
</div>
</section>
<!--course-->
<section class="COURSE">
<hr>
<h1>Courses We Offer</h1>
<p>
Explore cutting-edge programs in Engineering, ICT, Business, and Applied Sciences —
where technology meets creativity at Tech University.
</p>
<div class="row">
<div class="course-col">
<h3>Intermediate</h3>
<p>
At the Intermediate level, students gain hands-on experience and practical knowledge in areas like
software development, electrical systems, and project management — bridging the gap between beginner and expert.
</p>
</div>
<div class="course-col">
<h3>Degree</h3>
<p>
At the degree level, Tech University offers a wide range of undergraduate programs
designed to build strong professional and technical skills.
Students specialize in fields such as Engineering, Information Technology,
Business, and Applied Sciences, preparing them for careers in the modern technology-driven world.
</p>
</div>
<div class="course-col">
<h3>Post Graduation</h3>
<p>
Our postgraduate programs focus on advanced research, innovation, and leadership.
At this level, students pursue master's and doctoral degrees aimed at solving real-world
problems through technology and scientific discovery.
Tech University nurtures experts who drive innovation and global change.
</p>
</section>
<!--Campus-->
<section class="Campus">
<h1> Our Global Campus</h1>
<p> Welcome to TECH University, a hub of innovation, research, and excellence in technology.
<br>We provide world-class education, cutting-edge labs, and opportunities that prepare students for the future.</p>
<div class="row">
<div class="campus-col">
<img src="images/img1.jpg">
<div class="Layer">
<h3>Main campus</h3>
</div>
</div>
<div class="campus-col">
<img src="images/img2.jpg">
<div class="Layer">
<h3>Applied Technology Campus</h3>
</div>
</div>
<div class="campus-col">
<img src="images/img3.jpg">
<div class="Layer">
<h3>Business and Enterprenership Campus</h3>
</div>
</div>
</div>
</section>
<!--Facilities-->
<section class="facilities">
<h1>Our Facilities</h1>
<p>
Tech University provides world-class facilities designed to enhance learning, research, and innovation.
Our modern laboratories, digital libraries, lecture halls, and recreational centers create an environment
where students can explore their full potential.
</p>
<div class="row">
<div class="facilities-col">
<img src="images/img4.jpg">
<h3>world Class Library</h3>
<p>
Our digital library provides access to thousands of e-books, journals, and research databases.
</p>
</div>
<div class="facilities-col">
<img src="images/img5.jpg">
<h3>Largest Play Ground</h3>
<p>Our university features one of the largest playgrounds, offering students ample space for sports,
team activities, and outdoor recreation. It promotes fitness, teamwork, and a healthy campus lifestyle.</p>
</div>
<div class="facilities-col">
<img src="images/img6.jpg">
<h3>Tasty and Healthy Food</h3>
<p>Our university cafeteria offers a variety of tasty and healthy meals prepared in a clean environment.
Students enjoy balanced diets that keep them energized throughout their studies.</p>
</div>
</div>
</section>
<!-----testimonial------->
<section class="testimonial">
<h1>What Our Students Says</h1>
<p>
Our students share their experiences of learning and living at Tech University.
Hear what they have to say about our programs, facilities, and supportive environment.
</p>
<div class="row">
<div class="testimonial-col">
<img src="images/img7.jpg">
</div>
<p>
“Studying at Tech University has been an incredible experience.
The lecturers are friendly, the learning environment is inspiring,
and the practical lessons have helped me gain real-world skills.”
</p>
<h3>Happuch Keren</h3>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-o"></i>
</div>
<div class="testimonial-col">
<img src="images/img8.jpg">
</div>
<p>
“I love the modern labs and digital library at Tech University.
They make learning easier and fun. The campus feels like a second home!”
</p>
<h3>David John</h3>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star"></i>
<i class="fa fa-star-half-o"></i>
</div>
</section>
<!---Call To Action-->
<section class="cta">
<h1>Enroll for our various online course <br> Anywhere from the world</h1>
<a href="" class="hero-btn">CONTACT</a>
</section>
<!----Footer---->
<section class="footer">
<h4>About Us</h4>
<p>
Tech University is a leading institution dedicated to providing quality education in science, technology, and innovation. <br>
We aim to equip students with the skills, creativity, and confidence needed to solve real-world challenges and drive global progress.
</p>
<div class="icons">
<i class="fa fa-facebook"></i>
<i class="fa fa-twitter"></i>
<i class="fa fa-instagram"></i>
<i class="fa fa-linkedin"></i>
</div>
<p>Made with <i class="fa fa-heart-o"></i>by easy tutorial</p>
</section>
<!--javaScript for Toggle Menu-->
<script>
var navlinks = document.getElementById("nav-links");
function showMenu(){
navlinks.style.right = "0";
}
function hideMenu(){
navlinks.style.right = "-200px";
}
</script>
</body>
</html>