-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (36 loc) · 1.63 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
<html>
<head>
<title>Andreas Andersson</title>
<link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div id="site-container">
<div id="box-container">
<div id="box">
<div id="pic">
<img src="IMG_3164_R_small3.jpg" alt="Andreas">
</div>
<div id="description">
<p class="centered" id="myname">
<strong>Andreas Andersson</strong>
</p>
<p class="centered" id="mytitle">
<strong>System Developer</strong>
</p>
<p>
I am a System developer currently working
at <a href="https://www.netadminsystems.com/" target="_blank">Netadmin Systems</a>.
My main focus is web development on the .NET platform with good knowledge about databases.
Please view my <a href="https://www.linkedin.com/in/andreas-andersson-84082763" target="_blank">Linkedin</a> for more info or send me an email for a complete CV.
</p>
<p>
Contact: me [at] andersson-andreas.se
</p>
</div>
</div>
</div>
</div>
</body>
</html>