-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
87 lines (69 loc) · 3.58 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
87
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TPWBV4X');</script>
<!-- End Google Tag Manager -->
<meta charset="utf-8">
<title>david carlson berg</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Raleway:400,300,600">
<link rel="stylesheet" href="views/stylesheets/normalize.css">
<link rel="stylesheet" href="views/stylesheets/skeleton.css">
<link rel="shortcut icon" type="image/png" href="views/images/favicon.ico">
<!-- quick style overrides -->
<style type="text/css">
sup {
color: #000;
font-size: 18px;
top: 0;
}
.dagger {
font-size: 12px;
top: -0.5em;
}
</style>
</head>
<body style="background-color: #f2f2f2;">
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TPWBV4X"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div class="container">
<div class="row">
<div class="column" style="margin-top: 10%">
<h4>David Carlson Berg</h4>
<p>Full Stack Web Developer</p>
<p><a href="http://www.github.com/davidcarlsonberg" target="_blank">GitHub</a> | <a href="http://www.linkedin.com/in/davidcarlsonberg" target="_blank">LinkedIn</a></p>
</div>
</div>
<div class="row" style="margin-top: 5%">
<div class="four columns">
<h5>Professional Projects</h5>
<p><a href="http://master-enterprise.demo.design.infor.com" target="_blank">Enterprise Component Library</a> | <a href="https://github.com/infor-design/enterprise" target="_blank">Repo</a>
<p><a href="http://crmvalue.infor.com" target="_blank">Benefits Calculator</a><sup>*</sup></p>
<p><a href="https://design.infor.com" target="_blank">Design System</a> | <a href="https://github.com/infor-design/website" target="_blank">Repo</a></p>
<p><a href="http://inforum.infor.com/" target="_blank">Corporate Event Site</a><sup>*</sup></p>
</div>
<div class="four columns">
<h5>Contract Projects</h5>
<p><a href="https://digitalocean.com" target="_blank">Enterprise Marketing Site</a><sup>*</sup></p>
<p><a href="http://masmartsummit.com" target="_blank">Agency Microsite</a> | <a href="https://github.com/davidcarlsonberg/bka-masmartsummit" target="_blank">Repo</a></p>
<p><a href="https://github.com/davidcarlsonberg/bka-advent" target="_blank">Interactive Video Site (Repo)</a><sup class="dagger">†</sup></p>
<p><a href="http://screenprism.com/" target="_blank">Film Review Site</a> | <a href="https://github.com/davidcarlsonberg/filmprism" target="_blank">Repo</a></p>
</div>
</div>
<div class="row" style="margin-top: 5%">
<p style="font-size: 12px;"><sup>*</sup>private repository</p>
<p style="font-size: 12px;"><sup class="dagger">†</sup>private site</p>
</div>
<a href="https://www.s2r1.internal.digitalocean.com/" target="_blank">.</a>
</div>
</body>
</html>