-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (46 loc) · 1.86 KB
/
index.html
File metadata and controls
51 lines (46 loc) · 1.86 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>Chef's Portfolio</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/png" href="images/lildemonsprite.png">
</head>
<body>
<div class="container">
<h1>ChefYeshpal</h1>
<h2>Lil guy from India</h2>
<div class="desc">
Hi there, I'm Dhruva (not Yeshpal, that's my mama)!<br>
This is a website where I'll test stuff, you can explore my <a href="projects/projects.html">projects here</a> and see my <a href="#skills">skills</a>, or check out my <a href="https://chefyeshpal.github.io/bongwater/index.html">blog here</a>
</div>
<img id="sprite" src="images/lildemonsprite.png" alt="sprite">
<div class="desc">
Also, <a href="link.html"> this </a> is a list of stuff I'm currently liking. Includes playlists and such.
</div>
<div class="section-title" id="projects">Projects & Competitions</div>
<ul>
<li>Shell & Python scripts for automation</li>
<li>Learning Rust for better performance</li>
<li>Participated in Hacktoberfest 2023 (won stickers and a t-shirt!)</li>
<li>Always looking for open source competitions</li>
<li>Personal GitHub projects are my playground</li>
</ul>
<div class="section-title" id="skills">Skills</div>
<ul>
<li>Shell Scripting</li>
<li>Python Programming</li>
<li>Rust (Learning)</li>
</ul>
<div class="section-title" id="blog">Blog & More</div>
<div>
<p>Imagine reading a blog, can't be me HA!</p>
<p>Anyways, <a href="../bongwater/blog/blog.html">Check my blog.</a></p>
</div>
<div class="footer">
© 2024 Dhruva | <a href="https://github.com/chefyeshpal">GitHub</a> | Just here for doing weird little things.
</div>
</div>
</body>
</html>