-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
26 lines (21 loc) · 814 Bytes
/
about.html
File metadata and controls
26 lines (21 loc) · 814 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>About Me</title>
</head>
<body>
<div id="terminal">
<!-- About Me Text Section -->
<div id="output" style="text-align: center;">
<p>Hello, I'm Shaad!</p>
<pre><p>Assalam I am <code>Shaad</code>.</p></pre>
<pre><p>Welcome to my <a href="index.html" ><code>terminal-themed blog</code></a>.</p></pre>
<p>I love animation, coding, exploring cybersecurity, and blending technology with art 🎵💻.</p>
<p>Feel free to explore the rest of the site and enjoy the content!</p>
</div>
</div>
</body>
</html>