Update 'www/index.html'
This commit is contained in:
parent
bc158357ce
commit
34a3d633d3
116
www/index.html
116
www/index.html
|
@ -17,6 +17,41 @@
|
|||
color: white;
|
||||
text-align: center;
|
||||
}
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#myInput {
|
||||
background-image: url('/css/searchicon.png');
|
||||
background-position: 10px 12px;
|
||||
background-repeat: no-repeat;
|
||||
width: 100%;
|
||||
font-size: 16px;
|
||||
padding: 12px 20px 12px 40px;
|
||||
border: 1px solid #ddd;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
|
||||
#myUL {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#myUL li a {
|
||||
border: 1px solid #ddd;
|
||||
margin-top: -1px; /* Prevent double borders */
|
||||
background-color: #f6f6f6;
|
||||
padding: 12px;
|
||||
text-decoration: none;
|
||||
font-size: 18px;
|
||||
color: black;
|
||||
display: block
|
||||
}
|
||||
|
||||
#myUL li a:hover:not(.header) {
|
||||
background-color: #eee;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
@ -24,26 +59,28 @@
|
|||
<h3>Sitemap to EVERYTHING Sarimoko!</h3>
|
||||
<p>From sub.domains to various platforms, all the links/urls should be here!</p>
|
||||
|
||||
<h3>Share Links / Re-Directs</h3>
|
||||
<h5>The Bugs</h5>
|
||||
<p>Report bugs, issues, & other problems!</p>
|
||||
<h5>The Cord</h5>
|
||||
<p>Discord invite redirect, wait 5 secord or click the button!</p>
|
||||
<h5>The Heyo</h5>
|
||||
<p>Hello Worlds repo's for lots of various codex's and coding languages!</p>
|
||||
<h5>The Live</h5>
|
||||
<p>Twitch redirect to the live stream, wait 5 secord or click the button!</p>
|
||||
<h5>The Tube</h5>
|
||||
<p>YouTube redirect to #playlist, wait 5 secord or click the button!</p>
|
||||
<h3>EZ Share / Re-Directs</h3>
|
||||
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.." title="Type in a name">
|
||||
<ul id="myUL">
|
||||
<li><a href="#">Bugs</a> | Report bugs, issues, & other problems!</li>
|
||||
<li><a href="#">Cord</a> | Discord invite redirect, wait 5 secord or click the button!</li>
|
||||
<li><a href="#">Heyo</a> | Hello Worlds repo's for lots of various codex's and coding languages!</li>
|
||||
<li><a href="#">Live</a> | Twitch redirect to the live stream, wait 5 secord or click the button!</li>
|
||||
<li><a href="#">Tube</a> | YouTube redirect to #playlist, wait 5 secord or click the button!</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>Donations/Tips & Support</h3>
|
||||
<p>Cash | Private<p>
|
||||
<p>Coin | Buy/Earn Sari-Coin Crypto-Tokens (NOT A CRYPTO-CURRENCY YET)<p>
|
||||
<p>Fund | GoFundMe campaigns categorized per objective.<p>
|
||||
<p>Help | Get & give help.<p>
|
||||
<p>Mine | Earn crypto for yourself or for Sarimoko on his blockchain.<p>
|
||||
<p>Tips | Financially support with donations & crypto transfers<p>
|
||||
<p>Wish | Amazon Wishlist sorted by sub-categories.<p>
|
||||
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.." title="Type in a name">
|
||||
<ul id="myUL">
|
||||
<li><a href="#">Cash</a> | Private contributions but not anonymous.</li>
|
||||
<li><a href="#">Coin</a> | Buy/Earn Sari-Coin Crypto-Tokens (NOT A CRYPTO-CURRENCY YET)</li>
|
||||
<li><a href="#">Fund</a> | GoFundMe campaigns categorized per objective.</li>
|
||||
<li><a href="#">Help</a> | Get & give help.</li>
|
||||
<li><a href="#">Mine</a> | Earn crypto for yourself or for Sarimoko on his blockchain.</li>
|
||||
<li><a href="#">Tips</a> | Financially support with donations & crypto transfers</li>
|
||||
<li><a href="#">Wish</a> | Amazon Wishlist sorted by sub-categories.</li>
|
||||
</ul>
|
||||
|
||||
<h3>Goods & Services</h3>
|
||||
<p>Cali | In-Person covering Nor.Cal area!<p>
|
||||
|
@ -93,19 +130,44 @@
|
|||
<p> GitHub | Gist | https://gist.github.com/sarimoko</p>
|
||||
|
||||
<h5>Social Media</h5>
|
||||
<p>Facebook | Page | https://facebook.com/sarimoko.o</p>
|
||||
<p>Facebook | Profile | https://facebook.com/sarimoko.live</p>
|
||||
<p>Instagram | https://www.instagram.com/sari.moko/</p>
|
||||
<p>Reddit | Profile | https://www.reddit.com/user/sarimoko-o</p>
|
||||
<p>Reddit | Sub-Reddit | https://www.reddit.com/r/Sarimoko_o/</p>
|
||||
<p>SoundCloud | https://soundcloud.com/sarimoko</p>
|
||||
<p>TikTok | https://www.tiktok.com/@sarimoko</p>
|
||||
<p>Twitter | https://twitter.com/sarimoko_o</p>
|
||||
<p>YouTube | https://youtube.com/c/sarimoko</p>
|
||||
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names.." title="Type in a name">
|
||||
<ul id="myUL">
|
||||
<li><a href="#">Deviant Art</a></li>
|
||||
<li><a href="https://facebook.com/sarimoko.o">Facebook</a> | Page</li>
|
||||
<li><a href="https://facebook.com/sarimoko.live">Facebook</a> | Profile</li>
|
||||
<li><a href="#"></a> | </li>
|
||||
<li><a href="https://www.instagram.com/sari.moko/">Instagram</a></li>
|
||||
<li><a href="https://www.reddit.com/user/sarimoko-o">Reddit</a> | Profile</li>
|
||||
<li><a href="https://www.reddit.com/r/Sarimoko_o/">Reddit</a> | Sub-Reddit</li>
|
||||
<li><a href="https://soundcloud.com/sarimoko">SoundCloud</a></li>
|
||||
<li><a href="#">Spotify</a> | COMING SOON!</li>
|
||||
<li><a href="https://www.tiktok.com/@sarimoko">TikTok</a></li>
|
||||
<li><a href="#">Twitch</a></li>
|
||||
<li><a href="https://twitter.com/sarimoko_o">Twitter</a></li>
|
||||
<li><a href="https://youtube.com/c/sarimoko">YouTube</a></li>
|
||||
</ul>
|
||||
|
||||
<h5>Social Blade Analytics</h5>
|
||||
<p>Twitch | https://socialblade.com/twitch/user/sarimoko</p>
|
||||
|
||||
<script>
|
||||
function myFunction() {
|
||||
var input, filter, ul, li, a, i, txtValue;
|
||||
input = document.getElementById("myInput");
|
||||
filter = input.value.toUpperCase();
|
||||
ul = document.getElementById("myUL");
|
||||
li = ul.getElementsByTagName("li");
|
||||
for (i = 0; i < li.length; i++) {
|
||||
a = li[i].getElementsByTagName("a")[0];
|
||||
txtValue = a.textContent || a.innerText;
|
||||
if (txtValue.toUpperCase().indexOf(filter) > -1) {
|
||||
li[i].style.display = "";
|
||||
} else {
|
||||
li[i].style.display = "none";
|
||||
}
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
<script>
|
||||
</script>
|
||||
|
|
Loading…
Reference in New Issue