-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
64 lines (59 loc) · 1.87 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!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"
/>
<title>Animated Portfolio Website HTML CSS Only | Codehal</title>
<link rel="stylesheet" href="style.css" />
<link
href="https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css"
rel="stylesheet"
/>
</head>
<body>
<header class="header">
<a href="#" class="logo">NT Games.</a>
<nav class="navbar">
<a href="#" style="--i: 1" class="active">Home</a>
</nav>
</header>
<section class="home">
<div class="home-sci">
<a href="https://www.youtube.com/@N-b-h" target="_blank"
><i class="bx bxl-youtube"></i
></a>
<a href="https://discord.com/invite/Mf3Bus2yPB" target="_blank"
><i class="bx bxl-discord"></i
></a>
<a href="https://www.instagram.com/netanel_ben_haim/" target="_blank"
><i class="bx bxl-instagram"></i
></a>
<a href="https://instagram.com/netanel3126" target="_blank"
><i class="bx bxl-instagram-alt"></i
></a>
</div>
<div class="home-content">
<h1>Hi, I'm NT Games</h1>
<h3>Frontend Developer</h3>
<p>
I'm a pretty talented photographer. For any inquiries related to photography, click on the first Instagram.
</p>
<a href="https://wa.me/message/PGLUNPEW5JEJP1" class="btn">Hire Me</a>
</div>
<div class="home-img">
<div class="glowing-circle">
<span></span>
<span></span>
<div class="image">
<img src="NT.jpg" alt="NT Games" />
</div>
</div>
</div>
</section>
</body>
</html>