Files
mainwebsite/contact.html

66 lines
2.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/png" href="../favicon.jpg"/>
<link href="css/addaptphone.css" rel="stylesheet" type="text/css" integrity="sha384-KuIFztqqwPkovHcxGwOgQSLRgPs16L43XYJmbPI+8zFyqxiFXHkco852CBpeBgfQ" crossorigin="anonymous">
<!--If it's a phone, addapt it (and made some code in css/addaptphone.css to be future-proof)-->
<link href="global.css" rel="stylesheet" type="text/css" integrity="sha384-BwThqapwiRfzojiW54dq+8p1N3uL8B3qTXOlvQBnS0a+ZG7vYkEe5AyHTk0+1d9k" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="Contect | Sr Izan's Website" content="Contact me!" />
<title>Contact | Sr Izan's Website</title>
<!--Scripts and styles-->
<script>
</script>
<style>
/* Menu style start */
nav ul {
list-style-type: none;
background-color: #3e5e45;
border: 4px solid #111111;
border-radius: 10px;
font-family: sans-serif;
font-weight: bold;
padding: 16px;
}
nav ul li {
text-align: center;
display: inline;
border-right: 2px solid #111111;
padding-right: 8px;
padding-left: 8px;
}
nav ul li:last-child {
border-right: none;
}
nav ul li a {
text-decoration: none;
color: #111111;
}
body {
background-color:#3b444a;
}
/* Menu style end */
</style>
</head>
<body>
<script async src="https://arc.io/widget.min.js#FPeKJpXk"></script>
<nav>
<ul>
<li><a href="index.html"><p style="display:inline-block;">Home</p></a></li>
<li><a href="blog"><p style="display:inline-block;">Blog</p></a></li>
<li><a href="https://dl.srizan.ml"><p style="display:inline-block;">Downloads</p></a></li>
<li><a href="projects/"><p style="display:inline-block;">Projects</p></a></li>
<li><a href="contact"><p style="display:inline-block;">Contact me!</p></a></li>
</ul>
</nav>
<h1 class="contactme" style="text-align: center;"><strong>Contact</strong></h1>
<a href="mailto:izan@srizan.ml">Send me an email!</a><br>
<a href="https://discord.com/users/703974042700611634">Discord!</a><br>
<a href="https://github.srizan.ml">Github!</a><br>
<a href="https://twitter.com/ItsSrIzan">Twitter!</a><br>
<a href="https://mitcgames.ml">MITCGames!</a><br>
<a href="https://twitter.com/MITCGames">MITCGames Twitter!</a><br>
<a href="https://github.com/MITC-Games">MITCGames Github!</a><br>
</body>
</html>