This repository has been archived by the owner on Jul 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
183 lines (168 loc) · 8.17 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home • SSL Community</title>
<meta name="author" content="SSL Community">
<meta name="description" content="We're a community dedicated to stop scamming!">
<meta name="google-site-verification" content="gAI7MVA3vyCmMXLDUa6xPrv_6X0kshOLOkhpI2OQdzU" />
<meta property="og:type" content="website">
<meta property="og:title" content="SSL Community">
<meta property="og:image" content="assets/avatar.png">
<meta property="og:description" content="We're a community dedicated to stop scamming!">
<meta name="twitter:title" content="SSL Community">
<meta name="twitter:image" content="assets/logo.jpg">
<meta name="twitter:description" content="We're a community dedicated to stop scamming!">
<link rel="apple-touch-icon" sizes="57x57" href="/assets/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/assets/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/assets/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/assets/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/assets/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/assets/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/assets/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/assets/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/assets/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/assets/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="css/font-mfizz.css">
<link rel="stylesheet" href="css/discord/icon-discord.css">
<link rel="stylesheet" href="css/bulma.css">
<link rel="stylesheet" href="css/hero.css">
<script src="js/jquery-2.2.0.min.js"></script>
<script src="js/bulma.js"></script>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script>
(adsbygoogle = window.adsbygoogle || []).push({
google_ad_client: "ca-pub-8666668115056804",
enable_page_level_ads: true
});
</script>
</head>
<body>
<nav class="nav is-transparent" style="width: 100%; position: fixed; border-bottom: 1px #ededed solid; z-index: 100; transition: 0.3s; box-shadow: 0 -5px 8px #888888">
<div class="container">
<div class="nav-left">
<a class="nav-item is-brand is-active title is-5" href="/">
<img class=""
src="assets/logo.jpg"
style="border-radius: 50%; display: block; height: auto; width: ;">
<strong>SSL Community</strong>
</a>
</div>
<div class="nav-center">
<a class="nav-item" href="https://twitter.com/ScammerSubSSL">
<span class="icon">
<i class="fa fa-twitter"></i>
</span>
</a>
<a class="nav-item" href="https://discord.io/sslcommunity">
<span class="icon is-medium">
<i class="fa icon-discord" style="padding-top: 3px;"></i>
</span>
</a>
<a class="nav-item" href="https://www.youtube.com/channel/UCNEErThrXQh4azMi-Dfv_Tw">
<span class="icon">
<i class="fa fa-youtube-play"></i>
</span>
</a>
</div>
<span class="nav-toggle">
<span></span>
<span></span>
<span></span>
</span>
<div class="nav-right nav-menu">
<a class="nav-item is-active" href="/">
Home
</a>
<a class="nav-item" href="staff.html">
Staff Team
</a>
<a class="nav-item" href="guidelines.html">
Guidelines
</a>
<a class="nav-item" href="faq.html">
FAQ
</a>
<span class="nav-item">
<a class="button is-info is-outlined is-inverted" href="https://www.discord.gg/ssl">
<span class="icon is-small">
<i class="fa fa-server" aria-hidden="true"></i>
</span>
<span>Join Us!</span>
</a>
</span>
</div>
</div>
</nav>
<section class="hero is-fullheight is-dark header-image">
<div class="hero-body">
<div class="container has-text-centered">
<h1 class="title is-1">
<strong>SSL Community</strong>
</h1>
<h2 class="subtitle is-4">
<span>We're an awesome discord server with the aim to stop scammers!</span>
</h2>
</div>
</div>
</section>
<section class="hero is-info is-bold">
<div class="hero-body">
<div class="container">
<nav class="columns">
<div class="column has-text-centered">
<span class="icon is-large">
<i class="fa fa-gamepad" aria-hidden="true"></i>
</span>
<p class="title is-4">Good Fun</p>
<p class="subtitle">A fun community for all. With over 11 thousand members, you're bound to find someone to get on with!
We have community events, such as gaming nights and movie nights</p>
</div>
<div class="column has-text-centered">
<span class="icon is-large">
<i class="fa fa-user" aria-hidden="true"></i>
</span>
<p class="title is-4">Great Community</p>
<p class="subtitle">Even though we're such a large server, everyone feels like they belong in the SSL community. We love new
members!</p>
</div>
<div class="column has-text-centered">
<span class="icon is-large">
<i class="fa fa-users" aria-hidden="true"></i>
</span>
<p class="title is-4">Amazing Staff</p>
<p class="subtitle">We've got the most approachable and friendly staff team you'll find on any Discord server!
We're here to make sure you all have a great time</p>
</div>
</nav>
</div>
</div>
</section>
<section class="section">
<div class="container has-text-centered">
<div class="heading">
<h1 class="title">Join us today!</h1>
<h2 class="subtitle">We promise you'll love it ♥</h2>
</div><br>
<a class="button is-medium is-info" href="https://discord.gg/ssl" target="_blank">Join today!</a>
</div>
</section>
<footer class="footer">
<div class="container has-text-centered">
<p><strong>sslcommunity.io</strong> by <a href="https://www.collectivedev.com">TCDG</a>.
Copyright ©
All rights reserved. Neither Scammer Sub Lounge or TCDG is responsible and/or associated with content from external sites.</p>
<p>Privacy Policy: <a href="https://sslcommunity.io/privacy">sslcommunity.io/privacy</a>.</p>
</div>
</footer>
</body>