You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
pankisPage/projects.html

86 lines
4.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="favicon.png" type="image/x-icon">
<title>Projects - Felix Pankratz</title>
</head>
<body>
<center>
<div class="headline">
<h1>Felix Pankratz</h1>
</div>
<nav class="navbar navbar-expand-sm navbar-inverse">
<!-- Links -->
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="https://felixpankratz.de">Home</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="https://felixpankratz.de/projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://felixpankratz.de/chat/">Chat</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://felixpankratz.de/ez/index.php">Monitoring</a>
</li>
<li class="nav-item" >
<a class="nav-link" href="https://felixpankratz.de/disclaimer.html">Disclaimer</a>
</li>
</ul>
</nav>
<h2>Projects</h2>
<div class="bio">
<p>Here you can find some links to projects I've been working on. Most are work in progress!</p>
<div class="linktable">
<h3><a href="https://github.com/panki27/certAlert">certAlert</a></h3>
<p>Python script to send PUSH notifications <a href=https://firebase.google.com/docs/cloud-messaging/>(via FCM)</a> when a website changes.</p>
<h3><a href="https://github.com/panki27/minebash">minebash</a></h3>
<a href="https://github.com/panki27/minebash"><img class="icon" src="https://i.imgur.com/dADsjEh.png"></a>
<p>Commandline only minesweeper game for Python on Linux!<p>
<h3><a href="https://github.com/panki27/ClockSualizer">clockSualizer</a></h3>
<p>(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. <a href="https://www.felixpankratz.de/media/vumeter.webm">Click here for a demonstration!</a> </p>
<h3><a href="https://github.com/panki27/crypttool">crypttool</a></h3>
<p>Commandline tool to do various simple cryptographic caluclations and operations, aswell as cracking simple XOR ciphers.</p>
<h3><a href="https://github.com/panki27/Popcorn">Popcorn</a></h3>
<a href="https://github.com/panki27/Popcorn">
<img class="icon" src="https://i.imgur.com/bbbKYcR.jpg">
</a>
<p>A JavaFX project from university. Queries <a href="https://www.themoviedb.org/">TheMovieDatabase</a> for information on movies. Also provides links to streams and shows trailers. Lots of ideas stolen from PopcornTime.</p>
<h3><a href="https://github.com/panki27/pwnspark">pwnSpark</a></h3>
<p>Use a tiny <a href="https://digistump.com/products/1">Digispark</a> as a Keyboard to pwn your enemies!</p>
<h3><a href="https://github.com/dominikkv/hQ-h17">Qonverter</a></h3>
<p>One of the three winning entrys of the <a href="https://hackathon-freiburg.de/"> Freiburg Hackathon 2017</a>. Android App which converts the energy contents of more or less 'unusual' energy carriers.</p>
</div>
</div>
</center>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1" crossorigin="anonymous"></script>
</body>
<footer>
<div class="footer">
<p> (c) 2020 Felix Pankratz | <a href="mailto:mail@felixpankratz.de">Contact</a> </p>
</div>
</footer>
</html>