diff --git a/assets/style.css b/assets/style.css
index 9fb23b7..a897989 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -18,11 +18,17 @@
}
body {
+ display: grid;
+ width: 100%;
+ grid-template-areas: "nav nav nav nav"
+ "main main main main"
+ "foot foot foot foot";
+ grid-template-rows: 2fr 1fr 2fr 1fr;
+ grid-template-columns: 1fr 1fr 1fr 1fr;
align-items: center;
background: linear-gradient(127deg, var(--secondary-bg), var(--primary-bg)) no-repeat fixed;
background-size: cover;
color: var(--primary-text);
- display: flex;
flex-direction: column;
font-family: \'Poppins\', sans-serif;
height: 100%;
@@ -30,7 +36,20 @@ body {
min-height: 100vh;
min-width: 100vw;
padding: 0;
- width: 100%;
+}
+
+body > nav {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+ height: 55px;
+ position: relative;
+ z-index: 500;
+ grid-area: nav;
+}
+
+body > footer {
+ grid-area: foot;
}
header h1 {
@@ -86,13 +105,6 @@ li.navpage_item {
padding-right: 20px;
}
-nav {
- display: flex;
- flex-direction: row;
- justify-content: space-between;
- height: 55px;
-}
-
nav,
footer {
-moz-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.6);
@@ -208,6 +220,12 @@ ul.navpage_list {
}
@media (max-width: 1050px) {
+
+ div#articleslist {
+ width: 100vw !important;
+ left: 0 !important;
+ }
+
#toggle_button {
display: flex;
}
@@ -306,11 +324,6 @@ ul.navpage_list {
text-align: center;
}
-#navbar_container {
- position: relative;
- z-index: 500;
-}
-
#navbar_container,
#page_container,
#footer_container {
diff --git a/pages/home/account.php b/pages/account/index.php
similarity index 100%
rename from pages/home/account.php
rename to pages/account/index.php
diff --git a/pages/home/settings.php b/pages/account/settings.php
similarity index 100%
rename from pages/home/settings.php
rename to pages/account/settings.php
diff --git a/pages/rozvrh/prvac.html b/pages/rozvrh/prvac.html
new file mode 100644
index 0000000..b040265
--- /dev/null
+++ b/pages/rozvrh/prvac.html
@@ -0,0 +1,23 @@
+
0 (7:10 - 7:55) | +1 (8:00 - 8:45) | +2 (8:50 - 9:35) | +3 (9:45 - 10:30) | +4 (10:50 - 11:35) | +5 (11:45 - 12:30) | +6 (12:40 - 13:25) | +7 (13:30 - 14:15) | +
---|---|---|---|---|---|---|---|
Toto nie je oficiálna stránka Adlerky, jedná sa o neoficiálnu študentskú stránku
\ No newline at end of file diff --git a/templates/nav.html b/templates/nav.html index 5ae78c2..593e9ef 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -1,13 +1,11 @@ - \ No newline at end of file +