-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathsocial.html
More file actions
105 lines (93 loc) · 4.92 KB
/
social.html
File metadata and controls
105 lines (93 loc) · 4.92 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>ServerName - Social</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,900,900i" rel="stylesheet">
<link href="https://it.allfont.net/allfont.css?fonts=comic-sans-ms" rel="stylesheet" type="text/css"
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
<script src="https://kit.fontawesome.com/a1f6a7827b.js" crossorigin="anonymous"></script>
<link rel="icon" href="images/logo.png">
</head>
<body class="landing is-preload" oncontextmenu="return false" onselect="return false" ondragstart="return false">
<!-- Back to top button -->
<a id="buttontop"></a>
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1><a href="index.html">ServerName</a></h1>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"><span>Menu</span></a>
<div id="menu">
<ul>
<li><a style="cursor: pointer;" onClick="window.open('index.html', '_self')">Home</a></li>
<li><a style="cursor: pointer;" onClick="window.open('https://store.ServerName.net/', '_blank')">Store</a></li>
<li><a style="cursor: pointer;" onClick="window.open('vota.html', '_self')" >Vota</a></li>
<li><a style="cursor: pointer;" onClick="window.open('regole.html', '_self')">Regolalmento</a></li>
<li><a style="cursor: pointer;" onClick="window.open('Candidature.html', '_self')">Candidature</a></li>
<li><a style="cursor: pointer;" onClick="window.open('bacheca.html', '_self')">Bacheca</a></li>
<li><a style="cursor: pointer;" onClick="window.open('staff.html', '_self')">Staff</a></li>
<li><a style="cursor: pointer;" onClick="window.open('social.html', '_self')">Social</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<article id="main">
<header>
<h2>SOCIAL</h2>
<p>Qui puoi trovare tutti i social ufficiali di ServerName</p>
</header>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Social</h2>
<p>Dai un occhiata ai nostri profili</p>
</header>
<ul class="features">
<li class="fab fa-instagram">
<h3 style="font-family: 'Comic Sans MS', arial;">INSTAGRAM</h3>
<p style="font-family: 'Comic Sans MS', arial;">VISITA LA NOSTRA PAGINA INSTAGRAM PER ESSERE SEMPRE AGGIORNATO SUL SERVER</p>
<button type="button" onClick="window.open('https://www.instagram.com/onecraftofficial/', '_blank')">CLICK</button>
</li>
<li class="fab fa-youtube">
<h3 style="font-family: 'Comic Sans MS', arial;">YOUTUBE</h3>
<P style="font-family: 'Comic Sans MS', arial;">GUARDA ALCUNI CONTENUTI INEDITI RIGUARDANTI IL NOSTRO SERVER</P>
<button type="button" onClick="window.open('https://discord.gg/zF38qjSwYf', '_blank')">CLICK</button>
</li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://t.me/ServerNameChat" target="_blank" class="icon brands fa-telegram"><span class="label">Telegram</span></a></li>
<li><a href="https://discord.gg/p6At8NZ2" target="_blank" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
<li><a href="http://tiktok.ServerName.net" target="_blank" class="icon brands fa-tiktok"><span class="label">TikTok</span></a></li>
<li><a href="https://www.instagram.com/ServerName_official/" target="_blank" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="http://youtube.ServerName.net" target="_blank" class="icon brands fa-youtube"><span class="label">YouTube</span></a></li>
</ul>
<ul class="copyright">
<li>© ServerName 2022 | Tutti i diritti sono riservati</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/buttontop.js"></script>
</body>
</html>