Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
turbomaster95 authored Jun 8, 2024
1 parent 9f2f5f5 commit ec86f89
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
rm -rf docs/.* docs/*
./bin/ssg5 src/ docs/ "turbomaster95's Portfolio" "https://coderrrrr.site"
./bin/ssg5 src/ docs/ "Coderrrrr's Portfolio" "https://coderrrrr.site"
echo "coderrrrr.site" > docs/CNAME
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
2 changes: 1 addition & 1 deletion docs/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<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>Coderrrrr.site : A Personal site for @turbomaster95 &mdash; turbomaster95's Portfolio</title>
<title>Coderrrrr.site : A Personal site for @turbomaster95 &mdash; Coderrrrr's Portfolio</title>
</head>

<pre style="font-family:'Courier Prime';color:var(--accent-color);text-align:center;font-weight:1000">
Expand Down
45 changes: 45 additions & 0 deletions docs/archive.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Coderrrrr's Portfolio">
<meta name="keywords" content="HTML, CSS, JavaScript, Portfolio, SSG5, Coding, Python, Github">
<meta name="author" content="Deva Midhun">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>ARCHIVE &mdash; Coderrrrr'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="mailto:[email protected]">mail</a>
<a href="https://github.com/turbomaster95">github</a>
<a href="https://discord.com/users/765881288740569088">discord</a>
<a rel="me" href="https://mastodon.social/@coderrrrr">mastodon</a>
<!-- <a href="twitter link here">twitter</a> -->
<!-- <a href="reddit link here">reddit</a> -->
<a href="/about.html">about me</a>
</nav>
<h1 style="display: none;"> ARCHIVE </h1>
<ul>
</ul>
</ul>

<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>
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<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>
<title>Coderrrrr's Portfolio</title>
</head>

<pre style="font-family:'Courier Prime';color:var(--accent-color);text-align:center;font-weight:1000">
Expand Down
3 changes: 3 additions & 0 deletions src/archive.html
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
<h1 style="display: none;"> ARCHIVE </h1>
<ul>
</ul>
</ul>

0 comments on commit ec86f89

Please sign in to comment.