forked from PoliNetworkOrg/polinetwork.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (56 loc) · 2.79 KB
/
index.html
File metadata and controls
81 lines (56 loc) · 2.79 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
<!DOCTYPE html>
<html lang="en"><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Sito dei gruppi telegram, whatsapp, facebook del Politecnico di Milano, creati da degli studenti">
<meta name="author" content="PoliNetwork">
<meta name="og:title" property="og:title" content="Sito dei gruppi telegram, whatsapp, facebook del Politecnico di Milano, creati da degli studenti">
<title>PoliNetwork</title>
<link rel="icon" href="./img/icon.png">
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="font/saira_extra_condensed.woff2" rel="stylesheet">
<link href="font/muli.woff2" rel="stylesheet">
<link href="vendor/fontawesome-free/css/all.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="css/resume.min.css" rel="stylesheet">
<script type="text/javascript">
var userLang = navigator.language || navigator.userLanguage;
if (userLang == "it-IT")
{
window.location.replace("./it/index.html");
}
else
{
window.location.replace("./en/index.html");
}
</script>
</head>
<body id="page-top" style="padding-left: 0px;padding-top: 0px;">
<div class="container-fluid p-0" style="margin-left: 0px;margin-right: 0px;">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about" style="width: 100%;max-width: 100%;text-align: center;">
<div class="my-auto" style="width: 100%;">
<h1 class="mb-0" style="text-align: center;font-size: calc(3rem + 3vw);">Poli<span class="text-primary">Network</span>
</h1>
<div class="subheading mb-5" style="text-align:center;">MAIL: <a href="mailto:polinetwork@outlook.com">polinetwork@outlook.com</a>
</div>
<div class="social-icons" style="text-align:center;">
<a href="./it/index.html" style="width: 100px;height: 100px;vertical-align: middle;">
<i class="fab" style="height: 100px;line-height: 90px;font-size: 2.5rem;">IT</i>
</a>
<a href="./en/index.html" style="width: 100px;height: 100px;vertical-align: middle;">
<i class="fab" style="height: 100px;line-height: 90px;font-size: 2.5rem;">EN</i>
</a>
</div>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/resume.min.js"></script>
</body></html>