-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (69 loc) · 2.78 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" dir="ltr">
<head>
<meta charset="utf-8">
<title>Deven Deshmukh-A Web Designer</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon2.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@300&family=Montez&display=swap" rel="stylesheet">
</head>
<body>
<div class="Top-Container">
<img class="cloud2" src="css/cloud.png" alt="cloud-img">
<h1>I'm Deven</h1>
<p>A Web Designer</p>
<img class="cloud" src="css/cloud.png" alt="cloud-img">
<img class="mountain" src="css/mountain.png" alt="mountain-img">
<img class="Html" src="https://cdn-icons-png.flaticon.com/512/174/174854.png" alt="Html-img">
<img class="css" src="https://cdn-icons-png.flaticon.com/512/732/732007.png" alt="css-img">
<img class="java" src="https://cdn-icons.flaticon.com/png/512/721/premium/721671.png?token=exp=1647986430~hmac=b8d2b2ded1818c5939c122705cb1db18" alt="java-img">
</div>
<div class="middle-container">
<div class="profile">
<img src="https://cdn-icons-png.flaticon.com/512/3749/3749784.png" alt="Deven's Photo" height="200" width="200">
<h2>Hello,</h2>
<p>Myself Deven Deshmukh, A Computer Engineer Student at MIT World Peace University.</p>
</div>
<hr>
<div class="skills">
<h2>-My Skills-</h2>
<div class="skill-row">
<img class="giphy" src="D:\Web development\Deven-Web Designer\giphy.gif" alt="giphy-gif">
<img class="giphy1" src="" alt="">
<h3>Technical Skills:</h3>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Java</li>
<li>PyQt5 Designer</li>
</ul>
</div>
<div class="skill-row">
<h3>Non-Technical Skills:</h3>
<ul>
<li>Video Editing</li>
<li>Graphic Designing</li>
<li>Gaming</li>
<li>Content Writing</li>
</ul>
</div>
</div>
<hr>
<div class="contact-me">
<h2>-Get In Touch-</h2>
<h3>Open To Work</h3>
<p>Have an exciting project where you need some help?
Send me over a message, and let's chat.</p>
<a class="btn" href="mailto:daltondeven31@email.com">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/deven-deshmukh-b34b44190">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/DaltonDeven07?t=024rnLXUNnpxKzZOfR16BQ&s=09">Twitter</a>
<a class="footer-link" href="http://daltondeven.github.io/CV">Website</a>
<p>© 2022 Deven Deshmukh.</p>
</div>
</body>
</html>