|
1 | 1 | <!DOCTYPE html> |
2 | | -<html> |
| 2 | +<html lang="en"> |
3 | 3 | <head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
4 | 6 | <title>LinuxJava7</title> |
5 | 7 | <link rel="stylesheet" href="style.css"> |
6 | 8 | </head> |
|
12 | 14 | <a href="/test2">test2</a> |
13 | 15 | </nav> |
14 | 16 |
|
15 | | - <center> |
16 | | - <h1>✦ LinuxJava7 ✦</h1> |
17 | | - </center> |
18 | | - <hr> |
19 | | - |
20 | | - <h2>About Me</h2> |
21 | | - <p><b>Hey, I'm LinuxJava7.</b> I'm studying A-Levels at the moment. Some things I'm known for are:</p> |
22 | | - |
23 | | - <ul> |
24 | | - <li><b>Hobbyist UX and UI designer</b></li> |
25 | | - <li><b>Linux Desktop user since 2021</b></li> |
26 | | - <li><b>FOSS (Free and Open Source) Enthusiast</b></li> |
27 | | - <li><b>Aspiring full stack developer</b></li> |
28 | | - <li>I'm a big fan of <a href="https://www.gnome.org/">GNOME</a> and their work, check them out!</li> |
29 | | - </ul> |
30 | | - |
31 | | - <hr> |
32 | | - |
33 | | - <h2>Contact</h2> |
34 | | - <p><b>GitHub:</b> <a href="https://github.com/linuxjava7">github.com/linuxjava7</a></p> |
| 17 | + <div class="content"> |
| 18 | + <h1>LinuxJava7</h1> |
| 19 | + <p><b>Hey, I'm LinuxJava7.</b> I'm currently studying A-Levels.</p> |
| 20 | + |
| 21 | + <div> |
| 22 | + <h2 id="work">What do I do?</h2> |
| 23 | + <p>I do a lot of things, including:</p> |
| 24 | + <ul> |
| 25 | + <li><b>I'm a hobbyist UX and UI designer</b></li> |
| 26 | + <li><b>Linux desktop user since 2021</b></li> |
| 27 | + <li><b>FOSS (Free and Open Source Software) enthusiast</b></li> |
| 28 | + <li><b>Aspiring full-stack developer</b></li> |
| 29 | + <li>I'm a big fan of <a href="https://www.gnome.org/">GNOME</a> and their work; check them out!</li> |
| 30 | + </ul> |
| 31 | + </div> |
| 32 | + </div> |
35 | 33 |
|
36 | 34 | <hr> |
37 | 35 |
|
38 | 36 | <blockquote> |
39 | 37 | <p><i>By the way, this site is a <b>heavy</b> work in progress.</i></p> |
40 | | - <p><i>I'm focusing on my studies at the moment and will return to fix this site up in the coming months, so stay tuned <3</i></p> |
| 38 | + <p><i>I'm focusing on my studies at the moment and will return to improve this site in the coming months, so stay tuned <3</i></p> |
41 | 39 | </blockquote> |
| 40 | + |
42 | 41 | </body> |
43 | 42 | </html> |
0 commit comments