-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (25 loc) · 860 Bytes
/
index.html
File metadata and controls
29 lines (25 loc) · 860 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Joshua Adam</title>
<link rel="stylesheet" href="css/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="resume">
<h1>Joshua Adam</h1>
<h3>Software Engineer</h3>
<ul>
<li>Phone: <a href="tel:+1 778-846-2726">+1 (778) 846-2726</a></li>
<li>Email: <a href="mailto:coraltechconsulting@gmail.com">coraltechconsulting@gmail.com</a></li>
<li>Website: <a href="https://coraltechconsulting.com">coraltechconsulting.com</a></li>
</ul>
<h2>Experience</h2>
<h3>CEO - <a href="https://coraltechconsulting.com">Coral</a></h3>
<p>Fully encompassed worldwide tech solutions.</i></p>
<footer>
<a href="https://github.com/jshdm/jshdm.github.io">© 2023</a>
</footer>
</div>
</body>
</html>