-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (74 loc) · 2.24 KB
/
index.html
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
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
e-mobile-web-app-capable" content="yes" />
<link
href="https://fonts.googleapis.com/css?family=Merriweather:300,700"
rel="stylesheet"
/>
<link rel="stylesheet" href="./styles.css" />
<title>Dhrupad Pandya | Web Developer</title>
</head>
<body>
<div id="root">
<div class="website">
<div class="main">
<h1 class="name">Hi, I'm Dhrupad.</h1>
<p class="css-7gj1sh">A minimalist web developer</p>
<p class="css-s52hhw">
<span class="css-1iu548d">></span
><span class="css-0"
>Third year student at
<!-- -->
<a class="css-th9smz"> SVIT Vasad</a>, pursuing B.Tech in IT</span
>
</p>
<p class="css-s52hhw">
<span class="css-1iu548d">></span
><span class="css-0"
>Currently learning
<!-- -->
<a class="css-th9smz"
><!-- -->
Web Development and Data Structures<!-- --></a
></span
>
</p>
<p class="css-s52hhw">
<span class="css-1iu548d">></span
><span class="css-0"
>Exploring the fields of<!-- -->
<a class="css-th9smz"
><!-- -->
Blockchain, Space<!-- --></a
></span
>
</p>
<p class="css-s52hhw">
<span class="css-1iu548d">></span
><span class="css-0"
>Interested in
<!-- -->
<a class="css-th9smz"> Music, Finance</a></span
>
</p>
</div>
<p class="css-7gj1sh">
Check out my blog on
<!-- -->
<a
class="css-th9smz"
href="https://dhrupadpandya.notion.site/Agent-of-Chaos-dc08e41e6012411c9ece5f37a3ec78a5"
>Agent of Chaos</a
>.
</p>
<div class="footer">
<a class="github" href="https://github.com/Devloper001">My Github</a
><a class="contact" href="mailto:dhrupad.pandya@gmail.com"
>Contact Me</a
>
</div>
</div>
</div>
</body>
</html>