added a html.js which defines the header and footer of every html page

This commit is contained in:
DeaDvey 2023-12-24 17:05:22 +00:00
parent 1fc2247153
commit d9929631b1
15 changed files with 283 additions and 321 deletions

View File

@ -3,28 +3,28 @@
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>DeaDvey's Domain</title> <title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png"> <link rel="icon" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="../../index.css"> <link rel="stylesheet" type="text/css" href="/index.css">
</head> </head>
<body> <body>
<div class="header main"> <div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="../index.html">Blogs</a> <a href="feed.xml"><img width="16" src="../../feedIcon.png" /></a> | <a href="../../videos/index.html">Videos</a> <img class="header-image" /><br/><a href="/index.html">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="feed.xml"><img width="16" src="/feedIcon.png" class="feedicon"/></a> | <a href="/videos/index.html">Videos</a>
</div> </div>
<hr/> <hr/>
<div class="main"> <div class="main">
<h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3> <h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3>
<h1 class="blog-title">Test post</h1> <h1 class="blog-title">Test post</h1>
<p class="blog-content">Testy test!</p> <p class="blog-content">Testy test!</p>
<div id="links"> <div id="links">
</div> </div></div>
</div>
<div class="footer"> <div class="footer">
<hr/> <hr/>
<li> <li>
Internal: Internal:
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li> <li><a href="/theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html" >Experiments (internal link)</a></li> <li><a href="/experiments" >Experiments (internal link)</a></li>
<br/> <br/>
External: External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li> <li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>

View File

@ -3,28 +3,28 @@
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>DeaDvey's Domain</title> <title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png"> <link rel="icon" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="../../index.css"> <link rel="stylesheet" type="text/css" href="/index.css">
</head> </head>
<body> <body>
<div class="header main"> <div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="../index.html">Blogs</a> <a href="feed.xml"><img width="16" src="../../feedIcon.png" /></a> | <a href="../../videos/index.html">Videos</a> <img class="header-image" /><br/><a href="/index.html">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="feed.xml"><img width="16" src="/feedIcon.png" class="feedicon"/></a> | <a href="/videos/index.html">Videos</a>
</div> </div>
<hr/> <hr/>
<div class="main"> <div class="main">
<h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3> <h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3>
<h1 class="blog-title">Test post2</h1> <h1 class="blog-title">Test post2</h1>
<p class="blog-content">Testicy Test</p> <p class="blog-content">Testicy Test</p>
<div id="links"> <div id="links">
</div> </div></div>
</div>
<div class="footer"> <div class="footer">
<hr/> <hr/>
<li> <li>
Internal: Internal:
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li> <li><a href="/theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html" >Experiments (internal link)</a></li> <li><a href="/experiments" >Experiments (internal link)</a></li>
<br/> <br/>
External: External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li> <li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>

View File

@ -3,28 +3,28 @@
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>DeaDvey's Domain</title> <title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png"> <link rel="icon" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="../../index.css"> <link rel="stylesheet" type="text/css" href="/index.css">
</head> </head>
<body> <body>
<div class="header main"> <div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="../index.html">Blogs</a> <a href="feed.xml"><img width="16" src="../../feedIcon.png" /></a> | <a href="../../videos/index.html">Videos</a> <img class="header-image" /><br/><a href="/index.html">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="feed.xml"><img width="16" src="/feedIcon.png" class="feedicon"/></a> | <a href="/videos/index.html">Videos</a>
</div> </div>
<hr/> <hr/>
<div class="main"> <div class="main">
<h3 class="blog-date">Mon, 11 Dec 2023 12:00:00</h3> <h3 class="blog-date">Mon, 11 Dec 2023 12:00:00</h3>
<h1 class="blog-title">I didn't like Wordpress</h1> <h1 class="blog-title">I didn't like Wordpress</h1>
<p class="blog-content">So... Yeah, I didn't like wordpress very much, it's pretty clunky and I don't have much control over the webpage, and it's kinda not that fun to use, I'm glad I tried it out though because I kind of know how to use it know I suppose, I might copy over the wordpress back over to this so I can use it myself for fun I suppose.</p> <p class="blog-content">So... Yeah, I didn't like wordpress very much, it's pretty clunky and I don't have much control over the webpage, and it's kinda not that fun to use, I'm glad I tried it out though because I kind of know how to use it know I suppose, I might copy over the wordpress back over to this so I can use it myself for fun I suppose.</p>
<div id="links"> <div id="links">
</div> </div></div>
</div>
<div class="footer"> <div class="footer">
<hr/> <hr/>
<li> <li>
Internal: Internal:
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li> <li><a href="/theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html" >Experiments (internal link)</a></li> <li><a href="/experiments" >Experiments (internal link)</a></li>
<br/> <br/>
External: External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li> <li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>

View File

@ -3,28 +3,28 @@
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>DeaDvey's Domain</title> <title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png"> <link rel="icon" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="../../index.css"> <link rel="stylesheet" type="text/css" href="/index.css">
</head> </head>
<body> <body>
<div class="header main"> <div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="../index.html">Blogs</a> <a href="feed.xml"><img width="16" src="../../feedIcon.png" /></a> | <a href="../../videos/index.html">Videos</a> <img class="header-image" /><br/><a href="/index.html">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="feed.xml"><img width="16" src="/feedIcon.png" class="feedicon"/></a> | <a href="/videos/index.html">Videos</a>
</div> </div>
<hr/> <hr/>
<div class="main"> <div class="main">
<h3 class="blog-date">Thu, 21 Dec 2023 12:00:00</h3> <h3 class="blog-date">Thu, 21 Dec 2023 12:00:00</h3>
<h1 class="blog-title">Late December Update Before Christmas</h1> <h1 class="blog-title">Late December Update Before Christmas</h1>
<p class="blog-content">Hey guys, so I have been trying out Nextcloud since I did the last blog and I really like it, it's very good, the calendar especially, I think I definately prefer it to Proton Drive and Calendar because it's way better intergreated in to apps and stuff, there's also apps for it on the Ubuntu Touch store, which lacks Proton apps, the notes are also great as is the RSS reader that I can sync. Secondly, I have also began watching Attack on Titan again as my freind has been going on about it, I'm readig the Manga but it is so slow, so I'll probably keep watching the Animé which I like. Christmas is in a few days and we break up tommorow which is pretty exiting and I'll see some family, I think I'm getting the <a href='https://www.raspberrypi.com/products/raspberry-pi-5/'>Raspberry Pi 5</a> which is cool. Finally, I got the <a href='https://store.steampowered.com/app/582160/Assassins_Creed_Origins/'>Assassins Creed Origins game</a> which I already had on PS4 but now I have on Steam because it was on sale, but I can't get it to work so I'll have to figure that out over the weekend, anyway, that is probably it for today.<br/>Fly You High - DeaDvey<br/><img src='https://searx.be/image_proxy?url=https%3A%2F%2Fi.pinimg.com%2F236x%2Fc5%2F7f%2Fe1%2Fc57fe1d506c6a3aa53bd953199b7ea9f.jpg&h=60634c3b8432ca80d66386441593891a87a58ae6ec4810c40a64a665b0e677fc' height='200' alt='An image of Assassins Creed Origins' /><img src='https://upload.wikimedia.org/wikipedia/commons/9/98/23551-Raspberry-Pi-5-8G-feature.jpg' height='200' alt='An image of a Raspberry Pi 5'/></p> <p class="blog-content">Hey guys, so I have been trying out Nextcloud since I did the last blog and I really like it, it's very good, the calendar especially, I think I definately prefer it to Proton Drive and Calendar because it's way better intergreated in to apps and stuff, there's also apps for it on the Ubuntu Touch store, which lacks Proton apps, the notes are also great as is the RSS reader that I can sync. Secondly, I have also began watching Attack on Titan again as my freind has been going on about it, I'm readig the Manga but it is so slow, so I'll probably keep watching the Animé which I like. Christmas is in a few days and we break up tommorow which is pretty exiting and I'll see some family, I think I'm getting the <a href='https://www.raspberrypi.com/products/raspberry-pi-5/'>Raspberry Pi 5</a> which is cool. Finally, I got the <a href='https://store.steampowered.com/app/582160/Assassins_Creed_Origins/'>Assassins Creed Origins game</a> which I already had on PS4 but now I have on Steam because it was on sale, but I can't get it to work so I'll have to figure that out over the weekend, anyway, that is probably it for today.<br/>Fly You High - DeaDvey<br/><img src='https://searx.be/image_proxy?url=https%3A%2F%2Fi.pinimg.com%2F236x%2Fc5%2F7f%2Fe1%2Fc57fe1d506c6a3aa53bd953199b7ea9f.jpg&h=60634c3b8432ca80d66386441593891a87a58ae6ec4810c40a64a665b0e677fc' height='200' alt='An image of Assassins Creed Origins' /><img src='https://upload.wikimedia.org/wikipedia/commons/9/98/23551-Raspberry-Pi-5-8G-feature.jpg' height='200' alt='An image of a Raspberry Pi 5'/></p>
<div id="links"> <div id="links">
</div> </div></div>
</div>
<div class="footer"> <div class="footer">
<hr/> <hr/>
<li> <li>
Internal: Internal:
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li> <li><a href="/theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html" >Experiments (internal link)</a></li> <li><a href="/experiments" >Experiments (internal link)</a></li>
<br/> <br/>
External: External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li> <li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>

View File

@ -3,28 +3,28 @@
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>DeaDvey's Domain</title> <title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png"> <link rel="icon" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="../../index.css"> <link rel="stylesheet" type="text/css" href="/index.css">
</head> </head>
<body> <body>
<div class="header main"> <div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="../index.html">Blogs</a> <a href="feed.xml"><img width="16" src="../../feedIcon.png" /></a> | <a href="../../videos/index.html">Videos</a> <img class="header-image" /><br/><a href="/index.html">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="feed.xml"><img width="16" src="/feedIcon.png" class="feedicon"/></a> | <a href="/videos/index.html">Videos</a>
</div> </div>
<hr/> <hr/>
<div class="main"> <div class="main">
<h3 class="blog-date">Sun, 24 Dec 2023 00:01:23</h3> <h3 class="blog-date">Sun, 24 Dec 2023 00:01:23</h3>
<h1 class="blog-title">RSS feeds and Star Wars Squadrons</h1> <h1 class="blog-title">RSS feeds and Star Wars Squadrons</h1>
<p class="blog-content">Hey people (person(me)), I just updated my website to have an <a href='https://en.wikipedia.org/wiki/RSS'>RSS Feed</a> so that I can read them in Fluent Reader or Nextcloud News, the two RSS readers I use mostly, I cannot get them all to show up in Nextcloud News however, only the most recent one, maybe an issue with the formating? Ah well, I'll try troubleshoot that I guess. Secondly, I recently got the game <a href='https://store.steampowered.com/app/1222730/STAR_WARS_Squadrons/'>Star Wars Squadrons</a> on my PC after already having played it on my PS4 and I was surprised at the poor reviews, I always found the game really fun and the integrated HUD really fun to use, guess I just am different lol, anyway<br/> Fly You High - DeaDvey<br/><img src='https://cdn.cloudflare.steamstatic.com/steam/apps/1222730/header.jpg?t=1662047498' /></p> <p class="blog-content">Hey people (person(me)), I just updated my website to have an <a href='https://en.wikipedia.org/wiki/RSS'>RSS Feed</a> so that I can read them in Fluent Reader or Nextcloud News, the two RSS readers I use mostly, I cannot get them all to show up in Nextcloud News however, only the most recent one, maybe an issue with the formating? Ah well, I'll try troubleshoot that I guess. Secondly, I recently got the game <a href='https://store.steampowered.com/app/1222730/STAR_WARS_Squadrons/'>Star Wars Squadrons</a> on my PC after already having played it on my PS4 and I was surprised at the poor reviews, I always found the game really fun and the integrated HUD really fun to use, guess I just am different lol, anyway<br/> Fly You High - DeaDvey<br/><img src='https://cdn.cloudflare.steamstatic.com/steam/apps/1222730/header.jpg?t=1662047498' /></p>
<div id="links"> <div id="links">
</div> </div></div>
</div>
<div class="footer"> <div class="footer">
<hr/> <hr/>
<li> <li>
Internal: Internal:
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li> <li><a href="/theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html" >Experiments (internal link)</a></li> <li><a href="/experiments" >Experiments (internal link)</a></li>
<br/> <br/>
External: External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li> <li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>

36
blog/blogs/5.html Normal file
View File

@ -0,0 +1,36 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png">
<link rel="stylesheet" type="text/css" href="../../index.css">
</head>
<body>
<div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="../index.html">Blogs</a> <a href="feed.xml"><img width="16" src="../../feedIcon.png" /></a> | <a href="../../videos/index.html">Videos</a>
</div>
<hr/>
<div class="main">
<h3 class="blog-date">Sun, 24 Dec 2023 02:59:37</h3>
<h1 class="blog-title">temp</h1>
<p class="blog-content">bggle</p>
<div id="links">
</div>
</div>
<div class="footer">
<hr/>
<li>
Internal:
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html" >Experiments (internal link)</a></li>
<br/>
External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>
<li><a href="https://gitlab.com/deadvey" >Gitlab (external link)</a></li>
<li><a href="https://mastodon.social/@DeaDvey" >Mastadon.social (external link)</a></li>
</li>
</div>
</body>
</html>

View File

@ -1,69 +1,50 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="UTF-8"/> <meta charset="UTF-8"/>
<title>DeaDvey's Domain</title> <title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png"> <link rel="icon" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="../../index.css"> <link rel="stylesheet" type="text/css" href="/index.css">
</head> </head>
<body> <body>
<div class="header main"> <div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="../index.html">Blogs</a> <a href="feed.xml"><img width="16" src="../../feedIcon.png" /></a> | <a href="../../videos/index.html">Videos</a> <img class="header-image" /><br/><a href="/index.html">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="feed.xml"><img width="16" src="/feedIcon.png" class="feedicon"/></a> | <a href="/videos/index.html">Videos</a>
</div> </div>
<hr/> <hr/>
<div class="main"> <div class="main">
<div>
<h3 class="blog-date">Sun, 24 Dec 2023 00:01:23</h3> <h3 class="blog-date">Sun, 24 Dec 2023 00:01:23</h3>
<h1 class="blog-title">RSS feeds and Star Wars Squadrons</h1> <h1 class="blog-title">RSS feeds and Star Wars Squadrons</h1>
<p class="blog-content">Hey people (person(me)), I just updated my website to have an <a href='https://en.wikipedia.org/wiki/RSS'>RSS Feed</a> so that I can read them in Fluent Reader or Nextcloud News, the two RSS readers I use mostly, I cannot get them all to show up in Nextcloud News however, only the most recent one, maybe an issue with the formating? Ah well, I'll try troubleshoot that I guess. Secondly, I recently got the game <a href='https://store.steampowered.com/app/1222730/STAR_WARS_Squadrons/'>Star Wars Squadrons</a> on my PC after already having played it on my PS4 and I was surprised at the poor reviews, I always found the game really fun and the integrated HUD really fun to use, guess I just am different lol, anyway<br/> Fly You High - DeaDvey<br/><img src='https://cdn.cloudflare.steamstatic.com/steam/apps/1222730/header.jpg?t=1662047498' /></p> <p class="blog-content">Hey people (person(me)), I just updated my website to have an <a href='https://en.wikipedia.org/wiki/RSS'>RSS Feed</a> so that I can read them in Fluent Reader or Nextcloud News, the two RSS readers I use mostly, I cannot get them all to show up in Nextcloud News however, only the most recent one, maybe an issue with the formating? Ah well, I'll try troubleshoot that I guess. Secondly, I recently got the game <a href='https://store.steampowered.com/app/1222730/STAR_WARS_Squadrons/'>Star Wars Squadrons</a> on my PC after already having played it on my PS4 and I was surprised at the poor reviews, I always found the game really fun and the integrated HUD really fun to use, guess I just am different lol, anyway<br/> Fly You High - DeaDvey<br/><img src='https://cdn.cloudflare.steamstatic.com/steam/apps/1222730/header.jpg?t=1662047498' /></p>
<div id="links"></div> <div id="links"></div>
</div>
</div>
<hr/>
<div class="main">
<div>
<h3 class="blog-date">Thu, 21 Dec 2023 12:00:00</h3> <h3 class="blog-date">Thu, 21 Dec 2023 12:00:00</h3>
<h1 class="blog-title">Late December Update Before Christmas</h1> <h1 class="blog-title">Late December Update Before Christmas</h1>
<p class="blog-content">Hey guys, so I have been trying out Nextcloud since I did the last blog and I really like it, it's very good, the calendar especially, I think I definately prefer it to Proton Drive and Calendar because it's way better intergreated in to apps and stuff, there's also apps for it on the Ubuntu Touch store, which lacks Proton apps, the notes are also great as is the RSS reader that I can sync. Secondly, I have also began watching Attack on Titan again as my freind has been going on about it, I'm readig the Manga but it is so slow, so I'll probably keep watching the Animé which I like. Christmas is in a few days and we break up tommorow which is pretty exiting and I'll see some family, I think I'm getting the <a href='https://www.raspberrypi.com/products/raspberry-pi-5/'>Raspberry Pi 5</a> which is cool. Finally, I got the <a href='https://store.steampowered.com/app/582160/Assassins_Creed_Origins/'>Assassins Creed Origins game</a> which I already had on PS4 but now I have on Steam because it was on sale, but I can't get it to work so I'll have to figure that out over the weekend, anyway, that is probably it for today.<br/>Fly You High - DeaDvey<br/><img src='https://searx.be/image_proxy?url=https%3A%2F%2Fi.pinimg.com%2F236x%2Fc5%2F7f%2Fe1%2Fc57fe1d506c6a3aa53bd953199b7ea9f.jpg&h=60634c3b8432ca80d66386441593891a87a58ae6ec4810c40a64a665b0e677fc' height='200' alt='An image of Assassins Creed Origins' /><img src='https://upload.wikimedia.org/wikipedia/commons/9/98/23551-Raspberry-Pi-5-8G-feature.jpg' height='200' alt='An image of a Raspberry Pi 5'/></p> <p class="blog-content">Hey guys, so I have been trying out Nextcloud since I did the last blog and I really like it, it's very good, the calendar especially, I think I definately prefer it to Proton Drive and Calendar because it's way better intergreated in to apps and stuff, there's also apps for it on the Ubuntu Touch store, which lacks Proton apps, the notes are also great as is the RSS reader that I can sync. Secondly, I have also began watching Attack on Titan again as my freind has been going on about it, I'm readig the Manga but it is so slow, so I'll probably keep watching the Animé which I like. Christmas is in a few days and we break up tommorow which is pretty exiting and I'll see some family, I think I'm getting the <a href='https://www.raspberrypi.com/products/raspberry-pi-5/'>Raspberry Pi 5</a> which is cool. Finally, I got the <a href='https://store.steampowered.com/app/582160/Assassins_Creed_Origins/'>Assassins Creed Origins game</a> which I already had on PS4 but now I have on Steam because it was on sale, but I can't get it to work so I'll have to figure that out over the weekend, anyway, that is probably it for today.<br/>Fly You High - DeaDvey<br/><img src='https://searx.be/image_proxy?url=https%3A%2F%2Fi.pinimg.com%2F236x%2Fc5%2F7f%2Fe1%2Fc57fe1d506c6a3aa53bd953199b7ea9f.jpg&h=60634c3b8432ca80d66386441593891a87a58ae6ec4810c40a64a665b0e677fc' height='200' alt='An image of Assassins Creed Origins' /><img src='https://upload.wikimedia.org/wikipedia/commons/9/98/23551-Raspberry-Pi-5-8G-feature.jpg' height='200' alt='An image of a Raspberry Pi 5'/></p>
<div id="links"></div> <div id="links"></div>
</div>
</div>
<hr/>
<div class="main">
<div>
<h3 class="blog-date">Mon, 11 Dec 2023 12:00:00</h3> <h3 class="blog-date">Mon, 11 Dec 2023 12:00:00</h3>
<h1 class="blog-title">I didn't like Wordpress</h1> <h1 class="blog-title">I didn't like Wordpress</h1>
<p class="blog-content">So... Yeah, I didn't like wordpress very much, it's pretty clunky and I don't have much control over the webpage, and it's kinda not that fun to use, I'm glad I tried it out though because I kind of know how to use it know I suppose, I might copy over the wordpress back over to this so I can use it myself for fun I suppose.</p> <p class="blog-content">So... Yeah, I didn't like wordpress very much, it's pretty clunky and I don't have much control over the webpage, and it's kinda not that fun to use, I'm glad I tried it out though because I kind of know how to use it know I suppose, I might copy over the wordpress back over to this so I can use it myself for fun I suppose.</p>
<div id="links"></div> <div id="links"></div>
</div>
</div>
<hr/>
<div class="main">
<div>
<h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3> <h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3>
<h1 class="blog-title">Test post2</h1> <h1 class="blog-title">Test post2</h1>
<p class="blog-content">Testicy Test</p> <p class="blog-content">Testicy Test</p>
<div id="links"></div> <div id="links"></div>
</div>
</div>
<hr/>
<div class="main">
<div>
<h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3> <h3 class="blog-date">Sun, 10 Dec 2023 12:00:00</h3>
<h1 class="blog-title">Test post</h1> <h1 class="blog-title">Test post</h1>
<p class="blog-content">Testy test!</p> <p class="blog-content">Testy test!</p>
<div id="links"></div> <div id="links"></div>
</div> </div>
</div>
<hr/>
<div class="footer"> <div class="footer">
<hr/>
<li> <li>
Internal: Internal:
<li><a href="theunderlandcouk">theunderland webpages (internal link)</a></li> <li><a href="/theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html">Experiments (internal link)</a></li> <li><a href="/experiments" >Experiments (internal link)</a></li>
<br/> <br/>
External: External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li> <li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>

View File

@ -4,35 +4,37 @@
<title>DeaDvey</title> <title>DeaDvey</title>
<link>https://deadvey.com</link> <link>https://deadvey.com</link>
<description>Just talking about life and stuff I guess</description> <description>Just talking about life and stuff I guess</description>
<pubDate>Sun, 24 Dec 2023 00:01:23 +0000</pubDate>
<lastBuildDate>Sun, 24 Dec 2023 00:01:23 +0000</lastBuildDate>
<item> <item>
<title>Test post</title> <title>RSS feeds and Star Wars Squadrons</title>
<link>https://deadvey.com/blog/blogs/0.html</link> <link>https://deadvey.com/blog/blogs/4.html</link>
<description>Testy test!</description> <description>Hey people (person(me)), I just updated my website to have an &lt;a href=&#39;https://en.wikipedia.org/wiki/RSS&#39;&gt;RSS Feed&lt;/a&gt; so that I can read them in Fluent Reader or Nextcloud News, the two RSS readers I use mostly, I cannot get them all to show up in Nextcloud News however, only the most recent one, maybe an issue with the formating? Ah well, I&#39;ll try troubleshoot that I guess. Secondly, I recently got the game &lt;a href=&#39;https://store.steampowered.com/app/1222730/STAR_WARS_Squadrons/&#39;&gt;Star Wars Squadrons&lt;/a&gt; on my PC after already having played it on my PS4 and I was surprised at the poor reviews, I always found the game really fun and the integrated HUD really fun to use, guess I just am different lol, anyway&lt;br/&gt; Fly You High - DeaDvey&lt;br/&gt;&lt;img src=&#39;https://cdn.cloudflare.steamstatic.com/steam/apps/1222730/header.jpg?t=1662047498&#39; /&gt;</description>
<pubDate>Sun, 10 Dec 2023 12:00:00</pubDate> <pubDate>Sun, 24 Dec 2023 00:01:23 +0000</pubDate>
</item>
<item>
<title>Test post2</title>
<link>https://deadvey.com/blog/blogs/1.html</link>
<description>Testicy Test</description>
<pubDate>Sun, 10 Dec 2023 12:00:00</pubDate>
</item>
<item>
<title>I didn&#39;t like Wordpress</title>
<link>https://deadvey.com/blog/blogs/2.html</link>
<description>So... Yeah, I didn&#39;t like wordpress very much, it&#39;s pretty clunky and I don&#39;t have much control over the webpage, and it&#39;s kinda not that fun to use, I&#39;m glad I tried it out though because I kind of know how to use it know I suppose, I might copy over the wordpress back over to this so I can use it myself for fun I suppose.</description>
<pubDate>Mon, 11 Dec 2023 12:00:00</pubDate>
</item> </item>
<item> <item>
<title>Late December Update Before Christmas</title> <title>Late December Update Before Christmas</title>
<link>https://deadvey.com/blog/blogs/3.html</link> <link>https://deadvey.com/blog/blogs/3.html</link>
<description>Hey guys, so I have been trying out Nextcloud since I did the last blog and I really like it, it&#39;s very good, the calendar especially, I think I definately prefer it to Proton Drive and Calendar because it&#39;s way better intergreated in to apps and stuff, there&#39;s also apps for it on the Ubuntu Touch store, which lacks Proton apps, the notes are also great as is the RSS reader that I can sync. Secondly, I have also began watching Attack on Titan again as my freind has been going on about it, I&#39;m readig the Manga but it is so slow, so I&#39;ll probably keep watching the Animé which I like. Christmas is in a few days and we break up tommorow which is pretty exiting and I&#39;ll see some family, I think I&#39;m getting the &lt;a href=&#39;https://www.raspberrypi.com/products/raspberry-pi-5/&#39;&gt;Raspberry Pi 5&lt;/a&gt; which is cool. Finally, I got the &lt;a href=&#39;https://store.steampowered.com/app/582160/Assassins_Creed_Origins/&#39;&gt;Assassins Creed Origins game&lt;/a&gt; which I already had on PS4 but now I have on Steam because it was on sale, but I can&#39;t get it to work so I&#39;ll have to figure that out over the weekend, anyway, that is probably it for today.&lt;br/&gt;Fly You High - DeaDvey&lt;br/&gt;&lt;img src=&#39;https://searx.be/image_proxy?url=https%3A%2F%2Fi.pinimg.com%2F236x%2Fc5%2F7f%2Fe1%2Fc57fe1d506c6a3aa53bd953199b7ea9f.jpg&amp;h=60634c3b8432ca80d66386441593891a87a58ae6ec4810c40a64a665b0e677fc&#39; height=&#39;200&#39; alt=&#39;An image of Assassins Creed Origins&#39; /&gt;&lt;img src=&#39;https://upload.wikimedia.org/wikipedia/commons/9/98/23551-Raspberry-Pi-5-8G-feature.jpg&#39; height=&#39;200&#39; alt=&#39;An image of a Raspberry Pi 5&#39;/&gt;</description> <description>Hey guys, so I have been trying out Nextcloud since I did the last blog and I really like it, it&#39;s very good, the calendar especially, I think I definately prefer it to Proton Drive and Calendar because it&#39;s way better intergreated in to apps and stuff, there&#39;s also apps for it on the Ubuntu Touch store, which lacks Proton apps, the notes are also great as is the RSS reader that I can sync. Secondly, I have also began watching Attack on Titan again as my freind has been going on about it, I&#39;m readig the Manga but it is so slow, so I&#39;ll probably keep watching the Animé which I like. Christmas is in a few days and we break up tommorow which is pretty exiting and I&#39;ll see some family, I think I&#39;m getting the &lt;a href=&#39;https://www.raspberrypi.com/products/raspberry-pi-5/&#39;&gt;Raspberry Pi 5&lt;/a&gt; which is cool. Finally, I got the &lt;a href=&#39;https://store.steampowered.com/app/582160/Assassins_Creed_Origins/&#39;&gt;Assassins Creed Origins game&lt;/a&gt; which I already had on PS4 but now I have on Steam because it was on sale, but I can&#39;t get it to work so I&#39;ll have to figure that out over the weekend, anyway, that is probably it for today.&lt;br/&gt;Fly You High - DeaDvey&lt;br/&gt;&lt;img src=&#39;https://searx.be/image_proxy?url=https%3A%2F%2Fi.pinimg.com%2F236x%2Fc5%2F7f%2Fe1%2Fc57fe1d506c6a3aa53bd953199b7ea9f.jpg&amp;h=60634c3b8432ca80d66386441593891a87a58ae6ec4810c40a64a665b0e677fc&#39; height=&#39;200&#39; alt=&#39;An image of Assassins Creed Origins&#39; /&gt;&lt;img src=&#39;https://upload.wikimedia.org/wikipedia/commons/9/98/23551-Raspberry-Pi-5-8G-feature.jpg&#39; height=&#39;200&#39; alt=&#39;An image of a Raspberry Pi 5&#39;/&gt;</description>
<pubDate>Thu, 21 Dec 2023 12:00:00</pubDate> <pubDate>Thu, 21 Dec 2023 12:00:00 +0000</pubDate>
</item> </item>
<item> <item>
<title>RSS feeds and Star Wars Squadrons</title> <title>I didn&#39;t like Wordpress</title>
<link>https://deadvey.com/blog/blogs/4.html</link> <link>https://deadvey.com/blog/blogs/2.html</link>
<description>Hey people (person(me)), I just updated my website to have an &lt;a href=&#39;https://en.wikipedia.org/wiki/RSS&#39;&gt;RSS Feed&lt;/a&gt; so that I can read them in Fluent Reader or Nextcloud News, the two RSS readers I use mostly, I cannot get them all to show up in Nextcloud News however, only the most recent one, maybe an issue with the formating? Ah well, I&#39;ll try troubleshoot that I guess. Secondly, I recently got the game &lt;a href=&#39;https://store.steampowered.com/app/1222730/STAR_WARS_Squadrons/&#39;&gt;Star Wars Squadrons&lt;/a&gt; on my PC after already having played it on my PS4 and I was surprised at the poor reviews, I always found the game really fun and the integrated HUD really fun to use, guess I just am different lol, anyway&lt;br/&gt; Fly You High - DeaDvey&lt;br/&gt;&lt;img src=&#39;https://cdn.cloudflare.steamstatic.com/steam/apps/1222730/header.jpg?t=1662047498&#39; /&gt;</description> <description>So... Yeah, I didn&#39;t like wordpress very much, it&#39;s pretty clunky and I don&#39;t have much control over the webpage, and it&#39;s kinda not that fun to use, I&#39;m glad I tried it out though because I kind of know how to use it know I suppose, I might copy over the wordpress back over to this so I can use it myself for fun I suppose.</description>
<pubDate>Sun, 24 Dec 2023 00:01:23</pubDate> <pubDate>Mon, 11 Dec 2023 12:00:00 +0000</pubDate>
</item>
<item>
<title>Test post2</title>
<link>https://deadvey.com/blog/blogs/1.html</link>
<description>Testicy Test</description>
<pubDate>Sun, 10 Dec 2023 12:00:00 +0000</pubDate>
</item>
<item>
<title>Test post</title>
<link>https://deadvey.com/blog/blogs/0.html</link>
<description>Testy test!</description>
<pubDate>Sun, 10 Dec 2023 12:00:00 +0000</pubDate>
</item> </item>
</channel> </channel>
</rss> </rss>

View File

@ -1,8 +1,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<div id="main"> <div id="main">
Welcome to the blog page! Welcome to the blog page!
<div id="links">
</div>
</div> </div>
<script src="/html.js">
</script>
<script src="blogs.js"> <script src="blogs.js">
</script> </script>
<script src="template.js"> <script src="template.js">

View File

@ -7,91 +7,13 @@ let divText = div.innerHTML;
console.log(divText); console.log(divText);
let newPageHTML = ` let newPageHTML = `${pageTop}${divText}${pageBottom}`
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png">
<link rel="stylesheet" type="text/css" href="../index.css">
</head>
<body>
<div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="index.html">Blogs</a> <a href="feed.xml"><img width="16" src="../feedIcon.png" /></a> | <a href="../videos/index.html">Videos</a>
</div>
<hr/>
<div class="main">
${divText}
<div id="links">
</div>
</div>
<div class="footer">
<hr/>
<li>
Internal:
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html" >Experiments (internal link)</a></li>
<br/>
External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>
<li><a href="https://gitlab.com/deadvey" >Gitlab (external link)</a></li>
<li><a href="https://mastodon.social/@DeaDvey" >Mastadon.social (external link)</a></li>
</li>
</div>
</body>
</html>`
document.body.innerHTML = newPageHTML //apply the template document.body.innerHTML = newPageHTML //apply the template
/////////////////////////// ///////////////////////////
// ADD THE LINKS // ADD THE LINKS
/////////////////////////// ///////////////////////////
function loadContent(page, content, header, date) {
console.log(page)
let blogText = content
console.log(blogText)
let newPageHTML = `
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png">
<link rel="stylesheet" type="text/css" href="../index.css">
</head>
<body>
<div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="index.html">Blogs</a> <a href="feed.xml"><img width="16" src="../feedIcon.png" /></a> | <a href="../videos/index.html">Videos</a>
</div>
<hr/>
<div class="main">
<h3 class="blog-date">${date}</h3>
<h1 class="blog-title">${header}</h1>
<p class="blog-content">${content}</p>
<div id="links">
</div>
</div>
<div class="footer">
<hr/>
<li>
Internal:
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html" >Experiments (internal link)</a></li>
<br/>
External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>
<li><a href="https://gitlab.com/deadvey" >Gitlab (external link)</a></li>
<li><a href="https://mastodon.social/@DeaDvey" >Mastadon.social (external link)</a></li>
</li>
</div>
</body>
</html>`
document.body.innerHTML = newPageHTML
}
function escapeQuotes(value) { function escapeQuotes(value) {
return value.replace(/["'&<>]/g, function (char) { return value.replace(/["'&<>]/g, function (char) {
@ -116,7 +38,6 @@ let linksDiv = document.getElementById("links")
let linksText = "<li><a href='blogs/all.html'>ALL POSTS</a></li><br/>" let linksText = "<li><a href='blogs/all.html'>ALL POSTS</a></li><br/>"
let length = blogs.length
for (let page = blogs.length - 1; page >= 0; page--) { for (let page = blogs.length - 1; page >= 0; page--) {
console.log(length) console.log(length)

42
html.js Normal file
View File

@ -0,0 +1,42 @@
let pageTop = `<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>DeaDvey's Domain</title>
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" type="text/css" href="/index.css">
</head>
<body>
<div class="header main">
<img class="header-image" /><br/><a href="/index.html">Home page</a> | <a href="/blog/index.html">Blogs</a> <a href="feed.xml"><img width="16" src="/feedIcon.png" class="feedicon"/></a> | <a href="/videos/index.html">Videos</a>
</div>
<hr/>
<div class="main">
`
let pageBottom = `</div>
<div class="footer">
<hr/>
<li>
Internal:
<li><a href="/theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="/experiments" >Experiments (internal link)</a></li>
<br/>
External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>
<li><a href="https://gitlab.com/deadvey" >Gitlab (external link)</a></li>
<li><a href="https://mastodon.social/@DeaDvey" >Mastadon.social (external link)</a></li>
</li>
</div>
</body>
</html>`
if (typeof module !== 'undefined' && module.exports) {
module.exports = {
pageTop,
pageBottom
}
}

View File

@ -15,6 +15,10 @@
width: 100%; width: 100%;
} }
img:not(.feedicon) {
max-width: 100%
}
body { body {
background-color: #4C4E52; background-color: #4C4E52;
} }

View File

@ -5,6 +5,8 @@
Also, see below for links to my other stuff.</p> Also, see below for links to my other stuff.</p>
</div> </div>
<script src="html.js">
</script>
<script src="template.js"> <script src="template.js">
</script> </script>

View File

@ -3,37 +3,6 @@ let divText = div.innerHTML;
console.log(divText); console.log(divText);
let newPageHTML = ` let newPageHTML = `${pageTop}${divText}${pageBottom}`
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>DeaDvey's Domain</title>
<link rel="icon" href="../favicon.png">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div class="header main">
<img class="header-image" /><br/><a href="http://deadvey.com">Home page</a> | <a href="blog/index.html">Blogs</a> <a href="blog/feed.xml"><img width="16" src="feedIcon.png" /></a> | <a href="videos/index.html">Videos</a>
</div>
<hr/>
<div class="main">
${divText}
</div>
<div class="footer">
<hr/>
<li>
Internal:
<li><a href="theunderlandcouk" >theunderland webpages (internal link)</a></li>
<li><a href="experiments.html" >Experiments (internal link)</a></li>
<br/>
External:
<li><a href="https://github.com/DeaDvey" >Github (external link)</a></li>
<li><a href="https://gitlab.com/deadvey" >Gitlab (external link)</a></li>
<li><a href="https://mastodon.social/@DeaDvey" >Mastadon.social (external link)</a></li>
</li>
</div>
</body>
</html>`
document.body.innerHTML = newPageHTML document.body.innerHTML = newPageHTML

1
videos/index.html Normal file
View File

@ -0,0 +1 @@
under construction...