Design changes

master
Marvin Johanning 2021-12-07 16:50:53 +01:00
parent e081b6354e
commit 92b4761762
124 changed files with 224 additions and 179 deletions

View File

@ -61,6 +61,12 @@
.separator::after { .separator::after {
border-bottom: 1px solid white; border-bottom: 1px solid white;
} }
.separator-styled {
border-color: solid white;
}
.separator-styled legend {
color: white;
}
} }
/* Light mode */ /* Light mode */
@ -76,6 +82,12 @@
.separator::after { .separator::after {
border-bottom: 1px solid #000; border-bottom: 1px solid #000;
} }
.separator-styled {
border-color: #000;
}
.separator-styled legend {
color: #000;
}
} }
/* merriweather-regular - latin */ /* merriweather-regular - latin */
@ -393,7 +405,6 @@ img.thumbnail {
font-family: Merriweather, Merriweather Sans; font-family: Merriweather, Merriweather Sans;
box-sizing: border-box; box-sizing: border-box;
/* cursor: url('/media/icons/quill.png'), auto; */ /* cursor: url('/media/icons/quill.png'), auto; */
101401018F
} }
h1, h2, h3, h4, h5, h6 { h1, h2, h3, h4, h5, h6 {
@ -576,6 +587,7 @@ q {
q::before { q::before {
content: open-quote; content: open-quote;
} }
q::after { q::after {
content: close-quote; content: close-quote;
} }
@ -585,19 +597,11 @@ q::after {
margin-right: auto; margin-right: auto;
} }
.article h2 {
text-align: center;
}
.footnote h2 { .footnote h2 {
text-align: center; text-align: center;
} }
.article h3 { .article h2, .article h3, .article h4 {
text-align: center;
}
.article h4 {
text-align: center; text-align: center;
} }
@ -644,13 +648,6 @@ div.desc {
width: 49.9%; width: 49.9%;
} }
@media only screen and (max-width: 700px) {
.responsive {
width: 49.99999%;
margin: 6px 0;
}
}
@media only screen and (max-width: 500px) { @media only screen and (max-width: 500px) {
.responsive { .responsive {
width: 49.999%; width: 49.999%;
@ -668,11 +665,7 @@ div.heading-greek {
text-align: center; text-align: center;
} }
.heading-greek h1:nth-of-type(1) { .heading-greek h1:nth-of-type(1), .heading-greek h3:nth-of-type(1) {
margin-bottom: 0px;
}
.heading-greek h3:nth-of-type(1) {
margin-bottom: 0px; margin-bottom: 0px;
} }
@ -713,19 +706,64 @@ div.heading-greek {
font-family: "Vollkorn"; font-family: "Vollkorn";
} }
.separator img { .separator-styled img {
width: 18px;
padding-bottom: 5px;
}
.separator img.no {
padding-bottom: 0px; padding-bottom: 0px;
} }
.separator img:nth-of-type(1) { .separator img {
padding-bottom: 5px;
}
img.no {
padding-bottom: 0px;
}
[class*="separator"] img {
width: 18px;
}
[class*="separator"] img:nth-of-type(1) {
padding-right: 2px; padding-right: 2px;
} }
.separator img:nth-of-type(2) { [class*="separator"] img:nth-of-type(2) {
padding-left: 2px; padding-left: 2px;
} }
[class*="separator"] {
font-family: "Vollkorn";
}
.separator-styled {
border-left: none;
border-right: none;
text-align: center;
}
.separator-styled.double {
border-style: double;
border-top-width: 6px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
.separator-styled legend {
padding-inline-start: 8px;
padding-inline-end: 8px;
background: transparent;
font-weight: normal;
margin-left: auto;
margin-right: auto;
font-family: "Vollkorn";
}
.separator-styled.radius {
border-bottom: none;
border-radius: 12px;
}
.separator-styled.test {
border-top: 0px;
border-radius: 12px;
}

View File

@ -11,11 +11,13 @@
<title>About ancient-greek.net</title> <title>About ancient-greek.net</title>
<?php include('header.php'); ?> <?php include('header.php'); ?>
<div class="separator"> <fieldset class="separator-styled radius">
<legend align="center">
<img src="/media/icons/grapes.png"> <img src="/media/icons/grapes.png">
ΛΕΓΩ ΠΕΡΙ ΕΜΑΥΤΟΥ ΛΕΓΩ ΠΕΡΙ ΕΜΑΥΤΟΥ
<img src="/media/icons/grapes.png"> <img src="/media/icons/grapes.png">
</div> </legend>
</fieldset>
</head> </head>
<body> <body>
@ -69,7 +71,7 @@
<p>I began my studies in the summer of 2020 and have been studying the language every day ever since. There is still a lot that I have to learn and I doubt that I will ever learn <i>enough</i> , but that is precisely what makes the Greek language so fascinating.</p> <p>I began my studies in the summer of 2020 and have been studying the language every day ever since. There is still a lot that I have to learn and I doubt that I will ever learn <i>enough</i> , but that is precisely what makes the Greek language so fascinating.</p>
<p>When I am not learning Greek, I like listening to music; working on my websites; watching TV (mostly documentaries or science fiction series, such as Babylon 5 or Star Trek); photography; reading (mostly old novels or science fiction); taking walks; and numerous other things. If you wish to read about some of my other hobbies, I highly encourage you to visit <a href="https://marvinjohanning.de">marvinjohanning.de</a>. <p>When I am not learning Greek, I like listening to music; working on my websites; watching TV (mostly documentaries or science fiction series, such as Babylon 5 or Star Trek or some Anime); photography; reading (mostly old novels or science fiction); taking walks; and numerous other things. If you wish to read about some of my other hobbies, I highly encourage you to visit <a href="https://marvinjohanning.de">marvinjohanning.de</a>.
</div> </div>
<div class="article"> <div class="article">
@ -125,7 +127,7 @@
<p>The repository can be found <a href="https://github.com/mjohanning99/ancient-greek.net">on my GitHub</a> or on my self-hosted <a href="https://git.marvinjohanning.de/marvinjohanning/ancient-greek.net">Gitea instance</a>.</p> <p>The repository can be found <a href="https://github.com/mjohanning99/ancient-greek.net">on my GitHub</a> or on my self-hosted <a href="https://git.marvinjohanning.de/marvinjohanning/ancient-greek.net">Gitea instance</a>.</p>
</div> </div>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</body> </body>
</html> </html>

View File

@ -42,5 +42,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -49,5 +49,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -40,5 +40,5 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -104,6 +104,6 @@ code {
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
<footer> <footer>
</html> </html>

View File

@ -24,6 +24,6 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
<footer> <footer>
</html> </html>

View File

@ -32,6 +32,6 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
<footer> <footer>
</html> </html>

View File

@ -60,5 +60,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -151,5 +151,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -120,5 +120,5 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -35,5 +35,5 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -37,5 +37,5 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -21,6 +21,6 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
<footer> <footer>
</html> </html>

View File

@ -48,6 +48,6 @@
</div> </div>
</div> </div>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</body> </body>
</html> </html>

View File

@ -60,6 +60,6 @@
</div> </div>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</body> </body>
</html> </html>

View File

@ -11,11 +11,13 @@
<title>Contact ancient-greek.net</title> <title>Contact ancient-greek.net</title>
<?php include('header.php'); ?> <?php include('header.php'); ?>
<div class="separator"> <fieldset class="separator-styled radius">
<legend align="center">
<img src="/media/icons/amphora.png"> <img src="/media/icons/amphora.png">
ΔΙΑΛΕΓΩΜΕΝ ΔΙΑΛΕΓΩΜΕΝ
<img src="/media/icons/amphora.png"> <img src="/media/icons/amphora.png">
</div> <legend align="center">
</fieldset>
</head> </head>
<body> <body>
@ -60,6 +62,6 @@
</div> </div>
</div> </div>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</body> </body>
</html> </html>

View File

@ -39,5 +39,5 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -1,4 +1,3 @@
<hr>
<div align="center"> <div align="center">
<p>Legal stuff: <br> <p>Legal stuff: <br>
<a href="/impressum.html">Impressum</a>, <a href="/privacy/privacy-policy.php">Privacy Policy</a> <a href="/impressum.html">Impressum</a>, <a href="/privacy/privacy-policy.php">Privacy Policy</a>

View File

@ -10,11 +10,13 @@
<title>Agora (Home page) ancient-greek.net (Ancient Greek)</title> <title>Agora (Home page) ancient-greek.net (Ancient Greek)</title>
<?php include('header.php'); ?> <?php include('header.php'); ?>
<div class="separator greek-font"> <fieldset class="separator-styled radius">
<legend align="center">
<img src="/media/icons/triskele.png"> <img src="/media/icons/triskele.png">
ΕΛΛΗΝΙΖΩΜΕΝ, Ω ΦΙΛΕ ΜΟΥ ΕΛΛΗΝΙΖΩΜΕΝ, Ω ΦΙΛΕ ΜΟΥ
<img src="/media/icons/triskele.png"> <img src="/media/icons/triskele.png">
</div> </legend>
</fieldset>
</head> </head>
<div align="center"> <div align="center">
@ -34,7 +36,6 @@
<p>This website as its name may have already made you realise contains countless pages regarding the Ancient Greek language and country. <br>It is not, however, entirely focussed on the Classical Period of Greece (a period spanning roughly 200 years between the fifth and fourth centuries BC), but rather anything Greek-related spanning from the Classical Period up until the Byzantine. <br>The websites main focus is the Ancient Greek language, however, and the majority of the information you find here will be about the language. For a more detailed overview, I would highly recommend you visit the <a href="about.php">About page</a>.</p> <p>This website as its name may have already made you realise contains countless pages regarding the Ancient Greek language and country. <br>It is not, however, entirely focussed on the Classical Period of Greece (a period spanning roughly 200 years between the fifth and fourth centuries BC), but rather anything Greek-related spanning from the Classical Period up until the Byzantine. <br>The websites main focus is the Ancient Greek language, however, and the majority of the information you find here will be about the language. For a more detailed overview, I would highly recommend you visit the <a href="about.php">About page</a>.</p>
</div> </div>
<div class="separator greek-font"> <div class="separator greek-font">
<img src="/media/icons/uvas.png"> <img src="/media/icons/uvas.png">
ΔΙΑΠΟΡΕΥΕ ΤΗΝ ΑΓΟΡΑΝ ΔΙΑΠΟΡΕΥΕ ΤΗΝ ΑΓΟΡΑΝ
@ -120,6 +121,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -99,7 +99,7 @@
</div> </div>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</body> </body>
</html> </html>

BIN
media/icons/vessel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@ -11,15 +11,16 @@
<title>My projects ancient-greek.net</title> <title>My projects ancient-greek.net</title>
<?php include('header.php'); ?> <?php include('header.php'); ?>
<div class="separator"> <fieldset class="separator-styled radius">
<legend align="center">
<img src="/media/icons/amphora-2.png"> <img src="/media/icons/amphora-2.png">
ΤΙ ΠΡΑΤΤΩ ΝΥΝ; ΤΙ ΠΡΑΤΤΩ ΝΥΝ;
<img src="/media/icons/amphora-2.png"> <img src="/media/icons/amphora-2.png">
</div> </legend>
</fieldset>
</head> </head>
<body> <body>
<div class="heading-greek"> <div class="heading-greek">
<h1>My projects</h1> <h1>My projects</h1>
<h3>Τίνες εἰσὶν ἁι βουλαί μου;</h3> <h3>Τίνες εἰσὶν ἁι βουλαί μου;</h3>
@ -66,7 +67,7 @@
</div> </div>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</body> </body>
</html> </html>

View File

@ -37,5 +37,5 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -61,6 +61,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -51,6 +51,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -44,6 +44,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -79,6 +79,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -217,6 +217,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -44,6 +44,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -340,6 +340,6 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -48,6 +48,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php')?>
</footer> </footer>
</html> </html>

View File

@ -44,6 +44,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -108,6 +108,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -46,6 +46,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -103,6 +103,6 @@
</body> </body>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</footer> </footer>
</html> </html>

View File

@ -39,5 +39,5 @@
</div> </div>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -66,5 +66,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -84,5 +84,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -63,5 +63,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -108,5 +108,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -82,5 +82,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -56,5 +56,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -77,5 +77,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -73,5 +73,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -67,5 +67,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -93,5 +93,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -63,5 +63,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -95,5 +95,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -61,5 +61,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -75,5 +75,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -75,5 +75,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -104,5 +104,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -69,5 +69,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -67,5 +67,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -99,5 +99,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -86,5 +86,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -56,5 +56,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -52,5 +52,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -84,5 +84,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -112,5 +112,5 @@
</div> </div>
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -90,5 +90,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -74,5 +74,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -99,5 +99,5 @@
</div> </div>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</div> </div>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</div> </div>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</div> </div>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -91,5 +91,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -62,5 +62,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -43,5 +43,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -80,5 +80,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -42,5 +42,5 @@
</div> </div>
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -79,5 +79,5 @@
</div> </div>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -44,5 +44,5 @@
</div> </div>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -48,5 +48,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -48,5 +48,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -48,5 +48,5 @@
</body> </body>
<footer> <footer>
<?php include('../footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

View File

@ -33,5 +33,5 @@
</div> </div>
<footer> <footer>
<?php include('footer.php'); ?> <?php include($_SERVER['DOCUMENT_ROOT'].'/footer.php'); ?>
</html> </html>

Some files were not shown because too many files have changed in this diff Show More