forked from snahashiscse/dreaminstitute
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (43 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Dream Institute</title>
</head>
<body>
<div class="hero">
<div class="navbar">
<img src="images/logo.png" class="logo">
<button type="button"><a href="https://web.educampuz.com/#/onlineapplication/diot">Sign Up</a></button>
</div>
<div class="content">
<small>WELCOME TO OUR COLLEGE</small>
<h1>Dream Instutite <br> of Technology</h1>
<button type="button"><a href="https://dreaminstituteonline.com/" target="blank">Take A Tour</a></button>
</div>
<div class="side-bar">
<img src="./images/menu.png" alt="menu" class="menu">
<div class="social-links">
<img src="./images/fb.png" alt="">
<img src="./images/ig.png" alt="">
<img src="./images/tw.png" alt="">
</div>
<div class="useful-links">
<img src="./images/share.png" alt="">
<img src="./images/info.png" alt="">
</div>
</div>
<div class="bubbles">
<img src="./images/bubble.png" >
<img src="./images/bubble.png" >
<img src="./images/bubble.png" >
<img src="./images/bubble.png" >
<img src="./images/bubble.png" >
<img src="./images/bubble.png" >
<img src="./images/bubble.png" >
</div>
</div>
</body>
</html>