Create a cool website for my class

This commit is contained in:
stef-devs 2022-04-01 16:54:10 +02:00
commit b1b1b31df8
5 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<head>
<body>
<br>
<br>
<link rel="stylesheet" href="flaticon.css" type="text/css" media="all" />
<center><a href="/index.html">Home</a></center>
<br>
<br>
<br>
<center><iframe src="https://calendar.google.com/calendar/embed?height=600&amp;wkst=2&amp;bgcolor=%23ffffff&amp;ctz=Europe%2FRome&amp;showTitle=0&amp;showNav=1&amp;showDate=1&amp;showPrint=0&amp;showTabs=0&amp;showCalendars=1&amp;showTz=0&amp;src=NnZ2ZWljN2ZuaGRkdjNyY2JnNTIycTJzc3NAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&amp;color=%23F09300" style="border-width:0" width="1000" height="600" frameborder="0" scrolling="no"></iframe></center>
</body>
</head>

26
flaticon.css Normal file
View File

@ -0,0 +1,26 @@
a {
text-decoration: none;
outline: none;
display: inline-block;
width: 250px;
height: 50px;
line-height: 45px;
border-radius: 45px;
margin: 10px 20px;
font-family: 'Montserrat', sans-serif;
font-size: 11px;
text-transform: uppercase;
text-align: center;
letter-spacing: 3px;
font-weight: 600;
color: #524f4e;
background: white;
box-shadow: 0 8px 15px rgba(0,0,0,.1);
transition: .3s;
}
a:hover {
background: #2EE59D;
box-shadow: 0 15px 20px rgba(46,229,157,.4);
color: white;
transform: translateY(-7px);
}

BIN
images/orario.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

22
index.html Normal file
View File

@ -0,0 +1,22 @@
<!DOCTYPE html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<link rel="stylesheet" href="flaticon.css" type="text/css" media="all" />
</head>
<body>
<header>
<br>
<br>
<font face="candara"><center><h1 class="animated bounceInDown">Cosa desideri fare?</h1></center></font>
<span class="animated bounce"></span>
</header>
<br>
<br>
<center><a href="orario/orario.html">Orario</a></center>
<br>
<br>
<br>
<center><a href="calendario/calendario.html">Calendario</a></center>
</body>

14
orario/orario.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<body>
<br>
<br>
<link rel="stylesheet" href="flaticon.css" type="text/css" media="all" />
<center><a href="/index.html">Home</a></center>
<br>
<br>
<br>
<center><img class="u-image u-image-default u-image-1" src="/images/orario.png" alt="" data-image-width="948" data-image-height="610"></center>
</body>
</html>
</body>