-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
18 lines (18 loc) · 876 Bytes
/
contact.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="contact.css">
<title> Jose Orozco - Contact </title>
<meta charset="utf-8">
</head>
<div class="topbar">
<a href="index.html">About</a>
<a href="tuas.html">Triton UAS</a>
<a href="artemis.html">Artemis</a>
<a href="interests.html">Interests</a>
<!--<a href="links.html">Links</a>-->
<a class="active" href="contact.html">Contact</a>
</div>
<h1>Contact Info</h1>
<p class="links">For any professional inquiries about the projects I have worked on, or currently are working on, contact me to my email "momanuel <i>dash</i> 6 <i>at</i> hotmail <i>dot</i> com". Also, feel free to visit my <a href="https://github.com/foco100">GitHub</a> page to learn more technical details of some of these projects.</a>
</html>