-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
105 lines (82 loc) · 4.98 KB
/
index.html
File metadata and controls
105 lines (82 loc) · 4.98 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Curriculum Vitae and Web development portfolio of Matthias Schmid, M.Sc.">
<meta name="keywords" content="web, developer, freelancer, Matthias Schmid, ramsondon">
<meta name="author" content="Matthias Schmid, M.Sc. <ramsondon@gmail.com>">
<meta name="robots" content="index, follow, all">
<title>CV Matthias Schmid</title>
<meta property="og:url" content="https://ramsondon.github.io">
<meta property="og:type" content="website">
<meta property="og:title" content="CV Matthias Schmid, M.Sc.">
<meta property="og:description" content="Curriculum Vitae of Matthias Schmid, M.Sc. Experience, Education, Skills, etc.">
<meta property="og:image" content="https://ramsondon.github.io/web/img/matthias_schmid_profile_image_052025.jpg">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://ramsondon.github.io/web/img/matthias_schmid_profile_image_052025.jpg">
<meta name="twitter:title" content="CV Matthias Schmid, M.Sc.">
<meta name="twitter:description" content="Curriculum Vitae of Matthias Schmid, M.Sc. Experience, Education, Skills, etc.">
<meta name="twitter:site" content="@ramsondon">
<meta name="twitter:creator" content="@ramsondon">
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333333">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#333333">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#333333">
<!-- Bootstrap Core CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<!-- Theme CSS -->
<link href="web/css/style.min.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="shortcut icon" href="web/img/favicon.ico" type="image/x-icon">
<link rel="icon" href="web/img/favicon.ico" type="image/x-icon">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- <script>-->
<!-- (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){-->
<!-- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),-->
<!-- m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)-->
<!-- })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');-->
<!-- ga('create', 'UA-99830448-1', 'auto');-->
<!-- ga('send', 'pageview');-->
<!-- </script>-->
</head>
<body id="page-top" class="index">
<div id="skipnav"><a href="#maincontent">Skip to main content</a></div>
<div data-xng-view="html/nav.tpl.html" data-xng-model="data/sections.json" data-xng-listen="mainnav"></div>
<div data-xng-view="html/header.tpl.html"></div>
<div data-xng-view="html/sections.tpl.html" data-xng-model="data/sections.json"></div>
<div data-xng-view="html/footer.tpl.html" data-xng-listen="footer"></div>
<div data-xng-view="html/popups.tpl.html" data-xng-model="data/certificates.json"></div>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll hidden-xs">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<div class="body-background"></div>
<!-- lodash -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Plugin JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js"></script>
<script src="web/js/jqBootstrapValidation.min.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="https://unpkg.com/xng@3.1.2/dist/xng.min.js"></script>
<!-- Theme JavaScript -->
<script src="web/js/style.min.js"></script>
</body>
</html>