kevincotugno.com/index.html

31 lines
976 B
HTML
Raw Permalink 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">
2019-10-13 00:10:16 -07:00
<title>Kevin Cotugno</title>
2016-08-31 23:09:57 -07:00
<link rel="stylesheet" href="css/site.css">
</head>
<body>
2019-10-13 00:10:16 -07:00
<div>
<h1 class="title text-center">Kevin Cotugno</h1>
<p class="center text-center readable">I am a software engineer with a
passion for technical and business problem solving. I specialize
in <i>Ruby On Rails</i> and <i>Go</i>. If you find yourself in need of a
consultant in one of these technologies, do not hesitate to contact
me.</p>
<div class="footer">
<div class="footer-link"><a href="mailto:kevin@kevincotugno.com">Email</a></div>
2020-05-22 06:43:21 -07:00
<div class="footer-link"><a href="http://git.cotugno.family/kevin/">Git</a></div>
2020-05-22 06:43:32 -07:00
<div class="footer-link"><a href="https://github.com/kcotugno/">GitHub</a></div>
2016-08-31 23:09:57 -07:00
</div>
</div>
</body>
2016-07-25 21:25:44 -07:00
</html>