-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (45 loc) · 1.62 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 http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./pics/bubble.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
<title>Animation</title>
</head>
<body>
<div class="hero">
<div class="navbar">
<img src="./pics/logo.png" class="logo">
<button type="button" class="custom"><span></span>Sign Up</button>
</div>
<div class="content">
<small>Welcome to</small>
<h1>Ayon's <br/>Creative World</h1>
<button type="button" class="button"><span></span>Take a tour</button>
</div>
<div class="side-bar">
<img src="./pics/menu.png" class="menu">
<div class="social-link">
<img src="./pics/fb.png" alt="">
<img src="./pics/ig.png" alt="">
<img src="./pics/tw.png" alt="">
</div>
<div class="important-link">
<img src="./pics/share.png" alt="">
<img src="./pics/info.png" alt="">
</div>
</div>
<div class="bubbles">
<img src="./pics/bubble.png" alt="">
<img src="./pics/bubble.png" alt="">
<img src="./pics/bubble.png" alt="">
<img src="./pics/bubble.png" alt="">
<img src="./pics/bubble.png" alt="">
<img src="./pics/bubble.png" alt="">
<img src="./pics/bubble.png" alt="">
</div>
</div>
</body>
</html>