-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
107 lines (102 loc) · 5.79 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!doctype html>
<html lang="en">
<head>
<!-- Meta -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Anders Lindh Olsson">
<meta name="description" content="Malmo-based engineer, proficient in both hardware and software development">
<meta name="keywords" content="malmo, sweden, software, hardware, developer, engineer, python, c, cpp, java, anders lindh olsson">
<!-- CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<link rel="stylesheet" href="css/animate.min.css">
<link rel="stylesheet" href="css/style.css">
<title>Anders Lindh Olsson</title>
</head>
<body>
<header>
</header>
<main id="page">
<div id="menu" class="overlay-menu">
<a href="javascript:void(0)" class="close-btn" id="close-menu-btn">×</a>
<div class="menu-links">
<a class="menu-link" href="#about"><h2>About me</h2></a>
</div>
</div>
<section id="home" class="d-flex">
<nav class="navbar bg-light navbar-btn">
<a class="navbar-brand signature" href="#">
<img src="img/signature.svg" style="height:2rem; padding-left:0.5rem" />
</a>
<button type="button" class="navbar-toggler rounded-0 btn btn-outline-dark menu-btn" id="menu-btn">
menu
</button>
</nav>
<div class="jumbotron jumbotron-fluid bg-transparent text-center align-self-center">
<div class="container">
<!-- TODO: break out animations and make them class tags. -->
<h1 class="title animate__animated animate__backInDown">Anders Lindh Olsson</h1>
<p class="subtitle animate__animated animate__zoomInUp" data-wow-duration="3s">Project management, hardware R&D, and software development.</p>
<a class="navbar-brand" href="https://linkedin.com/in/anderslindholsson/">
<img src="img/linkedin.svg" width="30" height="30" class="d-inline-block align-top custom-icon animate__animated animate__heartBeat" alt="LinkedIn" loading="lazy">
</a>
<a class="navbar-brand" href="https://github.com/anderslindho" class="btn btn-primary">
<img src="img/GitHub-Mark-64px.png" width="30" height="30" class="d-inline-block align-top custom-icon animate__animated animate__heartBeat" alt="GitHub" loading="lazy">
</a>
<a class="navbar-brand" href="mailto:[email protected]" class="btn btn-primary">
<img src="img/mail-logo.svg" width="30" height="30" class="d-inline-block align-top custom-icon animate__animated animate__heartBeat" alt="E-mail" loading="lazy">
</a>
</div>
</div>
</section>
<!--
<section id="about" class="d-flex">
<div class="jumbotron jumbotron-fluid bg-transparent text-center align-self-baseline">
<div class="container">
<h1 class="heading wow animate__animated animate__rotateInUpLeft">About me</h1>
<div class="jumbotron jumbotron-fluid rounded text-card wow animate__animated animate__rotateInUpLeft">
<div class="container text-justify">
<p>
I am an engineer based in Malmö, Sweden, who's equally comfortable working with hardware as with software. I most recently worked at a large-scale research facility on particle detectors; more specifically on their utilities (power supply, gas control, environmental monitoring) and integration (towards control system and data acquisition).
</p>
<p>
I am currently looking for opportunities within software development, hardware R&D, and/or project management. I am highly motivated and enjoy working within research and development. I have an interest in hardware communication, control systems, and data analysis, but also appreciate UX and systems engineering.
</p>
<p>
My main programming language is Python, but I like also C++ and Java. I have recently also taken somewhat of an interest in web development.
</p>
<hr />
<p>
I intend to continuously populate this site with examples of my work.
</p>
</div>
</div>
</div>
</div>
</section>
-->
</main>
<footer>
<div class="card card-footer text-muted text-center align-self-center wow animate__animated animate__flipInX">
<p>
Page hosted on <b>GitHub Pages</b>. Built with <b>Bootstrap</b> and <b>jQuery</b>.
<a href="https://github.com/anderslindho/anderslindho.github.io">Source</a>.
</p>
</div>
</footer>
<!-- JavaScript -->
<script
src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"
></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>