-
Notifications
You must be signed in to change notification settings - Fork 0
/
experience.html
44 lines (41 loc) · 1.63 KB
/
experience.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
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>sopheh's Profile</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css?family=Muli%7CRoboto:400,300,500,700,900" rel="stylesheet"></head>
<body>
<div class="main-nav">
<ul class="nav">
<li class="name">Sophie Papadopoulou</li>
<li><a href="index.html">Home</a></li>
<li><a href="experience.html">Experience</a></li>
</ul>
</div>
<header>
<img src= "images/me.jpg" class="profile-image" alt="sopheh's profile picture">
<h1 class="tag name">Hello, I’m sopheh.</h1>
<p class="tag location">My home is Limassol, Cyprus.</p>
</header>
<main class="flex">
<div class="card-experience">
<h2>Experience</h2>
<p>I assisted a user testing for PlayStation VR once.</p>
<p>But generally I am more experienced in inhaling books and playing videogames while having a cat walking on my head.</p>
<p class="centered">
<img src="images/cat.jpg" alt="squad goals">
</p>
</div>
</main>
<footer>
<ul>
<li><a href="https://twitter.com/sophehUK" target="_blank" class="social twitter">Twitter</a></li>
<li><a href="https://www.linkedin.com/in/sopheh/" target="_blank" class="social linkedin">LinkedIn</a></li>
<li><a href="https://github.com/sopheh" target="_blank" class="social github">Github</a></li>
</ul>
<p class="copyright">Copyright 2017, ©sopheh</p>
</footer>
</body>
</html>