Allineamento con il branch main
Ho allineato il branch vivigubbio con main in quanto su due pc differenti ho sincronizzato su branch differenti. Applicare delle restrizioni sul branch main e lavorare sul ramo vivigubbio
This commit is contained in:
parent
c5ed438275
commit
52a935a235
|
@ -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 come turista, 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 far vivere al meglio il turista quello che può offrire il proprio territorio.
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>ViviGubbio - Vivere la città di Gubbio... Intensamente!</title>
|
<title></title>
|
||||||
<meta name="keywords" content="">
|
<meta name="keywords" content="">
|
||||||
<meta name="description" content="">
|
<meta name="description" content="">
|
||||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
<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-type" content="application/xhtml+xml; charset=UTF-8">
|
||||||
<meta http-equiv="content-style-type" content="text/css">
|
<meta http-equiv="content-style-type" content="text/css">
|
||||||
<link rel="stylesheet" href="base.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">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
/* CSS base del progetto Vivi - iniziato il 2024-07-23 */
|
/* CSS base del progetto "Vivi", iniziato in data 07 Settembre 2024 */
|
||||||
|
|
||||||
body {
|
body {
|
||||||
margin: 20px;
|
margin: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* barra di navigazione principale */
|
||||||
nav {}
|
nav {}
|
||||||
|
|
||||||
.icon-bar {
|
.icon-bar {
|
||||||
|
@ -29,3 +30,23 @@ nav {}
|
||||||
.active {
|
.active {
|
||||||
background-color: #04AA6D;
|
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