-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
99 lines (97 loc) · 3.32 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<html>
<head>
<title>7~11 Clan</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
html {
font-family: Tahoma, Calibri, Verdana, Geneva, sans-serif;
background: #000000;
color: white;
font-size: 12px;
}
body {
background: #1a1a1a;
margin: 10px;
border-radius: 4px;
width: 100%;
height: 100%;
position: relative;
}
.bg {
background: url(711.png) no-repeat;
background-size: cover;
background-position: center center;
opacity: 0.1;
width: 100%;
height: 100%;
position: absolute;
}
.content {
padding: 20px;
position: absolute;
}
.center {
max-width: 500px;
margin: 0 auto;
background: #33332c;
border-radius: 3px;
border: 1px solid #656455;
}
.wrapper {
padding: 0 20px;
}
h1 {
font-size: 24px;
text-align: center;
margin-top: 0;
background: #656455;
font-weight: normal;
padding: 10px;
}
.the-plot-thickens {
color: #656455;
}
.signed {
text-align: right;
}
a {
text-decoration: none;
color: #d3d4aa;
}
@media screen and (min-width: 640px) {
body {
margin: 10px 40px;
}
.content {
top: 50%;
margin-top: -127px;
padding: 0;
width: 100%;
}
}
</style>
</head>
<body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74238578-2', 'auto');
ga('send', 'pageview');
</script>
<div class="bg"></div>
<div class="content">
<div class="center">
<h1>The End<span class="the-plot-thickens">?</span></h1>
<div class="wrapper">
<p style="text-align: center"><img src="deadplace.gif" width="87" height="55" /></p>
<p>Well, this is it. Activity has been dropping and it's finally time to shut things down.</p>
<p>We've had over a decade of fun. Realisms with Arch, 1 vs 1 scoutzknivez tournaments, sig tournaments, Ventrilo hangouts, Versus Saxton Hale nights... It's been an interesting ride seeing the different generations and games come through, watching our userbase expand and change.</p>
<p>Many thanks to the founders, admins, Voting Council, clan members, and homies that made this community great. If you're feeling nostalgic you can try reaching out on <a target="_blank" href="http://steamcommunity.com/groups/711">our Steam group</a>.</p>
<p class="signed">{7~11} stevether - 2016-03-13</p>
</div>
</div>
</div>
</body>
</html>