-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 856 Bytes
/
Copy pathindex.html
File metadata and controls
19 lines (19 loc) · 856 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<link rel="icon" href="static/favicon.ico" type="image/x-icon"/>
<link rel="shortcut icon" href="static/favicon.ico" type="image/x-icon"/>
<head>
<title>Marcel's Website</title>
</head>
<body style="background-color:wheat;">
<h1>Marcel Jagielko</h1>
<p>nj, usa</p>
<a href="mailto:[email protected]"><p>[email protected]</p></a>
<a href="https://freerice.com"><img src="/static/earth.gif" alt="planet earth"></a>
<a href="pdf/resume.pdf"><p>about me/résumé (pdf)</p></a>
<a href="https://linkedin.com/in/marceljj"><p>linkedin</p></a>
<a href="https://github.com/marceljj"><p>github</p></a>
<a href="https://github.com/marceljj/homebrew-tap"><p>homebrew tap</p></a>
<br>
<a href="https://donate.unrwa.org"><p>donations</p></a>
</body>
</html>