aboutsummaryrefslogtreecommitdiff
path: root/master.rhtml
blob: 91d19d3a6a79c4e08917afb704ab03a071a10c86 (plain)
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
<!-- document_date:  -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <!-- <base href="https://alessandroiezzi.it/"> -->
		 <base href="<%= baseHref %>">

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">

    <link rel="icon" href="favicon.ico">

    <title>Alessandro Iezzi - IT Consulting - <%= @title %></title>

    <!-- Bootstrap core CSS -->
    <link href="assets/bootstrap/v5/css/bootstrap.min.css" rel="stylesheet">

    <!-- Custom styles for this template -->
    <link href="assets/css/fonts.css"    rel="stylesheet">
    <link href="assets/css/theme.css"    rel="stylesheet">
    <link href="assets/css/custom.css"   rel="stylesheet">
    <link href="assets/css/sidebars.css" rel="stylesheet">
  </head>
  <body class="d-flex flex-column h-100">
    <%= includeFile "navigation.rhtml.inc" %>

    <div id="container"
         class="container-fluid" style="padding-top: 10pt; padding-bottom: 20pt">
      <%= renderContent %>
    </div>

    <footer class="footer mt-auto py-3 bg-dark">
      <div class="container">
        <div class="row">
          <div class="col-md-4">
            <p class="text-muted">&copy; 2016 - 2022 Alessandro Iezzi</p>
            <p class="text-muted">P. IVA: 02509650699</p>
            <p class="text-muted">
              <a href="weblabels.html"
                 rel="jslicense">Informazioni sulle licenze JavaScript</a>
            </p>
          </div>
          <div class="col-md-8">
            <p class="text-muted"><i>Questo sito internet non fa uso n&eacute; di
                cookie n&eacute; di tracker</i></p>
            <p class="text-muted">Contatti: <code style="color: #bbb">info CHIOCCIOLA alessandroiezzi PUNTO it</code></p>
            <p class="text-muted">Versione 0.0.1</p>
          </div>
        </div>
      </div>
    </footer>

    <script src="assets/bootstrap/v5/js/bootstrap.min.js"></script>
  </body>
</html>