-
Notifications
You must be signed in to change notification settings - Fork 46
/
contact.html
39 lines (34 loc) · 1.46 KB
/
contact.html
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
<!DOCTYPE html>
<html>
<head>
<!-- add styling to the assets/css folder-->
<link rel="stylesheet" type="text/css" href="assets/css/portfolio.css" />
</head>
<body background="assets/img/white_leather.png">
<!--<body background="assets/img/diagonal_striped_brick.png">-->
<!-- <div id="wrapper"> -->
<div class="body-center">
<!-- navbar -->
<div class="navbar">
<li><a href="index.html" style="text-decoration:none">Home</a></li>
<li><a href="aboutme.html" style="text-decoration:none">About Me</a></li>
<li><a href="workexp.html" style="text-decoration:none">Work Experience</a></li>
<li><a href="projects.html" style="text-decoration:none">Projects</a></li>
<li><a href="orgs.html" style="text-decoration:none">Organizations</a></li>
<li><a href="contact.html" style="text-decoration:none">Contact</a></li>
</div>
<!-- end navbar -->
<br><br>
<h2>Contact</h2>
<div class="ex">
<strong>Email: </strong><a href="mailto:[email protected]">[email protected]</a><br>
<strong>LinkedIn:</strong> <a href="http://www.linkedin.com/pub/khulan-myagmardorj/47/37a/261">http://www.linkedin.com/pub/khulan-myagmardorj/47/37a/261</a><br>
<strong>Github:</strong> <a href="http://www.github.com/khulski">http://www.github.com/khulski</a>
</div>
</div>
<!-- </div> --> <!--for wrapper div-->
<!--</body>-->
<!-- add javascript code to the assets/js folder-->
<script type="text/javascript" src="assets/js/portfolio.js"></script>
</body>
</html>