diff options
Diffstat (limited to 'data/contact.html')
-rwxr-xr-x | data/contact.html | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/data/contact.html b/data/contact.html new file mode 100755 index 0000000..1fae131 --- /dev/null +++ b/data/contact.html @@ -0,0 +1,37 @@ +<!DOCTYPE html> + +<html> + <head> + <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> + <link rel='stylesheet' type='text/css' href='style.css'> + <meta property="og:title" content="Ghativega.in"> + <meta property="og:description" content="Personal site of arnavbhatt288."> + <meta name="viewport" content="width=device-width, initial-scale=1"> + <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> + <title>Ghativega - Contact</title> + <style> + img { border: none ;} + </style> + </head> + +<body> + <div class = logo><img src="assets/images/logo.png" alt = "Ghativega"></div> + <ul class = "navbar"> + <li><a href="index.html">Home</a></li> + <li><a href="about.html">About</a></li> + <li><a class="active" href="contact.html">Contact</a></li> + <li><a href="softwares.html">Softwares</a></li> + </ul> + <hr> + + <main> + <h3>Contact</h3> + <p>Matrix: arnav@ghativega.in/arnavbhatt288@reactos.org<br><s>Email: arnavbhatt288 (at) ghativega (dot) in</s><br>ReactOS Forums/Mattermost: @arnavbhatt288<br>Telegram: @durbuddhi</p> + <p>I respond fastest to Matrix <s>and Email</s> messages so that might be your safest bet. However, keep in mind that it might even take days to respond to you, so be patient.</p> + </main> + + <div class = footer> + <p>Copyright 2022 ghativega.in</p> + </div> +</body> +</html> |