diff --git a/disclaimer.html b/disclaimer.html deleted file mode 100644 index 465f829..0000000 --- a/disclaimer.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - - - - - - - - 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 deleted file mode 100644 index 17262bc..0000000 --- a/index.html +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - Felix Pankratz - - -
-
-

Felix Pankratz

-
- - portrait -
-

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. -

-
- -
-
-

Find me on social media:

-

- Facebook | Instagram -

-
-
- - - - - - - - - \ No newline at end of file diff --git a/projects.html b/projects.html deleted file mode 100644 index 33ccf36..0000000 --- a/projects.html +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - 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.

- -

minebash

- -

Commandline only minesweeper game for Python on Linux!

- -

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. Click here for a demonstration!

- -

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 deleted file mode 100644 index 95dd152..0000000 --- a/style.css +++ /dev/null @@ -1,95 +0,0 @@ -: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; -} - -img.icon { - object-fit: cover; - height: 200px; - width: 200px; - border: solid #136D9E; - border-width: 4px; - border-radius: 150px; -} - -img.icon:hover { - border: solid #388EBD; - border-width: 4px; -} - -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