-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpalestine.html
43 lines (43 loc) · 2.15 KB
/
palestine.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Stand With Palestine</title>
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet">
<meta charset="UTF-8">
<meta name="keywords" content="Haitham, Aouati, HawkHA">
<meta name="description" content="Haitham Aouati - A tech enthusiast, also known as HawkHA, passionate about computers and knowledge-sharing.">
<meta name="author" content="Haitham Aouati">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles/style.css">
<script src="scripts/script.js" defer></script>
</head>
<body>
<br>
<p><b><a href="index.html" target="_self">Who Am I</a> • <a href="https://github.com/haithamaouati" target="_blank">GitHub</a> • <a href="https://t.me/haithamaouati" target="_blank">Telegram</a> • <a href="https://twitter.com/hawkha_dz" target="_blank">𝕏</a></b></p>
<br>
<!-- Profile picture -->
<img src="assets/pfp_show_solidarity.png" alt="pfp" width="125" height="125">
<br>
<p><b>Haitham Aouati</b></p>
<!-- Dark mode -->
<span onclick="toggleDarkMode()" style="cursor: pointer; font-size: 24px;" aria-label="Toggle dark mode" role="button">☀</span>
<br>
<!-- Current time -->
<p style="font-size:100%;" id="currentTime"></p>
<!-- Artwork -->
<img src="assets/Haitham_Aouati_Al-Aqsa_misses_you.jpg" width="320" height="240" alt="Haitham Aouati, Al-Aqsa misses you, 2016">
<p><cite>Haitham Aouati, Al-Aqsa misses you, 2016</cite> Taken by Omar Maree</p>
<!-- Stand With Palestine -->
<br>
<a href="palestine.html"><img src="assets/palestine_badge.svg" alt="Stand With Palestine"></a>
<br>
<hr>
<!-- Author -->
<p>Made with ♥️ by
<a href="index.html"><b>Haitham Aouati</b></a>
</p>
</body>
</html>