Update now page
This commit is contained in:
parent
6127126283
commit
b0fb9f3a52
1 changed files with 31 additions and 6 deletions
|
@ -37,18 +37,43 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
|
|||
<title>Now | Aliberk Sandıkçı</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<div class="block-out">
|
||||
|
||||
<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>
|
||||
|
||||
<article>
|
||||
<h1 class="title">What I'm Doing Now</h1>
|
||||
<ul>
|
||||
<li>Studying for YKS (Türkiye University Exam)</li>
|
||||
<ul>
|
||||
<li>Currently remediating TYT subjects</li>
|
||||
</ul>
|
||||
<li>Working as <i>Back-End Developer Intern</i> in <b>TÜBİTAK ULAKBİM</b> with <b>Pardus & Liderahenk Team</b>. Writing an agent program (Ahenk) from scratch with <b>Go Language</b> for business usage</li>
|
||||
<li>Trying to edit this website in my spare time</li>
|
||||
<li>Surfing Fediverse, especially after Twitter reading limit</li>
|
||||
<li>Also trying to help some FOSS applicatons with some feature requests, bug tracking, translating and testing</li>
|
||||
</ul>
|
||||
<p>Last Update: 12 July 2023</p>
|
||||
<p style="font-size:small;">Inspired by: <br><a href="https://johanv.net/now/">https://johanv.net/now/</a><br><a href="https://nownownow.com/">https://nownownow.com/</a></p>
|
||||
</article>
|
||||
|
||||
<!-- <div class="block-out">
|
||||
<div class="block-in">
|
||||
What I am doing currently: <br>
|
||||
Studying for YKS (Türkiye University Exam) <br>
|
||||
Learning GTK <br>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p style="text-align:center">This page is still in active development</p>
|
||||
<p style="text-align:center"><a href="../" >Main Page</a></p>
|
||||
</div>
|
||||
</div> -->
|
||||
|
||||
|
||||
<footer>
|
||||
<div class="tmpinfo">This page is still in active development</div>
|
||||
</footer>
|
||||
<!-- <p style="text-align:center"><a href="../">Main Page</a></p> -->
|
||||
<?php
|
||||
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js");
|
||||
foreach ($dir as $file) {
|
||||
|
|
Loading…
Reference in a new issue