From 80cc914e9ac4ed72d2300e84640cbffd40aa4f02 Mon Sep 17 00:00:00 2001 From: Date: Tue, 10 Apr 2018 11:01:09 +0200 Subject: [PATCH] added disclaimer --- README.md | 2 +- disclaimer.html | 74 ++++++++++++++++++++++ index.html | 135 ++++++++++++++++++++-------------------- projects.html | 145 ++++++++++++++++++++++--------------------- style.css | 160 ++++++++++++++++++++++++------------------------ 5 files changed, 298 insertions(+), 218 deletions(-) create mode 100644 disclaimer.html diff --git a/README.md b/README.md index 4007d3b..8c3c734 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -"# pankisPage" +"# pankisPage" diff --git a/disclaimer.html b/disclaimer.html new file mode 100644 index 0000000..f1b8af2 --- /dev/null +++ b/disclaimer.html @@ -0,0 +1,74 @@ + + + + + + + + + + + + + Disclaimer - Felix Pankratz + + +
+
+

Felix Pankratz

+
+ +

Disclaimer

+
+

Disclaimer for felixpankratz.de
+If you require any more information or have any questions about my site’s disclaimer, please feel free to contact me by email at mail@felixpankratz.de. +Disclaimers for felixpankratz.de
+
+
+All the information on this website is published in good faith and for general information purpose only. felixpankratz.de does not make any warranties about the completeness, reliability and accuracy of this information. Any action you take upon the information you find on this website (felixpankratz.de), is strictly at your own risk. felixpankratz.de will not be liable for any losses and/or damages in connection with the use of my website. +
+From my website, you can visit other websites by following hyperlinks to such external sites. While I strive to provide only quality links to useful and ethical websites, I have no control over the content and nature of these sites. These links to other websites do not imply a recommendation for all the content found on these sites. Site owners and content may change without notice and may occur before I have the opportunity to remove a link which may have gone ‘bad’. +
+Please be also aware that when you leave my website, other sites may have different privacy policies and terms which are beyond my control. Please be sure to check the Privacy Policies of these sites as well as their “Terms of Service” before engaging in any business or uploading any information. +
+
+Consent
+By using my website, you hereby consent to my disclaimer and agree to its terms. +
+
+Update +
+Should I update, amend or make any changes to this document, those changes will be prominently posted here. +

+
+
+ + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 6c1b9d3..064fc4f 100644 --- a/index.html +++ b/index.html @@ -1,67 +1,70 @@ - - - - - - - - - - - - - Felix Pankratz - - -
-
-

Felix Pankratz

-
- - sexy AF -
-

Overview

-

Welcome to my homepage. I'm a system administrator/software developer in training, living in Germany. - I graduated highschool in 2015, at the Markgrälfer Gymnasium Müllheim. My skills include knowledge of JavaScript, Delphi, and a bit of webdev. In my spare time I enjoy making hardware projects with Arduino-like devices, aswell as tinkering around with this very server. -

-
- -
- -
- - - - - - - - + + + + + + + + + + + + + Felix Pankratz + + +
+
+

Felix Pankratz

+
+ + sexy AF +
+

Overview

+

Welcome to my homepage. I'm a system administrator/software developer in training, living in Germany. + I graduated highschool in 2015, at the Markgrälfer Gymnasium Müllheim. My skills include knowledge of JavaScript, Delphi, and a bit of webdev. In my spare time I enjoy making hardware projects with Arduino-like devices, aswell as tinkering around with this very server. +

+
+ +
+ +
+ + + + + + + + \ No newline at end of file diff --git a/projects.html b/projects.html index c34f168..db5c012 100644 --- a/projects.html +++ b/projects.html @@ -1,72 +1,75 @@ - - - - - - - - - - - - - Projects - Felix Pankratz - - -
-
-

Felix Pankratz

-
- -

Projects

-
-

Here you can find some links to projects I've been working on. Most are work in progress!

- -
-

certAlert

-

Python script to send PUSH notifications (via FCM) when a website changes.

- -

clockSualizer

-

(Ab)Using a MIDI clock signal as a way to determine the beat of a song with an Arduino. Drives WS2812b digital LED strips in sync with whatever music is playing in your DJ software.

- -

crypttool

-

Commandline tool to do various simple cryptographic caluclations and operations, aswell as cracking simple XOR ciphers.

- -

Popcorn

-

A JavaFX project from university. Queries TheMovieDatabase for information on movies. Also provides links to streams and shows trailers. Lots of ideas stolen from PopcornTime.

- -

pwnSpark

-

Use a tiny Digispark as a Keyboard to pwn your enemies!

- -

Qonverter

-

One of the three winning entrys of the Freiburg Hackathon 2017. Android App which converts the energy contents of more or less 'unusual' energy carriers.

-
-
-
- - - - - - - - + + + + + + + + + + + + + Projects - Felix Pankratz + + +
+
+

Felix Pankratz

+
+ +

Projects

+
+

Here you can find some links to projects I've been working on. Most are work in progress!

+ +
+

certAlert

+

Python script to send PUSH notifications (via FCM) when a website changes.

+ +

clockSualizer

+

(Ab)Using a MIDI clock signal as a way to determine the beat of a song with an Arduino. Drives WS2812b digital LED strips in sync with whatever music is playing in your DJ software.

+ +

crypttool

+

Commandline tool to do various simple cryptographic caluclations and operations, aswell as cracking simple XOR ciphers.

+ +

Popcorn

+

A JavaFX project from university. Queries TheMovieDatabase for information on movies. Also provides links to streams and shows trailers. Lots of ideas stolen from PopcornTime.

+ +

pwnSpark

+

Use a tiny Digispark as a Keyboard to pwn your enemies!

+ +

Qonverter

+

One of the three winning entrys of the Freiburg Hackathon 2017. Android App which converts the energy contents of more or less 'unusual' energy carriers.

+
+
+
+ + + + + + + + \ No newline at end of file diff --git a/style.css b/style.css index 9227a2c..b355276 100644 --- a/style.css +++ b/style.css @@ -1,81 +1,81 @@ -:root { ---hintergrund: #0A4E72; /* Main Primary color */ ---linkfarbe: #388EBD; ---akzentfarbe: #136D9E; ---dunkel: #03344E; ---schwarz: #010F16; -} - -div.headline { - width: 300px; - padding: 10px; - margin: 10px; - border: 2px solid var(--akzentfarbe); - border-radius: 15px; - -moz-border-radius: 15px; - background-color: var(--schwarz); -} - -div.bio { - max-width: 750px; - margin: 20px; - /*width: 500px;*/ -} - -.navbar-nav { - float:none; - margin:0 auto; - display: block; - text-align: center; -} - -.navbar-nav > li { - display: inline-block; - float:none; -} - -div.linktable { - -} -div.linktable > a { - text-decoration: underline; -} - -div.linklist { - -} -div.linklist > a { - text-decoration: underline; -} - -div.footer { - position: absolute; - bottom: 0; - width: 100%; - height: 60px; - position: center; -} - - -body { - position: relative; - background-color: var(--schwarz); - text-align: center; - padding-bottom: 60px; -} -h1 { - color: var(--akzentfarbe); -} -h2 { - color: var(--akzentfarbe); -} -h3 { - color: var(--akzentfarbe); - font-size: large; -} -p { - color: var(--akzentfarbe); -} -a { - color: var(--linkfarbe); +:root { +--hintergrund: #0A4E72; /* Main Primary color */ +--linkfarbe: #388EBD; +--akzentfarbe: #136D9E; +--dunkel: #03344E; +--schwarz: #010F16; +} + +div.headline { + width: 300px; + padding: 10px; + margin: 10px; + border: 2px solid var(--akzentfarbe); + border-radius: 15px; + -moz-border-radius: 15px; + background-color: var(--schwarz); +} + +div.bio { + max-width: 750px; + margin: 20px; + /*width: 500px;*/ +} + +.navbar-nav { + float:none; + margin:0 auto; + display: block; + text-align: center; +} + +.navbar-nav > li { + display: inline-block; + float:none; +} + +div.linktable { + +} +div.linktable > a { + text-decoration: underline; +} + +div.linklist { + +} +div.linklist > a { + text-decoration: underline; +} + +div.footer { + position: absolute; + bottom: 0; + width: 100%; + height: 60px; + position: center; +} + + +body { + position: relative; + background-color: var(--schwarz); + text-align: center; + padding-bottom: 60px; +} +h1 { + color: var(--akzentfarbe); +} +h2 { + color: var(--akzentfarbe); +} +h3 { + color: var(--akzentfarbe); + font-size: large; +} +p { + color: var(--akzentfarbe); +} +a { + color: var(--linkfarbe); } \ No newline at end of file