-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpath_1_2.html
125 lines (118 loc) · 5 KB
/
path_1_2.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
<!DOCTYPE html>
<html lang="zxx" class="no-js">
<head>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon-->
<link rel="shortcut icon" href="img/fav.png">
<!-- Author Meta -->
<meta name="author" content="Colorlib">
<!-- Meta Description -->
<meta name="description" content="">
<!-- Meta Keyword -->
<meta name="keywords" content="">
<!-- meta character set -->
<meta charset="UTF-8">
<!-- Site Title -->
<title>Suasa</title>
<link href="https://fonts.googleapis.com/css?family=Poppins:100,200,400,300,500,600,700" rel="stylesheet">
<!--
CSS
============================================= -->
<link rel="stylesheet" href="css/linearicons.css">=
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="css/nice-select.css">
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<link rel="stylesheet" href="css/bootstrap.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Start Header Area -->
<header class="default-header">
<div class="container">
<div class="header-wrap">
<div class="header-top d-flex justify-content-between align-items-center">
<div class="logo">
<a href="#home"><img src="img/logo_suasa.png" alt="" id="intestazione"></a>
</div>
</div>
</div>
</div>
</header>
<!-- End Header Area -->
<!-- Start feature Area -->
<section class="feature-area section-gap" id="service">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="single-feature d-flex flex-row pb-30">
<img class="img-fluid" src="img/foto_6.jpg" alt="">
</div>
<div class="single-feature d-flex flex-row pb-30">
<div class="desc">
<h4 class="text-uppercase">The relic</h4>
<p>
Take a look of these 2 little piece of stone. Then look your clothes, where's the relation? 2000 years ago your clothes would be made through the use of these relics.
</p>
<p>The life of a roman woman was full of duty, one of the main activities they had to carry out was to row the wool.</p>
<p>The relics you can see in the theca and in photo are chassis weights use to stabilise the machinery helping to work.</p>
<p>They come from the commercial area of the city the "Forum" and they belongs to the early imperial age.</p>
</div>
</div>
<div class="single-feature d-flex flex-row pb-30">
<div class="desc">
<h4 class="text-uppercase">More information</h4>
<p>
<a href="https://en.wikipedia.org/wiki/Clothing_in_ancient_Rome#Manufacture" target="_blank">Roman manifacture</a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End feature Area -->
<!-- start footer Area -->
<footer class="footer-area section-gap">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="single-footer-widget mail-chimp">
<h6 class="mb-20">Contact us</h6>
<p>
Piazza Principe di Suasa, 1, 60010 Castelleone di Suasa AN
</p>
<p>Phone number: 071 966524</p>
<p>email: [email protected]</p>
</div>
</div>
</div>
<div class="row footer-bottom d-flex justify-content-between">
<p class="col-lg-8 col-sm-12 footer-text m-0">
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
Copyright ©<script>document.write(new Date().getFullYear());</script> All rights reserved | This template is made with <i class="fa fa-heart-o" aria-hidden="true"></i> by <a href="https://colorlib.com" target="_blank">Colorlib</a>
<!-- Link back to Colorlib can't be removed. Template is licensed under CC BY 3.0. -->
</p>
<div class="col-lg-4 col-sm-12 footer-social">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
</div>
</div>
</div>
</footer>
<!-- End footer Area -->
<script src="js/vendor/jquery-2.2.4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/parallax.min.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>