commit b1b1b31df849743b6715df219625d2d79f5be39b Author: stef-devs Date: Fri Apr 1 16:54:10 2022 +0200 Create a cool website for my class diff --git a/calendario/calendario.html b/calendario/calendario.html new file mode 100644 index 0000000..8ad820f --- /dev/null +++ b/calendario/calendario.html @@ -0,0 +1,14 @@ + + + +
+
+ +
Home
+
+
+
+
+ + + \ No newline at end of file diff --git a/flaticon.css b/flaticon.css new file mode 100644 index 0000000..c0b69f6 --- /dev/null +++ b/flaticon.css @@ -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); + } \ No newline at end of file diff --git a/images/orario.png b/images/orario.png new file mode 100644 index 0000000..c09ffb3 Binary files /dev/null and b/images/orario.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..c42ffd0 --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + + + + +
+
+
+

Cosa desideri fare?

+ +
+
+
+
Orario
+
+
+
+
Calendario
+ + \ No newline at end of file diff --git a/orario/orario.html b/orario/orario.html new file mode 100644 index 0000000..a6c045e --- /dev/null +++ b/orario/orario.html @@ -0,0 +1,14 @@ + + +
+
+ + +
Home
+
+
+
+
+ + + \ No newline at end of file