-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (31 loc) · 1.1 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>
<!--<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <title>Document</title>
-->
<link rel="stylesheet" href="index_file.css">
</head>
<body>
<header>
<img class="logo" src="MT.jpg" alt="logo">
<nav>
<ul class="nav__links">
<li><a href="About.html">About</a></li>
<li><a href="Projects.html">Projects</a></li>
<li><a href="Contact.html">Contact Me</a></li>
</ul>
</nav>
</header>
<div class = "parent">
<div id="name">
<h1>Martin Teh</h1>
</div>
<div id="caption">
<h2>Welcome to my website.</h2>
</div>
<p>I am a Third Year Mechanical Engineering Student at Imperial College London.</p>
</div>
</body>
</html>