-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (47 loc) · 1.58 KB
/
index.html
File metadata and controls
48 lines (47 loc) · 1.58 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K05XYV4DDG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K05XYV4DDG');
</script>
<meta charset="UTF-8">
<title>Jacob Marks</title>
<!--The Icon that displays on the address bar-->
<link rel="icon" href="/images/Picture_of_me.jpg" type="image/x-icon">
<!--css-->
<link rel="stylesheet" href="/css/style.css">
</head>
<body>
<ul class="navBar">
<li><a class="active" href="/index.html">Home</a></li>
<li><a href="/aboutMe.html">About Me</a></li>
</ul>
<br>
<br>
<h1>For CISC474: Jacob</h1>
<!--Jacob F Marks. CISC474. Personal Web Page 1. jfmarks@udel.edu-->
<!--add class="normalLink to non-navBar links"-->
<p>Full name: Jacob marks</p>
<img src="/images/good_picture_of_me.jpg" alt="Jacob Marks: image" width="400" height="500">
<div>
<h2>
My Projects: (No projects to put here so far)
</h2>
</div>
<br>
<br>
<br>
<footer>
<p class="footer">
<a href="https://github.com/jfmarks"><img src="/images/github-mark-white.png" alt="/images/github-mark-white.png" width="30" height="30"></a>
<a href="mailto:jfmarks@udel.edu"><img src="/images/mail.png" alt="jfmarks@udel.edu" width="30" height="30"></a>
<a href="https://www.linkedin.com/in/jacob-marks-68373b240/"><img src="/images/LI-In-Bug.png" alt="https://www.linkedin.com/in/jacob-marks-68373b240/" width="30" height="30"></a>
</p>
</footer>
</body>
</html>