fixed some shits
This commit is contained in:
@@ -16,8 +16,7 @@ smart_punctuation = true
|
||||
git = "https://git.filiprojek.cz/fr/website"
|
||||
nav_items = [
|
||||
{name="Home", path="/"},
|
||||
# {name="About", path="/about"},
|
||||
# {name="Projects", path="/projects/"},
|
||||
{name="Contact me", path="/contact/"},
|
||||
{name="About", path="/about"},
|
||||
{name="Projects", path="/projects/"},
|
||||
]
|
||||
|
||||
|
||||
@@ -3,6 +3,8 @@ title = "About"
|
||||
template = "about.html"
|
||||
+++
|
||||
|
||||
My name is Filip Rojek. I am 20 years old and I study in Prague. My journey into the world of coding started at IT high school. Now I am studying IT at Charles University.
|
||||
I am 20 years old and I study in Prague. My journey into the world of coding started at IT high school. Now I am studying IT at Charles University.
|
||||
|
||||
My coding adventure took me from student collaboration on projects like Fofrweb, where we created applications like FofrMess or FofrTasks - realtime web applications built using `Node.js` and `Vue.js`.
|
||||
|
||||
I now work as a Linux engineer at IS Media. Most of my work involves Debian-based systems - desktops and servers. I have a lot of experience with other distributions as well. For example, I use `Void Linux` or `Gentoo` on my personal workstations. At Fofrweb we used `RHEL` based distributions like `Cent OS` or later `Rocky Linux`.
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
+++
|
||||
title = "Contact me"
|
||||
template = "contact.html"
|
||||
+++
|
||||
@@ -1,323 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="chordpro.css">
|
||||
<link rel="stylesheet" href="chordpro_print.css" media="print">
|
||||
</head>
|
||||
<body>
|
||||
<div class="song">
|
||||
<style>
|
||||
@page {
|
||||
@top-center {
|
||||
content: counter(song) ". Tereza - Osamělý město";
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="title">Tereza - Osamělý město</div>
|
||||
<div class="verse">
|
||||
<table class="songline">
|
||||
<tr class="chords">
|
||||
<td> </td><td>C </td><td>D </td><td>G </td>
|
||||
</tr>
|
||||
<tr class="lyrics">
|
||||
<td>Ten </td><td>den, co vítr </td><td>listí z města </td><td>svál,</td>
|
||||
</tr>
|
||||