-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (59 loc) · 2.37 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Mac Rawat</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 href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@100&family=Sacramento&display=swap" rel="stylesheet">
</head>
<body>
<div class="Top-container">
<img class="topcloud" src="cloud.png" alt="cloud-img">
<h1>I'm Mac.</h1>
<h2 id="devl">a <span class="Dev">dev</span>eloper.</h2>
<img class="bottomcloud" src="cloud.png" alt="cloud-img">
<img class="mntn" src="mountain.png" alt="mountain-img">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile-pic" src="Mac.png" alt="Mac-emoji">
<h2>Hello.</h2>
<p>I am an Web Developer. and my real name is <em>Mohit Rawat</em>. I love playing game's and watching Anime and Drama's.</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="abc" src="Lsit.ico" alt="Mac-sit-emoji">
<div>
<h3>Design & Development</h3>
<p>I recently started learning designing and development of the Web applications. So far,I am doing good and, I am getting more and more intrested in it.</p>
</div>
</div>
<div class="skill-row">
<img class="car" src="classic.ico" alt="Mac's-Car">
<div>
<h3>Playing Online Game's</h3>
<p>I love playing online Multiplayer Game's. As a part of growing up, I have played lots of mobile as well as PC game's. I don't want to brag about it but, I am good at them.</p>
</div>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Game's Lover as me??</h3>
<p>Contact me So we can play Games together. And share our funny experience & moments in Game's.</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/mrmohit58">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/mrmohit58">Twitter</a>
<a class="footer-link" href="https://www.fb.com/mrmohit58">Facebook</a>
<p class="bottomP">© 2021 Mohit Rawat.</p>
</div>
</body>
</html>