-
Notifications
You must be signed in to change notification settings - Fork 46
/
index.html
36 lines (29 loc) · 1.11 KB
/
index.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
<!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">
<div class="body-center">
<!-- navbar -->
<span 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>
</span>
<!-- end navbar -->
<br><br>
<h2>Khulan Myagmardorj</h2>
<div class="ex">
Welcome to my online portfolio! Please click on the above links to view more. <br>
This site is still <b>under construction</b>!
</div>
</div>
<!-- add javascript code to the assets/js folder-->
<script type="text/javascript" src="assets/js/portfolio.js"></script>
</body>
</html>