Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomaster95 authored May 23, 2024
1 parent 7370021 commit 17bff8c
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.files
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
./about.html
./index.html
./style.css
./archive.html
42 changes: 42 additions & 0 deletions docs/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime:wght@700&family=Inconsolata&family=Source+Code+Pro&display=swap" rel="stylesheet">
<title>turbomaster95's Portfolio</title>
</head>

<pre style="font-family:'Courier Prime';color:var(--accent-color);text-align:center;font-weight:1000">
_____ _
/ ____| | |
| | ___ __| | ___ _ __ _ __ _ __ _ __ _ __
| | / _ \ / _` |/ _ \ '__| '__| '__| '__| '__|
| |___| (_) | (_| | __/ | | | | | | | | |
\_____\___/ \__,_|\___|_| |_| |_| |_| |_|
turbomaster95's site</pre>
<nav>
<a href="/index.html">home</a>
<a href="/archive.html">archive</a>
<a href="mailto:[email protected]">mail</a>
<a href="https://github.com/turbomaster95">github</a>
<!-- <a href="twitter link here">twitter</a> -->
<!-- <a href="reddit link here">reddit</a> -->
<a href="/about.html">about me</a>
</nav>

<article>
jjsjsjs
</article>

<footer>
<hr>
<p> Made with ❤️ by <a href="https://github.com/turbomaster95">Deva</a></p> </br>
<i class="far fa-copyright"></i> 2024-2024 </p>
</footer>
</body>
3 changes: 3 additions & 0 deletions docs/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ <h1 style="display: none;"> ARCHIVE </h1>
<h1 style="display: none;"> ARCHIVE </h1>
<h1 style="display: none;"> ARCHIVE </h1>
<h1 style="display: none;"> ARCHIVE </h1>
<h1 style="display: none;"> ARCHIVE </h1>
</ul>
</ul>
</ul>
</ul>
Expand All @@ -52,6 +54,7 @@ <h1 style="display: none;"> ARCHIVE </h1>
<ul>
<ul>
<ul>
<ul>
</ul>
</article>

Expand Down
1 change: 1 addition & 0 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url><loc>https://coderrrrr.site/about.html</loc><lastmod>2024-05-23</lastmod><priority>1.0</priority></url>
<url><loc>https://coderrrrr.site/index.html</loc><lastmod>2024-05-23</lastmod><priority>1.0</priority></url>
<url><loc>https://coderrrrr.site/archive.html</loc><lastmod>2024-05-23</lastmod><priority>1.0</priority></url>
</urlset>
1 change: 1 addition & 0 deletions src/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
jjsjsjs
3 changes: 3 additions & 0 deletions src/archive.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ <h1 style="display: none;"> ARCHIVE </h1>
<h1 style="display: none;"> ARCHIVE </h1>
<h1 style="display: none;"> ARCHIVE </h1>
<h1 style="display: none;"> ARCHIVE </h1>
<h1 style="display: none;"> ARCHIVE </h1>
</ul>
</ul>
</ul>
</ul>
Expand All @@ -19,4 +21,5 @@ <h1 style="display: none;"> ARCHIVE </h1>
<ul>
<ul>
<ul>
<ul>
</ul>

0 comments on commit 17bff8c

Please sign in to comment.