-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
104 lines (101 loc) · 3.64 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8" />
<title>Het Modha | Python Developer | Web Developer</title>
<link rel="stylesheet" type="text/css" href="css/styles.css" />
<link rel="icon" href="images\het-favicon.ico" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Open+Sans&family=Sacramento&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="top-container" width="100%">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img" />
<h1>I'm Het.</h1>
<h2>a Python Developer | <u>Pro</u>grammer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud-img" />
<img src="images/mountain.png" alt="mountain-img" />
</div>
<div class="middle-container">
<div class="profile">
<img
src="images\circle-cropped.png"
alt=""
height="250px"
width="250px"
/>
<h2>Hello.</h2>
<p class="intro">
Welcome to my personal site, my name is Het Modha and I am pursuing
computer engineering while learning python development as well.<br />
I am a self-learner, keen to know nitty gritties of computer and
passionate about new technology.
</p>
</div>
<hr />
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img
class="python-gif"
src="https://media.giphy.com/media/LMt9638dO8dftAjtco/giphy.gif"
alt="python-gif"
/>
<h3>Python Developer</h3>
<p>
Made several projects like custom rain-forecast-alert, stock trading
news alert, flash-card app, cheap flight finder and many more.
</p>
</div>
<div class="skill-row">
<img
class="web-gif"
src="https://media.giphy.com/media/bx3Cvt88j7PtM4SOaS/giphy.gif"
alt="web-gif"
/>
<h3>Front-end Web Developer</h3>
<p>
I learnt web development and made this personal website as well as
small projects and web apps using VueJS.
</p>
</div>
<div class="skill-row">
<img
class="tt-gif"
src="https://media.giphy.com/media/8P7ugGf2prBbDtQ3tk/giphy.gif"
alt="tt-gif"
/>
<h3>Table Tennis</h3>
<p>
I'm actually good at table tennis so, if I have time, a table and
friends then I would rather spend my time playing table tennis.<br />And
one more thing, I achieved 1st rank in inter-college tournament :)
</p>
</div>
</div>
<hr />
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>You can contact me for any work or help :)</h3>
<p class="contact-message">
Love playing video games or have similar interests? Let's talk about
it by contacting me from one of the below addresses :)
</p>
<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/hdmodha15/"
>LinkedIn</a
>
<a class="footer-link" href="https://twitter.com/HdModha">Twitter</a>
<a class="footer-link" href="https://hdmodha.github.io/portfolio/"
>Website</a
>
<p class="copyright">©2021 Het Modha.</p>
</div>
</body>
</html>