-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (40 loc) · 1.31 KB
/
index.html
File metadata and controls
46 lines (40 loc) · 1.31 KB
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
43
44
45
46
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title> Sara Sorensen HTML document: Index</title>
<link rel="stylesheet" href="CSS/styletest.css">
</head>
<body id="index.html">
<header>
<h1>Sara Sorensen CV</h1>
<p><strong>Email:</strong> sarasorensen97@hotmail.com</p>
<nav>
<ul>
<li><a href= "index.html">Home</a></li>
<li><a href="Projects.html"> Projects</a></li>
<li><a href= "webcomtech_CA1_CourseAssignment.html">Webcomtech</a></li>
<li><a href="Resume.html">Resume</a></li>
<li><a href="Contact.html">contact</a></li>
</ul>
</header>
<img src="img/cvjgp.png" width="450" height="200" alt=""/>
<h2>Hello,</h2>
<h3>a bit about me:</h3>
<p>My name is Sara and I am a student at <i>Noroff</i>, where I'm qurrently learning how to code. On this website you can find out more about how to contact me,
my future projects, past projects and my resume in the menu. </p>
<img src="img/student.jpg" width="500" height="200" alt=""/>
<footer>
<nav>
<ul>
<li><a href= "index.html">Home</a></li>
<li><a href="Projects.html"> Projects</a></li>
<li><a href= "webcomtech_CA1_CourseAssignment.html">Webcomtech</a></li>
<li><a href="Resume.html">Resume</a></li>
<li><a href="Contact.html">contact</a></li>
</ul>
</nav>
<p> Copyright © 2019</p>
</footer>
</body>
</html>