-
Notifications
You must be signed in to change notification settings - Fork 0
/
talk.html
60 lines (60 loc) · 2.37 KB
/
talk.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>
<head>
<meta charset="utf-8">
<meta name="description" content="Talk to Sri Balaji">
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="Author" content="Sri Balaji Muruganandam" />
<title>Contact</title>
<link href="https://fonts.googleapis.com/css2?family=Rubik&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/master.css">
<link rel="icon" href="https://i.imgur.com/LPGdxGM.png">
<script>
function fun(){
document.getElementById("secret").innerHTML="There is a secret link for my Linkedin on Home Page.FIND IT!!"
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169407936-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-169407936-1');
</script>
<style>
#sub{
font-family:Tajawal;
font-size: large;
color: #222831;
background-color: #00ab84;
border: solid #00ab84;
margin: 10px 0px;
}
</style>
</head>
<body>
<center>
<h1>TALK TO ME!!</h1>
<form action="mailto:srisvit@gmail.com?subject=Hi Baju" method="POST" enctype="text/plain">
<table cellspacing="3px">
<tr>
<td><label>Your Nice Name:</label></td>
<td><input type="text" name="Name" required><br></td>
</tr>
<tr>
<td><label>Email:</label></td>
<td><input type="email" name="Email" required><br></td>
</tr>
<tr>
<td><label>Chat:</label></td>
<td><textarea name="Chat" cols="16" rows="5"></textarea><br></td>
</tr>
</table><br>
<input type="submit" onclick="fun()" id="sub" value="Send">
</form>
<hr noshade size="4">
<a href="index.html"><h2 id="secret" style="color:#393e46;"></h2></a>
</center>
</body>
</html>