This repository was archived by the owner on Aug 23, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
36 lines (36 loc) · 1.4 KB
/
about.html
File metadata and controls
36 lines (36 loc) · 1.4 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8"/>
<title>Artifact Helper About</title>
<link href="css/goudytrajanfont.css" rel="stylesheet" type="text/css"/>
<link href="css/base.css" rel="stylesheet" type="text/css"/>
<link href="css/contact.css" rel="stylesheet" type="text/css"/>
<link href="css/sidenav.css" rel="stylesheet" type="text/css"/>
<script src="js/fetching.js" defer></script>
<script src="js/sidenav.js" defer></script>
<script src="js/translate.js" defer></script>
</head>
<body class="background_image about">
<nav id="sidenav"></nav>
<h1 id="about_header"></h1>
<article>
<p id="about_bodydesc" class='column'></p>
<p id="about_version" class='column'></p>
<div class='column'>
<div class='container'>
<h2>Peter DG</h2>
<br/>
<p id="about_career" class='title'></p>
<br/>
<p id="about_medesc"></p>
<br/>
<a href='mailto:PeterDamianG@Gmail.com'><p>PeterDamianG@Gmail.com</p></a>
<br/>
<a href='https://github.com/PeterDamianG' target="_blank"><p><button class='button'>Contact on GitHub</button></p></a>
<a href='https://www.linkedin.com/in/peterdamiang/' target="_blank"><p><button class='button'>Contact on LinkedIn</button></p></a>
</div>
</div>
</article>
</body>
</html>