64 lines
2.4 KiB
HTML
64 lines
2.4 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Kevin Cotugno: Software Developer~Philosopher~Amateur Radio Operator</title>
|
|
|
|
<link rel="stylesheet" href="css/site.css">
|
|
<script src="js/site.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="construction">
|
|
<h1><strong>This site is currently under development</strong></h1>
|
|
</div>
|
|
|
|
<div class="container">
|
|
<div class="content">
|
|
<div class="card aboutme">
|
|
<div class="card-content">
|
|
<h1>Kevin Cotugno: Software Developer</h1>
|
|
<h1>About me</h1>
|
|
<p>
|
|
I am a software developer interested in philosophy, theology, physics, language, visual effects, ham radio, and all varieties of programming.</br>
|
|
Recently, I gradutated from <a href="https://thomasaquinas.edu">Thomas Aquinas College</a> where I studied the greatest works of western civilization; here, I found my love of the truth, love of philosophy, love of theology, love of math, and love of my life.</br>
|
|
</br>
|
|
This website—for now—will collect my open source projects.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="card openprojects">
|
|
<div class="card-content">
|
|
<h1>Current open source project</h1>
|
|
|
|
<h2><a href="https://github.com/kcotugno/OpenARLog">OpenARLog</a></h2>
|
|
<p>
|
|
An open source amateur radio logging application.</br>
|
|
You can find the latest release <a href="https://github.com/kcotugno/OpenARLog/releases" class="text-link">here</a>.
|
|
</p>
|
|
|
|
|
|
<h2><a href="https://github.com/kcotugno/libhamdata">libhamdata</a></h2>
|
|
<p>A small library for converting the FCC amateur radio database into a more reasonable format.</p>
|
|
|
|
<h1>Old open source projects</h1>
|
|
|
|
<h2><a href="https://github.com/kcotugno/euclidean-perfection">Euclidean Perfection</a></h2>
|
|
<p>Find perfect numbers. Based on Euclid's proof.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<footer>
|
|
<a href="https://github.com/kcotugno"><img src="image/GitHub-Mark-120px-plus.png" alt="Github" class="image github-image generic-shadow" /></a>
|
|
<a href="https://gitlab.com/kcotugno"><img src="image/gitlab-logo.png" alt="Gitlab" class="image gitlab-image generic-shadow"/></a>
|
|
</footer>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|