|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<!-- displays site properly based on user's device -->
|
|
|
|
<link
|
|
|
|
rel="icon"
|
|
|
|
type="image/png"
|
|
|
|
sizes="32x32"
|
|
|
|
href="https://scontent-atl3-2.xx.fbcdn.net/v/t39.30808-6/453414434_8416897054995090_4156494375841713438_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=6ee11a&_nc_ohc=sFJET0C3JxEQ7kNvwEcFXAe&_nc_oc=AdkYcGM5nf03p8N1dj7gY2kJG2RN3BX2K4kWprxONl2eqk411y0BvnDt7LfK7xwHcyhEg4Bp75u7tmt16DOKt1YV&_nc_zt=23&_nc_ht=scontent-atl3-2.xx&_nc_gid=ISbrFNBNu2m2H_zcZjHl2A&oh=00_AfIcZSWyK5EOc7-mxRQQ3sXSoRs0nyrY5X9M-FGyIr_HKw&oe=68359BDE"
|
|
|
|
/>
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
|
|
<!-- Fontawesome CDN -->
|
|
|
|
<script
|
|
|
|
src="https://kit.fontawesome.com/ee2093fa90.js"
|
|
|
|
crossorigin="anonymous"
|
|
|
|
></script>
|
|
|
|
<title>Lenape's Links</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="container">
|
|
|
|
<div id="img-container">
|
|
|
|
<img src="https://scontent-atl3-2.xx.fbcdn.net/v/t39.30808-6/453414434_8416897054995090_4156494375841713438_n.jpg?_nc_cat=104&ccb=1-7&_nc_sid=6ee11a&_nc_ohc=sFJET0C3JxEQ7kNvwEcFXAe&_nc_oc=AdkYcGM5nf03p8N1dj7gY2kJG2RN3BX2K4kWprxONl2eqk411y0BvnDt7LfK7xwHcyhEg4Bp75u7tmt16DOKt1YV&_nc_zt=23&_nc_ht=scontent-atl3-2.xx&_nc_gid=ISbrFNBNu2m2H_zcZjHl2A&oh=00_AfIcZSWyK5EOc7-mxRQQ3sXSoRs0nyrY5X9M-FGyIr_HKw&oe=68359BDE" alt="Avatar" />
|
|
|
|
</div>
|
|
|
|
<div id="avatar-info">
|
|
|
|
<h2>Jacques Ingram</h2>
|
|
|
|
<h4>Durham, NC</h4>
|
|
|
|
<p>"Build and Release Engineer"</p>
|
|
|
|
</div>
|
|
|
|
<div id="link-container">
|
|
|
|
<a href="https://jacquesingram.online" id="portfolio" class="btn" target="_blank"><i class="fa-solid fa-globe"></i> Portfolio</a>
|
|
|
|
<a href="https://drive.google.com/file/d/1pozAfloho6PDyobD_iRt0ysEiXSvFvE0/view?usp=sharing" id="resume" class="btn" target="_blank"><i class="fa-solid fa-file"></i> My Resume</a>
|
|
|
|
<a href="https://code.jacquesingram.online" id="github" class="btn" target="_blank"><i class="fa-brands fa-github"></i> Code Repository</a>
|
|
|
|
<a href="https://www.linkedin.com/in/jacques-ingram/" id="linked-in" class="btn" target="_blank"><i class="fa-brands fa-linkedin"></i> LinkedIn</a>
|
|
|
|
<a href="https://jobs.jacquesingram.online" id="x" class="btn" target="_blank"><i class="fa-brands fa-square-x-twitter"></i> Job Fetcher</a>
|
|
|
|
<a href="https://hub.docker.com/repositories/jacqueskingram" id="github" class="btn" target="_blank"><i class="fa-brands fa-github"></i> DockerHub</a>
|
|
|
|
<a href="mailto:jacques@jacquesingram.online" id="email" class="btn" target="_blank"><i class="fa-solid fa-envelope"></i> Contact me via email</a>
|
|
|
|
</div>
|
|
|
|
<p id="good-bye"> Have a Good Day!! 👋</p>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|