This repository has been archived by the owner on Mar 30, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (52 loc) · 3.06 KB
/
index.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
<html>
<head>
<title>Wesselgame</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0, user-scalable=no"/>
<!-- Meta Data -->
<meta name"theme-color" content="#2196F3">
<!-- Meta Data -->
<meta name="theme-color" content="#2196F3">
<meta content="/assets/img/profile.png" property="og:image" />
<link rel="icon" type="image/x-icon" href="assets/img/favicon.ico">
<meta content="Wesselgame" property="og:title" />
<meta content="My main site" property="og:description" />
<meta content="My main site" name="description" />
<meta name="revisit-after" content="2 days">
<meta name="keywords" content="Wesselgame, Twitter, Developer, Github, Discord">
<meta property="og:locale" content="en_GB" />
<link rel="canonical" href="https://passthewessel.github.io/" />
<meta property="og:url" content="https://passthewessel.github.io/" />
<meta property="og:site_name" content="Wesselgame" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@wessel_tip" />
<!-- CSS -->
<link href="assets/css/modesta.min.css" type="text/css" rel="stylesheet">
<link href="assets/css/blobcat.min.css" type="text/css" rel="stylesheet">
<!-- JavaScript -->
<script src="assets/js/smoothscroll.min.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/js/jarallax.min.js" type="text/javascript" charset="utf-8"></script>
<script src="assets/js/main.js" type="text/javascript" charset="utf-8"></script>
<!-- Custom CSS -->
<style>.one-full.column p, .one-full.column h1 { margin: 0; }</style>
</head>
<body>
<div class="fullscreen">
<div data-jarallax data-speed="0.25" class="jarallax background" style="background-image: url('assets/img/background.jpg');"></div>
<div class="center-object">
<section class="me">
<img draggable="false" src="assets/img/profile.png" class="image-title">
<h1 class="title">Wesselgame</h1>
</section>
<div class="buttons">
<a href="https://discord.gg/SV7DAE9" class="btn discord animation hover" target="_blank">Discord</a>
<a href="https://discordapp.com/oauth2/authorize?client_id=318057009188438016&scope=bot&permissions=8" class="btn emerald animation hover" target="_blank">Wump</a>
<a href="https://twitter.com/wessel_tip" class="btn twitter animation hover" target="_blank">Twitter</a>
<a href="https://github.com/PassTheWessel" class="btn github animation hover" target="_blank">GitHub</a>
<a href="https://steamcommunity.com/id/wesselgame/" class="btn black animation hover" target="_blank">Steam</a>
<a href="mailto:discord@go2it.eu" class="btn wisteria animation hover">Email</a>
</div>
</div>
</div>
</body>
</html>