-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
59 lines (59 loc) · 1.7 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
<!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>Dhawal Patil</title>
<link rel="stylesheet" href="styles.css" />
<script src="script.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
</head>
<body>
<div id="canvasForHTML"></div>
<section id="hero">
<div class="hero container">
<div class="intro">
<div class="headings">
<h1>Dhawal Patil<span></span></h1>
<p>-I'm a Web Developer<span></span></p>
</div>
</div>
<nav>
<ul>
<li>
<a
href="https://github.com/dhawalpatil200"
target="_blank"
type="button"
class="cta"
>Github</a
>
</li>
<li>
<a
href="https://www.linkedin.com/in/dhawal-patil-6a26261b1/"
target="_blank"
type="button"
class="cta"
>LinkedIn</a
>
</li>
<li>
<a
href="https://leetcode.com/dhawalpatil200/"
target="_blank"
type="button"
class="cta"
>Leetcode</a
>
</li>
<li>
<a href="https://drive.google.com/drive/folders/14aXb-0LNWAfo6NfyHRTS8AiWnkgw1TEI" type="button" class="cta">Download CV</a>
</li>
</ul>
</nav>
</div>
</section>
</body>
</html>