diff --git a/app/assets/fonts/pt-sans-v11-latin-700.woff2 b/app/assets/fonts/pt-sans-v11-latin-700.woff2 new file mode 100644 index 0000000..d938c9e Binary files /dev/null and b/app/assets/fonts/pt-sans-v11-latin-700.woff2 differ diff --git a/app/assets/fonts/pt-sans-v11-latin-regular.woff2 b/app/assets/fonts/pt-sans-v11-latin-regular.woff2 new file mode 100644 index 0000000..1b54f9e Binary files /dev/null and b/app/assets/fonts/pt-sans-v11-latin-regular.woff2 differ diff --git a/app/assets/img/brand-small.png b/app/assets/img/brand-small.png new file mode 100644 index 0000000..6296901 Binary files /dev/null and b/app/assets/img/brand-small.png differ diff --git a/app/assets/img/brand.png b/app/assets/img/brand.png index ed3bf1e..483a6bf 100644 Binary files a/app/assets/img/brand.png and b/app/assets/img/brand.png differ diff --git a/app/assets/img/framasoft-big-logo.png b/app/assets/img/framasoft-big-logo.png new file mode 100644 index 0000000..688d7ab Binary files /dev/null and b/app/assets/img/framasoft-big-logo.png differ diff --git a/app/assets/img/framasoft-logo-text.png b/app/assets/img/framasoft-logo-text.png new file mode 100644 index 0000000..fbf7996 Binary files /dev/null and b/app/assets/img/framasoft-logo-text.png differ diff --git a/app/assets/img/peertube-free-software.png b/app/assets/img/peertube-free-software.png new file mode 100644 index 0000000..b5a62ea Binary files /dev/null and b/app/assets/img/peertube-free-software.png differ diff --git a/app/assets/img/peertube-mastodon-federation.png b/app/assets/img/peertube-mastodon-federation.png new file mode 100644 index 0000000..c218b9a Binary files /dev/null and b/app/assets/img/peertube-mastodon-federation.png differ diff --git a/app/assets/img/peertube-p2p.png b/app/assets/img/peertube-p2p.png new file mode 100644 index 0000000..f89a7dd Binary files /dev/null and b/app/assets/img/peertube-p2p.png differ diff --git a/app/assets/img/peertube-upload.png b/app/assets/img/peertube-upload.png new file mode 100644 index 0000000..3ae7380 Binary files /dev/null and b/app/assets/img/peertube-upload.png differ diff --git a/app/assets/img/peertube-you-play.png b/app/assets/img/peertube-you-play.png new file mode 100644 index 0000000..e102a27 Binary files /dev/null and b/app/assets/img/peertube-you-play.png differ diff --git a/app/assets/scss/main.scss b/app/assets/scss/main.scss index ce41636..fa869c7 100644 --- a/app/assets/scss/main.scss +++ b/app/assets/scss/main.scss @@ -6,7 +6,7 @@ font-style: normal; font-display: swap; font-weight: 400; - src: local('Proza Libre Regular '), + src: local('Proza Libre Regular'), local('Proza Libre-Regular'), url('../fonts/proza-libre-v4-latin-regular.woff2') format('woff2') } @@ -16,11 +16,29 @@ font-style: normal; font-display: swap; font-weight: 600; - src: local('Proza Libre SemiBold '), + src: local('Proza Libre SemiBold'), local('Proza Libre-SemiBold'), url('../fonts/proza-libre-v4-latin-600.woff2') format('woff2') } +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: local('PT Sans'), local('PTSans-Regular'), + url('../fonts/pt-sans-v11-latin-regular.woff2') format('woff2') +} + +@font-face { + font-family: 'PT Sans'; + font-style: normal; + font-display: swap; + font-weight: 600; + src: local('PT Sans Bold'), local('PTSans-Bold'), + url('../fonts/pt-sans-v11-latin-700.woff2') format('woff2') +} + /* Default */ html { position: relative; @@ -28,7 +46,7 @@ html { } body { - font-family: 'Open Sans', sans-serif; + font-family: 'PT Sans', sans-serif; font-size: 16px; background-color: #ffad5c; } @@ -81,12 +99,20 @@ main { height: 3px; background-color: $orange; flex-grow: 1; + margin-top: 6px; + } + + .brand-title { + margin-left: 10px; + height: 40px; + vertical-align: text-bottom; } } .subtitle { font-size: 24px; font-weight: $font-semibold; + margin-top: 100px; } .one-column { @@ -98,6 +124,10 @@ main { img { margin: 30px 0; + + & + .citation { + margin-top: 0 !important; + } } } @@ -105,6 +135,7 @@ main { display: flex; justify-content: flex-end; width: 100%; + margin: 30px 0; } .bottom-link { @@ -123,10 +154,15 @@ main { .citation { display: flex; font-size: 24px; + margin: 30px 0; .left-bar { margin-right: 10px; min-width: 8px; background-color: $orange; } + + & + img { + margin-top: 0 !important; + } } diff --git a/app/components/Header.vue b/app/components/Header.vue index 2bfb53d..fb5eae4 100644 --- a/app/components/Header.vue +++ b/app/components/Header.vue @@ -3,7 +3,7 @@