Skip to content

Commit

Permalink
Fix width of sponsors section logos. Add fonts to static folder for t…
Browse files Browse the repository at this point in the history
…esting
  • Loading branch information
conradolandia committed Feb 16, 2024
1 parent 27c9fc9 commit 6f02d70
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 11 deletions.
16 changes: 8 additions & 8 deletions assets/static/css/custom_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/* Variables */

:root {
--main-font: "Manrope", "DejaVu Sans", "Open Sans", "Liberation Sans", helvetica, arial, sans-serif;
--main-font: "Raleway", "DejaVu Sans", "Open Sans", "Liberation Sans", helvetica, arial, sans-serif;
}

/* Tweak display of logo text for small caps */
Expand Down Expand Up @@ -92,25 +92,25 @@

/* Increase size of graphics in sponsors section */

@media screen and (max-width: 1200px) {
#section-sponsors .col-md-4 {
@media screen and (max-width: 1199px) {
#section-contributors .col {
max-width: 320px;
}
}

@media screen and (max-width: 768px) {
#section-sponsors .col-md-4 {
@media screen and (max-width: 767px) {
#section-contributors .col {
max-width: 400px;
}
}

@media screen and (max-width: 480px) {
#section-sponsors .col-md-4 {
@media screen and (max-width: 575px) {
#section-contributors .col {
max-width: 320px;
}
}

#section-sponsors .card {
#section-contributors .card {
padding: 0;
}

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 13 additions & 0 deletions assets/static/fonts/archia/stylesheet.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on September 12, 2017 */

@font-face {
font-family: archiaregular;
font-style: normal;
font-weight: normal;
src: url("archia-regular-webfont.eot");
src:
url("archia-regular-webfont.eot?#iefix") format("embedded-opentype"),
url("archia-regular-webfont.woff2") format("woff2"),
url("archia-regular-webfont.woff") format("woff"),
url("archia-regular-webfont.ttf") format("truetype");
}
2 changes: 1 addition & 1 deletion content/contents.lr
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ hero_title:
---
hero_description:
---
hero_image: spyder_website_banner.png
hero_image: spyder_website_banner.webp
---
hero_no_downscale: true
---
Expand Down
Binary file removed content/spyder_website_banner.png
Binary file not shown.
Binary file added content/spyder_website_banner.webp
Binary file not shown.
2 changes: 1 addition & 1 deletion spyder_website.lektorproject
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ theme_bg_accent_color = "#f5f5f5"
theme_accent_color = "#d50000"
theme_accent_alt_color = "#8c0000"
theme_pipe_color = "#ee1c24"
custom_css = "/static/css/custom_styles.css, https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css, 'https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Manrope:wght@200;300;400;500;600;700&display=swap'"
custom_css = "/static/css/custom_styles.css, https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
custom_js_main =
custom_js_singlepage = "/static/js/custom_scripts.js"
custom_head_content = "<link rel='me' href='https://fosstodon.org/@Spyder'>"
Expand Down
2 changes: 1 addition & 1 deletion themes/lektor-icon
Submodule lektor-icon updated 0 files

0 comments on commit 6f02d70

Please sign in to comment.