fix: Google SEO, we're at 100% now
https://pagespeed.web.dev/analysis/https-www-patate-dev/8vutlin5kc\?form_factor\=desktop
This commit is contained in:
BIN
images/spike.jpg
BIN
images/spike.jpg
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 3.2 KiB |
11
index.html
11
index.html
@@ -1,11 +1,10 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<!--#include virtual="pages/header.html" -->
|
||||
<body>
|
||||
<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">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"> my dotfiles.</a></p>
|
||||
<p>I run Arch Linux, i3 and Emacs: <a href="//github.com/ALittlePatate/dotfiles" aria-label="dotfiles"> my dotfiles.</a></p>
|
||||
|
||||
<br>
|
||||
<p>Interests:<p>
|
||||
@@ -19,9 +18,9 @@
|
||||
|
||||
<p>Some projects of mine:<p>
|
||||
<ul>
|
||||
<li><a href="//github.com/ALittlePatate/patate-crypter">patate crypter</a> - Malware obfuscator, bypasses most AVs</li>
|
||||
<li><a href="//github.com/ALittlePatate/pasm">pasm</a> - x86 assembly-like interpreted scripting language meant for C2 agents</li>
|
||||
<li><a href="//github.com/ALittlePatate/taxidriver">TaxiDriver</a> - R/W kernel module for Linux (5.x - 6.x)</li>
|
||||
<li><a href="//github.com/ALittlePatate/patate-crypter" aria-label="patate crypter">patate crypter</a> - Malware obfuscator, bypasses most AVs</li>
|
||||
<li><a href="//github.com/ALittlePatate/pasm" aria-label="pasm">pasm</a> - x86 assembly-like interpreted scripting language meant for C2 agents</li>
|
||||
<li><a href="//github.com/ALittlePatate/taxidriver" aria-label="TaxiDriver">TaxiDriver</a> - R/W kernel module for Linux (5.x - 6.x)</li>
|
||||
|
||||
</ul>
|
||||
<!--#include virtual="pages/footer.html" -->
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<!--#include virtual="header.html" -->
|
||||
<body>
|
||||
<p>In this section of the website you can read the random stuff i post from time to time.</p>
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
<html>
|
||||
<footer id="foot">
|
||||
<a href="//gnu.org"><img alt="GNU/Linux" src="/images/footer/gnu_linux.png" /></a>
|
||||
<img alt="" src="/images/footer/internet-privacy.gif" />
|
||||
<a href="//torproject.org"><img alt="Tor" src="/images/footer/tor.gif" /></a>
|
||||
<a href="."><img alt="patate.dev" src="/images/footer/patate_dev.png" /></a>
|
||||
<a href="//gnu.org" aria-label="GNU website"><img alt="GNU/Linux" src="/images/footer/gnu_linux.png" 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.gif" 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>
|
||||
</footer>
|
||||
</html>
|
||||
|
||||
@@ -1,21 +1,22 @@
|
||||
<html>
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="description" content="The blog of a french programmer."/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>~Blog of a French coder~</title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/styles.css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="header">
|
||||
<a href="/">
|
||||
<a href="/"><img alt="Spike" src="/images/spike.jpg" id="spike"></a>
|
||||
<a href="/" aria-label="patate.dev">
|
||||
<a href="/" aria-label="patate.dev"><img alt="Spike" src="/images/spike.jpg" id="spike" width="125.583" height="95.6833"></a>
|
||||
</a>
|
||||
<div class="menu">
|
||||
<a> </a>
|
||||
<a href="/pages/blog.html"> the blog</a>
|
||||
<a href="//github.com/ALittlePatate">github</a>
|
||||
<a href="/pgp/key.txt">pgp key</a>
|
||||
<p></p>
|
||||
<a href="/pages/blog.html" aria-label="the blog"> the blog</a>
|
||||
<a href="//github.com/ALittlePatate" aria-label="github">github</a>
|
||||
<a href="/pgp/key.txt" aria-label="pgp key">pgp key</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<!--#include virtual="header.html" -->
|
||||
<body>
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<!--#include virtual="header.html" -->
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user