-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
65 lines (58 loc) · 3.09 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
<!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>Mahima Gupta</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="icon" href="favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud-img">
<h1>I'm Mahima.</h1>
<p>a <span class="pro">pro</span>grammar.</p>
<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/3w16evrr.png" alt="Mahima's Profile" width="300" height="250">
<h2>Hello.</h2>
<p>I am a good listener and observer.My unique blend of personality includes consistency,coherency,courteousness.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="html-img" src="images/all-skills-html-css-icon-hd-png.png" alt="Web dev skills" width="300" height="250">
<h3>HTML,CSS,JAVASCRIPT</h3>
<p>Ability to create semantic and accessible web pages using HTML. To structure and format content, create forms, and embed media.
Ability to style web pages using CSS.Understanding of bootstap, responsive design, and ability to use CSS to create layouts and animations.
Proficiency in using JavaScript to add interactivity and functionality to web pages, including popular libraries such as jQuery or React.</p>
</div>
<div class="skill-row">
<img class="Analytical-img" src="images/Analytical skills.png" alt="Analytical and ppt skills" width="300" height="250">
<h3>ANALYTICAL AND PRESENTATION SKILLS</h3>
<p>Ability to collect, analyze, and interpret data to make informed decisions and ability to identify trends, patterns, or insights from complex data sets.
Proficiency in presenting information to diverse audiences,creating and delivering presentations using tools such as PowerPoint.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Details</h3>
<p>Emphasising and elaborating the details.</p>
<a class="Email" href="mailto:[email protected]">CONTACT ME</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.linkedin.com/in/mahima-gupta-30b4a9230">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p>Mahima Gupta.</p>
</div>
</body>
</html>