-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
61 lines (54 loc) · 2.3 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Mahima Goyal</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather&family=Montserrat&family=Sacramento&display=swap"
rel="stylesheet">
</head>
<div class="top">
<img class="top-cloud" src="images/cloudi.png" alt="cloud-img">
<h1>I'm Mahima.</h1>
<h2 class=subtitle>a programmer.</h2>
<img class="bottom-cloud" src="images/cloudi.png" alt="cloud-img">
<img class="mountain-img" src="images/land.svg" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-img" src="images/mahima.png" alt="">
<h2>Hello.</h2>
<p class="intro">I am an engineering student, a passionate web developer and a data science enthusiast. I love clicking and editing pictures.</p>
</div>
<hr size="2" noshade>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="webdev-img" src="images/programming.png" alt="">
<h3>Design & Development</h3>
<p>I like to develop and design the simple & best looking website so that the messages get conveyed in effective manner.</p>
</div>
<div class="skill-row">
<img class="ds-img" src="images/chart.png" alt="">
<h3>Data Science</h3>
<p>I entered into the world of data science through my specialisation course in college and got a head start, I can do exploratory analysis, create visualisations etc.</p>
</div>
</div>
<hr size="2" noshade>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>I'm currently available for freelance work.</h3>
<p class="contact-msg">If you have a idea or project that you want to get started with and need my help for something or just fancy saying hey, then get in touch with me.</p>
<a href="mailto:mahimaagrawal125@gmail.com" class="button">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/mahimagoyal-/">LinkedIn</a>
<a class="footer-link" href="https://www.instagram.com/the.vivid.lensation/">Instagram</a>
<a class="footer-link" href="https://github.com/mahimagoyalx">GitHub</a>
<p class="copy">© 2020 Mahima Goyal</p>
</div>
<body>
</body>
</html>