Преглед изворни кода

Reorganized includes

full-screen-logo-homepage
Said Achmiz пре 5 година
родитељ
комит
2004ebd1d9

+ 1
- 1
assets/css/image-focus.css Прегледај датотеку

@@ -328,7 +328,7 @@
bottom: 10px;
padding: 6px 15px 7px 15px;
font-size: 1rem;
font-family: var(--deus-UI-font);
font-family: var(--deus-body-font);
background-color: rgba(0, 0, 0, 0.75);
color: #fff;
border-radius: 5px;

+ 2
- 2
assets/css/main.css Прегледај датотеку

@@ -50,11 +50,11 @@
--deus-body-text-line-spacing: 1.4;
--deus-body-text-paragraph-spacing: 1em;

--deus-heading-font: Aleo;
--deus-heading-font: PT Serif;
--deus-heading-font-size: 1.5em;
--deus-heading-text-color: var(--deus-color-white);
--deus-nav-ui-font: Aleo;
--deus-nav-ui-font: PT Astra Serif;

/* Layout. */
--deus-body-padding: 6rem 2rem;

+ 0
- 1
includes/foot-scripts.html Прегледај датотеку

@@ -1 +0,0 @@
<script src="/deus/assets/js/image-focus.js" defer></script>

+ 0
- 3
includes/head-css-links.html Прегледај датотеку

@@ -1,3 +0,0 @@
<link rel='stylesheet' type='text/css' href='https://fonts.obormot.net?fonts=*'>
<link rel='stylesheet' type='text/css' href='/deus/assets/css/main.css'>
<link rel='stylesheet' type='text/css' href='/deus/assets/css/image-focus.css'>

+ 2
- 1
index.shtml Прегледај датотеку

@@ -2,7 +2,7 @@
<html>
<head>
<title>DEUS gaming</title>
<!--#include virtual="/deus/includes/head-css-links.html" -->
<!--#include virtual="/deus/includes/head-content.html" -->
<link rel='stylesheet' type='text/css' href='/deus/assets/css/home-page.css'>
</head>
<body class='home-page'>
@@ -13,6 +13,7 @@
<!--#include virtual="/deus/includes/main-nav.html" -->
<!--#include virtual="/deus/includes/colophon.html" -->
</main>
<!--#include virtual="/deus/includes/foot-content.html" -->
</body>
<script>
document.querySelector("#splash-image").classList.remove("hidden");

+ 2
- 2
pages/player/index.shtml Прегледај датотеку

@@ -2,7 +2,7 @@
<html lang='en-US'>
<head>
<title>DEUS gaming</title>
<!--#include virtual="/deus/includes/head-css-links.html" -->
<!--#include virtual="/deus/includes/head-content.html" -->
</head>
<body>
<main class='gallery-layout'>
@@ -26,6 +26,6 @@
</article>
<!--#include virtual="/deus/includes/colophon.html" -->
</main>
<!--#include virtual="/deus/includes/foot-scripts.html" -->
<!--#include virtual="/deus/includes/foot-content.html" -->
</body>
</html>

+ 2
- 2
posts/index.shtml Прегледај датотеку

@@ -2,7 +2,7 @@
<html lang='en-US'>
<head>
<title>DEUS gaming</title>
<!--#include virtual="/deus/includes/head-css-links.html" -->
<!--#include virtual="/deus/includes/head-content.html" -->
</head>
<body>
<main>
@@ -24,6 +24,6 @@
</article>
<!--#include virtual="/deus/includes/colophon.html" -->
</main>
<!--#include virtual="/deus/includes/foot-scripts.html" -->
<!--#include virtual="/deus/includes/foot-content.html" -->
</body>
</html>

+ 2
- 2
posts/some-post/index.shtml Прегледај датотеку

@@ -2,7 +2,7 @@
<html lang='en-US'>
<head>
<title>DEUS gaming</title>
<!--#include virtual="/deus/includes/head-css-links.html" -->
<!--#include virtual="/deus/includes/head-content.html" -->
</head>
<body>
<main>
@@ -26,6 +26,6 @@
</article>
<!--#include virtual="/deus/includes/colophon.html" -->
</main>
<!--#include virtual="/deus/includes/foot-scripts.html" -->
<!--#include virtual="/deus/includes/foot-content.html" -->
</body>
</html>

Loading…
Откажи
Сачувај