-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (56 loc) · 2.73 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Max Bauer</title>
<link rel="icon" href="favicon.ico">
<link rel="stylesheet" href="css/styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Merriweather:wght@300&family=Montserrat:wght@500&family=Sacramento&display=swap">
</head>
<body>
<div class="top-container">
<img class="top-cloud" src="images/cloud.png" alt="cloud image">
<h1>I'm Max</h1>
<h2>a <span class="pro">pro</span>grammer</h2>
<img class="bottom-cloud" src="images/cloud.png" alt="cloud image">
<img src="images/mountain.png" alt="mountain image">
</div>
<div class="middle-container">
<div class="profile">
<img class="profile_picture" src="images/profile_picture.jpg" alt="my profile picture">
<h2>Hi there.</h2>
<p>This is my website</p>
</div>
<hr>
<div class="skills">
<h2>My Skills</h2>
<div class="skill-row">
<img class="computer" src="images/coding.svg" alt="coding svg">
<h3>Computer Science</h3>
<p>Having successfully finished my Bachelor's Degree and heading now into my Computer Science Master's Degree, I am able to work in several kinds of IT-related fields such as Cross-Platform App Development, Web Development, Virtual and Augmented Reality Development as well as Robotics and hardware-specific programming.</p>
</div>
<div class="skill-row">
<img class="music" src="images/vinyl.svg" alt="vinyl svg">
<h3>Music</h3>
<p>I was lucky to enjoy a decade-long education in piano lessons. After four years in absence of a keyboard, I recently restarted to teach myself classic songs and even try to compose my own ones from time to time.</p>
</div>
</div>
<hr>
<div class="contact-me">
<h2>Get In Touch</h2>
<h3>Feel free to contact me if you have any questions.</h3>
<p>Message me by e-mail</p>
<a class="CONTACT_BUTTON" href="mailto:[email protected]">Contact Me</a>
</div>
</div>
<div class="bottom-container">
<a class="footer-link" href="https://www.xing.com/profile/Max_Bauer72/cv">XING</a>
<a class="footer-link" href="https://www.xing.com/profile/Max_Bauer72/cv">LinkedIn</a>
<a class="footer-link" href="https://www.xing.com/profile/Max_Bauer72/cv">Facebook</a>
<p class="copyright">© 2021 Max Bauer</p>
</div>
</div>
<!-- <div>Icons made by <a href="https://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a></div> -->
</body>
</html>