-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcalendar.html
142 lines (129 loc) · 4.96 KB
/
calendar.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
<!DOCTYPE HTML>
<!--
Landed by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Mark Postura Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!--font google-->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<link rel=icon href=images/favicon.ico>
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload landing">
<div id="page-wrapper">
<!-- Header -->
<header id="header">
<h1 id="logo"><a href="index.html">Home</a></h1>
<nav id="nav">
<ul>
<li><a href="percorsi.html">Percorsi</a></li>
<!-- <li><a href="#benessereintegrato">BenessereIntegrato.it</a></li>
<li><a href="#posturacorretta">PosturaCorretta.org</a></li> -->
<li><a href="#one">Eventi Attività</a></li>
<!--<li>
<a href="#">Layouts</a>
<ul>
<li><a href="left-sidebar.html">Left Sidebar</a></li>
<li><a href="right-sidebar.html">Right Sidebar</a></li>
<li><a href="no-sidebar.html">No Sidebar</a></li>
<li>
<a href="#">Submenu</a>
<ul>
<li><a href="#">Option 1</a></li>
<li><a href="#">Option 2</a></li>
<li><a href="#">Option 3</a></li>
<li><a href="#">Option 4</a></li>
</ul>
</li>
</ul>
</li>-->
<li><a href="#two">Progetti</a></li>
<li><a href="#footer">Contatti</a></li>
<!-- <li><a href="#" class="button primary">Sign Up</a></li>-->
</ul>
</nav>
</header>
<!-- Banner -->
<section id="one" class="">
<h4>Settimana</h4>
<div class="table-wrapper" style="padding:15px;">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item 1</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item 2</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item 3</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item 4</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item 5</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<!-- <li><a href="#" class="icon brands alt fa-twitter"><span class="label">Twitter</span></a></li>-->
<li><a href="https://www.facebook.com/markpostura/" class="icon brands alt fa-facebook-f" target="_blank"><span class="label">Facebook</span></a></li>
<!-- <li><a href="#" class="icon brands alt fa-linkedin-in" target="_blank"><span class="label">LinkedIn</span></a></li> -->
<li><a href="https://www.instagram.com/mark_postura/" class="icon brands alt fa-instagram" target="_blank"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/marcobeffa/" class="icon brands alt fa-github" target="_blank"><span class="label">GitHub</span></a></li>
<li><a href="mailto:markpostura@gmail.com" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://goo.gl/maps/F6vKgBZBrGzJ7egw7" class="icon solid alt fa-map-marker"><span class="label">Sede</span></a></li>
<li><a href="https://api.whatsapp.com/send?phone=393290706039" class="icon solid alt fa-phone"><span class="label">Whats App</span></a></li>
</ul>
<ul class="copyright">
<li>© MarkPostura All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
<div data-v-b92bf40e="" class="social-section">
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>