-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPIPPO.html
205 lines (147 loc) · 5.86 KB
/
PIPPO.html
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<!DOCTYPE html>
<html lang="it">
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection">
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- Titolo della pagina -->
<title>Olistik Training</title>
<style>
#logo {
margin-top: 20px;
max-height: 75px;
}
#navbar-content {
height: 75px;
background-color: transparent;
background-image: url('assets/header/linea.png');
background-position: bottom center;
background-size: auto
background-repeat: repeat;
}
.fill-view {
width: 100%;
height: auto;
}
#footer-logo{
max-height: 100px;
}
</style>
</head>
<body class="wrapper">
<nav id="navbar-content" class="z-depth-0" style="height: 75px; position:fixed; top: 0; z-index: 997;">
<div class="nav-wrapper">
<!--<a href="#!" class="brand-logo">Logo</a>-->
<a href="#" class="brand-logo center"><img src="assets/logo/logo_bianco.png" id="logo" alt="Olistik Training - Sport"></a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="chi_siamo.html">Chi siamo</a></li>
<li><a href="#">Corsi</a></li>
<li><a href="#">News</a></li>
<li><a href="#">Contatti</a></li>
</ul>
</div>
</nav>
<!--aside-->
<ul class="sidenav" id="mobile-demo">
<li><a href="">Sass</a></li>
<li><a href="">Components</a></li>
<li><a href="">Javascript</a></li>
<li><a href="">Mobile</a></li>
</ul>
<main>
<!-- Container element --><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="parallax1"></div>
<style>
html, body {
overflow-x: hidden;
}
.parallax1 {
/* The image used */
background-image: url("assets/collage.jpg");
/* Set a specific height */
height: 500px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: auto 110vh;
}
@media (min-aspect-ratio: 2048/1448) {
.parallax1 {
background-size: 110vw auto;
}
}
</style>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="parallax2"></div>
<style>
.parallax2 {
/* The image used */
background-image: url("assets/collage.jpg");
/* Set a specific height */
height: 500px;
/* Create the parallax scrolling effect */
background-attachment: fixed;
background-position: center top;
background-repeat: no-repeat;
background-size: auto 100vh;
transform: scale(1.1);
}
@media (orientation: landscape) {
.parallax2 {
background-size: 100vw auto;
}
}
</style>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div class="parallax-container">
<div class="parallax"><img src="assets/collage.jpg"></div>
</div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
</main>
<footer class="page-footer cyan lighten-5 black-text">
<div class="container">
<div class="row">
<div class="col l4 s12">
<h5><img src="assets/logo/logo.png" class="img-fluid" id="footer-logo" alt="Olistik Training - Sport "></h5>
<p class="grey-text">You can use rows and columns here to organize your footer content.</p>
</div>
<div class="col l4 s12">
<h5 class="">Links</h5>
<ul>
<li><a class="grey-text" href="#!">Link 1</a></li>
</ul>
</div>
<div class="col l4 s12">
<h5>Partnership</h5>
<ul>
</ul>
</div>
</div>
</div>
<div class="footer-copyright grey-text">
<div class="container">
Copyright © 2020 Olistik Training | Creato da Gabriele Amodio | Tutti i diritti riservati
</div>
</div>
<div class="fixed-action-btn">
<a id="back-to-top" class="btn-floating btn-large blue waves-effect waves-light scale-transition scale-out"><i class="material-icons">expand_less</i></a>
</div>
</footer>
<!--JavaScript at end of body for optimized loading-->
<script type="text/javascript" src="js/materialize.min.js"></script>
<!-- per la navbar per ora -->
<script type="text/javascript" src="js/index.js"></script>
<div class="sidenav-overlay"></div>
<div class="drag-target"></div>
</body>
</html>
<!--html {
scroll-behavior: smooth;
}-->