-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
41 lines (33 loc) · 1.42 KB
/
profile.html
File metadata and controls
41 lines (33 loc) · 1.42 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<title>Profile</title>
</head>
<body class="bprofile">
<header>
<img alt='logo' class="logo" src="css/images/logo.svg">
<div class="menu">
<a class='hvr-grow-shadow' href='index.html'>START</a>
<a class='hvr-grow-shadow' href='portfolio.html'>PORTFOLIO</a>
<a class='hvr-grow-shadow' href='profile.html'>PROFILE</a>
</div>
</header>
<div class='mbody'>
<div class='about_me'>
<img alt='profile pic' class="profile_pic" src="css/images/profile_pic.png">
<div class="text_me">
<p class="mheading">Who am I ?</p>
<p>
I am 20 y old creative spirit interested in new technologies and multimedia design. I’m keen on photography as well. Thanks to KEA I really got into coding! My plan for the future is to become a front-end developer/ designer. My other passion is sport.
During summer holidays I teach windsurfing. I can’t imagine winter without skiing and snowboarding. My motto is: “the further you get away from yourself, the more challenging it is. The best things in life are often waiting at the exit ramp
of your comfort zone”</p>
</div>
</div>
</div>
<script type="text/javascript" src="main.js">
</script>
</body>
</html>