Files
Website/buttons/index.html
T

112 lines
4.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>
[ Buttons | easthighNerd ]
</title>
<link href="/res/css/default.css" rel="stylesheet">
<link href="/res/img/favicon.gif" rel="icon" type="image/gif">
<link rel="me" href="https://raru.re/@easthighNerd">
</head>
<body class="window">
<div class="window_bar">
<p>
Buttons
</p>
<a href="/home/" class="close_button">
<img src="/res/img/close.png" width="48px" height="48px" alt="Close button">
</a>
<div class="explorer_bar_top">
<div class="menu_bar">
<p>
File&emsp;Edit&emsp;View&emsp;Favorites&emsp;Tools&emsp;Help
</p>
</div>
<div class="navigation_bar">
<p>
<img src="/res/img/back.png" width="23px" height="23px" alt="Back button" style="filter: grayscale(1)">
Back
</p>
</div>
<div class="address_bar">
<p>
https://www.easthighnerd.net/
</p>
</div>
</div>
</div>
<div class="window_content">
<!-- 88x31 -->
<!--<a href="https:///" target="_blank"><img src="/res/img/badges/" alt="" width="88px" height="31px"></a>-->
<!-- 32x32 -->
<!--<a href="https:///" target="_blank"><img src="/res/img/buttons/" alt="" width="32px" height="32px"></a>-->
<div class="button_container"
style="position: absolute; top: 0px; left: 4px;">
<h2 style="text-align: center;">
My Badges
</h2>
<div style="overflow: auto; calc(100%-20px); margin-top: -8px;">
<div class="web_buttons">
<!-- Badges -->
<p><a href="/res/img/badges/large/web-badge-large.gif" target="_blank"><img src="/res/img/badges/web-badge.gif" alt="" width="88px" height="31px"></a>
<a href="/res/img/badges/large/web-badge-2-large.gif" target="_blank"><img src="/res/img/badges/web-badge-2.gif" alt="" width="88px" height="31px"></a></p>
</div>
</div>
</div>
<div class="button_container"
style="position: absolute; bottom: 4px; left: 4px;">
<h2 style="text-align: center;">
Others Badges
</h2>
<div style="overflow: auto; calc(100%-20px); margin-top: -8px;">
<div class="web_buttons">
<p><a href="https://yesterweb.org/no-to-web3/" target="_blank"><img src="/res/img/badges/roly-saynotoweb3.gif" alt="Say no to Web3" width="88px" height="31px"></a>
<a href="https://yesterweb.org/" target="_blank"><img src="/res/img/badges/yesterweb.png" alt="The Yesterweb" width="88px" height="31px"></a>
<a href="https://www.homestuck.com/sweet-bro-and-hella-jeff" target="_blank"><img src="/res/img/badges/sbahj.jpg" alt="sweet bro and hella jeff" width="88px" height="31px"></a>
<a href="https://ribo.zone/" target="_blank"><img src="/res/img/badges/ribozone.gif" alt="ribose" width="88px" height="31px"></a>
<a href="https://32bit.cafe/" target="_blank"><img src="/res/img/badges/32b-neon.gif" alt="32-Bit Cafe" width="88px" height="31px"></a>
<a href="https://sapoweb.neocities.org/" target="_blank"><img src="/res/img/badges/sapo_banner.gif" alt="where cinders lie" width="88px" height="31px"></a></p>
</div>
<div class="web_buttons">
<p><img src="/res/img/badges/brokenimg.png" alt="Broken image" width="88px" height="31px">
<img src="/res/img/badges/cookie.png" alt="No cookies" width="88px" height="31px">
<img src="/res/img/badges/i_dream_in_html.gif" alt="I dream in HTML" width="88px" height="31px">
<img src="/res/img/badges/bestcomp.gif" alt="Best viewed with a computer" width="88px" height="31px">
<img src="/res/img/badges/debian-powered.gif" alt="Debian powered" width="88px" height="31px"></p>
</div>
</div>
</div>
<div class="button_container"
style="position: absolute; top: 0px; right: 4px;">
<h2 style="text-align: center;">
My Buttons
</h2>
<div style="overflow: auto; calc(100%-20px); margin-top: -8px;">
<div class="web_buttons">
<!-- Buttons -->
<p><a href="/res/img/buttons/large/web-button-2-large.gif" target="_blank"><img src="/res/img/buttons/web-button-2.gif" width="32px" height="32px"></a>
<a href="/res/img/buttons/large/trans_flag-shine-large.gif" target="_blank"><img src="/res/img/buttons/trans_flag-shine.gif" width="32px" height="32px"></a></p>
</div>
</div>
</div>
<div class="button_container"
style="position: absolute; bottom: 4px; right: 4px;">
<h2 style="text-align: center;">
Others Buttons
</h2>
<div style="overflow: auto; calc(100%-20px); margin-top: -8px;">
<div class="web_buttons">
</div>
</div>
</div>
</div>
<div class="explorer_bar_bottom">
<p>
https://www.easthighnerd.net/
</p>
</div>
</body>
</html>