-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
91 lines (86 loc) · 3.8 KB
/
index.html
File metadata and controls
91 lines (86 loc) · 3.8 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
<!DOCTYPE HTML>
<html>
<head>
<title>Lucas Rager Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!--<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>-->
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="index.html" class="logo"><strong>HOME</strong></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- Banner -->
<section id="banner" class="major">
<div class="inner">
<header class="major">
<h1>Lucas Rager</h1>
</header>
<div class="content">
<p>Back in 2016 while taking a Java basics course in highschool I fell in love with the idea of automating processes. Working through calculators for my homework and learning the basics of web
development I found myself with an inseperable life long passion. Fast-forward to today, I've had the
privilage of building software for a not-for-profit organization, academic research teams, and companies of all sizes from small local to large national.</p>
</div>
<div class="content">
<p>
My main focus these days is troubleshooting and building electrical and automated systems-technologies with accessible user interfaces. I most enjoy building software and designing electrical
systems-technologies in the sweet spot where design and engineering meet - things that look good but are also built well under the hood.
</p>
</div>
<div class="content">
<p>
When I'm not at the computer or at a customer site, I'm usually hiking, reading, or hanging out with friends and family.
</p>
</div>
</div>
</section>
<!-- About -->
<div id="main">
<!-- Two -->
<section id="two">
<div class="inner">
<header class="major">
<h2>About</h2>
</header>
<p>I am currently enrolled at <a href="https://www.wilmu.edu/" class="link">Wilmington University</a>
working towards a <a href="https://www.wilmu.edu/technology/information-systems-technologies.aspx#intro" class="link">M.S. in Information Systems Technologies (MS-IST)</a>.
I work as a Service Technician at <a href="https://plcparamedics.com/" class="link">PLC Paramedics</a> which
is an electrical contractor specializing in automation and controls that provides reliable and comprehensive automation and controls solutions in many industries.</p>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/ragerlu" class="icon brands alt fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.linkedin.com/in/lucasrager/" class="icon brands alt fa-linkedin-in"><span class="label">LinkedIn</span></a></li>
<li><a href="lrager002@my.wilmu.edu" class="icon solid alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src=></script>
</body>
</html>