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.
70 lines
2.5 KiB
70 lines
2.5 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.css"> |
|
<title>My Learning Website</title> |
|
</head> |
|
|
|
<body> |
|
<header> |
|
<h1>Learning Blog</h1> |
|
</header> |
|
|
|
<main> |
|
<div> |
|
<h2>Web Development</h2> |
|
<img src="./images/webdev.png"> |
|
</div> |
|
<div> |
|
<p>I love Web Development!</p> |
|
</div> |
|
</main> |
|
|
|
<pane1> |
|
<div> |
|
<h2>Programming</h2> |
|
<img src="./images/programming.jpg"> |
|
<p>Mainly Java but also C, C++, Kotlin and Go. <a href="/programming/programming.html">Read more.....</a></p> |
|
</div> |
|
<div> |
|
<h2>Linux</h2> |
|
<img src="./images/linux.png"> |
|
<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> |
|
<h2>Raspberry Pi</h2> |
|
<img src="./images/pi5.png"> |
|
<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> |
|
</pane1> |
|
|
|
<pane2> |
|
<div> |
|
<h2>Hungary</h2> |
|
<img src="./images/hungary.jpg"> |
|
<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> |
|
<h2>Japan</h2> |
|
<img src="./images/japan.png"> |
|
<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> |
|
<h2>Photography</h2> |
|
<img src="./images/nikon.jpg"> |
|
<p>Photography has been a hobby of mine for many years!</p> |
|
</div> |
|
</pane2> |
|
|
|
<footer> |
|
<p>Philip Osztromok - 2024</p> |
|
</footer> |
|
</div> |
|
|
|
</body> |
|
|
|
</html> |