Skip to content

Commit b1ed098

Browse files
authored
Add files via upload
1 parent e714afb commit b1ed098

16 files changed

Lines changed: 519 additions & 0 deletions

File tree

portfolio/assets/imgs/LinkedIN.png

1.08 KB
Loading

portfolio/assets/imgs/css.png

27.6 KB
Loading

portfolio/assets/imgs/fx.jpg

21.4 KB
Loading

portfolio/assets/imgs/github.png

1.97 KB
Loading

portfolio/assets/imgs/html.png

21.7 KB
Loading

portfolio/assets/imgs/java.png

15.5 KB
Loading

portfolio/assets/imgs/python.jpg

24.6 KB
Loading

portfolio/assets/imgs/robot .png

115 KB
Loading

portfolio/assets/imgs/sql.png

27.7 KB
Loading

portfolio/htmlpages/about.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Sahil Portfolio</title>
7+
<link rel="stylesheet" href="../styling/style.css">
8+
</head>
9+
<body>
10+
<header>
11+
<nav>
12+
<div class="logo"> Sahil PortFolio</div>
13+
<ul class="nav-links">
14+
<li><a href="../index.html">Home</a></li>
15+
<li><a href="./about.html">AboutME</a></li>
16+
<li><a href="../htmlpages/contactme.html">Contact</a></li>
17+
<li><a href="../htmlpages/projects.html">Projects</a></li>
18+
<li><a href="../htmlpages/skills.html">Skills</a></li>
19+
</ul>
20+
</nav>
21+
<H1 class="AboutME">About Me</H1><br><br>
22+
<div>
23+
<p>
24+
Hi, I’m Sahil 👋<br><br>
25+
I am a Computer Science student and a web developer passionate about building
26+
responsive and user-friendly websites. I have experience with HTML, CSS,
27+
Python, and Java programming. <br><br>
28+
My mission is to create impactful digital solutions and continue learning
29+
advanced technologies like Artificial Intelligence. <br><br>
30+
Outside of coding, I enjoy reading, playing games, and exploring creative ideas. <br><br>
31+
</p>
32+
</div>
33+
</header>
34+
</body>
35+
</html>

0 commit comments

Comments
 (0)