-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex2.html
More file actions
51 lines (48 loc) · 1.8 KB
/
Copy pathindex2.html
File metadata and controls
51 lines (48 loc) · 1.8 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
<!-- <!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>Personal Portfolio Website</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="hero">
<nav>
<div class="logo">P<div class="logo2">B</div></div>
<ul>
<li><a href="home.html">HOME</a></li> -->
<!-- <li><a href="about.html">ABOUT</a></li>
<li><a href="portfolio.html">PORTFOLIO</a></li>
<li><a href="services.html">SERVICES</a></li> -->
<!-- <li><a href="hire.html">HIRE ME</a></li> -->
<!-- </ul>
</nav>
<div class="detail">
<h1>Parth <span>Botre</span></h1>
<p class="description">Howdy, I'm Parth!
<p class="profession"> A CS freshman at Texas Tech University!</p>
<a href="Assets/Parth_Resume.pdf">Download CV</a>
</div>
<div class="images">
<img src="shape.png" class="shape">
<img src="Assets/DSC_2025.JPG" class="girl">
</div>
<div class="top-right">HIRE ME!</div>
<div class="social">
<div class="socials">
<a href="https://www.instagram.com/itsgiggityparth/">
<img src="ig.png" alt="Instagram">
</a>
<a href="https://www.linkedin.com/in/parth-botre/"> -->
<!-- <img src="ln.png" alt="LinkedIn">
</a>
<a href="https://github.com/ParthBotre">
<img src="gh.png" alt="GitHub">
</a>
</div>
</div>
</div>
</body>
</html> -->