-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (52 loc) · 1.92 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
<!DOCTYPE html>
<html>
<head>
<title>My Site</title>
<link rel="stylesheet" type="text/css" href="css/sty.css">
<link rel="icon" type="text/css" href="i1.ico">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Sansita+Swashed&display=swap" rel="stylesheet">
</head>
<body >
<div class="d1">
<h1>I'am Mathi</h1>
<p>Front- End Dev</p>
<img class="mount" src="images/js img.png" height="200" width="150"alt="mandi image">
</div>
<div class="middle-container">
<div class="profile">
<img class="mandi" src="images/mandi.jpg" height="200" width="150" alt="">
<h2>Hello.</h2>
<p class="h">I am Mathi..working as Front End developer.. I love biriyani:)</p>
</div>
<hr>
<div class="skills">
<h2>My Skills.</h2>
<div class="skill-row">
<img class="skill" src="images/skill.png" height="200" width="150"alt="">
<h3>Lorem & Ipsum</h3>
<p class="para">I can eat one kg Biriyani within 20 min..I can eat more than 2 egg puffs.. last but not least am the champ in eating leaf style foods competition(with or witout competition) </p>
</div>
<hr>
<div class="skill-row">
<img class="logic" src="images/logic.png" height="200" width="200" alt="">
<h3>Lorem Ipsum Dolor</h3>
<p class="para1">I can plan within a minute how to eat more food items...</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Looking for a front end DEV??</h3>
<p>Here you go..My Contact num: 8098386314</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/">LinkedIn</a>
<a class="footer-link" href="https://twitter.com/Mathi59985942">Twitter</a>
<a class="footer-link" href="https://www.appbrewery.co/">Website</a>
<p>© 2020 Mathivanan A.</p>
</div>
</body>
</html>