Skip to content

Commit

Permalink
social buttons/links
Browse files Browse the repository at this point in the history
  • Loading branch information
carlogatto committed Jan 20, 2020
1 parent 17ee021 commit b69d7db
Show file tree
Hide file tree
Showing 29 changed files with 532 additions and 43 deletions.
49 changes: 49 additions & 0 deletions build/assets/css/scuole.css
Original file line number Diff line number Diff line change
Expand Up @@ -10978,6 +10978,20 @@ a.read-more {
z-index: 1;
opacity: 0.27; }

.sub-footer {
display: flex; }
@media (max-width: 991.98px) {
.sub-footer {
flex-direction: column; } }
.sub-footer .footer-social {
margin-left: auto;
display: flex;
flex-direction: row;
align-items: center; }
@media (max-width: 991.98px) {
.sub-footer .footer-social {
margin-left: 0px; } }

.breadcrumb {
margin: 0 0 0 0; }
.breadcrumb::after {
Expand Down Expand Up @@ -12494,3 +12508,38 @@ a.read-more {
left: 50%;
margin-top: -50px;
margin-left: -50px; }

.header-social {
display: flex;
color: #455b71;
margin-left: 20px; }
.header-social .header-social-wrapper {
display: flex;
align-items: center; }
.header-social a {
color: #455b71;
margin-left: 8px; }
.header-social a svg {
fill: #455b71;
width: 18px;
height: 18px;
display: block; }
.header-social span {
font-weight: 600; }

.footer-social {
display: flex;
color: #ffffff; }
.footer-social .footer-social-wrapper {
display: flex;
align-items: center; }
.footer-social a {
color: #ffffff;
margin-left: 8px; }
.footer-social a svg {
fill: #ffffff;
width: 18px;
height: 18px;
display: block; }
.footer-social span {
font-weight: 600; }
36 changes: 26 additions & 10 deletions build/scuole-archivio-eventi.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,14 @@ <h1>
<div class="header-utils-sticky">

</div>
<div class="header-social d-none d-lg-flex">
<span>Seguici su:</span>
<div class="header-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col -->
</div><!-- /row -->
</div><!-- /container -->
Expand Down Expand Up @@ -762,21 +770,21 @@ <h3 class="h6 text-uppercase mb-0"><strong>Filtri</strong></h3>
<h3 class="h6 text-uppercase mt-4"><strong>Tipologia</strong></h3>
<ul>
<li>
<div class="custom-control custom-checkbox custom-checkbox-outline">
<input type="checkbox" class="custom-control-input" id="check-scuola">
<label class="custom-control-label" for="check-scuola">Eventi della scuola</label>
<div class="form-check my-0">
<input name="gruppo1" type="radio" id="radio1" checked>
<label class="mb-0" for="radio1">Eventi della scuola</label>
</div>
</li>
<li>
<div class="custom-control custom-checkbox custom-checkbox-outline">
<input type="checkbox" class="custom-control-input" id="check-esterni">
<label class="custom-control-label" for="check-esterni">Eventi organizzati da enti esterni</label>
<div class="form-check my-0">
<input name="gruppo1" type="radio" id="radio2">
<label class="mb-0" for="radio2">Eventi organizzati da enti esterni</label>
</div>
</li>
<li>
<div class="custom-control custom-checkbox custom-checkbox-outline">
<input type="checkbox" class="custom-control-input" id="check-scolastici">
<label class="custom-control-label" for="check-scolastici">Eventi organizzati da enti scolastici</label>
<div class="form-check my-0">
<input name="gruppo1" type="radio" id="radio3">
<label class="mb-0" for="radio3">Eventi organizzati da enti scolastici</label>
</div>
</li>
</ul>
Expand Down Expand Up @@ -983,12 +991,20 @@ <h3>Novità</h3>
</div><!-- /col-lg-3 -->
</div><!-- /row -->
<div class="row variable-gutters">
<div class="col-lg-12">
<div class="col-lg-12 sub-footer">
<ul id="menu-footer" class="footer-inline-menu">
<li><a href="#">Amministrazione Trasparente</a></li>
<li><a href="#">Albo online</a></li>
<li><a>Privacy Policy</a></li>
</ul>
<div class="footer-social">
<span>Seguici su:</span>
<div class="footer-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col-lg-12 -->
</div><!-- /row -->
<div class="row variable-gutters mb-3">
Expand Down
30 changes: 23 additions & 7 deletions build/scuole-archivio.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ <h1>
<div class="header-utils-sticky">

</div>
<div class="header-social d-none d-lg-flex">
<span>Seguici su:</span>
<div class="header-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col -->
</div><!-- /row -->
</div><!-- /container -->
Expand Down Expand Up @@ -726,15 +734,15 @@ <h3 class="h6 text-uppercase mb-0"><strong>Filtri</strong></h3>
<h3 class="h6 text-uppercase mt-4"><strong>Tipologia</strong></h3>
<ul>
<li>
<div class="custom-control custom-checkbox custom-checkbox-outline">
<input type="checkbox" class="custom-control-input" id="check-articoli">
<label class="custom-control-label" for="check-articoli">Articoli</label>
<div class="form-check my-0">
<input name="gruppo1" type="radio" id="radio1" checked>
<label class="mb-0" for="radio1">Articoli</label>
</div>
</li>
<li>
<div class="custom-control custom-checkbox custom-checkbox-outline">
<input type="checkbox" class="custom-control-input" id="check-notizie">
<label class="custom-control-label" for="check-notizie">Notizie</label>
<div class="form-check my-0">
<input name="gruppo1" type="radio" id="radio2">
<label class="mb-0" for="radio2">Notizie</label>
</div>
</li>
</ul>
Expand Down Expand Up @@ -946,12 +954,20 @@ <h3>Novità</h3>
</div><!-- /col-lg-3 -->
</div><!-- /row -->
<div class="row variable-gutters">
<div class="col-lg-12">
<div class="col-lg-12 sub-footer">
<ul id="menu-footer" class="footer-inline-menu">
<li><a href="#">Amministrazione Trasparente</a></li>
<li><a href="#">Albo online</a></li>
<li><a>Privacy Policy</a></li>
</ul>
<div class="footer-social">
<span>Seguici su:</span>
<div class="footer-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col-lg-12 -->
</div><!-- /row -->
<div class="row variable-gutters mb-3">
Expand Down
18 changes: 17 additions & 1 deletion build/scuole-didattica.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ <h1>
<div class="header-utils-sticky">

</div>
<div class="header-social d-none d-lg-flex">
<span>Seguici su:</span>
<div class="header-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col -->
</div><!-- /row -->
</div><!-- /container -->
Expand Down Expand Up @@ -1063,12 +1071,20 @@ <h3>Novità</h3>
</div><!-- /col-lg-3 -->
</div><!-- /row -->
<div class="row variable-gutters">
<div class="col-lg-12">
<div class="col-lg-12 sub-footer">
<ul id="menu-footer" class="footer-inline-menu">
<li><a href="#">Amministrazione Trasparente</a></li>
<li><a href="#">Albo online</a></li>
<li><a>Privacy Policy</a></li>
</ul>
<div class="footer-social">
<span>Seguici su:</span>
<div class="footer-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col-lg-12 -->
</div><!-- /row -->
<div class="row variable-gutters mb-3">
Expand Down
18 changes: 17 additions & 1 deletion build/scuole-documenti.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ <h1>
<div class="header-utils-sticky">

</div>
<div class="header-social d-none d-lg-flex">
<span>Seguici su:</span>
<div class="header-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col -->
</div><!-- /row -->
</div><!-- /container -->
Expand Down Expand Up @@ -1041,12 +1049,20 @@ <h3>Novità</h3>
</div><!-- /col-lg-3 -->
</div><!-- /row -->
<div class="row variable-gutters">
<div class="col-lg-12">
<div class="col-lg-12 sub-footer">
<ul id="menu-footer" class="footer-inline-menu">
<li><a href="#">Amministrazione Trasparente</a></li>
<li><a href="#">Albo online</a></li>
<li><a>Privacy Policy</a></li>
</ul>
<div class="footer-social">
<span>Seguici su:</span>
<div class="footer-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col-lg-12 -->
</div><!-- /row -->
<div class="row variable-gutters mb-3">
Expand Down
18 changes: 17 additions & 1 deletion build/scuole-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ <h1>
<div class="header-utils-sticky">

</div>
<div class="header-social d-none d-lg-flex">
<span>Seguici su:</span>
<div class="header-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col -->
</div><!-- /row -->
</div><!-- /container -->
Expand Down Expand Up @@ -1076,12 +1084,20 @@ <h3>Novità</h3>
</div><!-- /col-lg-3 -->
</div><!-- /row -->
<div class="row variable-gutters">
<div class="col-lg-12">
<div class="col-lg-12 sub-footer">
<ul id="menu-footer" class="footer-inline-menu">
<li><a href="#">Amministrazione Trasparente</a></li>
<li><a href="#">Albo online</a></li>
<li><a>Privacy Policy</a></li>
</ul>
<div class="footer-social">
<span>Seguici su:</span>
<div class="footer-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col-lg-12 -->
</div><!-- /row -->
<div class="row variable-gutters mb-3">
Expand Down
18 changes: 17 additions & 1 deletion build/scuole-la-scuola.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,14 @@ <h1>
<div class="header-utils-sticky">

</div>
<div class="header-social d-none d-lg-flex">
<span>Seguici su:</span>
<div class="header-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col -->
</div><!-- /row -->
</div><!-- /container -->
Expand Down Expand Up @@ -1139,12 +1147,20 @@ <h3>Novità</h3>
</div><!-- /col-lg-3 -->
</div><!-- /row -->
<div class="row variable-gutters">
<div class="col-lg-12">
<div class="col-lg-12 sub-footer">
<ul id="menu-footer" class="footer-inline-menu">
<li><a href="#">Amministrazione Trasparente</a></li>
<li><a href="#">Albo online</a></li>
<li><a>Privacy Policy</a></li>
</ul>
<div class="footer-social">
<span>Seguici su:</span>
<div class="footer-social-wrapper">
<a href=""><svg class="icon it-social-facebook"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-facebook"></use></svg></a>
<a href=""><svg class="icon it-social-twitter"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-twitter"></use></svg></a>
<a href=""><svg class="icon it-social-linkedin"><use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#it-social-linkedin"></use></svg></a>
</div><!-- /header-social-wrapper -->
</div><!-- /header-social -->
</div><!-- /col-lg-12 -->
</div><!-- /row -->
<div class="row variable-gutters mb-3">
Expand Down
Loading

1 comment on commit b69d7db

@vercel
Copy link

@vercel vercel bot commented on b69d7db Apr 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.