-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathContact_Me.html
More file actions
73 lines (57 loc) · 1.57 KB
/
Copy pathContact_Me.html
File metadata and controls
73 lines (57 loc) · 1.57 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
66
67
68
69
70
71
72
73
<html>
<body>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
margin: 0;
font-family: Arial, Helvetica, sans-serif;
}
.topnav {
overflow: hidden;
background-color: black;
}
.topnav a {
float: left;
color:white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: black;
color: white;
}
.topnav a.active {
background-color:black;
color: white;
}
</style>
</head>
<body>
<div class="topnav">
<a class="active" href="index.html">Index</a>
<a href="About_Me.html">About Me</a>
<a href="Interests.html">Interests</a>
<a href="gallery.html">Gallery</a>
<a href="Contact_Me.html">Contact Me</a>
<a href="Questions.html">Questions</a>
</div>
<div style="padding-left:16px">
<p id="demo" style="color:red;"></p>
<script>
document.getElementById("demo").innerHTML = Date();
</script>
<h2></b></u><h1 style ="color: indianred;">Contact Me</h1></b></u></h2>
<body bgcolor ="powderblue">
<p><i><p style="color: DarkGreen ;">If you would like to contact me, please click one of these links, and message me.</p></i></p>
<h3><h2 style = "color: Indianred;">Ways to Contact Me</h2></h3>
<ol type="1">
<li><a href="https://www.facebook.com/Thuvaritha.Sivakumar">Facebook Page </a>
</li>
<li><a href="https://www.instagram.com/thuvari8/">Instagram Page </a>
</li>
<li><a href="https://www.linkedin.com/in/thuvaritha-sivakumar-b7a8a8153/">Linkedin Page </a></li>
</ol>
</body>
</html>