-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
193 lines (189 loc) · 6.65 KB
/
about.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="description"
content="Homepage Inge Knot, a Dutch front-end developer in Portugal. Experienced in HTML, CSS and Javascript, API's, Bootstrap and making websites responsive. SheCodes student / graduate. This page is an introduction / about me section of the front-end developer."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Front End developer | Inge Knot</title>
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-4bw+/aepP/YC94hEpVNVgiZdgIC5+VKNBQNGCHeKRQN+PtmoHDEXuppvnDJzQIu9"
crossorigin="anonymous"
/>
<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=Playfair+Display:wght@500;700&family=Poppins:wght@500;700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/CSS/styles.css" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-MS7Z4WJD");
</script>
<!-- End Google Tag Manager -->
<script
src="https://kit.fontawesome.com/8d082bd362.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-MS7Z4WJD"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- navigation bar -->
<div class="nav-bar">
<nav class="navbar navbar-expand-lg navbar bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="/"
><img
src="Images/logo-picture.png"
alt="inge-picture-logo"
class="logo img-fluid"
/></a>
<button
class="navbar-toggler"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarNav"
aria-controls="navbarNav"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="/about.html">About Me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact.html">Contact Me</a>
</li>
</ul>
</div>
</div>
</nav>
</div>
<!-- end navigation bar -->
<div class="container">
<div class="content-page">
<header>
<div class="row mb-2">
<div class="col-lg-6">
<div class="content">
<h1 class="mb-4 mb-lg-5">About me</h1>
<h2 class="mb-4 mb-lg-5">
🇳🇱 Front-end Developer, based in Lisbon
</h2>
<p>
Having always had a passion for laguages and technology, I was
happy to combine the two and dive deeper into the world of
coding. By following an extensive course on SheCodes, I
created multiple projects in order to develop and hone my
skills.
</p>
<p>
Now that I have grasped the basics of HTML, CSS and
Javascript, I am happy to show you what I have created so far
and would love an opportunity to work together and create
something beautiful. Let's connect!
</p>
</div>
</div>
<div class="col-lg-6 personal-img">
<img
src="/images/inge-knot.jpg"
alt="Inge Knot"
class="img-fluid mt-lg-5"
/>
</div>
</div>
<a href="/projects.html" class="btn btn-project"
>Check out my projects</a
>
</header>
</div>
<footer>
<div
class="contact-box d-flex justify-content-between mb-5 d-none d-md-flex"
>
<div>
<h4>Work Enquiry</h4>
<p class="text-muted">
Let's work together and create something beautiful!
</p>
</div>
<div>
<a href="/contact.html" class="btn btn-branding">Contact me</a>
</div>
</div>
<a
href="mailto:[email protected]"
target="_blank"
class="email-link"
title="Email me"
>
<div class="social-links d-flex justify-content-center">
<a href="https://github.com/ingekn/" target="_blank" title="Github"
><i class="fa-brands fa-github"></i
></a>
<a
href="mailto:[email protected]"
target="_blank"
class="email-link"
title="Email"
>
<i class="fa-solid fa-envelope"></i>
</a>
<a
href="https://www.linkedin.com/in/ingeknot/"
target="_blank"
title="LinkedIn"
>
<i class="fa-brands fa-linkedin"></i
></a>
<a
href="https://www.shecodes.io/graduates/57934-inge-knot"
target="_blank"
title="SheCodes Certifications"
>
<i class="fa-solid fa-graduation-cap"></i
></a>
</div>
</footer>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
</body>
</html>