-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (109 loc) · 3.81 KB
/
index.html
File metadata and controls
110 lines (109 loc) · 3.81 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!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">
<link href="https://fonts.googleapis.com/css2?family=Teko&display=swap" rel="stylesheet">
<title>Flaapzy</title>
</head>
<body>
<header>
<div class="logo">Flaapzy</div>
</header>
<main>
<div class="container">
<div class="bounce-in-top">
<img src="photointro.png" alt="">
</div>
<div class="intro">
<h1>Hello 👋,</h1>
<h2>pleased to meet you here.</h2>
<p>My name Flaapzy, welcome to my little page!</p>
<hr>
</div>
<div class="social">
<a href="https://t.me/flaapzyrich">
<img src="telegram.svg" alt="">
</a>
<a href="https://twitter.com/flaapzyrich">
<img src="twitter.svg" alt="">
</a>
<a href="https://www.facebook.com/flaapzy">
<img src="facebook.svg" alt="">
</a>
<a href="https://instagram.com/flaapzy">
<img src="instagram.svg" alt="">
</a>
</div>
</div>
</div>
<br><br><br>
<div class="mouse_scroll">
<div class="mouse">
<div class="wheel"></div>
</div>
<div>
<span class="m_scroll_arrows unu"></span>
<span class="m_scroll_arrows doi"></span>
<span class="m_scroll_arrows trei"></span>
</div>
</div>
<br><br>
<div class="content">
<h2>Introduction</h2>
<p>Hello there!
<br>
I'm Flaapzy, a man who likes new things based in Indonesian. I am interested about Entrepreneur & Cryptocurrency. Whether it's exploring the latest in crypto world or diving into creative projects, I find joy in continuous learning and growth.</p>
</div>
<div class="textart">
<h4>My Simple Art</h4>
</div>
<div class="grid-main">
<div class="grid-item">
<img src="photo1.png" alt="">
</div>
<div class="grid-item">
<img src="photo2.png" alt="">
</div>
<div class="grid-item">
<img src="photo3.png" alt="">
</div>
<div class="grid-item">
<img src="photo4.png" alt="">
</div>
</div>
<div class="quotes">
<h4>"Everything start from first time"</h4>
<hr>
</div>
</main>
<footer>
<div class="footer-text">
<H2>Thanks!</H2>
<p>Thank You for Visiting!
<br>
Your presence means a lot to me. I appreciate the time you've taken to explore my little page. If you have any questions, feedback, or just want to connect, feel free to reach out. Your support is truly valued.
<br>
<br>
Stay Inspired,
<br>
Flaapzy</p>
</div>
<a href="https://t.me/flaapzyrich">
<img src="telegram.svg" alt="">
</a>
<a href="https://twitter.com/flaapzyrich">
<img src="twitter.svg" alt="">
</a>
</a>
<a href="https://www.facebook.com/flaapzy">
<img src="facebook.svg" alt="">
</a>
<a href="https://instagram.com/flaapzy">
<img src="instagram.svg" alt="">
</a>
</div>
</footer>
</body>
</html>