-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
98 lines (98 loc) · 5.61 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ims Storm van Leeuwen - Portfolio</title>
<script src="node_modules/powerglitch/dist/powerglitch.min.js"></script>
<link rel="stylesheet" href="/portfolio_ims/styles/mainstyles.css">
<link href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type='text/css'>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600&display=swap" rel="stylesheet">
</head>
<body>
<header>
<section id="profilePicture">
<img src="media/ims.jpg" class="some-element"/>
</section>
<section id="mainMenu">
<ul>
<li>About me</li>
<li>Expertise</li>
<li>Projects</li>
<li>Contact</li>
</ul>
</section>
<section id="socials">
<ul>
<li><a href="https://www.linkedin.com/in/ims-storm-van-leeuwen-19a87299/?originalSubdomain=nl"><i class="fa-brands fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/whimsicalcodingman/"><i class="fa-brands fa-instagram"></i></a></li>
<li><a href="https://github.com/Whimsicalcodingman"><i class="fa-brands fa-github"></i></a></li>
</ul>
</section>
</header>
<content>
<div id="contentContainerMain">
<section id="aboutMe">
<div>
<h2><pre id="codeTekst">>> About me</pre></h2>
<br/>
<h3>Who am I?</h3>
<p>
My name is Ims Storm van Leeuwen, and I'm a passionate front end developer with a strong desire to create beautiful and functional websites that make a positive impact in people's lives. With several years of experience in the field of web development, I'm always striving to stay up-to-date with the latest technologies and trends to deliver the best possible user experience. I believe that every website is an opportunity to tell a unique story, and I'm excited to help bring your vision to life. Feel free to take a look at my portfolio and get in touch if you have any questions or would like to work together
</p>
<h3>My other hobbies</h3>
<p>
Aside from coding, two other passions have control of my life at the moment: climbing and music. From bouldering indoors to visiting the forests of France. Jamming to a jazz track or screaming my lungs out at a black metal gig. That is the spectrum of activities that make me happy!
</p>
<h3>Let's have a chat</h3>
<p>
If you have anything you want to talk about, whether it be coding, climbing, or music, feel free to reach out to me on <a href="mailto:[email protected]">[email protected]</a>.
</p>
</div>
<div>
<img class="meClimbingImage" src="/portfolio_ims/media/MeSinging.webp"/>
</div>
</section>
<section id="expertise">
<h2><pre id="codeTekst">>> Expertise</pre></h2>
<br/><br/>
<div id="sliderContainer">
<div id="expertiseIcons">
<div class="slider-item"><img width="150" class="meClimbingImage" src="/portfolio_ims/media/expertise_icons/html5logo.png"/></div>
<div class="slider-item"><img width="150" class="meClimbingImage" src="/portfolio_ims/media/expertise_icons/css3logo.png"/></div>
<div class="slider-item"><img width="150" class="meClimbingImage" src="/portfolio_ims/media/expertise_icons/javascriptlogo.png"/></div>
<div class="slider-item"><img width="150" class="meClimbingImage" src="/portfolio_ims/media/expertise_icons/phplogo.png"/></div>
<div class="slider-item"><img width="150" class="meClimbingImage" src="/portfolio_ims/media/expertise_icons/sasslogo.png"/></div>
<div class="slider-item"><img width="150" class="meClimbingImage" src="/portfolio_ims/media/expertise_icons/wordpressicon.png"/></div>
<div class="slider-item"><img width="150" class="meClimbingImage" src="/portfolio_ims/media/expertise_icons/mailchimplogo.png"/></div>
<div class="slider-item"><img width="150" class="meClimbingImage" src="/portfolio_ims/media/expertise_icons/hubspotlogo.png"/></div>
</div>
</div>
</section>
</div>
</content>
<footer>
<div id="footerContainer">
<section id="footerMain">
<div>
<h3>This is the footer</h3>
</div>
</section>
<section id="footerSub">
<h3>This is the bottom footer</h3>
<ul>
<li>Terms & Conditions</li>
<li>Privacy statement</li>
</ul>
</section>
</div>
</script>
</footer>
<!-- INCLUDE MANDATORY FILES -->
<script type="module" src="/portfolio_ims/includes.js"></script>
<!-- END INCLUDE MANDATORY FILES -->
</body>
</html>