-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (40 loc) · 1.04 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
<html>
<head>
<title>PortFolio - AboutMe</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class ="hero">
<div class="navbar">
<img src="image/logo.png" class="logo">
<button type="button">Sign up</button>
</div>
<div class="content">
<small>Welcome to our</small>
<h1>World's <br> Creative Studio</h1>
<button type="button">Take a tour</button>
</div>
<div class="sideBar">
<img src="image/menu.png" class = "menu">
<div class="socialLinks">
<img src="image/fb.png">
<img src="image/ig.png">
<img src="image/tw.png">
</div>
<div class="usefulLinks">
<img src="image/info.png">
<img src="image/share.png">
</div>
</div>
<div class="bubbles">
<img src="image/bubble.png">
<img src="image/bubble.png">
<img src="image/bubble.png">
<img src="image/bubble.png">
<img src="image/bubble.png">
<img src="image/bubble.png">
<img src="image/bubble.png">
</div>
</div>
</body>
</html>