-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 2.41 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 2.41 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
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Liam Preisser's website">
<meta name="keywords" content="Liam Preisser, liamhtml, HTML, JS, CSS, JavaScript, html, css, js, javascript, portfolio, liamhtml portfolio, dev, developer, web dev, website, web developer, web development, development, coder, code, programming, programmer, home, index, home page">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>liampreisser.com</title>
<link href="assets/css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<main>
<h1>Hi, I'm Liam!</h1>
<h3>I'm a web developer and programmer who mostly makes projects for fun.</h3>
<details>
<summary>My experience</summary>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>Figma</li>
<li>Windows cmd</li>
<li>Some PHP</li>
<li>Some Batch</li>
(In that order!)
</ul>
</details>
<details>
<summary>Current projects</summary>
<ul>
<li><a href="https://github.com/liamhtml/playhydra" target="_blank">PLAYHYDRA</a></li>
<li><a href="https://github.com/liamhtml/pylon-cli" target="_blank">Pylon CLI</a></li>
</ul>
</details>
<details>
<summary>My work</summary>
<ul>
<li><a href="https://github.com/liamhtml/Economy-Discord-Bot" target="_blank">Economy Discord bot</a></li>
<li><a href="https://github.com/liamhtml/dogify" target="_blank">Dogify</a></li>
</ul>
</details>
</main>
<footer>
<sub style="display: block; margin: 8px;"><a href="/tools">tools</a> | <a href="/toys">toys</a> | <a href="/pylon-cli">pylon-cli</a></sub>
<a href="https://github.com/liamhtml" target="_blank"><img src="assets/images/github.svg" alt="My GitHub account" title="GitHub" class="social-1"></a>
<a href="https://discord.com/users/687811226947944480" target="_blank"><img src="assets/images/discord.svg" alt="My Discord account" title="Discord" class="social-2"></a>
<a href="https://www.youtube.com/channel/UC1ICzTdWWOxMe_a9SjH6gvg" target="_blank"><img src="assets/images/youtube.svg" alt="My YouTube account" title="YouTube" class="social-1"></a>
</footer>
</body>
</html>