forked from Chrisse23/songsByCountry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
86 lines (78 loc) · 4.18 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Christoffer Wallenberg</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
<link rel="stylesheet" href="font-awesome-4.3.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="wrapper image">
<div class="center--noMarginTop">
<h2>Välkommen</h2>
<button class="overlayButton">Vidare</button>
</div>
</div>
<div class="overlay">
<div class="wrapper">
<div class="black">
<h2 class="center">Christoffer Wallenberg</h2>
</div>
<div class="white">
<h2 class="center">Frontend utvecklare</h2>
</div>
</div>
<div class="wrapper">
<div class="black--right">
<h2 class="center">Om mig</h2>
</div>
<div class="white--left">
<h3 class="quote marginTop">“Who in the world am I? Ah, that's the great puzzle.”</h3>
<h3 class="quote">―Lewis Carroll, Alice in Wonderland</h3>
<p>Kreativ front-end utvecklare som jobbar på Knowit. Sitter nu på uppdrag på Telia.</p>
<p>Är passionerad att utveckla snygga och användarvänliga webbsidor. Anser att frågan varför något ska utvecklas eller behövs ska vara den centrala frågan i hela processen från analys till utveckling.</p>
<!--<p>Som front-end utvecklare tycker jag att jag bör ha en förståelse för hela processen samt förstå varför något ska utvecklas för att kunna bidra det bästa med min kunskap.</p>-->
</div>
</div>
<div class="wrapper">
<!--<div class="overlay">
<i class="fa fa-times fa-3x"></i>
<h3>Mina Sidor på telia.se</h3>
<p>Var med i ett projekt på Telia med att utveckla dem nya Mina Sidorna på telia.se. Mina Sidor skulle göras responsivt, utvecklas i ett nytt CMS samt några nya funktioner som Mobilt BankID. Mina Sidor fick även en ny design och gjordes mer användarvänligt.</p>
</div>-->
<div class="black">
<h2 class="center">Portfolio</h2>
</div>
<div class="white">
<h2 class="center">Under utveckling</h2>
</div>
</div>
<div class="wrapper">
<div class="black--right">
<h2 class="center">En kaffe kanske?</h2>
<h3 class="marginTop">Eller bra musik?</h3>
</div>
<div class="white--left">
<div class="center">
<a href="mailto:[email protected]"><i class="fa fa-envelope-o fa-3x"></i></a>
<a href="http://github.com/Chrisse23"><i class="fa fa-github fa-3x"></i></a>
<a href="http://se.linkedin.com/in/christofferwallenberg"><i class="fa fa-linkedin-square fa-3x"></i></a>
</div>
</div>
</div>
<div class="circle">Till toppen</div>
</div>
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>