-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
75 lines (56 loc) · 3.04 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
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.83.1" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta property="og:title" content="My New Hugo Site" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://ous8292.github.io/" />
<base href="https://ous8292.github.io">
<title>My New Hugo Site</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/normalize.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,700">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Jura:400,700">
<link rel="stylesheet" href="/css/style.c58b0e94470068f94b62b8d1cdd1989d86b2999585e17b24312ec46a109a709b.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
</head>
<body>
<div class="wrap">
<section class="profile">
<div class="portrait">
<a href="/">
<div class="spinner"></div>
<div class="img" style="background-image: url('/images/portrait-default.jpg')"></div>
</a>
</div>
<h1 class="name">Udo-Peter <b>Steyer</b></h1>
<h2 class="title">Aspiring Software Engineer / Project Manager</h2><span class="bio">I was recently working as Project Coordinator within a database team, tracking environments, servers, and version control. I’ve
decided that I want to start working towards a software engineering role. To obtain these goals, I have been taking Udemy
classes, working on leetCode problems, started to contribute to open source projects, and being mentored by a software
engineer. I’m currently learning Python, version control using git, and basic data structures and algorithms.</span>
</section>
<section class="contacts">
<a class="contact" href="mailto:[email protected]">
<i class="fas fa-envelope" aria-hidden="true"></i>
</a>
<a class="contact" href="https://github.com/ous8292">
<i class="fab fa-github" aria-hidden="true"></i>
</a>
<a class="contact" href="https://linkedin.com/in/udopetersteyer">
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
</section>
</div>
<footer class="footer">
<p class="copyright">© 2019 John Smith. <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA 4.0</a>.</p>
<p class="powered-by">Powered by <a href="https://gohugo.io/">Hugo</a> & <a href="https://github.com/posquit0/hugo-awesome-identity">Awesome Identity</a>.</p>
</footer>
</body>
</html>