-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·26 lines (26 loc) · 1.42 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/js/all.min.js"></script>
<script src="https://code.jquery.com/jquery-2.2.4.js"></script>
<script>$(function(){$("#header").load("header.html")})</script>
<link href="./css/main.css" rel="stylesheet">
</head>
<body>
<div id="header">
</div>
<div id="content" class="col-sm-12 col-md-12 text-center">
<img src="./assets/me.jpg" class="img-responsive img-circle center-block" width="300" height="300"></img>
<h1>Steve Foga</h1>
<hr style="height:-5px; visibility: hidden;" />
<ul>
<li><a href="https://www.linkedin.com/in/stevefoga"><i class="fa-2x fa-fw fa-brands fa-linkedin-in" style="color:black"></i></a></li>
<li><a href="https://github.com/stevefoga"><i class="fa-2x fa-fw fa-brands fa-github" style="color:black"></i></a></li>
<li><a href="https://orcid.org/0000-0003-1835-1987"><i class="fa-2x fa-fw fa-brands fa-orcid" style="color:black"></i></a></li>
<li><a href="https://scholar.google.com/citations?user=9ldN1iQAAAAJ"><i class="fa-2x fa-fw fa-solid fa-graduation-cap" style="color:black"></i></a></li>
</ul>
</div>
</body>
</html>