Compare commits
No commits in common. "52a935a235934262e04360dd6cd33f9951ab0789" and "4781a042c399602f821f6ccd1da07d72651373a9" have entirely different histories.
52a935a235
...
4781a042c3
|
@ -1,3 +1,3 @@
|
||||||
# Project-Vivi
|
# Project-Vivi
|
||||||
|
|
||||||
Il progetto Vivi intende creare una piattaforma per promuovere la propria città, segnalare eventi ed attività, monumenti e luoghi interessanti, dare informazioni utili per vivere al meglio come cittadino, ma soprattutto far vivere al meglio il turista quello che può offrire il proprio territorio.
|
Il progetto Vivi intende creare una piattaforma per promuovere la propria città, segnalare eventi ed attività, monumenti e luoghi interessanti, dare informazioni utili per vivere al meglio come cittadino, ma soprattutto come turista, il proprio territorio.
|
30
index.html
30
index.html
|
@ -1,30 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<title></title>
|
|
||||||
<meta name="keywords" content="">
|
|
||||||
<meta name="description" content="">
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
|
||||||
<meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8">
|
|
||||||
<meta http-equiv="content-style-type" content="text/css">
|
|
||||||
<link rel="stylesheet" href="main/template/base.css" type="text/css" media="all" />
|
|
||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<nav class="icon-bar">
|
|
||||||
<a class="active" href="#"><i class="fa fa-home"></i></a>
|
|
||||||
<a href="#"><i class="fa fa-muntain-sun"></i></a>
|
|
||||||
<a href="#"><i class="fa fa-pizza-slice"></i></a>
|
|
||||||
<a href="#"><i class="fa fa-hotel"></i></a>
|
|
||||||
<a href="#"><i class="fa fa-search"></i></a>
|
|
||||||
</nav>
|
|
||||||
</header>
|
|
||||||
<section>b</section>
|
|
||||||
<footer>
|
|
||||||
<section>1</section>
|
|
||||||
<section>2</section>
|
|
||||||
<section>3</section>
|
|
||||||
</footer>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,52 +0,0 @@
|
||||||
/* CSS base del progetto "Vivi", iniziato in data 07 Settembre 2024 */
|
|
||||||
|
|
||||||
body {
|
|
||||||
margin: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* barra di navigazione principale */
|
|
||||||
nav {}
|
|
||||||
|
|
||||||
.icon-bar {
|
|
||||||
width: 100%;
|
|
||||||
background-color: #555;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-bar a {
|
|
||||||
float: left;
|
|
||||||
text-align: center;
|
|
||||||
width: 20%;
|
|
||||||
padding: 12px 0;
|
|
||||||
transition: all 0.3s ease;
|
|
||||||
color: white;
|
|
||||||
font-size: 36px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon-bar a:hover {
|
|
||||||
background-color: #000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.active {
|
|
||||||
background-color: #04AA6D;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Bottoni */
|
|
||||||
.box {
|
|
||||||
width: 25%;
|
|
||||||
margin: 5px;
|
|
||||||
padding: 2%;
|
|
||||||
border: 1px solid #000000;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.street {
|
|
||||||
background-color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
.phone {
|
|
||||||
background-color: green;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mail {
|
|
||||||
background-color: yellow;
|
|
||||||
}
|
|
Loading…
Reference in New Issue