mirror of
https://codeberg.org/aiquiral/pages.git
synced 2024-11-21 19:32:01 +00:00
Added meta descriptions img alt attributes.
This commit is contained in:
parent
90d7af5b40
commit
793355b3ec
|
@ -4,6 +4,8 @@
|
|||
<title>About - Aiquiral</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Anuj Kaushik" />
|
||||
<meta name="description" content="Discover my story, passions and services as an independent musician, designer & self-hosting advocate. Learn more about me and how I can help you on your journey."/>
|
||||
<link rel="icon" type="image/x-icon" href="content/favicon.svg" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
@ -25,7 +27,7 @@
|
|||
<img src="https://a.aiquiral.me/ingress/47abe128-5b2e-4b9b-aaa2-2daf9ce568ed/pixel.gif">
|
||||
</noscript>
|
||||
<script defer src="https://a.aiquiral.me/ingress/47abe128-5b2e-4b9b-aaa2-2daf9ce568ed/script.js"></script>
|
||||
<div class="foot"><p><a href="https://soundcloud.com/aiquiral">Music</a> – <a href="https://git.aiquiral.me/aiquiral">Other Projects</a> – <img src="content/inline-logo.svg" style="position:relative;bottom:-3px" width=28 height=32></img> – <a href="privacy-policy.html">Privacy Policy</a> – <a href="about.html">About</a></p></div>
|
||||
<div class="foot"><p><a href="https://soundcloud.com/aiquiral">Music</a> – <a href="https://git.aiquiral.me/aiquiral">Other Projects</a> – <img src="content/inline-logo.svg" alt="A stylized logo featuring a majestic deer, gracefully facing towards right." title="Aiquiral Logo" style="position:relative;bottom:-3px" width=28 height=32></img> – <a href="privacy-policy.html">Privacy Policy</a> – <a href="about.html">About</a></p></div>
|
||||
<div class="line-bottom"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
10
contact.html
10
contact.html
|
@ -4,6 +4,8 @@
|
|||
<title>Contact - Aiquiral</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Anuj Kaushik" />
|
||||
<meta name="description" content="Get in touch with me through various channels such as email, Matrix, Discord, Telegram, Fiverr and Mastodon. Share your thoughts or collaborate on projects – I'm looking forward to connecting with you!"/>
|
||||
<link rel="icon" type="image/x-icon" href="content/favicon.svg" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
@ -14,10 +16,10 @@
|
|||
<h1>Contact</h1>
|
||||
|
||||
<h3>Preferred Channels</h3>
|
||||
<p>Email – hello [at] aiquiral [dot] me | PGP Public Key – <a href="content/publickey.hello@aiquiral.me-193666f26d6dd6ca5981a834b2f53944c5483f4d.asc" download target="_blank"><u>Download</u></a></p>
|
||||
<p>Matrix – <a href="https://matrix.to/#/@@aiquiral:tchncs.de"><u>@aiquiral:tchncs.de</u></a> | Verified Sessions – Amethyst (PZVCRDNZHH), Sapphire (FOKGXHPIOP)</p>
|
||||
<p>Email – hello [at] aiquiral [dot] me | PGP Public Key – <a href="content/publickey.hello@aiquiral.me-193666f26d6dd6ca5981a834b2f53944c5483f4d.asc" download target="_blank"><u>Download</u></a></p>
|
||||
<p>Matrix – <a href="https://matrix.to/#/@@aiquiral:tchncs.de"><u>@aiquiral:tchncs.de</u></a> | Verified Sessions – Amethyst (PZVCRDNZHH), Sapphire (FOKGXHPIOP)</p>
|
||||
<h3>Other Channels</h3>
|
||||
<p>Discord – <a href="https://discord.com/users/984386563607756820"><u>aiquiral#9166</u></a></p>
|
||||
<p>Discord – <a href="https://discord.com/users/984386563607756820"><u>aiquiral#9166</u></a></p>
|
||||
<p>Telegram – <a href="https://t.me/aiquiral"><u>aiquiral</u></a></p>
|
||||
<p>Fiverr – <a href="https://fiverr.com/aiquiral"><u>aiquiral</u></a></p>
|
||||
<h3>Socials</h3>
|
||||
|
@ -30,7 +32,7 @@
|
|||
<img src="https://a.aiquiral.me/ingress/47abe128-5b2e-4b9b-aaa2-2daf9ce568ed/pixel.gif">
|
||||
</noscript>
|
||||
<script defer src="https://a.aiquiral.me/ingress/47abe128-5b2e-4b9b-aaa2-2daf9ce568ed/script.js"></script>
|
||||
<div class="foot"><p><a href="https://soundcloud.com/aiquiral">Music</a> – <a href="https://git.aiquiral.me/aiquiral">Other Projects</a> – <img src="content/inline-logo.svg" style="position:relative;bottom:-3px" width=28 height=32></img> – <a href="privacy-policy.html">Privacy Policy</a> – <a href="about.html">About</a></p></div>
|
||||
<div class="foot"><p><a href="https://soundcloud.com/aiquiral">Music</a> – <a href="https://git.aiquiral.me/aiquiral">Other Projects</a> – <img src="content/inline-logo.svg" alt="A stylized logo featuring a majestic deer, gracefully facing towards right." title="Aiquiral Logo" style="position:relative;bottom:-3px" width=28 height=32></img> – <a href="privacy-policy.html">Privacy Policy</a> – <a href="about.html">About</a></p></div>
|
||||
<div class="line-bottom"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Aiquiral - Home</title>
|
||||
<title>Aiquiral | Musician • Designer • Programmer</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Anuj Kaushik" />
|
||||
<meta name="description" content="Welcome to my personal website! Here, you'll find information about me as a musician, designer, and programmer. Explore my blog, portfolio, and contact page through the buttons below."/>
|
||||
<link rel="icon" type="image/x-icon" href="content/favicon.svg" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
@ -17,7 +19,7 @@
|
|||
<p class="tagline">Musician • Designer • Programmer</p>
|
||||
</div>
|
||||
<div class="right">
|
||||
<img class="face" src="content/aiquiral.avif" />
|
||||
<img class="face" src="content/aiquiral.avif" alt="A close-up portrait of a person with purple light highlighting half of their face, set against a deep black background." title="Aiquiral" />
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
|
@ -30,7 +32,7 @@
|
|||
<a class="button" href="https://blog.aiquiral.me">BLOG</a><a class="button" href="https://portfolio.aiquiral.me">PORTFOLIO</a><a class="button" href="contact.html">CONTACT</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot"><p><a href="https://soundcloud.com/aiquiral">Music</a> – <a href="https://git.aiquiral.me/aiquiral">Other Projects</a> – <img src="content/inline-logo.svg" style="position:relative;bottom:-3px" width=28 height=32></img> – <a href="privacy-policy.html">Privacy Policy</a> – <a href="about.html">About</a></p></div>
|
||||
<div class="foot"><p><a href="https://soundcloud.com/aiquiral">Music</a> – <a href="https://git.aiquiral.me/aiquiral">Other Projects</a> – <img src="content/inline-logo.svg" alt="A stylized logo featuring a majestic deer, gracefully facing towards right." title="Aiquiral Logo" style="position:relative;bottom:-3px" width=28 height=32></img> – <a href="privacy-policy.html">Privacy Policy</a> – <a href="about.html">About</a></p></div>
|
||||
<div class="line-bottom"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -4,6 +4,8 @@
|
|||
<title>Privacy Policy - Aiquiral</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="author" content="Anuj Kaushik" />
|
||||
<meta name="description" content="Explore my personal website and learn about my commitment to protecting your data. Read the privacy policy, here."/>
|
||||
<link rel="icon" type="image/x-icon" href="content/favicon.svg" />
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
</head>
|
||||
|
@ -39,7 +41,7 @@
|
|||
<img src="https://a.aiquiral.me/ingress/47abe128-5b2e-4b9b-aaa2-2daf9ce568ed/pixel.gif">
|
||||
</noscript>
|
||||
<script defer src="https://a.aiquiral.me/ingress/47abe128-5b2e-4b9b-aaa2-2daf9ce568ed/script.js"></script>
|
||||
<div class="foot"><p><a href="https://soundcloud.com/aiquiral">Music</a> – <a href="https://git.aiquiral.me/aiquiral">Other Projects</a> – <img src="content/inline-logo.svg" style="position:relative;bottom:-3px" width=28 height=32></img> – <a href="privacy-policy.html">Privacy Policy</a> – <a href="about.html">About</a></p></div>
|
||||
<div class="foot"><p><a href="https://soundcloud.com/aiquiral">Music</a> – <a href="https://git.aiquiral.me/aiquiral">Other Projects</a> – <img src="content/inline-logo.svg" alt="A stylized logo featuring a majestic deer, gracefully facing towards right." title="Aiquiral Logo" style="position:relative;bottom:-3px" width=28 height=32></img> – <a href="privacy-policy.html">Privacy Policy</a> – <a href="about.html">About</a></p></div>
|
||||
<div class="line-bottom"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue