web buttons!
This commit is contained in:
parent
0fe5d29361
commit
b241e22aba
2 changed files with 165 additions and 144 deletions
16
index.html
16
index.html
|
@ -22,10 +22,24 @@
|
||||||
<input type="button" onclick="location.href='https://twitter.com/ArtsieSophie';" value="Twitter (Art)">
|
<input type="button" onclick="location.href='https://twitter.com/ArtsieSophie';" value="Twitter (Art)">
|
||||||
<input type="button" onclick="location.href='https://glaceon.social/@IDeletedSystem64';" value="glaceon.social">
|
<input type="button" onclick="location.href='https://glaceon.social/@IDeletedSystem64';" value="glaceon.social">
|
||||||
<input type="button" onclick="location.href='https://mastodon.art/@ArtsieSophie';" value="mastodon.art">
|
<input type="button" onclick="location.href='https://mastodon.art/@ArtsieSophie';" value="mastodon.art">
|
||||||
|
<input type="button" onclick="location.href='https://tumblr.com/IDeletedSystem64';" value="Tumblr">
|
||||||
<input type="button" onclick="location.href='https://deviantart.com/IDeletedSystem64';" value="DeviantART">
|
<input type="button" onclick="location.href='https://deviantart.com/IDeletedSystem64';" value="DeviantART">
|
||||||
<input type="button" onclick="location.href='https://github.com/IDeletedSystem64';" value="GitHub">
|
<input type="button" onclick="location.href='https://github.com/IDeletedSystem64';" value="GitHub">
|
||||||
<input type="button" onclick="location.href='https://steamcommunity.com/id/system64_';" value="Steam">
|
<input type="button" onclick="location.href='https://steamcommunity.com/id/system64_';" value="Steam">
|
||||||
<input type="button" onclick="location.href='https://open.spotify.com/user/w2kr77l67qtystmkuza8k2mcs';" value="Spotify">
|
<input type="button" onclick="location.href='https://open.spotify.com/user/w2kr77l67qtystmkuza8k2mcs';" value="Spotify">
|
||||||
<a href="https://github.com/IDeletedSystem64/system64.neocities.org"><img class="githubico" src="img/github-32px.png">
|
|
||||||
|
<div class="webbutton">
|
||||||
|
<p><a href="http://www.theoldnet.com/#frombadge" title="Are you tired of this new Internet yet? Time to Get TheOldNet!"><img class=webbutton src="/img/webbutton/oldnet.gif"></a></p>
|
||||||
|
<p><a href="https://neocities.org" title="Host a free homepage with Neocities!"><img class=webbutton src="/img/webbutton/neocities.gif"></a></p>
|
||||||
|
<p><a href="https://instances.social/" title="Find and join a Mastodon instance!"><img class=webbutton src="/img/webbutton/masto.gif"></a></p>
|
||||||
|
<p><a href="https://kernel.org/" title="Built using Linux"><img class=webbutton src="/img/webbutton/gnu-linux.gif"></a></p>
|
||||||
|
<p><a href="https://gitea.io/" title="Gitea is a painless self-hosted Git service similar to GitHub or GitLab."><img class=webbutton src="/img/webbutton/gitea.gif"></a></p>
|
||||||
|
<p><a href="https://firefox.com/" title="Firefox is a web browser, and my favorite especially for web development."><img class=webbutton src="/img/webbutton/firefoxnow.gif"></a></p>
|
||||||
|
<p><a href="https://browser.pony.house/" title="Add ponies to your website!"><img class=webbutton src="/img/webbutton/browserpony.gif"></a></p>
|
||||||
|
<p><a href="https://code.visualstudio.com/" title="The code editor I used for this website, as well as other projects!"><img class=webbutton src="/img/webbutton/vscode.gif"></a></p>
|
||||||
|
|
||||||
|
</a><a style="display: none;" rel="me" href="https://glaceon.social/@IDeletedSystem64">Mastodon</a> <!-- verification for mastodon main acc -->
|
||||||
|
<a style="display: none;" rel="me" href="https://mastodon.art/@ArtsieSophie">Mastodon</a> <!-- verification for mastodon art acc -->
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
|
@ -1,143 +1,150 @@
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Bitter:wght@600&display=swap');
|
||||||
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
|
@import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap');
|
||||||
/* Import Fonts */
|
/* Import Fonts */
|
||||||
|
|
||||||
header {
|
header {
|
||||||
background: linear-gradient(#072CFF, #00137F );
|
background: linear-gradient(#072CFF, #00137F );
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
width: 100%
|
width: 100%
|
||||||
}
|
}
|
||||||
h1.header {
|
h1.header {
|
||||||
padding: 32px;
|
padding: 32px;
|
||||||
font-family: 'Bitter', serif;
|
font-family: 'Bitter', serif;
|
||||||
color: white;
|
color: white;
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
p.intro {
|
p.intro {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 2.5vw;
|
font-size: 2.5vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
p.info {
|
p.info {
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1.25vw;
|
font-size: 1.25vw;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
div.main {
|
div.main {
|
||||||
top: 10%;
|
top: 10%;
|
||||||
right: 25%;
|
right: 25%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-image: url("/img/bg.jpg");
|
background-image: url("/img/bg.jpg");
|
||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
display: block;
|
display: block;
|
||||||
min-width: 250px;
|
min-width: 250px;
|
||||||
background: #dad9d9;
|
background: #dad9d9;
|
||||||
font-size: 170%;
|
font-size: 170%;
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
color: black;
|
color: black;
|
||||||
box-shadow: inset -0.05em -0.05em black
|
box-shadow: inset -0.05em -0.05em black
|
||||||
}
|
}
|
||||||
input:active {
|
input:active {
|
||||||
background: #acacac;
|
background: #acacac;
|
||||||
box-shadow: inset 0em 0em
|
box-shadow: inset 0em 0em
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.button {
|
.button {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
outline: none;
|
outline: none;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: 0.3s ease-in-out;
|
transition: 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.button1 {
|
.button.button1 {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-height: 23px;
|
min-height: 23px;
|
||||||
color: #000;
|
color: #000;
|
||||||
padding: 0 2px 2px 0;
|
padding: 0 2px 2px 0;
|
||||||
border-top: 1px solid #CCCCCC;
|
border-top: 1px solid #CCCCCC;
|
||||||
border-right: 0.1px solid transparent;
|
border-right: 0.1px solid transparent;
|
||||||
border-bottom: 1px solid #333333;
|
border-bottom: 1px solid #333333;
|
||||||
border-left: 1px solid #CCCCCC;
|
border-left: 1px solid #CCCCCC;
|
||||||
background-color: #979797;
|
background-color: #979797;
|
||||||
width: 15%;
|
width: 15%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.button1 span {
|
.button.button1 span {
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
margin-left: auto;
|
margin-left: auto;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: #dad9d9;
|
background: #dad9d9;
|
||||||
font-size: 170%;
|
font-size: 170%;
|
||||||
font-family: 'Share Tech Mono', monospace;
|
font-family: 'Share Tech Mono', monospace;
|
||||||
box-shadow: inset -0.05em -0.05em black;
|
box-shadow: inset -0.05em -0.05em black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.button.button1 span:hover,
|
.button.button1 span:hover,
|
||||||
.button.button1:hover + .button.button1 span {
|
.button.button1:hover + .button.button1 span {
|
||||||
background-color: #ACACAC;
|
background-color: #ACACAC;
|
||||||
border-top: 1px solid transparent;
|
border-top: 1px solid transparent;
|
||||||
border-right: 0.1px solid #dad9d9;
|
border-right: 0.1px solid #dad9d9;
|
||||||
border-bottom: 1px solid #dad9d9;
|
border-bottom: 1px solid #dad9d9;
|
||||||
border-left: 1px solid transparent;
|
border-left: 1px solid transparent;
|
||||||
box-shadow: inset -0.05em -0.05em transparent;}
|
box-shadow: inset -0.05em -0.05em transparent;}
|
||||||
.button.button1:hover {
|
.button.button1:hover {
|
||||||
background-color: #ACACAC;
|
background-color: #ACACAC;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.githubico {
|
div.webbutton {
|
||||||
left: 47.5%;
|
margin: auto;
|
||||||
position: fixed;
|
width: 264px;
|
||||||
}
|
padding-top: 3px;
|
||||||
|
}
|
||||||
/* I'm mad that I have to make this mobile-compatible, Lol. https://twitter.com/IDeleteSystem64/status/1512218098325147655?s=20&t=Hz4V-vxmywYwTMvuBbCAZQ */
|
img.webbutton{
|
||||||
@media only screen and (max-width: 980px) {
|
width: 88px;
|
||||||
p.intro {
|
height: 31px;
|
||||||
font-size: 8vw;
|
float: left;
|
||||||
}
|
text-align: center;
|
||||||
header {
|
}
|
||||||
height: 75px;
|
|
||||||
}
|
/* I'm mad that I have to make this mobile-compatible, Lol. https://twitter.com/IDeleteSystem64/status/1512218098325147655?s=20&t=Hz4V-vxmywYwTMvuBbCAZQ */
|
||||||
h1.header {
|
@media only screen and (max-width: 980px) {
|
||||||
font-size: 60px;
|
p.intro {
|
||||||
padding-left: 25%;
|
font-size: 8vw;
|
||||||
}
|
padding-top: 10px;
|
||||||
input {
|
}
|
||||||
margin-left: -10%;
|
header {
|
||||||
font-size: 7vw;
|
height: 75px;
|
||||||
-webkit-text-size-adjust:100%;
|
}
|
||||||
min-width: 125%;
|
h1.header {
|
||||||
max-width: 125;
|
font-size: 60px;
|
||||||
}
|
padding-left: 25%;
|
||||||
p.info {
|
}
|
||||||
font-family: 'Share Tech Mono', monospace;
|
input {
|
||||||
color: white;
|
margin-left: -10%;
|
||||||
font-size: 4.5vw;
|
font-size: 7vw;
|
||||||
text-align: center;
|
-webkit-text-size-adjust:100%;
|
||||||
}
|
min-width: 125%;
|
||||||
}
|
max-width: 125;
|
||||||
/* Pronouns page stoof */
|
}
|
||||||
|
p.info {
|
||||||
|
font-family: 'Share Tech Mono', monospace;
|
||||||
|
color: white;
|
||||||
|
font-size: 4.5vw;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue