kevincotugno.com/index.html

63 lines
2.4 KiB
HTML
Raw Normal View History

2016-07-25 21:25:44 -07:00
<!DOCTYPE html>
<html>
2016-08-31 23:09:57 -07:00
<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>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">
2016-12-07 19:04:50 -07:00
<div class="content">
<div class="card aboutme">
<div class="card-content">
<h1>Software Developer, Philosopher, Ham Radio Operator</h1>
<h1>About me</h1>
<p>
I am a software developer interested in philosophy, theology, physics, chemistry, 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&mdash;for now&mdash;will collect my open source projects. In the future, I may choose to share my philosophical thoughts. (Maybe my thesis)
</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 number based through Euclid.</p>
</div>
</div>
2016-08-31 23:09:57 -07:00
</div>
<footer>
2016-08-31 23:25:33 -07:00
<a href="https://github.com/kcotugno"><img src="image/GitHub-Mark-120px-plus.png" alt="Github" class="github-image generic-shadow" /></a>
2016-08-31 23:09:57 -07:00
</footer>
</div>
</body>
2016-07-25 21:25:44 -07:00
</html>