-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (56 loc) · 2.65 KB
/
index.html
File metadata and controls
64 lines (56 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Jinse Eldhose</title>
<link rel="stylesheet" href="style.css">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-sRIl4kxILFvY47J16cr9ZwB07vP4J8+LH7qKQnuqkuIAvNWLzeN8tE5YBujZqJLB" crossorigin="anonymous">
</head>
<body class="body">
<div>
<div class="header">
<h2>Jinse Eldhose</h2>
<div class="link">
<a><span>About me</span></a>
<a><span>Education</span></a>
<a><span>Project</span></a>
<a><span>Notable Work</span></a>
<a><span>Contact</span></a>
</div>
</div>
<div class="page-1">
<div class="background-photo"></div>
<div class="photo">
<img src="Private/Face-removebg-preview (1).png" alt="Jinse Eldhose Image" />
</div>
<div class="description">
<h3>Hi! Welcome to my Protfolio</h3><br>
<h2>MY NAME IS <span>JINSE ELDHOSE</span></h2>
<br>
<p>I am passionate developer and freelancer focused on creating clean, functional, and modern web
experiences.
I’m currently exploring full-stack web development, designing responsive interfaces, and
experimenting with SaaS projects that bring real ideas to life.
My goal is to combine creativity and logic — crafting products that are both visually appealing and
technically solid.
Whether it’s a personal project or freelance collaboration, I always aim to deliver reliable,
scalable, and user-friendly solutions.</p>
<div class="social">
<a><img src="Private/social/icons8-github.svg" alt="Github"></a>
<a><img src="Private/social/icons8-linkedin.svg" alt="Linkiein"></a>
<a><img src="Private/social/icons8-gmail-logo.svg" alt="Gmail"></a>
<a><img src="Private/social/icons8-instagram.svg" alt="Instagram"></a>
</div>
</div>
</div>
<div class="page-2">
</div>
</div>
<script src="style.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.8/dist/js/bootstrap.bundle.min.js"
integrity="sha384-FKyoEForCGlyvwx9Hj09JcYn3nv7wiPVlz7YYwJrWVcXK/BmnVDxM+D2scQbITxI"
crossorigin="anonymous"></script>
</body>
</html>