feat: add footer and header
This commit is contained in:
parent
afc0b236f2
commit
6ae0eb02fe
1 changed files with 22 additions and 12 deletions
|
@ -21,7 +21,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
|
|||
|
||||
<!-- Meta Content -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="About ME">
|
||||
<meta name="description" content="About Me">
|
||||
<meta name="keywords" content="personal,website,about,information,whoami,aboutme">
|
||||
<meta name="author" content="Aliberk Sandıkçı">
|
||||
|
||||
|
@ -39,26 +39,36 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
|
|||
|
||||
|
||||
<body>
|
||||
|
||||
<header>
|
||||
<a href="/" id="hlogo"><img src="/assets/images/icons/favicon.png"></a>
|
||||
<div class="tmpinfo">This page is still in active development</div>
|
||||
</header>
|
||||
|
||||
<div class="block-out">
|
||||
|
||||
<div class="block-in" style="text-align:center;">
|
||||
<div>
|
||||
<h1>Aliberk Sandıkçı</h1>
|
||||
<p>High School Student</p>
|
||||
<p>Linux User</p>
|
||||
<p>Pardus Volunteer</p>
|
||||
<h1>Aliberk Sandıkçı</h1>
|
||||
<p>High School Student</p>
|
||||
<p>Linux User</p>
|
||||
<p>Pardus Volunteer</p>
|
||||
|
||||
|
||||
<sup>will be updated, draft.</sup>
|
||||
<br>
|
||||
<sup>will be updated, draft.</sup>
|
||||
<br>
|
||||
|
||||
<p><a href="../link">My Links</a></p>
|
||||
<p><a href="../now">What I am doing now</a></p>
|
||||
<p style="display: none;">My Achivements</p>
|
||||
</div>
|
||||
|
||||
|
||||
<p><a href="../link">My Links</a></p>
|
||||
<p><a href="../now">What I am doing now</a></p>
|
||||
<p style="display: none;">My Achivements</p>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<footer>
|
||||
<div class="tmpinfo">This page is still in active development</div>
|
||||
</footer>
|
||||
|
||||
<?php
|
||||
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js");
|
||||
|
|
Loading…
Reference in a new issue