neilhanlon.me/projects/index.html
2023-04-11 17:00:35 +00:00

104 lines
4.1 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Neil Hanlon">
<link rel="shortcut icon" type="image/x-icon" href="/img/favicon.ico">
<title>Projects | Neil Hanlon</title>
<meta name="description" content="Neil Hanlon - Senior Network/DevOps/Infrastructure Engineer">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BmbxuPwQa2lc/FVzBcNJ7UAyJxM6wuqIj61tLrc4wSX0szH/Ev+nYRRuWlolflfl" crossorigin="anonymous">
<link rel="preload stylesheet" href="/css/main.min.css" as="style">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,200bold,400old">
<link rel="stylesheet" href="/sass/overrides.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script defer data-domain="thepotato.tech" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<div id="content">
<div class="container mb-3">
<nav class="navbar navbar-expand-lg">
<div class="container-fluid">
<a class="navbar-brand" href="/">
<i class="fa fa-home"></i>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbar" aria-controls="navbar">
<i class="fa fa-bars"></i>
</button>
<div id="navbar" class="collapse navbar-collapse">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item">
<li><a class="nav-link" href="/posts/">POSTS</a></li>
</li>
<li class="nav-item">
<li><a class="nav-link" href="/projects/">PROJECTS</a></li>
</li>
<li class="nav-item">
<li><a class="nav-link" href="/resume.pdf">RESUME</a></li>
</li>
</ul>
</div>
</div>
</div>
</nav>
<div class="container">
<section id="projects">
<h4 class="my-5">Projects</h4>
<div class="panel">
<div class="panel-body">
<h5>
<i class="fa fa-github"></i>&nbsp;&nbsp;
<b><a href="https://github.com/rocky-linux/">Rocky Linux</a></b>&nbsp;-&nbsp;All the infrastructure for Rocky Linux, from soup to nuts. Work with a team of professionals to architect, design, and implement secure systems and proceudres to write Infrastructure as Code to provide systems for the various teams within the Rocky Enterprise Software Foundation, especially Rocky Linux as it gets off the ground. Also work closely with Release Engineering on building next generation Build Automation pipeline tools and ensuring reliability and security in the supply chain.
</h5>
</div>
</div>
</section>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="text-muted">&copy; All rights reserved. Powered by <a href="https://gohugo.io/">Hugo</a> and
<a href="http://www.github.com/nurlansu/hugo-sustain/">sustain</a> with ♥</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta2/dist/js/bootstrap.min.js" integrity="sha384-nsg8ua9HAw1y0W1btsyWgBklPnCUAFLuTMS2G72MMONqmOymq585AcH49TLBQObG" crossorigin="anonymous"></script>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('kneel', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#fcbf47',
'floating-chat.donateButton.text-color': '#323842'
});
</script>
</body>
</html>