Skip to content

Commit

Permalink
Added Newgrounds, OS, & OS Rooms Links
Browse files Browse the repository at this point in the history
Added Newgrounds, Online Sequencer, and Online Sequencer Rooms links
  • Loading branch information
OftenUser authored Jul 27, 2024
1 parent a334035 commit 6bd5a38
Showing 1 changed file with 50 additions and 5 deletions.
55 changes: 50 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,14 +311,17 @@
<body onload="document.getElementById('oftenGuyVideoPlayer').click();">
<script src="https://cdn.jsdelivr.net/combine/npm/jquery@3.5.1,npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js,npm/@iconify/iconify@1.0.7" crossorigin></script>
<div class="header" style="text-align: center;">
<h1 style="padding-top:10px">OftenGuy</h1><hr>
<p style="padding-top:20px;">Just a boring black and white "thing" who's here often.</p>
<h1 style="padding-top: 10px">OftenGuy</h1><hr>
<p style="padding-top: 20px;">Just a boring black and white "thing" who's here often.</p>
</div><br>
<div class="topnav" style="text-align: center;">
<a href="https://youtube.com/channel/UCu7a0qLsRb1TNutICA1EZuw?sub_confirmation=1" title="YouTube" id="navLink1" target="_blank">YouTube</a>&nbsp;&nbsp;&nbsp;
<a href="https://scratch.mit.edu/users/OftenScratcher" title="Scratch" id="navLink2" target="_blank">Scratch</a>&nbsp;&nbsp;&nbsp;
<a href="https://roblox.com/users/3445717475/profile" title="Roblox" id="navLink3" target="_blank">Roblox</a>&nbsp;&nbsp;&nbsp;
<a href="https://soundcloud.com/OftenGuy" title="SoundCloud" id="navLink4" target="_blank">SoundCloud</a>
<a href="https://soundcloud.com/OftenGuy" title="SoundCloud" id="navLink4" target="_blank">SoundCloud</a>&nbsp;&nbsp;&nbsp;
<a href="https://oftenuser.newgrounds.com" title="Newgrounds" id="navLink5" target="_blank">Newgrounds</a>&nbsp;&nbsp;&nbsp;
<a href="https://onlinesequencer.net/members/128045" title="Online Sequencer" id="navLink6" target="_blank">Online Sequencer</a>&nbsp;&nbsp;&nbsp;
<a href="https://rooms.onlinesequencer.net/members/38" title="Online Sequencer Rooms" id="navLink7" target="_blank">Online Sequencer Rooms</a>
</div><br>
<div align='center'><a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter"><img src='https://www.free-website-hit-counter.com/c.php?d=9&id=161590&s=18' border='0' alt='Free Website Hit Counter'></a><br / ><small><a href='https://www.free-website-hit-counter.com' title="Free Website Hit Counter">Free Website Hit Counter</a></small></div>
<div class="row" style="text-align: center;">
Expand All @@ -340,11 +343,14 @@ <h2>Games & Things I Made</h2>
</div>
</div>
<div class="footer" style="text-align: center; height: 100px;">
<p><b>&copy; OftenGuy &copy;</b></p><little>V1 Build 112</little><br><br>
<p><b>&copy; OftenGuy &copy;</b></p><little>V1 Build 113</little><br><br>
<a href="https://youtube.com/channel/UCu7a0qLsRb1TNutICA1EZuw?sub_confirmation=1" title="YouTube" id="footerIcon1" target="_blank"><span class="iconify" data-icon="simple-icons:youtube"><noscript>YouTube</noscript></span></a>&nbsp;&nbsp;&nbsp;
<a href="https://scratch.mit.edu/users/OftenScratcher" title="Scratch" id="footerIcon2" target="_blank"><span class="iconify" data-icon="simple-icons:scratch"><noscript>Scratch</noscript></span></a>&nbsp;&nbsp;&nbsp;
<a href="https://roblox.com/users/3445717475/profile" title="Roblox" id="footerIcon3" target="_blank"><span class="iconify" data-icon="simple-icons:roblox"><noscript>Roblox</noscript></span></a>&nbsp;&nbsp;&nbsp;
<a href="https://soundcloud.com/OftenGuy" title="SoundCloud" id="footerIcon4" target="_blank"><span class="iconify" data-icon="simple-icons:soundcloud"><noscript>SoundCloud</noscript></span></a>
<a href="https://soundcloud.com/OftenGuy" title="SoundCloud" id="footerIcon4" target="_blank"><span class="iconify" data-icon="simple-icons:soundcloud"><noscript>SoundCloud</noscript></span></a>&nbsp;&nbsp;&nbsp;
<a href="https://oftenuser.newgrounds.com" title="Newgrounds" id="footerIcon5" target="_blank"><span class="iconify" data-icon="game-icons:battle-tank"><noscript>Newgrounds</noscript></span></a>&nbsp;&nbsp;&nbsp;
<a href="https://onlinesequencer.net/members/128045" title="Online Sequencer" id="footerIcon6" target="_blank"><span class="iconify" data-icon="ps:piano"><noscript>Online Sequencer</noscript></span></a>&nbsp;&nbsp;&nbsp;
<a href="https://rooms.onlinesequencer.net/members/38" title="Online Sequencer Rooms" id="footerIcon7" target="_blank"><span class="iconify" data-icon="mdi:door"><noscript>Online Sequencer Rooms</noscript></span></a>&nbsp;&nbsp;&nbsp;
</div>
<style>
body {
Expand Down Expand Up @@ -381,6 +387,18 @@ <h2>Games & Things I Made</h2>
#footerIcon4 {
color: black;
}

#footerIcon5 {
color: black;
}

#footerIcon6 {
color: black;
}

#footerIcon7 {
color: black;
}

#footerIcon1:hover {
color: white;
Expand All @@ -397,6 +415,18 @@ <h2>Games & Things I Made</h2>
#footerIcon4:hover {
color: white;
}

#footerIcon5:hover {
color: white;
}

#footerIcon6:hover {
color: white;
}

#footerIcon7:hover {
color: white;
}

.header {
background: black;
Expand Down Expand Up @@ -430,6 +460,21 @@ <h2>Games & Things I Made</h2>
color: white;
background: #222;
}

#navLink5 {
color: white;
background: #222;
}

#navLink6 {
color: white;
background: #222;
}

#navLink7 {
color: white;
background: #222;
}

.topnav a:hover {
font-size: 15px;
Expand Down

0 comments on commit 6bd5a38

Please sign in to comment.