June19 update
This commit is contained in:
parent
f56a70727f
commit
b24c8632cc
10 changed files with 105 additions and 23 deletions
|
@ -3,7 +3,7 @@ deployment:
|
|||
tasks:
|
||||
- /bin/cp index.html ~/public_html
|
||||
- /bin/cp -R assets ~/public_html
|
||||
- /bin/cp -R c/link/ ~/public_html/link/
|
||||
- /bin/cp -R c/dev/ ~/public_html/dev/
|
||||
- /bin/cp -R c/about/ ~/public_html/about/
|
||||
|
||||
- /bin/cp -R link ~/public_html
|
||||
- /bin/cp -R dev ~/public_html
|
||||
- /bin/cp -R about ~/public_html
|
||||
- /bin/cp -R now ~/public_html
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Compile all scss files
|
||||
sass ../assets/scss/:../assets/css/
|
||||
sass /weblink/assets/scss/:/weblink/assets/css/
|
||||
|
||||
# watch for scss file changes and compile them
|
||||
sass --watch ../assets/scss/:../assets/css/
|
||||
sass --watch /weblink/assets/scss/:/weblink/assets/css/
|
|
@ -59,8 +59,14 @@ body .block-out .block-in .basic-list > .block-list-in > a:hover {
|
|||
body .block-out .block-in .basic-list > .block-list-in > a:visited {
|
||||
color: #a54051;
|
||||
}
|
||||
body .block-out .block-in .basic-list.block-hover:hover {
|
||||
transition: all;
|
||||
body .block-out .block-in .basic-list > .block-hover {
|
||||
transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
}
|
||||
body .block-out .block-in .basic-list > .block-hover:hover {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
body .HID {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=main.css.map */
|
||||
|
|
|
@ -1 +1 @@
|
|||
{"version":3,"sourceRoot":"","sources":["../scss/main.scss"],"names":[],"mappings":"AAeA;EACE,kBAhBgB;;AAkBhB;EACE;EACA;EAMA;;AAJA;EAJF;IAKI;;;AAKF;EACE;EACA,OA3BY;EA6BZ;EACA;EAEA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EAEA;EACA;;AAGA;EACE;EACA;EAEA;EAEA,kBAxDQ;EAyDR;EACA;EAEA;EACA;;AAEA;EAbF;IAcI;;;AAGF;EACE;EACA;EACA;EACA;;AAKF;EACE,OA3EM;;AA6EN;EACE,OA/EI;;AAkFN;EACE;;AAMN;EACE","file":"main.css"}
|
||||
{"version":3,"sourceRoot":"","sources":["../scss/main.scss"],"names":[],"mappings":"AAeA;EACE,kBAhBgB;;AAkBhB;EACE;EACA;EAMA;;AAJA;EAJF;IAKI;;;AAKF;EACE;EACA,OA3BY;EA6BZ;EACA;EAEA;EACA;;AAEA;EACE;;AAGF;EACE;EACA;EACA;EAEA;EACA;;AAGA;EACE;EACA;EAEA;EAEA,kBAxDQ;EAyDR;EACA;EAEA;EACA;;AAEA;EAbF;IAcI;;;AAGF;EACE;EACA;EACA;EACA;;AAKF;EACE,OA3EM;;AA6EN;EACE,OA/EI;;AAkFN;EACE;;AAMN;EACE;;AAEA;EACE;;AAQV;EACE","file":"main.css"}
|
|
@ -89,12 +89,19 @@ body {
|
|||
|
||||
}
|
||||
|
||||
&.block-hover:hover {
|
||||
transition: all;
|
||||
>.block-hover {
|
||||
transition: transform 1.2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||
|
||||
&:hover {
|
||||
transform: scale(1.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.HID {
|
||||
display: none;
|
||||
}
|
||||
}
|
|
@ -10,6 +10,11 @@
|
|||
<h2 style="text-align: center;">UNDER ANNUAL MAINTENANCE</h2>
|
||||
<hr>
|
||||
<h3 style="text-align: center;">Please try again later</h3>
|
||||
|
||||
<div>
|
||||
<h3><a href="link/">Links</a><br></h3>
|
||||
<h3><a href="now/">Now</a></h3>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- 2023 © Aliberk Sandıkçı -->
|
||||
|
|
|
@ -41,33 +41,36 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
|
|||
<body>
|
||||
<div class="block-out">
|
||||
|
||||
<div class="block-in block-hover">
|
||||
<h2 class="list-header">Open Source / Decentralized Platform Links</h2>
|
||||
<div class="block-in">
|
||||
<ul class="basic-list">
|
||||
<li class="block-list-in"><a href="https://asandikci.com/about">
|
||||
<li class="block-list-in HID"><a href="https://asandikci.com/about">
|
||||
<p class="in-p">About me</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="block-list-in HID"><a href="https://asandikci.com/now">
|
||||
<p class="in-p">What I am working for now</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="block-list-in block-hover"><a href="mailto::contact@aliberksandikci.com.tr">
|
||||
<p class="in-p">Mail: contact@aliberksandikci.com.tr</p>
|
||||
</a></li>
|
||||
<li class="block-list-in"><a href="https://mastodon.social/@asandikci">
|
||||
<li class="block-list-in block-hover"><a href="https://mastodon.social/@asandikci">
|
||||
<p class="in-p">Fediverse (Mastodon)</p>
|
||||
</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="block-in block-hover">
|
||||
<h2 class="list-header">Other Platform Links</h2>
|
||||
<ul class="basic-list">
|
||||
<li class="block-list-in"><a href="https://www.instagram.com/aliberksandikci/">
|
||||
<li class="block-list-in block-hover"><a href="https://www.instagram.com/aliberksandikci/">
|
||||
<p class="in-p">Instagram</p>
|
||||
</a></li>
|
||||
<li class="block-list-in">
|
||||
<li class="block-list-in block-hover">
|
||||
<p class="in-p">Discord: kinetokor#7641</p>
|
||||
</li>
|
||||
</ul>
|
||||
</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>
|
||||
<?php
|
||||
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js");
|
||||
foreach ($dir as $file) {
|
61
now/index.php
Normal file
61
now/index.php
Normal file
|
@ -0,0 +1,61 @@
|
|||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
<?php
|
||||
### ERROR HANDLING ###
|
||||
|
||||
function warnError($errno, $errstr, $errfile, $errline)
|
||||
{
|
||||
echo "<br><p style='padding:0px;margin:0px;background-color:white;color:black;'><b style='color:red;'>Error:</b> [$errno] $errstr <br> in file <b style='color:blue'>$errfile</b> line <b style='color:red'>$errline</b></p>";
|
||||
}
|
||||
set_error_handler("warnError");
|
||||
|
||||
if (!$_SERVER['DOCUMENT_ROOT']) {
|
||||
$_SERVER['DOCUMENT_ROOT'] = '/weblink';
|
||||
}
|
||||
# TODO separate file
|
||||
?>
|
||||
|
||||
<head>
|
||||
<!--!Copyright © 2023 Aliberk Sandıkçı-->
|
||||
<meta charset="UTF-8">
|
||||
|
||||
<!-- Meta Content -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="description" content="My current works">
|
||||
<meta name="keywords" content="personal,website,now,doing,working,stuff,current">
|
||||
<meta name="author" content="Aliberk Sandıkçı">
|
||||
|
||||
<!-- CSS Files -->
|
||||
<?php
|
||||
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/css");
|
||||
foreach ($dir as $file) {
|
||||
if ((!$file->isDot()) && str_ends_with($file, ".css")) {
|
||||
echo '<link rel="stylesheet" href="/assets/css/' . $file . '">' . PHP_EOL . ' ';
|
||||
}
|
||||
} ?>
|
||||
|
||||
<title>Now | Aliberk Sandıkçı</title>
|
||||
</head>
|
||||
|
||||
|
||||
<body>
|
||||
<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>
|
||||
<?php
|
||||
$dir = new DirectoryIterator($_SERVER['DOCUMENT_ROOT'] . "/assets/js");
|
||||
foreach ($dir as $file) {
|
||||
if ((!$file->isDot()) && str_ends_with($file, ".js") && $file != "jquery.js") {
|
||||
echo '<script src="/assets/js/' . $file . '"></script>' . PHP_EOL . ' ';
|
||||
}
|
||||
} ?>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue