tilde/index.htm

110 lines
4.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>~ayham | Home Page</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 src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript">
$(document).ready(function() {
$("#partial_header").load("partials/header.htm");
$("#partial_footer").load("partials/footer.htm"); });
</script>
<script type="text/javascript">
window.onload = function() {
document.getElementById("webpin_send_this_page").onclick = function() {
navigator.clipboard.writeText("https://ayham.xyz");
document.getElementById("webpins").innerHTML
+= "<br/><p><small>Copied to clipboard!<br/>Share to your heart's content!</small></p>";
};
};
</script>
<link rel="manifest" href="/manifest.json">
<meta name="theme-color" content="black"/>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="ayham.xyz">
<link rel="apple-touch-icon" href="pix/pfp/196x196_masked.webp">
<meta name="msapplication-TileImage" content="pix/pfp/144x144.webp">
<meta name="msapplication-TileColor" content="#FFFFFF">
</head>
<body>
<center>
<h1 style=font-size:xxx-large>Ayham's Online Webpage</h1>
</center>
<div id=partial_header></div>
<main>
<img class=resright alt="pfp" title="pfp" src="pix/pfp/pfp.webp">
<h2><p>Hello! Welcome!</p></h2>
<p>Click around, you could find something interesting.</p>
<dl>
<dt>
<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>
</dt>
<dd>Stuff I made, not always up-to-date</dd>
<dt>
<strong>📜 <a href="https://blog.ayham.xyz">Articles</a></strong>
</dt>
<dd>My writings</dd>
<dt>
<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>
</dt>
<dd>The only way desktops should run</dd>
<dt>
<strong>📚 <a href="books.htm">Library</a></strong>
</dt>
<dd>Books I read, not necessarily
recommendations</dd>
<dt>
<strong>📧 <a href="https://contact.ayham.xyz">Contact</a></strong>
</dt>
<dd>My gpg keys and contact info</dd>
<br/>
<center>
<h3>🐑Follow me on RSS</h3>
<pre style=max-width:300px;maring:auto><code>https://blog.ayham.xyz/atom.xml
https://blog.ayham.xyz/rss.xml</code></pre>
</center>
<center id="webpins" width="70%">
Unique Users:
<a href="https://www.digits.net" target="_blank">
<img src="https://counter.digits.net/?counter={f115c91c-b3dd-7584-456b-e7a9e52faa74}&template=simple"
alt="Hit Counter by Digits" border="0" /></a>
<br/>
<img src="pix/webpins/penguin.gif" alt="webpin_penguin">
<img id="webpin_send_this_page" src="pix/webpins/send_this_page.gif"
alt="webpin_send_this_page">
<a href="https://ayham.xyz/setup.htm"><img src="pix/webpins/vi_now.gif"
alt="webpin_vi_now"></a>
<img src="pix/webpins/discord_no_way.gif" alt="discord_NO_WAY">
<br/>
<a href="ayham.xyz"><img src="pix/webpins/ayhamxyz.gif" alt="ayham.xyz webpin"></a>
</center>
</dl>
</main>
<div id=partial_footer></div>
<script src="js/main.js"></script>
</body>
</html>