-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
48 lines (46 loc) · 2.01 KB
/
about.html
File metadata and controls
48 lines (46 loc) · 2.01 KB
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
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>scriptchaser1337</title>
<link rel="stylesheet" href="main.css">
<link rel="stylesheet" href="pages.css">
</head>
<body>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="demo.html">Projects</a></li>
<li><a href="demo.html">Skills</a></li>
<br><p style="color:white">─────</p><br>
<li><a href="demo.html">Blog</a></li>
</ul>
<footer>
<div class="social">
<a href="https://github.com/scriptchaser1337" target="_blank"><img src="assets/wolf.png" alt="GitHub"></a>
</div>
<p>© 2024 scriptchaser1337</p>
</footer>
</nav>
<div class="content">
<h1>About</h1>
<p>
Hi! I'm ScriptChaser1337, but you can call me Script Chaser. I'm a beginner web development student at the University of Western Australia (UWA). I'm diving headfirst into the world of coding and loving every bit of it, even if I'm just starting out.
<br><br>
Interests:
<li>HTML & CSS: I love crafting basic web pages with structured content and styling.</li>
<li>JavaScript: I'm experimenting with dynamic elements and interactive features.</li>
<li>Open Source Projects: I'm keen on contributing to and learning from community-driven initiatives.</li>
<li>Coding Challenges: Solving problems on platforms like HackerRank, Codewars, and LeetCode keeps me sharp.</li>
<br><br>
In my free time, I work on small projects and share them with friends to get feedback. You can check out my progress and projects on my GitHub. My goal is to master web development and build user-friendly websites, and I'm excited about the journey ahead!
<br><br>
<img src="assets/coolfrog.jpg">
<p>cool frog!</p>
</p>
</div>
<script src="script.js"></script>
</body>
</html>