You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
72 lines
2.7 KiB
72 lines
2.7 KiB
<!DOCTYPE html> |
|
<html lang="en"> |
|
|
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<link rel="stylesheet" href="/styles/landing.css"> |
|
<title>My Learning Website</title> |
|
<link rel="icon" type="image/x-icon" href="/favicons/p_192x192.png"> |
|
</head> |
|
|
|
<body> |
|
<header> |
|
<h1>Learning Blog</h1> |
|
</header> |
|
|
|
<main> |
|
<article class="feature"> |
|
<img src="/images/web_development_ai.jpg"> |
|
<div> |
|
<h2>Web Development</h2> |
|
<p>I love Web Development! <a href="/webdevelopment/webdevelopment.html">Read more.....</a></p> |
|
</div> |
|
</article> |
|
|
|
|
|
<article class="pane1"> |
|
<div> |
|
<img src="/images/programming_ai.jpg"> |
|
<h2>Programming</h2> |
|
<p>Mainly Java but also C, C++, Kotlin and Go. <a href="/programming/programming.html">Read more.....</a></p> |
|
</div> |
|
<div> |
|
<img src="/images/linux_ai.jpg"> |
|
<h2>Linux</h2> |
|
<p>I use Linux at home on my Raspberry Pi machines. I also use it for work where I have a Fedora desktop and work with Linux servers, most of which have Centos 7. <a href="/linux/linux.html">Read more.....</a></p> |
|
</div> |
|
<div> |
|
<img src="/images/raspberry_pi_ai.jpg"> |
|
<h2>Raspberry Pi</h2> |
|
<p>I recently upgraded my Web Server to a Pi5 and I have a Pi4 for dev work and my old Pi4 Wev Server which is not currently being used. I also have 3 or 4 Pi3s and a Pi Nano not currently being used. <a href="/raspberrypi/raspberrypi.html">Read more.....</a></p> |
|
</div> |
|
</article> |
|
|
|
<article class="pane2"> |
|
<div> |
|
<img src="/images/hungary_ai.jpg"> |
|
<h2>Hungary</h2> |
|
<p>I am learning Hungarian on Preply because I have a lot of family in Hungary and it would be nice to be able to speak to them! <a href="/hungary/hungary.html">Read more.....</a></p> |
|
</div> |
|
<div> |
|
<img src="/images/japan_ai.jpg"> |
|
<h2>Japan</h2> |
|
<p>Like many people who learn Japanese, I became interested in the language and the culture after I started getting in to Anime! <a href="/japan/japan.html">Read more.....</a></p> |
|
</div> |
|
<div> |
|
<img src="/images/photography_ai.jpg"> |
|
<h2>Photography</h2> |
|
<p>Photography has been a hobby of mine for many years! To see some photographs taken by me, please <a href="/photography/photography.html">click here</a>!</p> |
|
</div> |
|
</article> |
|
</main> |
|
|
|
<footer> |
|
<p>Philip Osztromok - 2024</p> |
|
</footer> |
|
</div> |
|
|
|
</body> |
|
|
|
</html> |