initial update

This commit is contained in:
Aliberk Sandıkçı 2023-05-16 10:44:06 +03:00
parent 891216c187
commit 0fa9c33b48
7 changed files with 9 additions and 14 deletions

View File

@ -3,5 +3,7 @@ deployment:
tasks:
- /bin/cp index.html ~/public_html
- /bin/cp -R assets ~/public_html
- /bin/cp -R c ~/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/

View File

@ -1,6 +1,7 @@
# Installed Extensions
## Appearance
- Monokai Pro [monokai.theme-monokai-pro-vscode]
- Material Icon Theme [pkief.material-icon-theme]
## Functionality
@ -16,3 +17,5 @@
### Other
- Live Server (Five Server) [yandeu.five-server]
- Comment Anchors [exodiusstudios.comment-anchors]
- CodeGeeX [aminer.codegeex]

View File

@ -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;EAEA;EACA;;AAKF;EACE,OA5EM;;AA8EN;EACE,OAhFI;;AAmFN;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","file":"main.css"}

View File

@ -69,7 +69,6 @@ body {
.in-p {
margin: 0px;
padding: 1rem;
font-size: x-large;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

View File

@ -1,9 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<script>window.location.replace("https://asandikci.com/c/links")</script>
</head>
<body>
</body>
</html>

View File

@ -44,7 +44,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
<div class="block-in block-hover">
<h2 class="list-header">Open Source / Decentralized Platform Links</h2>
<ul class="basic-list">
<li class="block-list-in"><a href="https://asandikci.com/c/about">
<li class="block-list-in"><a href="https://asandikci.com/about">
<p class="in-p">About me</p>
</a></li>
<li class="block-list-in"><a href="https://mastodon.social/@asandikci">

View File

@ -11,7 +11,7 @@
<img src="https://thecatapi.com/api/images/get?format=src&type=gif">
<p>message: git success</p>
<p>no: 03</p>
<p>no: 04</p>
<p>UNDER DEVELOPMENT</p>
</body>
</html>