-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·88 lines (85 loc) · 5.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Home - JP</title>
<meta name="description" content="I am JP">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat">
<link rel="stylesheet" href="assets/fonts/ionicons.min.css">
<link rel="stylesheet" href="assets/css/gradient-navbar-styles.css">
<link rel="stylesheet" href="assets/css/gradient-navbar.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/css/pikaday.min.css">
<link rel="stylesheet" href="assets/css/Pretty-Product-List.css">
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-md" id="app-navbar">
<div class="container-fluid"><a class="navbar-brand logo" href="index.html" style="font-size: 35px;width: 40px;font-family: Montserrat, sans-serif;">3P</a><button data-toggle="collapse" class="navbar-toggler" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div class="collapse navbar-collapse" id="navcol-1">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link active" href="cv.html">CV</a></li>
<li class="nav-item"><a class="nav-link" href="project.html">Projects</a></li>
</ul>
</div>
</div>
</nav>
<main class="page lanidng-page">
<section class="portfolio-block block-intro"><img src="assets/img/DSC03556-modified.png" style="width: 200px;height: 200px;margin: 0px;margin-bottom: 20px;">
<div class="container">
<div class="about-me">
<p>Hi! I am <strong>Jonas Philipps</strong>. I study quantum technologies at the RWTH Aachen University. I have passion for problem solving, fostering engagement and making the world a better place.</p>
</div>
</div>
</section>
<section class="portfolio-block skills">
<div class="container">
<div class="heading">
<h2>Special Skills</h2>
</div>
<div class="row">
<div class="col-md-4">
<div class="card special-skill-item border-0">
<div class="card-header bg-transparent border-0"><i class="icon ion-star"></i></div>
<div class="card-body">
<h3 class="card-title"><span style="font-weight: normal !important;">Striving For Excelence</span></h3>
<p class="card-text">One can go for the easiest implementation or the best outcome. Let's choose the solution that is most profitable for all concerned. We deserve the best.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card special-skill-item border-0">
<div class="card-header bg-transparent border-0"><i class="icon ion-ios-lightbulb"></i></div>
<div class="card-body">
<h3 class="card-title" style="font-family: Montserrat, sans-serif;"><span style="font-weight: normal !important;">Crafting New Ideas</span></h3>
<p class="card-text" style="font-family: Montserrat, sans-serif;">The best way to have a good idea is to have a lot of ideas. It's not just about developing new ones, but escaping from the old ones. Ideas can change the world.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card special-skill-item border-0">
<div class="card-header bg-transparent border-0"><i class="icon ion-ios-gear"></i></div>
<div class="card-body">
<h3 class="card-title"><span style="font-weight: normal !important;">Making Things Work</span></h3>
<p class="card-text">Why ignore a problem when you can solve it? I love to be challenged by problems that require unknown solutions. And then identify and implement the best one.</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="page-footer">
<div class="container">
<div class="links"><a href="index.html">Home</a><a href="projects.html">Projects</a><a href="cv.html">CV</a></div>
<div class="social-icons"><a class="li-ic mr-3" href="https://www.linkedin.com/in/jonas-philipps/" target="_blank" role="button"><i class="fab fa-lg fa-linkedin-in"></i></a><!--Github-->
<a class="git-ic mr-3" href="https://github.com/sterafix" target="_blank" role="button"><i class="fab fa-lg fa-github"></i></a></div>
</div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/pikaday/1.6.1/pikaday.min.js"></script>
<script src="assets/js/theme.js"></script>
</body>
</html>