-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.html
More file actions
95 lines (95 loc) · 3.2 KB
/
Copy pathheader.html
File metadata and controls
95 lines (95 loc) · 3.2 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
<header class="site-header">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button
type="button"
class="navbar-toggle"
data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1"
>
<span class="sr-only">Navigazione</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://www.unimib.it" target="_new"
><img
class="navbar-logo-unimib"
src="{{ site.baseurl }}/img/unimib_172.png"
/></a>
<a class="navbar-brand" href="{{ site.baseurl }}/it/index.html"
><img
class="navbar-logo"
src="{{ site.baseurl }}/img/coderbot_logo_128.png"
/>CoderBot</a
>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right navbar-menu">
<li>
<a href="{{ site.baseurl }}/it/about.html">Cosa è</a>
</li>
<li>
<a href="{{ site.baseurl }}/it/projects.html">Gioca e Impara</a>
</li>
<li>
<a href="///docs.coderbot.org">Doc Utente</a>
</li>
<li>
<a href="///dev.coderbot.org">Doc Dev</a>
</li>
<li>
<a href="///repo.coderbot.org">Downloads</a>
</li>
<li>
<a href="{{ site.baseurl }}/it/blog.html">Blog</a>
</li>
<li>
<a href="{{ site.baseurl }}/it/contact.html">Contatti</a>
</li>
<li>
<a href="{{site.baseurl}}/en/index.html">English</a>
</li>
<li>
<ul class="list-unstyled list-inline list-social-icons-nav">
<li>
<a href="https://www.facebook.com/coderbot" target="new"
><i class="fab fa-facebook-square fa-inverse fa-lg"></i
></a>
</li>
<li>
<a href="https://www.instagram.com/coderbotorg" target="new"
><i class="fab fa-instagram fa-inverse fa-lg"></i
></a>
</li>
<li>
<a href="https://twitter.com/coderbotorg" target="new"
><i class="fab fa-twitter-square fa-inverse fa-lg"></i
></a>
</li>
</ul>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
</header>
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js,
fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src =
"https://connect.facebook.net/it_IT/sdk.js#xfbml=1&version=v2.11&appId=1713472415564697";
fjs.parentNode.insertBefore(js, fjs);
})(document, "script", "facebook-jssdk");
</script>