-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
107 lines (75 loc) · 5.3 KB
/
index.html
File metadata and controls
107 lines (75 loc) · 5.3 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
106
107
<!DOCTYPE html>
<!--
To change the theme, change the class on the html tag below to one of:
- theme-auto: Automatically switches based on user's system preferences
- theme-light: Forces light theme
- theme-dark: Forces dark theme
-->
<html class="theme-auto" lang="it"> <!-- Update`class="theme-auto" with your preference -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Page Title - Change this to your name/brand (50-60 characters recommended) -->
<title>Social - CyberLions Italian Community</title>
<link rel="icon" type="image/x-icon" href="images/avatar.jpg"> <!-- Update this with your own favicon -->
<!-- Meta Description - Write a description (150-160 characters recommended) -->
<meta name="description" content="CyberLions Italian Community - Your Gaming Family">
<!-- Keywords -->
<meta name="keywords" content="your name, industry, and specialties">
<!-- Canonical URL - Helps prevent duplicate content issues -->
<meta rel="canonical" href="https://cyberlions-ita.eu">
<!-- Author Information -->
<meta name="author" content="CyberLions Italian Community">
<!-- Stylesheets -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/brands.css">
</head>
<body>
<div class="container">
<div class="column">
<!--
By default, the Avatar is rounded. Use the following:
- avatar--rounded: Automatically rounds the image
- avatar--soft: Slightly rounds the image
- avatar--none: Removes any rounding
Be sure to replace the src with your own image path and update the alt text
-->
<img class="avatar avatar--rounded" src="images/avatar.jpg" srcset="images/avatar@2x.jpg 2x" alt="CyberLions Italian Community Logo">
<!-- Replace with your name or brand -->
<h1 tabindex="0">
<div>CyberLions Italian Community</div>
</h1>
<!-- Add a short description about yourself or your brand -->
<p tabindex="0">Your gaming family</p>
<!-- All your buttons go here -->
<div class="button-stack" role="navigation">
<!-- Discord -->
<a class="button button-discord" href="https://discord.gg/efbBT5ycwx" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/discord.svg" alt="Discord Logo">Discord</a>
<!-- Facebook -->
<a class="button button-faceb" href="https://www.facebook.com/cyberlionsita" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/facebook.svg" alt="Facebook Logo">Facebook</a>
<!-- GitHub -->
<a class="button button-github" href="https://github.com/CyberLions-Italian-Community" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/github.svg" alt="GitHub Logo">GitHub</a>
<!-- Instagram -->
<a class="button button-instagram" href="https://instagram.com/CyberLionsITA" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/instagram.svg" alt="Instagram Logo">Instagram</a>
<!-- Server TeamSpeak -->
<a class="button button-default" href="ts3server://ts.cyberlions-ita.eu" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-cloud.svg" alt="Cloud Icon">Server TeamSpeak</a>
<!-- Steam -->
<a class="button button-steam" href="https://steamcommunity.com/groups/CyberLionsITA" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/steam.svg" alt="Steam Logo">Gruppo Steam</a>
<!-- Telegram -->
<a class="button button-telegram" href="https://t.me/cyberlions" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/telegram.svg" alt="Telegram Logo">Telegram</a>
<!-- Forum -->
<a class="button button-default" href="https://cyberlions-ita.forumcommunity.net" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-blog.svg" alt="Blog Icon">Forum</a>
<!-- Email -->
<a class="button button-default" href="mailto:support@cyberlions-ita.eu" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-email.svg" alt="Email Icon">Email</a>
<!-- Sito web -->
<a class="button button-default" href="https://cyberlions-ita.eu" target="_blank" rel="noopener" role="button"><img class="icon" aria-hidden="true" src="images/icons/generic-website.svg" alt="Website Icon">Sito web</a>
</div>
<!-- Feel free to add your own footer information, including updating `privacy.html` to reflect how your LittleLink fork is set up -->
<footer>
Created with <a href="https://github.com/sethcottle/littlelink" target="_blank" rel="noopener">LittleLink</a>
</footer>
</div>
</div>
</body>
</html>