-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (49 loc) · 2.17 KB
/
index.html
File metadata and controls
50 lines (49 loc) · 2.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jivan's Website</title>
<link href="main.css" rel="stylesheet">
<nav>
<h3><a href="index.html">JB</h3>
<div class="nav-buttons">
<a href="about.html">About</a>
<a href="portfolio.html">Portfolio</a>
</div>
</nav>
</head>
<body>
<div class="body-info">
<div class="all-body-info">
<div class="hi-welcome">
<h2 class="hi">Hi,</h2>
<img class="wel" alt="" src="https://assets.zyrosite.com/A85D79Zw2bcZMGKK/animation_640_lfz3plng-A3QBGjQE4EUy2rNG.gif"
srcset="https://assets.zyrosite.com/A85D79Zw2bcZMGKK/animation_640_lfz3plng-A3QBGjQE4EUy2rNG.gif
328w,https://assets.zyrosite.com/A85D79Zw2bcZMGKK/animation_640_lfz3plng-A3QBGjQE4EUy2rNG.gif
656w,https://assets.zyrosite.com/A85D79Zw2bcZMGKK/animation_640_lfz3plng-A3QBGjQE4EUy2rNG.gif
861w,https://assets.zyrosite.com/A85D79Zw2bcZMGKK/animation_640_lfz3plng-A3QBGjQE4EUy2rNG.gif
984w,https://assets.zyrosite.com/A85D79Zw2bcZMGKK/animation_640_lfz3plng-A3QBGjQE4EUy2rNG.gif
465w,https://assets.zyrosite.com/A85D79Zw2bcZMGKK/animation_640_lfz3plng-A3QBGjQE4EUy2rNG.gif 930w">
</div>
<div class="box-pic">
<img class="pic" src="images/jivanpic.jpeg" alt="">
</div>
</div>
<div class="name-all">
<div class="name-info">
<p>I'm Jivan Bal,</p>
<p>Full Stack Developer | Framework Designer</p>
</div>
<div class="name-paragraph">
<p>I enjoy exploring both front-end and back-end technologies
to create dynamic and efficient web applications.
Passionate about coding and constantly learning,
I'm on an exciting journey to master the skills
needed to build innovative digital solutions.
</p>
</div>
</div>
</div>
</body>
</html>