Skip to content

Commit

Permalink
Rebuild demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
piazzai committed Sep 7, 2024
1 parent c855682 commit 62fc629
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 17 deletions.
62 changes: 51 additions & 11 deletions docs/assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,23 +1,63 @@
@font-face {
font-family: InterVariable;
font-style: normal;
font-weight: 100 900;
src: url("../fonts/InterVariable.woff2?v=4.0") format("woff2"); }
@font-face {
font-family: InterVariable;
font-style: italic;
font-weight: 100 900;
src: url("../fonts/InterVariable-Italic.woff2?v=4.0") format("woff2"); }
@font-face {
font-family: "Zilla Slab";
font-display: block;
font-style: normal;
font-weight: 300;
src: url("../fonts/ZillaSlab-Light.woff2") format("woff2"); }
@font-face {
font-family: "Inter";
font-display: block;
font-style: normal;
font-weight: 300;
src: url("../fonts/Inter-Light.woff2") format("woff2"); }
@font-face {
font-family: "Inter";
font-display: block;
font-style: normal;
font-weight: 500;
src: url("../fonts/Inter-Medium.woff2") format("woff2"); }
@font-face {
font-family: "Inter";
font-display: block;
font-style: normal;
font-weight: 700;
src: url("../fonts/Inter-Bold.woff2") format("woff2"); }
@font-face {
font-family: "Zilla Slab";
font-display: block;
font-style: italic;
font-weight: 300;
src: url("../fonts/ZillaSlab-LightItalic.woff2") format("woff2"); }
@font-face {
font-family: "Inter";
font-display: block;
font-style: italic;
font-weight: 300;
src: url("../fonts/Inter-LightItalic.woff2") format("woff2"); }
@font-face {
font-family: "Inter";
font-display: block;
font-style: italic;
font-weight: 500;
src: url("../fonts/Inter-MediumItalic.woff2") format("woff2"); }
@font-face {
font-family: "Inter";
font-display: block;
font-style: italic;
font-weight: 700;
src: url("../fonts/Inter-BoldItalic.woff2") format("woff2"); }
@font-face {
font-family: "Inter";
font-display: block;
font-style: normal;
font-weight: 400;
src: url("../fonts/Inter-Regular.woff2") format("woff2"); }
@font-face {
font-family: "Inter";
font-display: block;
font-style: italic;
font-weight: 400;
src: url("../fonts/Inter-Italic.woff2") format("woff2"); }
.bg-gray-0 {
--bs-bg-opacity: 1;
background-color: rgba(var(--oc-gray-0-rgb), var(--bs-bg-opacity)) !important; }
Expand Down Expand Up @@ -1740,7 +1780,7 @@ a {
body {
background-color: var(--oc-gray-0);
color: var(--oc-gray-8);
font-family: "InterVariable", var(--bs-font-sans-serif);
font-family: "Inter", var(--bs-font-sans-serif);
font-size: 1.15rem; }

.btn-close:focus {
Expand Down
Binary file added docs/assets/fonts/Inter-Bold.woff2
Binary file not shown.
Binary file added docs/assets/fonts/Inter-BoldItalic.woff2
Binary file not shown.
Binary file added docs/assets/fonts/Inter-Italic.woff2
Binary file not shown.
Binary file added docs/assets/fonts/Inter-Light.woff2
Binary file not shown.
Binary file added docs/assets/fonts/Inter-LightItalic.woff2
Binary file not shown.
Binary file added docs/assets/fonts/Inter-Medium.woff2
Binary file not shown.
Binary file added docs/assets/fonts/Inter-MediumItalic.woff2
Binary file not shown.
Binary file added docs/assets/fonts/Inter-Regular.woff2
Binary file not shown.
Binary file removed docs/assets/fonts/InterVariable-Italic.woff2
Binary file not shown.
Binary file removed docs/assets/fonts/InterVariable.woff2
Binary file not shown.
12 changes: 6 additions & 6 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,26 @@
</url>
<url>
<loc>https://piazzai.github.io/jekyll-nagymaros/assets/files/paper-1.pdf</loc>
<lastmod>2024-09-07T23:11:56+02:00</lastmod>
<lastmod>2024-09-07T23:36:21+02:00</lastmod>
</url>
<url>
<loc>https://piazzai.github.io/jekyll-nagymaros/assets/files/paper-2.pdf</loc>
<lastmod>2024-09-07T23:11:56+02:00</lastmod>
<lastmod>2024-09-07T23:36:21+02:00</lastmod>
</url>
<url>
<loc>https://piazzai.github.io/jekyll-nagymaros/assets/files/poster-a.pdf</loc>
<lastmod>2024-09-07T23:11:56+02:00</lastmod>
<lastmod>2024-09-07T23:36:21+02:00</lastmod>
</url>
<url>
<loc>https://piazzai.github.io/jekyll-nagymaros/assets/files/poster-b.pdf</loc>
<lastmod>2024-09-07T23:11:56+02:00</lastmod>
<lastmod>2024-09-07T23:36:21+02:00</lastmod>
</url>
<url>
<loc>https://piazzai.github.io/jekyll-nagymaros/assets/files/poster-c.pdf</loc>
<lastmod>2024-09-07T23:11:56+02:00</lastmod>
<lastmod>2024-09-07T23:36:21+02:00</lastmod>
</url>
<url>
<loc>https://piazzai.github.io/jekyll-nagymaros/assets/files/slides.pdf</loc>
<lastmod>2024-09-07T23:11:56+02:00</lastmod>
<lastmod>2024-09-07T23:36:21+02:00</lastmod>
</url>
</urlset>

0 comments on commit 62fc629

Please sign in to comment.