-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
58 lines (57 loc) · 3.95 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
<!DOCTYPE html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7J3YJQYZ30"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-7J3YJQYZ30');
</script>
<link rel="stylesheet" href="style.css" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
<title>Kingpvz - Contact</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<meta name="description" content="Ways to get in touch with Kingpvz. Including: Discord, Instagram, E-Mail" />
<meta name="keywords" content="Kingpvz, Kingpvz, Kingpvz Website, Kingpvz Official Website, Kingpvz Site, Stanley, Kingpvz Stanley, Stanley Website, Stanley Suchovský, Stanislav, Stanislav Suchovský, Michal, Michael, Michal Suchovský, Michael Suchovský, Stanislav Michal, Stanley Michael, YouTube, Minecraft, Minecraft Mods, Programming, Music, Producer, Artist, Discord, Instagram, Email, E-Mail, Mail" />
</head>
<body>
<script src="global_resources/corefunc.js"></script>
<script>
var red = GetURLParameter('redirect');
if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) && red !== '0') {
window.location.replace("/m/contact")
}
</script><br />
<script src="site_resources/templates.js"></script>
<script>
document.body.appendChild(headertemplate.content);
</script><br />
<div id="sourcegrid">
<div id="sidebar">
<div id="nav">
<br />
<a class="navbar" href="." title="The main page! Not much to see here tho.">Home</a><br /><br />
<a class="navbar" href="music" title="Explore all the music I've made thus far!">Music</a><br /><br />
<a class="navbar" href="projects" title="My apps, games and other fun projects!">Projects</a><br /><br />
<a class="navbar here" href="#" title="My email and messaging platforms.">Contact</a><br /><br />
<a class="navbar" href="social" title="Follow me everywhere!">Social Sites</a><br /><br />
<a class="navbar" href="webs" title="My other websites to check out!">Websites</a><br /><br />
</div>
</div>
<div id="content">
<div style="display:flex; flex-direction: row; justify-content:center; align-items: center;">
<div style="display:inline-flex; justify-items:center; margin-right: 15px;"><p style="font-size:25px; font-weight: 700;">Connect with me on:</p></div>
<a href="https://instagram.com/kingpvzyt" target="_blank"><div id="instagram" class="connect"><img src="https://pluspng.com/img-png/logo-instagram-png-instagram-logo-white-png-371.png" height="45" /><p class="rrur">Instagram</p></div></a>
<a href="https://discordlookup.com/user/506407767636967425" target="_blank"><div id="discordt" class="connect"><img src="https://www.pngkey.com/png/full/20-200938_white-discord-logo-png-png-free-discord-logo.png" height="45" /><p class="rrur">Discord: kingpvz</p></div></a>
</div>
<iframe height="800" title="Email form" allowtransparency="true" frameborder="0" style="width:50%;border:none; margin:40px 0 0 0;" sandbox="allow-popups-to-escape-sandbox allow-top-navigation allow-scripts allow-popups allow-forms allow-same-origin" src="https://kingpvz.wufoo.com/embed/m2dldx70bkyc0o/"> <a href="https://kingpvz.wufoo.com/forms/m2dldx70bkyc0o/">Fill out my Wufoo form!</a> </iframe>
</div>
</div><script>
document.body.appendChild(footertemplate.content);
</script>
</body>
</html>