commit 4fbc197dcf0a4c3148257d9f84b0ed51ad7a03fd
parent a2eca648a4f19da1ba9087e09985edfbd30151c7
Author: Friedel Schoen <[email protected]>
Date: Wed, 28 Dec 2022 14:36:05 +0100
add mobile and programming
Diffstat:
2 files changed, 48 insertions(+), 3 deletions(-)
diff --git a/assets/style.css b/assets/style.css
@@ -10,6 +10,12 @@ body.dark {
color: #eee;
}
+@media(max-width:999px) {
+ body {
+ font-size: 1.94vw
+ }
+}
+
#toggle_dark {
background: #3c3836;
color: #eee;
@@ -30,18 +36,23 @@ a:hover {
font-weight: bold;
}
-a.title {
+.title {
color: #216477;
font-weight: bold;
text-decoration: none;
font-size: 14pt;
}
-a.title:hover {
+.title:hover {
+ text-decoration: underline;
+}
+
+.subtitle {
+ color: #216477;
text-decoration: underline;
}
-a.header {
+.header {
font-size: 18pt;
}
diff --git a/index.html b/index.html
@@ -64,6 +64,40 @@ Nationaliteit: Duits
* Engels
+<a class=title id=programming href=#programming>Programmeervaardigheden</a>
+--------------------------------------------------------------------------------
+
+* C (hele syntax en standard library)
+
+* Python (hele syntax en standard library)
+
+* D (hele syntax en grotendeels standard library)
+
+* C++ (meeste syntax en grotendeels standard library)
+
+* BASH/ShellScript (meeste syntax en alle commands)
+
+* HTML/CSS (hele syntax, geen goed design)
+
+<span class=subtitle>Frameworks en Libraries:</span>
+
+* Arduino (C++)
+
+* Flask (Python)
+
+
+<a class=title id=system href=#system>Systeemvaardigheden</a>
+--------------------------------------------------------------------------------
+
+* Linux
+
+* macOS
+
+* BSD's (grotendeels)
+
+* Windows (grotendeels)
+
+
<a class=title id=study href=#study>Opleiding</a>
--------------------------------------------------------------------------------