From ebc748f72d2a471d26c19729b5becd12affcaba3 Mon Sep 17 00:00:00 2001 From: enricomarino Date: Tue, 1 Nov 2016 12:22:21 +0100 Subject: [PATCH] . --- elements/layout-page.html | 31 ++++++- elements/page-about.html | 171 ++++++++++++++---------------------- elements/page-blog.html | 7 +- elements/page-contacts.html | 7 +- elements/page-cookies.html | 7 +- elements/page-courses.html | 21 +---- elements/page-home.html | 23 ++--- elements/page-people.html | 101 ++++++--------------- elements/page-projects.html | 8 +- elements/page-theses.html | 8 +- elements/part-menu.html | 7 +- 11 files changed, 148 insertions(+), 243 deletions(-) diff --git a/elements/layout-page.html b/elements/layout-page.html index 7433e6e..b57f969 100644 --- a/elements/layout-page.html +++ b/elements/layout-page.html @@ -30,10 +30,25 @@ #layout #main { @apply --layout-fit; + @apply --layout-horizontal; overflow-y: scroll; padding-top: 60px; } + #layout #content { + @apply --container; + } + + #layout .aside .fixed { + position: fixed; + top: 20px; + bottom: 20px; + right: 40px; + @apply --layout-horizontal; + @apply --layout-center; + } + + #layout #space { @apply --layout-flex; } @@ -41,13 +56,27 @@ #layout #footer { @apply --layout-block; } + + + @media (max-width: 768px) { + #layout .aside { + display: none; + } + }
- +
+ +
+
+
+ +
+
diff --git a/elements/page-about.html b/elements/page-about.html index 044e138..45d9796 100644 --- a/elements/page-about.html +++ b/elements/page-about.html @@ -1,7 +1,4 @@ - - - @@ -11,31 +8,6 @@ @apply --layout-block; } - #page-about .frame { - @apply --layout-horizontal; - } - - #page-about .aside { - width: 120px; - } - #page-about .aside .fixed { - position: fixed; - width: 120px; - top: 20px; - bottom: 20px; - @apply --layout-horizontal; - @apply --layout-center; - } - - #page-about .main { - @apply --layout-flex; - } - - #page-about .container { - @apply --container; - padding-top: 60px; - } - #page-about .section { /*@apply --layout-fullbleed;*/ margin-bottom: 180px; @@ -65,10 +37,6 @@ } @media (max-width: 768px) { - #page-about .aside { - display: none; - } - #page-about .tagline { font-size: 30px; } @@ -77,91 +45,82 @@ -
-
-
- + +
+
+

What we do

+ +
+ We make
+ Web
-
-
-
- -
-

What we do

- -
- We make
- Web -
- -
-

Our workflow

-
-

Explore, Make, Share

-
-
- -
-

Our principles

-
-

First do it, then do it right, then do it better

-

Dividi et Impera, componetizing all the things

-

Keep It Stupid Simple

-
-
- -
-

Our work tools

-

Web Technologies, what else?

-
- -
-
-
-
-

Who we are

-
-

Founders

-
- Alberto Paoluzzi, - Enrico Marino & - Federico Spini -
- -
+
+

Our workflow

+
+

Explore, Make, Share

+
-
-

Why we do what we do

-

Love, Love, Love

-
-

Love studying cutting-edge Web Technologies (that are going to be Web standards)

-

Love experimenting and making Web stuff using what we have studied

-

Love teaching what we have maked, sharing our know-how and our projects

-
+
+

Our principles

+
+

First do it, then do it right, then do it better

+

Dividi et Impera, componetizing all the things

+

Keep It Stupid Simple

+
-
-

Where you can find us

-

We are in Rome

-
-

In the RomaTre University, in the Computer Engineering Department.

-

If you're in the neighborhood, come to visit us, or drop us a line.

-
-
- -
+
+

Our work tools

+

Web Technologies, what else?

+
+
+
+
-
-

When did it all start?

-
CVDLAB was founded in 2010.
+
+

Who we are

+
+

Founders

+
+ Alberto Paoluzzi, + Enrico Marino & + Federico Spini +
+
+ +
+

Why we do what we do

+

Love, Love, Love

+
+

Love studying next gen Web Technologies (that are going to be Web standards)

+

Love experimenting and making Web stuff using what we have studied

+

Love teaching what we have maked, sharing our know-how and our projects

+
+
+ +
+

Where you can find us

+

We are in Rome

+
+

In the RomaTre University, in the Computer Engineering Department.

+

If you're in the neighborhood, come to visit us, or drop us a line.

+
+
+ +
+
+ +
+

When did it all start?

+
CVDLAB was founded in 2010.
+
diff --git a/elements/page-blog.html b/elements/page-blog.html index d073760..9b419ec 100644 --- a/elements/page-blog.html +++ b/elements/page-blog.html @@ -7,15 +7,10 @@ :host { @apply --layout-block; } - - .container { - @apply --container; - padding-top: 60px; - } -
+

Blog

diff --git a/elements/page-contacts.html b/elements/page-contacts.html index b5bae0b..3c8702c 100644 --- a/elements/page-contacts.html +++ b/elements/page-contacts.html @@ -8,11 +8,6 @@ @apply --layout-block; } - .container { - @apply --container; - padding-top: 60px; - } - .contacts { padding-top: 60px; @apply --text; @@ -38,7 +33,7 @@ -
+

,
diff --git a/elements/page-cookies.html b/elements/page-cookies.html index 0c0ca82..c8246c9 100644 --- a/elements/page-cookies.html +++ b/elements/page-cookies.html @@ -3,14 +3,13 @@ \ No newline at end of file diff --git a/elements/page-people.html b/elements/page-people.html index c4cbb4f..17b27a9 100644 --- a/elements/page-people.html +++ b/elements/page-people.html @@ -1,7 +1,5 @@ - -