-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
60 lines (50 loc) · 2.14 KB
/
contact.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Contact Me</title>
<link rel="icon" type="image/png" href="vmi.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css">
</head>
<body>
<div class="container">
<header>
<div class="slidebar">
<div class="top">
<img src="vmi.png" alt="Pic" width="90" height="90" class="d-inline-block align-text-top">
<h1>Meenakshi's Portfolio</h1>
</div>
<nav>
<ul>
<a href="/"><li>Home</li></a>
<a href ="index.html#intro"><li>My Intro</li></a>
<a href ="index.html#Skills"><li>Skills</li></a>
<a href ="index.html#projects"><li>Projects</li></a>
<a href ="/Blog.html"><li>Experience & Education</li></a>
<a href ="/CV.html"><li>CV</li></a>
<a href="/contact.html"><l1>Contact me</l1></a>
</ul>
</nav>
</div>
</header>
<div class="contact-page">
<h1>Wanna be in Touch ?</h1>
<h2>Lets Connect</h2>
<h3>Got Some Queries? Feel Free to contact
</h3>
<h3>
Email - [email protected]        Phone No. - 8839270191, 9752955111(<span class=wa><i class="fab fa-whatsapp"></i></span>)
</h3>
<br>
<div class="social-icons1">
<a href="https://www.facebook.com/meenakshi.iyer.3956690" target="_blank"><i class="fab fa-facebook-f"></i></a>
<a href="https://www.linkedin.com/in/v-meenakshi-iyer-23505722a/" target="_blank"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.instagram.com/meenakshi_iyer12/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href="https://github.com/meenakshiiyer2531" target="_blank"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</body>
</html>