initial update
This commit is contained in:
parent
891216c187
commit
0fa9c33b48
7 changed files with 9 additions and 14 deletions
|
@ -3,5 +3,7 @@ deployment:
|
||||||
tasks:
|
tasks:
|
||||||
- /bin/cp index.html ~/public_html
|
- /bin/cp index.html ~/public_html
|
||||||
- /bin/cp -R assets ~/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/
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Installed Extensions
|
# Installed Extensions
|
||||||
## Appearance
|
## Appearance
|
||||||
- Monokai Pro [monokai.theme-monokai-pro-vscode]
|
- Monokai Pro [monokai.theme-monokai-pro-vscode]
|
||||||
|
- Material Icon Theme [pkief.material-icon-theme]
|
||||||
|
|
||||||
|
|
||||||
## Functionality
|
## Functionality
|
||||||
|
@ -16,3 +17,5 @@
|
||||||
|
|
||||||
### Other
|
### Other
|
||||||
- Live Server (Five Server) [yandeu.five-server]
|
- Live Server (Five Server) [yandeu.five-server]
|
||||||
|
- Comment Anchors [exodiusstudios.comment-anchors]
|
||||||
|
- CodeGeeX [aminer.codegeex]
|
||||||
|
|
|
@ -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"}
|
|
@ -69,7 +69,6 @@ body {
|
||||||
.in-p {
|
.in-p {
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html>
|
|
||||||
<head>
|
|
||||||
<script>window.location.replace("https://asandikci.com/c/links")</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -44,7 +44,7 @@ if (!$_SERVER['DOCUMENT_ROOT']) {
|
||||||
<div class="block-in block-hover">
|
<div class="block-in block-hover">
|
||||||
<h2 class="list-header">Open Source / Decentralized Platform Links</h2>
|
<h2 class="list-header">Open Source / Decentralized Platform Links</h2>
|
||||||
<ul class="basic-list">
|
<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>
|
<p class="in-p">About me</p>
|
||||||
</a></li>
|
</a></li>
|
||||||
<li class="block-list-in"><a href="https://mastodon.social/@asandikci">
|
<li class="block-list-in"><a href="https://mastodon.social/@asandikci">
|
|
@ -11,7 +11,7 @@
|
||||||
<img src="https://thecatapi.com/api/images/get?format=src&type=gif">
|
<img src="https://thecatapi.com/api/images/get?format=src&type=gif">
|
||||||
|
|
||||||
<p>message: git success</p>
|
<p>message: git success</p>
|
||||||
<p>no: 03</p>
|
<p>no: 04</p>
|
||||||
<p>UNDER DEVELOPMENT</p>
|
<p>UNDER DEVELOPMENT</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue