This commit is contained in:
ayham 2021-10-22 07:14:53 +03:00
parent fdc35f725f
commit 3e77e48ead
Signed by: ayham
GPG Key ID: EAB7F5A9DF503678
5 changed files with 51 additions and 18 deletions

View File

@ -4,6 +4,9 @@
<title>~ayham</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" type="image/jpg" href="pix/pfp.ico"/>
<meta name="description" content="Personal Ayham's Website. Welcome!">
<meta name="keywords" content="blog, store, ayham, personal">
<meta name="author" content="ayham">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6004961354966987"
crossorigin="anonymous"></script>
@ -27,42 +30,43 @@
<dl>
<dt>
<strong><a href="https://store.ayham.xyz">> store</a></strong>
<strong><a href="https://store.ayham.xyz">🏪 Store</a></strong>
</dt>
<dd>Ayham's store</dd>
<dt>
<strong><a href="proj.htm">> projects</a></strong>
<strong><a href="proj.htm">⚙️ Projects</a></strong>
</dt>
<dd>Stuff I made, not always up-to-date</dd>
<dt>
<strong><a href="blog/index.html">> articles</a></strong>
<strong><a href="blog/index.html">📜 Articles</a></strong>
</dt>
<dd>My writings</dd>
<dt>
<strong><a href="https://tildegit.org/ayham">> git</a></strong>
<strong><a href="https://tildegit.org/ayham">
<img src="pix/git.svg" alt="git logo">
Git</a></strong>
</dt>
<dd>My git repos, e.x. dotfiles</dd>
<dt>
<strong><a href="setup.htm">> setup</a></strong>
<strong><a href="setup.htm">🖥 Setup</a></strong>
</dt>
<dd>The only way desktops should run</dd>
<dt>
<strong><a href="books.htm">> books</a></strong>
<strong><a href="books.htm">📚 Books</a></strong>
</dt>
<dd>Books I read, not necessarily
recommendations</dd>
<dt>
<strong><a href="uptimes.htm">> uptime</a></strong>
</dt>
<dd>My computer uptime, a record of my high score</dd>
<dt>
<strong><a href="contact.htm">> contact</a></strong>
<strong><a href="contact.htm">📧 Contact</a></strong>
</dt>
<dd>My gpg keys and contact info</dd>
<img src="pix/webpins/penguin.gif" alt="webpin_penguin">
<img src="pix/webpins/send_this_page.gif"
alt="webpin_send_this_page">
<img src="pix/webpins/vi_now.gif" alt="webpin_vi_now">
<br/>
<center>
<img src="pix/webpins/penguin.gif" alt="webpin_penguin">
<img src="pix/webpins/send_this_page.gif"
alt="webpin_send_this_page">
<img src="pix/webpins/vi_now.gif" alt="webpin_vi_now">
</center>
</dl>
<div id=partial_footer></div>
</main>

15
pix/git.svg Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 16.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="97px" height="97px" viewBox="0 0 97 97" enable-background="new 0 0 97 97" xml:space="preserve">
<g>
<path fill="#F05133" d="M92.71,44.408L52.591,4.291c-2.31-2.311-6.057-2.311-8.369,0l-8.33,8.332L46.459,23.19
c2.456-0.83,5.272-0.273,7.229,1.685c1.969,1.97,2.521,4.81,1.67,7.275l10.186,10.185c2.465-0.85,5.307-0.3,7.275,1.671
c2.75,2.75,2.75,7.206,0,9.958c-2.752,2.751-7.208,2.751-9.961,0c-2.068-2.07-2.58-5.11-1.531-7.658l-9.5-9.499v24.997
c0.67,0.332,1.303,0.774,1.861,1.332c2.75,2.75,2.75,7.206,0,9.959c-2.75,2.749-7.209,2.749-9.957,0c-2.75-2.754-2.75-7.21,0-9.959
c0.68-0.679,1.467-1.193,2.307-1.537V36.369c-0.84-0.344-1.625-0.853-2.307-1.537c-2.083-2.082-2.584-5.14-1.516-7.698
L31.798,16.715L4.288,44.222c-2.311,2.313-2.311,6.06,0,8.371l40.121,40.118c2.31,2.311,6.056,2.311,8.369,0L92.71,52.779
C95.021,50.468,95.021,46.719,92.71,44.408z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -17,6 +17,7 @@
body {
font-family: mechanical;
background: linear-gradient(#000040, #000000) fixed ;
margin-bottom: 100px;
}
main {
@ -31,7 +32,13 @@ footer {
text-align: center;
}
a {
color: slateblue;
color: #36f433;
text-decoration: none;
}
dt img {
max-height: 1em;
max-width: 1em;
vertical-align: middle;
}
pre {
background: #1f252d;

View File

@ -17,6 +17,7 @@
body {
font-family: mechanical;
background: linear-gradient(#000040, #000000) fixed ;
margin-bottom: 100px;
}
main {
@ -31,7 +32,13 @@ footer {
text-align: center;
}
a {
color: slateblue;
color: #36f433;
text-decoration: none;
}
dt img {
max-height: 1em;
max-width: 1em;
vertical-align: middle;
}
pre {
background: #1f252d;

View File

@ -18,7 +18,7 @@
<main>
<div id=partial_header></div>
<section>
<h3 id=uptime_main><a href=#uptime_main>Introduction</a></h3>
<h3 id=uptime_main>Introduction</h3>
<p>A running log of my "high-score" computer
uptimes.</p>
</section>