Create a cool website for my class
This commit is contained in:
commit
b1b1b31df8
|
@ -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&wkst=2&bgcolor=%23ffffff&ctz=Europe%2FRome&showTitle=0&showNav=1&showDate=1&showPrint=0&showTabs=0&showCalendars=1&showTz=0&src=NnZ2ZWljN2ZuaGRkdjNyY2JnNTIycTJzc3NAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ&color=%23F09300" style="border-width:0" width="1000" height="600" frameborder="0" scrolling="no"></iframe></center>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</head>
|
|
@ -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);
|
||||||
|
}
|
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -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>
|
|
@ -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>
|
Loading…
Reference in New Issue