-
Notifications
You must be signed in to change notification settings - Fork 0
/
about_me.html
42 lines (37 loc) · 1.35 KB
/
about_me.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
40
41
42
<!DOCTYPE html>
<head>
<link href="./normalize.css" rel="stylesheet">
<link href="./main.css" rel='stylesheet'>
<link href='bootstrap-3.1.1-dist/css/bootstrap.css' rel='stylesheet'>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome!</title>
</head>
<body>
<header>
<div class="container">
<img id="profile" src="./Photos/IMG-20130213-WA0008.jpg" width="" height="300">
<h1><a href="./index.html" style="text-decoration:none">Jun Wan</a></h1>
<ul>
<li><a href="./about_me.html">About Me</a></li>
<li><a href="./interest.html">Interest</a></li>
<li><a href="./contact.html">Contact</a></li>
</ul>
</div>
</header>
<div class="text-center">
<article>
<h2>About Me</h2>
<p> Hello! My name is Jun Wan and I am from Malaysia. I recently graduated with a BA Physics degree.</p>
<img src="./Photos/Graduation.jpg" width="700">
</article>
</div>
</body>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48888881-1', 'auto');
ga('send', 'pageview');
</script>
</html>