-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (54 loc) · 2.58 KB
/
index.html
File metadata and controls
65 lines (54 loc) · 2.58 KB
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>
<head>
<meta charset="utf-8">
<title>Mayank Arya</title>
<link rel="stylesheet" href="Css/styles.css">
<link rel="icon" href="favicon1.ico">
<link href="https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@1,700&family=Montserrat:wght@500&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="top-container">
<img class="responsive" src="images/information2.png" alt="information-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="dp" src="images/Screenshot.jpg" alt="profile picture">
<h1>I'm Mayank </h1>
<h3>A front-end web designer.</h3>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill-wdesign" src="images/wdesign1.png" alt="design1-img">
<img class="skill-wdesign" src="images/wdesign2.png" alt="design2-img">
<img class="skill-wdesign" src="images/wdesign3.png" alt="design3-img">
<h3> Front End Web Designing</h3>
<p>I can help building beautiful websites that don't just look good but also provide a friendly and easy-to-get interface. I love keeping my mind open to new & modern ideas. </p>
<p>I use HTML5 and CSS3 as Front-End Technologies, while using some key frameworks like Bootstrap.</p>
</div>
<div class="skill-row">
<img class="skill-ps" src="images/ps1.png" alt="photoshop1-img">
<img class="skill-ps" src="images/ps3.png" alt="photoshop3-img">
<img class="skill-ps" src="images/ps2.png" alt="photoshop2-img">
<h3>Adobe Photoshop</h3>
<p>I'm an avid user of Adobe Photoshop and use it for certain image manipulation like editing, enhancing and typography. I often make use of this hobby in my projects! </p>
</div>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch!</h2>
<h3>I'll be happy to hear from you.</h3>
<p>Reach me though these services:</p>
</div>
<div class="bottom-container">
<a class="footer-link" href="mailto:arya.mayank2001@gmail.com"><img src="images/gmail.png"></a>
<a class="footer-link" href="https://www.instagram.com/mayank.cr7/?hl=en"><img src="images/instagram.png"></a>
<a class="footer-link" href="https://www.linkedin.com/in/mayank-arya-9292701a1/"><img src="images\linkedin (1).png"></a>
<hr id="last-hr">
<p>© 2020 Mayank Arya</p>
</div>
</body>
</html>