first commit

This commit is contained in:
Lukáš Kaňka
2024-01-08 10:48:00 +01:00
commit 5f908ec147
75 changed files with 4334 additions and 0 deletions

View File

@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:String x:Key="/Default/CodeInspection/PencilsConfiguration/Storage/@EntryValue">ThisComputer</s:String></wpf:ResourceDictionary>

3
zivotopis/README.md Normal file
View File

@ -0,0 +1,3 @@
# zivotopis_engeto
První zadání pro nepovinný domácí úkol, vytvořit CV.

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

45
zivotopis/style1.css Normal file
View File

@ -0,0 +1,45 @@
:root {
--my-black: black;
--my-beckground: #ded4d4;
}
body {
background-color: var(--my-beckground);
max-width: 1200px;
margin: auto;
}
footer {
position: fixed;
bottom: 0;
}
.tlacitko {
color: var(--my-black);
}
td,
th {
border: 1px solid var(--my-black);
padding: 15px;
}
.flexbox {
display: flex;
max-width: auto;
margin: auto;
}
.menu {
flex: 1;
}
.content {
flex: 3;
}
.dot {
list-style-type: none;
}
.jobs,
.course,
.fun {
font-size: 20px;
}