-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathHome.html
More file actions
90 lines (80 loc) · 2.54 KB
/
Home.html
File metadata and controls
90 lines (80 loc) · 2.54 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>School Web Template</title>
<link rel="stylesheet" href="home.css">
<link rel="icon" href="icons/Biet_logo.ico" type="x-icon">
</head>
<body>
<div class="rapper">
<nav>
<img src="images/Biet_nav.png" class="img" alt="logo">
<ul>
<li><a href="#">HOME</a></li>
<li><a href="#">ABOUT</a></li>
<li><a href="#">COURSES</a></li>
<li><a href="#">EVENTS</a></li>
<li><a href="#">GALLERY</a></li>
<li><a href="#">BLOG</a></li>
<li><a href="#">PAGES</a></li>
<li><a href="#">CONTACT</a></li>
<div class="search">
<input type="text" name="search" id="search" placeholder="search this website">
</div>
</ul>
</nav>
<div class="selection">
<h1>WE ENSURE A BETTER EDUCATION <br> FOR A BETTER FUTURE WORLD</h1>
<a href="#"><button class="btn_1">GET STARTED</button></a>
<div class="features">
<button>Learn Online Classes</button>
<button>Bridge Courses</button>
<button>Huge Library</button>
<button>Practical Exposure</button>
</div>
</div>
</div>
<br>
<table>
<tr>
<td rowspan=2>
<div class="cs"></div>
<h3>Computer Science & Engineering</h3>
</td>
<td>
<div class="it"></div>
<h3>Information Technology</h3>
</td>
<td>
<div class="ece"></div>
<h3>Electronics & Communication Engineering</h3>
</td>
<td>
<div class="ce"></div>
<h3>Civil Engineering</h3>
</td>
</tr>
<tr>
<td>
<div class="ee"></div>
<h3>Electrical Engineering</h3>
</td>
<td>
<div class="me"></div>
<h3>Mechanical Engineering</h3>
</td>
<td>
<div class="ch"></div>
<h3>Chemical Engineering</h3>
</td>
</tr>
</table>
<div class="youtube">
</div>
<footer>
<p>Copyright © 2020, tERRORs</p>
</footer>
</body>
</html>