Skip to content

kenakofer/kenakofer.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kenan Schaefkofer is a software engineer with passions for games, music, math, and open-source software. This page highlights several personal projects built by Kenan over the years, most of which can still be enjoyed today. You can find his professional experience in his resume.

<script> function play() { var audio = document.getElementById("pronunciation-audio"); audio.play(); } </script>

Personal Projects

{% assign sorted = site.data.projects | sort %} {% for project_hash in sorted %} {% assign project = project_hash[1] %} {% unless project.id == "hide" %}

{{ project.date }}
{{ project.title }}

{{ project.description }} {{ project.github-text }}

{% endunless %} {% endfor %} <script> var cards = document.querySelectorAll(".project-card"); cards.forEach(function(card) { card.addEventListener("mouseenter", function() { data_id = event.target.getAttribute('data-id'); if (!data_id) return; vid = document.querySelector('.project-vid[data-id="'+data_id+'"]'); vid.play(); }); card.addEventListener("mouseleave", function() { data_id = event.target.getAttribute('data-id'); if (!data_id) return; vid = document.querySelector('.project-vid[data-id="'+data_id+'"]'); vid.pause(); }); }); </script>

About

This developer's personal website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors