Skip to content

Commit

Permalink
overhall
Browse files Browse the repository at this point in the history
  • Loading branch information
home-gihub committed Aug 24, 2024
1 parent 9377e1e commit 5afe32f
Show file tree
Hide file tree
Showing 4 changed files with 312 additions and 266 deletions.
148 changes: 39 additions & 109 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,68 +1,25 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css"/>

<title>Theo's cool site!</title>
<meta name="title" content="Theo's cool site!" />
<meta name="description" content="My personal website for me." />

<meta property="og:type" content="website" />
<meta property="og:url" content="https://home-gihub.github.io/" />
<meta property="og:title" content="Theo's cool site!" />
<meta property="og:description" content="My personal website for me." />
<meta property="og:image" content="./button.gif" />

<meta property="twitter:card" content="summary" />
<meta property="twitter:url" content="https://home-gihub.github.io" />
<meta property="twitter:title" content="Theo's cool site!" />
<meta property="twitter:description" content="My personal website for me." />


<!-- separator from theoldnet -->
</head>
<body>
<div style="text-align: center;width: 100%;">

<div class="pageheader">
<p>Theo's cool site!</p>
<div style="font-size: medium;border-top: 1px solid black;padding-top: 1%;padding-bottom: 1%;">
<a href="./index.html">Home</a>
โ€ข
<a href="./stuff.html">Stuff</a>
</div>
</div>

<br>
<div class="pagecontent">

<div class="sectionbox">
<div class="header">Welcome!</div>
<div class="content">
<p>Hi viewer! Im Theo, i like playing video games and programing.</p>
<p>Thank's for visiting my little site.</p>
<p>Now that we've got that out of the way, here are some links for you.</p>
</div>
</div>

<br>

<div class="sectionbox">
<div class="header">Links</div>
<div class="content">

<a class="button" href="https://github.com/home-gihub">Github</a>
<a class="button" href="https://steamcommunity.com/id/walterstoptryingtogetmysteamid/">Steam</a>
</div>
</div>

<br>

<div class="sectionbox" style="width:30%">
<div class="header">Buttons/Badges.</div>
<div class="content">
<html>
<head>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div id="container"><div id="header" style="height: 171px;"><h1 style="font-size:6em;">Theo's cool site!</h1></div>
<div id="headerArea">


<nav id="navbar" style="margin-bottom: 0px;"><ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./mybtn.html">My Button</a></li>
<li><a href="./stuff.html">Stuff</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul></nav></div>

<div id="flex">
<aside id="leftSidebar" style="margin-right: 0px;">
<h2>Buttons</h2>
<div class="content">
<!-- The Old Net Embed Code -->
<a href="http://www.theoldnet.com/#frombadge" title="Are you tired of this new Internet yet? Time to Get TheOldNet!">
<img src="http://www.theoldnet.com/images/theoldnetanimblur2.gif" width="88" height="31">
Expand All @@ -72,49 +29,22 @@
<a href="https://voupie.lol/"><img src="https://voupie.lol/index/voupiesite.gif"></a>
<a href="https://sunny-cities.neocities.org/"><img src="https://sunny-cities.neocities.org/sunny/graphics/decor/buttons/site%20buttons/sunny_cities_button.gif"></a>
<a href='https://blinkies.cafe' target='_blank'><img src='https://blinkies.cafe/b/display/blinkiesCafe-badge.gif' alt='blinkies.cafe | make your own blinkies!'></a>
<img src="./buttons/desktop.gif" />
<img src="./buttons/firefox4.gif" />
<img src="./buttons/html.gif" />
<img src="./buttons/web3.gif" />
<img src="./buttons/comp.png" />
<img src="./buttons/bestvw.gif" />
<img src="./buttons/anythingbut.gif" />
<img src="./buttons/firefoxnow.gif" />
<img src="./buttons/chrmevil.gif" />
<img src="./buttons/mswinmediaplayer7.gif" />
<img src="./buttons/notepad.gif" />
<img src="./buttons/nowebp.gif" />
</div></div>

<br>

<div class="sectionbox">
<div class="header">Blinkies.</div>
<div class="content">
<img src="./blinkiesCafe-yQ.gif" class="blinkie" title="credit: https://transbro.tumblr.com/" />
<img src="./blinkiesCafe-8N.gif" class="blinkie" title="credit: https://graphics-cafe.tumblr.com/" />
</div>
</div>

<br>

<div class="sectionbox">
<div class="header">My Button.</div>
<div class="content">
<p>Save this image:</p>
<img src="./button.gif"/>
<p>then, name it "button.gif" and place it into your site folder with your html file. </p>
<p>Now, put this code into your html:</p>
<textarea><a href="https://home-gihub.github.io/"><img src="./button.gif"/></a></textarea>

<h2>My links</h2>
<a class="button" href="https://github.com/home-gihub">Github</a>
<a class="button" href="https://steamcommunity.com/id/walterstoptryingtogetmysteamid/">Steam</a>
</aside>
<main>

<h2>Welcome to my webpage!</h2>
<p>You can click the buttons on the side to got to other people's websites</p>
<p>Or click on my links to go to my profiles!</p>

</main>

</div>

</div>

</div>

<br>
<br>

<P style="color: yellow;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;">Under Construction.</P>
</div>
</body>
</html>

</body>
</html>
55 changes: 55 additions & 0 deletions mybtn.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
<html>
<head>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div id="container"><div id="header" style="height: 171px;">
<h1 style="font-size:6em;">Theo's cool site!</h1>
</div>
<div id="headerArea">


<nav id="navbar" style="margin-bottom: 0px;"><ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./mybtn.html">My Button</a></li>
<li><a href="./stuff.html">Stuff</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul></nav></div>

<div id="flex">
<aside id="leftSidebar" style="margin-right: 0px;">
<h2>Buttons</h2>
<div class="content">
<!-- The Old Net Embed Code -->
<a href="http://www.theoldnet.com/#frombadge" title="Are you tired of this new Internet yet? Time to Get TheOldNet!">
<img src="http://www.theoldnet.com/images/theoldnetanimblur2.gif" width="88" height="31">
</a>
<!-- End The Old Net Embed Code -->
<a href="https://ultra0.xyz/"><img src="./buttons/basement_button.gif"/></a>
<a href="https://voupie.lol/"><img src="https://voupie.lol/index/voupiesite.gif"></a>
<a href="https://sunny-cities.neocities.org/"><img src="https://sunny-cities.neocities.org/sunny/graphics/decor/buttons/site%20buttons/sunny_cities_button.gif"></a>
<a href='https://blinkies.cafe' target='_blank'><img src='https://blinkies.cafe/b/display/blinkiesCafe-badge.gif' alt='blinkies.cafe | make your own blinkies!'></a>

<h2>My links</h2>
<a class="button" href="https://github.com/home-gihub">Github</a>
<a class="button" href="https://steamcommunity.com/id/walterstoptryingtogetmysteamid/">Steam</a>
</aside>
<main>

<h2>Here is my button to add to your webpages!</h2>
<p>Save this image:</p>
<img src="./button.gif"/>
<p>then, name it "button.gif" and place it into your site folder with your html file. </p>
<p>Now, put this code into your html:</p>
<textarea><a href="https://home-gihub.github.io/"><img src="./button.gif"/></a></textarea>

</main>

</div>

</div>

</body>
</html>
146 changes: 75 additions & 71 deletions stuff.html
Original file line number Diff line number Diff line change
@@ -1,79 +1,83 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>
My awesome site!
</title>
<link rel="stylesheet" href="./styles.css"/>
<!-- separator from theoldnet -->
</head>
<body>
<div style="text-align: center;width: fit-content;">
<div class="pageheader">
<p>Theo's cool site!</p>
<div style="font-size: medium;border-top: 1px solid black;padding-top: 1%;padding-bottom: 1%;">
<a href="./index.html">Home</a>
โ€ข
<a href="./stuff.html">Stuff</a>
</div>
</div>
<html>
<head>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div id="container"><div id="header" style="height: 171px;"><h1 style="font-size:6em;">Theo's cool site!</h1></div>
<div id="headerArea">


<nav id="navbar" style="margin-bottom: 0px;"><ul>
<li><a href="./index.html">Home</a></li>
<li><a href="./mybtn.html">My Button</a></li>
<li><a href="./stuff.html">Stuff</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
<li><a href="#">Link</a></li>
</ul></nav></div>

<br>
<div id="flex">
<aside id="leftSidebar" style="margin-right: 0px;">
<h2>Buttons</h2>
<div class="content">
<!-- The Old Net Embed Code -->
<a href="http://www.theoldnet.com/#frombadge" title="Are you tired of this new Internet yet? Time to Get TheOldNet!">
<img src="http://www.theoldnet.com/images/theoldnetanimblur2.gif" width="88" height="31">
</a>
<!-- End The Old Net Embed Code -->
<a href="https://ultra0.xyz/"><img src="./buttons/basement_button.gif"/></a>
<a href="https://voupie.lol/"><img src="https://voupie.lol/index/voupiesite.gif"></a>
<a href="https://sunny-cities.neocities.org/"><img src="https://sunny-cities.neocities.org/sunny/graphics/decor/buttons/site%20buttons/sunny_cities_button.gif"></a>
<a href='https://blinkies.cafe' target='_blank'><img src='https://blinkies.cafe/b/display/blinkiesCafe-badge.gif' alt='blinkies.cafe | make your own blinkies!'></a>

<h2>My links</h2>
<a class="button" href="https://github.com/home-gihub">Github</a>
<a class="button" href="https://steamcommunity.com/id/walterstoptryingtogetmysteamid/">Steam</a>
</aside>
<main>

<h2>Cool sites</h2>
<ul>
<li>MS Paint Online - <a href="https://www.jspaint.app">GO</a></li>
<li>Neocities free websites - <a href="https://www.neocities.org">GO</a></li>
</ul>
<h2>Ascii copy and paste</h2>
<p>
Drama going down:

<div class="sectionbox">
<div class="header">Stuff.</div>
<div class="content">
<p>Because where am i going to put it.</p>
</div>
</div>
๐Ÿฟ๐Ÿค๐Ÿ˜ฎ

<br>
Turtle astronomy:

<div class="sectionbox">
<div class="header">Cool websites.</div>
<div class="content">
<ul style="color: black;text-align: left;">
<li>MS Paint Online <a href="https://jspaint.app/">Take me there!</a></li>
<li>Neocities - Make a free website. <a href="https://neocities.org/">Take me there!</a></li>
</ul>
</div>
</div>
๐Ÿ”ญ๐Ÿข

<br>
Leave:

<div class="sectionbox">
<div class="header">Emoji combos.</div>
<div class="content">
<p>Drama going down:</p>
<p>๐Ÿฟ๐Ÿค๐Ÿ˜ฎ</p>
<p>Turtle astronomy:</p>
<p>๐Ÿ”ญ๐Ÿข</p>
<p>Leave:</p>
<p>๐Ÿ˜€๐Ÿ‘‰๐Ÿšช</p>
<p>w h a t?:</p>
<p>๐Ÿ˜ฎ๐Ÿ•ถ๐Ÿค</p>
<p>chess?</p>
<p>โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚โ™œโ™žโ™โ™›โ™šโ™โ™žโ™œโ”‚
โ”‚โ™Ÿโ™Ÿโ™Ÿโ™Ÿโ™Ÿโ™Ÿโ™Ÿโ™Ÿโ”‚
โ”‚ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”‚
โ”‚ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”‚
โ”‚ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”‚
โ”‚ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”‚
โ”‚โ™™โ™™โ™™โ™™โ™™โ™™โ™™โ™™โ”‚
โ”‚โ™–โ™˜โ™—โ™•โ™”โ™—โ™˜โ™–โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜</p>
</div>
</div>


๐Ÿ˜€๐Ÿ‘‰๐Ÿšช

<br>
<br>
w h a t?:

<P style="color: white;font-family: sans-serif;">Under Construction.</P>
</div>
</body>
</html>
๐Ÿ˜ฎ๐Ÿ•ถ๐Ÿค
</p>

<tt>
โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
โ”‚โ™œโ™žโ™โ™›โ™šโ™โ™žโ™œโ”‚
โ”‚โ™Ÿโ™Ÿโ™Ÿโ™Ÿโ™Ÿโ™Ÿโ™Ÿโ™Ÿโ”‚
โ”‚ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”‚
โ”‚ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”‚
โ”‚ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”‚
โ”‚ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”‚
โ”‚โ™™โ™™โ™™โ™™โ™™โ™™โ™™โ™™โ”‚
โ”‚โ™–โ™˜โ™—โ™•โ™”โ™—โ™˜โ™–โ”‚
โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
</tt>

</main>

</div>

</div>

</body>
</html>
Loading

0 comments on commit 5afe32f

Please sign in to comment.