-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (38 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>X Hero Section</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<section class="hero-section">
<div class="background-animation">
<div class="x-logo">𝕏</div>
<div class="x-logo" style="margin-top: 30%; left: 10%;">𝕏</div>
<div class="x-logo" style="margin-top: 20%; left: 80%;">𝕏</div>
<div class="x-logo" style="margin-top: 2%; left: 40%;">𝕏</div>
<div class="tweet" style="animation-delay: 1s;">🐦</div>
<div class="tweet" style="animation-delay: 2s;">💬</div>
<div class="tweet" style="animation-delay: 3s;">🔁</div>
<div class="tweet" style="animation-delay: 4s;">📊</div>
<div class="tweet" style="animation-delay: 5s;">😊</div>
<div class="hashtag" style="top: 10%; left: 10%;">#TrendingNow</div>
<div class="hashtag" style="top: 70%; left: 80%;">#JoinTheConversation</div>
<div class="hashtag" style="top: 60%; left: 60%;">#BreakingNews</div>
<div class="hashtag" style="top: 80%; left: 10%;">#TrendingIndonesia</div>
<div class="hashtag" style="top: 15%; left: 40%;">#TrendingInYourArea</div>
<div class="hashtag" style="top: 30%; left: 80%;">#ForYou</div>
<div class="hashtag" style="top: 55%; left: 20%;">#Following</div>
<div class="hashtag" style="top: 85%; left: 45%;">#Experience</div>
</div>
<div class="content">
<h1 class="pulse">Welcome to 𝕏Ever <br></h1>
<h2 class="pulse">by Evellkz | Developer</h2>
<p>I hope you like it!</p>
<a href="./details/home.html" class="cta-button">Check This Out!</a>
</div>
</section>
</body>
</html>