diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-05-19 21:58:59 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-05-19 21:58:59 +0100 |
| commit | b10f05866d850ec4455bbd6f8305e0036adb9e72 (patch) | |
| tree | 6a7cf7d7c77e41830a08b6cdbd5f74b3e5365499 /resources.html | |
| parent | 27ed46c9129db86669052d4e7211340da1081d89 (diff) | |
Publishing new version
Diffstat (limited to 'resources.html')
| -rw-r--r-- | resources.html | 52 |
1 files changed, 50 insertions, 2 deletions
diff --git a/resources.html b/resources.html index eb3d32ff..8fe895a5 100644 --- a/resources.html +++ b/resources.html @@ -151,5 +151,53 @@ h2, h3 { <p>I was one of the last students to whom was handed out an "old fashioned" German Diploma degree before the University switched to the international Bachelor and Master versions. To give you an idea: The "Diplom-Inform. (FH)" means literally translated "Diploma in Informatics from a University of Applied Sciences (FH: Fachhochschule)". Going after the international student credit score it is settled between a Bachelor of Computer Science and a Master of Computer Science degree. </p> <p>Colleges and Universities are very expensive in many countries. Come to Germany, the first college degree is for free (if you finish within a certain deadline!)</p> <a class="textlink" href="./">Go back to the main site</a><br /> -</body> -</html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> +<head> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>Resources</title> +<link rel="shortcut icon" type="image/gif" href="/favicon.ico" /> +<style type="text/css"> +body { + margin: auto; + max-width: 900px; + background-color: #FFFFEF; + border: 1px dashed #880000; + border-radius: 8px; + padding: 5px; +} +img { + display:block; + max-width: 80%; +} +a.textlink:before { + content: " ⇒ "; + padding-left: 2px; +} +a.textlink { + text-decoration: none; + color: #FF0000; +} +a.textlink:hover { + text-decoration: underline; +} +i { + color: #48AAAD; +} +pre { + background-color: #F1F8E9; + border: 1px dashed #BB0000; + border-radius: 8px; + padding: 5px; + font-family: "Lucida Console", "Courier New", monospace; +} +h1 { + text-align: center; + color: #880000; +} +h2, h3 { + color: #BB0000; +} +</style> +</head> +<body> |
