-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deploy wishawa/wishawa.github.io to wishawa/wishawa.github.io:gh-pages
- Loading branch information
GitHub Actions
committed
Aug 28, 2023
0 parents
commit 12fe253
Showing
47 changed files
with
5,444 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,125 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta content="width=device-width, initial-scale=1" name="viewport" /> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png"> | ||
<link rel="manifest" href="/icons/site.webmanifest"> | ||
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#5bbad5"> | ||
<link rel="shortcut icon" href="/icons/favicon.ico"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="msapplication-config" content="/icons/browserconfig.xml"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<meta name="robots" content="noindex"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1.9.1/css/academicons.min.css" integrity="sha384-FIue+PI4SsI9XfHCz8dBLg33b0c1fMJgNU3X//L26FYbGnlSEfWmNT7zgWc2N9b6" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/all.min.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous"> | ||
|
||
<link id="style-light" href="https://wishawa.github.io/bulma_light.css" rel="stylesheet" media="not(prefers-color-scheme: dark)" /> | ||
<link id="style-dark" href="https://wishawa.github.io/bulma_dark.css" rel="stylesheet" media="(prefers-color-scheme: dark)" /> | ||
|
||
|
||
<title> | ||
|
||
Wisha Wanichwecharungruang | ||
|
||
</title> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<nav aria-label="section navigation" role="navigation" class="floating-nav"> | ||
|
||
|
||
|
||
<a class="nav-link has-text-weight-semibold" href="https://wishawa.github.io/"> | ||
About | ||
</a> | ||
|
||
<a class="nav-link has-text-weight-semibold" href="https://wishawa.github.io/posts"> | ||
Posts | ||
</a> | ||
|
||
|
||
|
||
<a class="nav-link" id="dark-mode" title="Switch theme"> | ||
<span class="icon"> | ||
<i class="fas fa-adjust"></i> | ||
</span> | ||
</a> | ||
</nav> | ||
|
||
|
||
|
||
|
||
|
||
<section class="section"> | ||
<div class="container"> | ||
<div class="has-text-centered"> | ||
<h1 class="title is-2">HTTP 404</h1> | ||
<p class="subtitle is-4"> | ||
It seems you are looking for something that I don't have. | ||
</p> | ||
<p class="my-6"> | ||
<a href='https://wishawa.github.io'> | ||
<span class="icon"> | ||
<i class="fas fa-home"></i> | ||
</span> | ||
<span>Home</span> | ||
</a> | ||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<footer class="footer py-4"> | ||
<div class="content has-text-centered"> | ||
<p> | ||
website powered by Zola + DeepThought theme | ||
</p> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
|
||
|
||
<script src="https://wishawa.github.io/js/site.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
|
||
</html> |
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta content="width=device-width, initial-scale=1" name="viewport" /> | ||
|
||
<link rel="apple-touch-icon" sizes="180x180" href="/icons/apple-touch-icon.png"> | ||
<link rel="icon" type="image/png" sizes="32x32" href="/icons/favicon-32x32.png"> | ||
<link rel="icon" type="image/png" sizes="16x16" href="/icons/favicon-16x16.png"> | ||
<link rel="manifest" href="/icons/site.webmanifest"> | ||
<link rel="mask-icon" href="/icons/safari-pinned-tab.svg" color="#5bbad5"> | ||
<link rel="shortcut icon" href="/icons/favicon.ico"> | ||
<meta name="msapplication-TileColor" content="#da532c"> | ||
<meta name="msapplication-config" content="/icons/browserconfig.xml"> | ||
<meta name="theme-color" content="#ffffff"> | ||
<meta name="robots" content="noindex"> | ||
|
||
<meta http-equiv="refresh" content="0; url=https://wisha.page/categories/"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/jpswalsh/academicons@1.9.1/css/academicons.min.css" integrity="sha384-FIue+PI4SsI9XfHCz8dBLg33b0c1fMJgNU3X//L26FYbGnlSEfWmNT7zgWc2N9b6" crossorigin="anonymous"> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/all.min.css" integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm" crossorigin="anonymous"> | ||
|
||
<link id="style-light" href="https://wishawa.github.io/bulma_light.css" rel="stylesheet" media="not(prefers-color-scheme: dark)" /> | ||
<link id="style-dark" href="https://wishawa.github.io/bulma_dark.css" rel="stylesheet" media="(prefers-color-scheme: dark)" /> | ||
|
||
|
||
<title> | ||
|
||
Wisha Wanichwecharungruang | ||
|
||
</title> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
</head> | ||
|
||
<body> | ||
<nav aria-label="section navigation" role="navigation" class="floating-nav"> | ||
|
||
|
||
|
||
<a class="nav-link has-text-weight-semibold" href="https://wishawa.github.io/"> | ||
About | ||
</a> | ||
|
||
<a class="nav-link has-text-weight-semibold" href="https://wishawa.github.io/posts"> | ||
Posts | ||
</a> | ||
|
||
|
||
|
||
<a class="nav-link" id="dark-mode" title="Switch theme"> | ||
<span class="icon"> | ||
<i class="fas fa-adjust"></i> | ||
</span> | ||
</a> | ||
</nav> | ||
|
||
|
||
|
||
|
||
|
||
<section class="section"> | ||
<div class="container"> | ||
<div class="has-text-centered"> | ||
<h1 class="title is-2"> | ||
<span class="icon"> | ||
<i class="fas fa-cubes"></i> | ||
</span> | ||
Categories | ||
</h1> | ||
<p class='subtitle is-4'>2 categories in total</p> | ||
<p> | ||
|
||
<a href="https://wishawa.github.io/categories/meta/" class="mr-4"> | ||
<span class="icon"> | ||
<i class="fas fa-cube"></i> | ||
</span> | ||
<span>Meta <sup>1</sup></span> | ||
</a> | ||
|
||
<a href="https://wishawa.github.io/categories/tech/" class="mr-4"> | ||
<span class="icon"> | ||
<i class="fas fa-cube"></i> | ||
</span> | ||
<span>Tech <sup>4</sup></span> | ||
</a> | ||
|
||
</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<footer class="footer py-4"> | ||
<div class="content has-text-centered"> | ||
<p> | ||
website powered by Zola + DeepThought theme | ||
</p> | ||
</div> | ||
</footer> | ||
|
||
|
||
|
||
|
||
|
||
<script src="https://wishawa.github.io/js/site.js"></script> | ||
|
||
|
||
|
||
|
||
|
||
|
||
</body> | ||
|
||
</html> |
Oops, something went wrong.