fix: compatibility with IE3, Netscape 7 and below
@@ -1,7 +1,11 @@
|
||||
/* centers the website */
|
||||
html {
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
|
||||
/* no idea why or how it works, but it works*/
|
||||
display: block;
|
||||
margin-left: 20%;
|
||||
margin-right: 20%;
|
||||
|
||||
background: rgb(18,24,217);
|
||||
background-color: rgba(18,24,217);
|
||||
background: url(../images/bg.gif) repeat 0 0;
|
||||
@@ -54,7 +58,7 @@ a:active {
|
||||
width: auto;
|
||||
height: auto;
|
||||
overflow: hidden;
|
||||
background: rgb(18,24,217);
|
||||
background: #1218d9;
|
||||
background-color: rgba(18,24,217,0.6);
|
||||
top: 0;
|
||||
left:0px;
|
||||
@@ -80,13 +84,11 @@ a:active {
|
||||
}
|
||||
|
||||
body {
|
||||
color: white;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: large;
|
||||
margin-left: 3px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
|
||||
BIN
images/footer/0xa0dev.jpeg
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 5.0 KiB |
BIN
images/footer/drawbu_dev.jpeg
Normal file
|
After Width: | Height: | Size: 6.0 KiB |
|
Before Width: | Height: | Size: 2.2 KiB |
BIN
images/footer/gnu_linux.jpeg
Normal file
|
After Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 550 B |
BIN
images/footer/patate_dev.jpeg
Normal file
|
After Width: | Height: | Size: 6.2 KiB |
|
Before Width: | Height: | Size: 2.0 KiB |
BIN
images/footer/tor.jpeg
Normal file
|
After Width: | Height: | Size: 6.3 KiB |
|
Before Width: | Height: | Size: 6.1 KiB |
|
Before Width: | Height: | Size: 5.4 KiB |
BIN
images/patate_dev_banner.jpeg
Normal file
|
After Width: | Height: | Size: 11 KiB |
@@ -1,6 +1,6 @@
|
||||
<!--#include virtual="pages/header.html" -->
|
||||
<p>Hey you, thanks for passing by, let me introduce myself. I'm a French C/C++/Python/ASM coder who is interested in reverse engineering, Eurobeat music and 90's looking websites.</p>
|
||||
<p>I don't know how you found this website but be free to check <a href="pages/blog.html" aria-label="my blog">my blog</a> where i post random stuff.</p>
|
||||
<p>I don't know how you found this website but be free to check <a href="pages/blog.html" aria-label="my blog">my blog</a> where i post random stuff.</p>
|
||||
|
||||
<br>
|
||||
<p>I run Arch Linux, i3 and Emacs: <a href="//github.com/ALittlePatate/dotfiles" aria-label="dotfiles"> my dotfiles.</a></p>
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<footer id="foot">
|
||||
<a href="//gnu.org" aria-label="GNU website"><img alt="GNU/Linux" src="/images/footer/gnu_linux.png" width="88" height="31"/></a>
|
||||
<a href="//gnu.org" aria-label="GNU website"><img alt="GNU/Linux" src="/images/footer/gnu_linux.jpeg" width="88" height="31"/></a>
|
||||
<img alt="" src="/images/footer/internet-privacy.gif" width="88" height="31"/>
|
||||
<a href="//torproject.org" aria-label="Tor project"><img alt="Tor" src="/images/footer/tor.png" width="88" height="31"/></a>
|
||||
<a href="." aria-label="patate.dev"><img alt="patate.dev" src="/images/footer/patate_dev.png" width="88" height="31"/></a>
|
||||
<a href="//tprog.md" aria-label="tprog.md"><img alt="tprog" src="/images/footer/tprog.png" width="88" height="31"/></a>
|
||||
<a href="//0xa0.dev" aria-label="0xa0.dev"><img alt="0xa0" src="/images/footer/0xa0dev.png" width="88" height="31"/></a>
|
||||
<a href="//drawbu.dev" aria-label="drawbu.dev"><img alt="drawbu" src="/images/footer/drawbu_dev.png" width="88" height="31"/></a>
|
||||
<a href="//torproject.org" aria-label="Tor project"><img alt="Tor" src="/images/footer/tor.jpeg" width="88" height="31"/></a>
|
||||
<a href="." aria-label="patate.dev"><img alt="patate.dev" src="/images/footer/patate_dev.jpeg" width="88" height="31"/></a>
|
||||
<a href="//0xa0.dev" aria-label="0xa0.dev"><img alt="0xa0" src="/images/footer/0xa0dev.jpeg" width="88" height="31"/></a>
|
||||
<a href="//drawbu.dev" aria-label="drawbu.dev"><img alt="drawbu" src="/images/footer/drawbu_dev.jpeg" width="88" height="31"/></a>
|
||||
</footer>
|
||||
</font>
|
||||
@@ -7,13 +7,14 @@
|
||||
<title>~Blog of a French coder~</title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/styles.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<a href="/" aria-label="patate.dev"><img alt="Spike" src="/images/spike.jpg" id="spike" width="125.583" height="95.6833"></a>
|
||||
<div class="menu">
|
||||
<a href="/pages/blog.html" aria-label="the blog"> the blog</a>
|
||||
<a href="//github.com/ALittlePatate" aria-label="github">github</a>
|
||||
<a href="/gpg/key.txt" aria-label="gpg key">gpg key</a>
|
||||
<a href="/php/guestbook.php" aria-label="guestbook">guestbook</a>
|
||||
</div>
|
||||
</div>
|
||||
<body background="../images/bg.gif">
|
||||
<div class="header">
|
||||
<a href="/" aria-label="patate.dev"><img alt="Spike" src="/images/spike.jpg" id="spike" width="125.583" height="95.6833"></a>
|
||||
<div background="../images/bg.gif" class="menu">
|
||||
<a href="/pages/blog.html" aria-label="the blog"> the blog</a>
|
||||
<a href="//github.com/ALittlePatate" aria-label="github">github</a>
|
||||
<a href="/gpg/key.txt" aria-label="gpg key">gpg key</a>
|
||||
<a href="/php/guestbook.php" aria-label="guestbook">guestbook</a>
|
||||
</div>
|
||||
</div>
|
||||
<font color="white">
|
||||