<!DOCTYPE html>\r
<html lang="en">\r
<head>\r
- <meta charset="UTF-8">\r
- <meta name="viewport" content="width=device-width, initial-scale=1.0">\r
+ <meta charset="UTF-8">\r
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">\r
+ <meta name="robots" content="index, follow">\r
+ <link rel="icon" type="image/ico" href="/images/">\r
+\r
+ <title>bochard's website</title>\r
<meta name="description" content="i code on paper and create websites out of it.">\r
- <meta name="robots" content="index, follow">\r
- <title>bochard's website'</title>\r
- <link rel="icon" type="image/ico" href="/images/">\r
- <meta property="og:type" content="website">\r
- <meta property="og:title" content="bochard's website'">\r
+ <meta property="og:title" content="bochard's website">\r
<meta property="og:description" content="i code on paper and create websites out of it.">\r
<meta property="og:image" content="/images/">\r
- <meta property="og:url" content="https://tenkyuu.dev/">\r
\r
- <!-- styles -->\r
- <link rel="stylesheet" href="./styles/root.css">\r
- <link rel="stylesheet" href="./styles/index.css">\r
+<style>\r
+*, ::before, ::after {\r
+ box-sizing: border-box;\r
+}\r
+html {\r
+ background-image: url(/images/background.png);\r
+ background-position: center;\r
+}\r
+body {\r
+ font-family: serif;\r
+ margin: 0 auto;\r
+ width: 100%;\r
+ max-width: 1000px;\r
+ height: 100%; \r
+ background-color: #a6c5ff;\r
+ border: 7px outset #000000;\r
+ border-radius: 8px;\r
+ padding: 10px 20px;\r
+}\r
+h1 {\r
+ font-size: 40px;\r
+}\r
+p {\r
+ font-size: 20px;\r
+}\r
+header {\r
+ text-align: center;\r
+}\r
+.headernav {\r
+ margin: 10px auto;\r
+ width: fit-content;\r
+}\r
+.headernav > ul {\r
+ width: 100%;\r
+}\r
+.headernav li {\r
+ font-size: 18px;\r
+ list-style: none;\r
+ padding: 2px 4px;\r
+ background-color: #dbdbdb;\r
+ border: 7px outset #000000;\r
+ border-radius: 8px;\r
+ text-shadow: 1px 1px #000000;\r
+ cursor: pointer;\r
+ display: inline-block;\r
+}\r
+main {\r
+ text-align: center;\r
+}\r
+section {\r
+ margin-top: 40px;\r
+}\r
+h2 {\r
+ font-size: 24px;\r
+ margin-bottom: 10px;\r
+}\r
+table {\r
+ width: 100%;\r
+ margin: 0 auto;\r
+}\r
+table, th, td {\r
+ border: 1px solid #000000;\r
+}\r
+th, td {\r
+ font-size: 18px;\r
+ padding: 6px;\r
+}\r
+footer {\r
+ display: flex;\r
+ justify-content: center;\r
+ align-items: center;\r
+ margin-top: 20px;\r
+ margin-bottom: 200px;\r
+}\r
+</style>\r
</head>\r
<body>\r
- <audio src="./audios/background/rejectedworld.mp3" autoplay loop></audio>\r
+ <!-- <audio src="./audios/background/rejectedworld.mp3" autoplay loop></audio> -->\r
<header>\r
<img src="./images/gifs/doraemon.gif" alt="doraemon hello gif" width="100">\r
<img src="./images/gifs/welcomemovetree.gif" alt="tree with welcome text gif" width="300">\r
<h1>welcome to my website!</h1>\r
- <img src="./images/gifs/homepageburning.gif" alt="under construction text gif" width="350" class="page-path">\r
+ <img src="./images/gifs/homepageburning.gif" alt="under construction text gif" width="300" class="page-path">\r
<nav class="headernav">\r
- <ul class="navlist">\r
- <li class="navlink"><a href="./index.html">homepage</a></li>\r
- <li class="navlink"><a href="./projects.html">stuffs i made</a></li>\r
- <li class="navlink"><a href="./links.html">useful links</a></li>\r
- <li class="navlink"><a href="./sitemap.html">sitemap</a></li>\r
+ <ul>\r
+ <li><a href="./index.html">homepage</a></li>\r
+ <li><a href="./links.html">useful links</a></li>\r
+ <li><a href="./sitemap.html">sitemap</a></li>\r
</ul>\r
</nav>\r
</header>\r
<main>\r
<img src="./images/construction/underconstructionimg.gif" alt="under construction image" width="300">\r
<br>\r
- <img src="./images/construction/underconstructiontxt.gif" alt="under construction text gif" width="350">\r
+ <img src="./images/construction/underconstructiontxt.gif" alt="under construction text gif" width="300">\r
<p>Hello! welcome to my net home.</p>\r
<p>writing intro is hard. sorry! 😢ðŸ˜</p>\r
<section>\r
- <h2 class="sectiontitle">my projects</h2>\r
- <table class="projectstable">\r
+ <h2>my projects</h2>\r
+ <table>\r
<tr>\r
<th>name</th>\r
<th>links</th>\r