]> git.bochard.net Git - mysite.git/commitdiff
added a badge and did some changes
authorbochard <mail@tenkyuu.dev>
Fri, 27 Jun 2025 03:54:53 +0000 (11:54 +0800)
committerbochard <mail@tenkyuu.dev>
Fri, 27 Jun 2025 10:39:50 +0000 (18:39 +0800)
.htaccess
images/gifs/badges/mullvad.avif [new file with mode: 0644]
index.php

index e92221e23fde6e0c544adab9c02b8fc3c157ff89..91601761496ea1f9ce858dd332d489ff98992054 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,5 +1,5 @@
 RewriteEngine On
 
 #Redirect root to www
-RewriteCond %{HTTP_HOST} ^.tenkyuu\.dev [NC]
-RewriteRule ^(.*)$ https://www.tenkyuu.dev/$1 [R=301,L]
+RewriteCond %{HTTP_HOST} ^tenkyuu\.dev [NC]
+RewriteRule ^(.*)$ http://www.tenkyuu.dev/$1 [R=301,L]
diff --git a/images/gifs/badges/mullvad.avif b/images/gifs/badges/mullvad.avif
new file mode 100644 (file)
index 0000000..0470174
Binary files /dev/null and b/images/gifs/badges/mullvad.avif differ
index 8786348a03024c70cd878b1cefc7a59217d4dce8..15d1d3d4cde11d6293be9da2fe557dc8fa4baa26 100755 (executable)
--- a/index.php
+++ b/index.php
@@ -36,15 +36,13 @@ table {
   padding: 15px 10px;\r
 }\r
 .sidebar > ul {\r
-  list-style-type: none;\r
   margin-top: 0;\r
-  padding-left: 15px;\r
+  padding-left: 20px;\r
 }\r
 .sidebar p {\r
   margin-bottom: 5px;\r
 }\r
 .sidebar a {\r
-  text-decoration: none;\r
   color: inherit;\r
 }\r
 .sidebar-footer {\r
@@ -72,13 +70,22 @@ table {
           <li><a href="./files">my files</a></li>\r
           <li><a href="mailto:mail@tenkyuu.dev">email me</a></li>\r
         </ul>\r
+        <p><strong>Stuffs I Made</strong></p>\r
+        <ul>  \r
+          <li><a href="https://questlog.tenkyuu.dev">QuestLog</a></li>\r
+          <li><a href="./projects/temperature-converter">temperature converter</a></li>\r
+          <li><a href="./projects/roman-numeral-converter">roman numeral converter</a></li>\r
+          <li><a href="./projects/palindrome-checker">palindrome checker</a></li>\r
+          <li><a href="./projects">check all here...</a></li>\r
+        </ul> \r
         \r
         <hr>\r
         <!-- cute badges and other cool things goes here -->\r
           <!-- hitwebcounter Code START -->\r
-          <a href="https://www.hitwebcounter.com" target="_blank"><img src="https://hitwebcounter.com/counter/counter.php?page=20998791&style=0019&nbdigits=5&type=ip&initCount=231" title="Counter Widget" Alt="Visit counter For Websites"   border="0" /></a>\r
-        <a href="http://www.anybrowser.org/campaign/"><img src="/images/gifs/badges/anybrowser.gif" alt="Viewable With Any Browser" width="100"></a>\r
-        <script data-goatcounter="https://bochard.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>\r
+          <a href="https://www.hitwebcounter.com" target="_blank"><img src="https://hitwebcounter.com/counter/counter.php?page=20998791&style=0019&nbdigits=5&type=ip&initCount=231" title="Counter Widget" Alt="Visit counter For Websites" border="0" width="100"></a>\r
+        <a href="http://www.anybrowser.org/campaign/"><img src="./images/gifs/badges/anybrowser.gif" alt="Viewable With Any Browser" width="100"></a>\r
+        <img src="./images/gifs/badges/handcode.png" alt="completely hand-coded" width="100">\r
+        <img src="./images/gifs/badges/mullvad.avif" alt="hand coded" width="100">\r
       </td>\r
       \r
       <!-- ...and this is for the content -->\r
@@ -90,5 +97,8 @@ table {
       </td>\r
     </tr>\r
   </table>\r
+  \r
+  <!-- site meter for people who found this place -->\r
+  <script data-goatcounter="https://bochard.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>\r
 </body>\r
 </html>\r