-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (77 loc) · 4.01 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
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Divyansh Mudgil</title>
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<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=Merriweather&family=Montserrat&family=Pacifico&family=Sacramento&family=Water+Brush&display=swap" rel="stylesheet">
</head>
<body>
<div class="navbar">
<img class="logo" src="images/dm-logo.jpg" alt="my-monogram">
<a href="#about">About</a>
<a href="#skillset">Skillset</a>
<a href="#contact">Contact</a>
</div>
<div class="top-container">
<img class="cloud1" src="images/cloud-new.png" alt="cloud-img">
<h1>I'm Divyansh Mudgil,</h1>
<h2 class="sub-head">a <span>web</span> developer.</h2>
<img class="cloud2" src="images/cloud-new.png" alt="cloud-img">
<img class="poke" src="images/charizard.gif" alt="charizard-img">
</div>
<div class="middle-container">
<div id="about" class="profile">
<img class="my-img" src="images/profile.png" alt="my-img">
<h2>Hello!</h2>
<p class="bio">I am a design enthusiast currently pursuing engineering from BITS Pilani, K.K. Birla Goa Campus. I started learning Photoshop out of curiousity and soon developed a keen interest in the field. Currently I am planning to get into Web development(Front-end and back-end) along with Web Design(UI/UX).</p>
</div>
<hr>
<div class="space">
</div>
<div id="skillset" class="skills">
<h2 >MY SKILLS:</h2>
<div class="skill-row">
<img class="web" src="images/coding.png" alt="Ps">
<h3>Web development</h3>
<p>I am currently learning web development using HTML, CSS, Javascript. The website that you are viewing right now is my very first website implementing CSS. </p>
</div>
<div class="skill-row">
<img class="app" src="images/apps.png" alt="adobe">
<h3>Design, editing and video making</h3>
<p>I use the above Adobe tools for photo manipulation, retouching, digital painting, poster and merchandise design; vector portraits, logo design; color grading and post-processing; video editing, respectively.</p>
</div>
<div class="skill-row">
<img class="sketch" src="images/sketch.png" alt="sketching">
<h3>Portrait Sketching</h3>
<p>I identified this god-gifted challenge of mine while I was preparing for my entrance examination. I think that I am fair at the art and can do wonders with regular practice. To check out my work, <a class="drive" href="https://drive.google.com/drive/folders/1lIdKdeDdZQpH0m4HECmvB20T1tEbPJcg?usp=sharing">click here</a>. </p>
</div>
<div class="skill-row">
<img class="sing" src="images/singer.png" alt="singer">
<h3>Singing</h3>
<p>I am not that great but I love to sing hindi songs! </p>
</div>
</div>
<hr>
<div id="contact" class="contact-me">
<h2 id="get-in-touch">Get In Touch</h2>
<h3>If you love design as much as I do.</h3>
<p>Feel free to talk to me about any of the above skills.</p><br>
<a class="btn" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/divyansh-mudgil-ba745b178/">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/thedivyanshmudgil/">Instagram</a>
<a class="footer-link" href="https://www.behance.net/divyanshmudgil">Behance</a>
<p class="footer">©2022 Divyansh Mudgil @theDesignManiac.</p>
</div>
</body>
</html>