-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
278 lines (273 loc) · 10.3 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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
<!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. This page highlights several coding projects and the coding of the website itself has been based on a design in Figma"
/>
<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) -->
<div class="homepage">
<!-- 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 active" aria-current="page" href="/"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" 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 -->
<header>
<h2>👋 Hi, I am</h2>
<h1>Inge Knot</h1>
<h3 class="mb-5">🇳🇱 Front-end developer based in Lisbon</h3>
<a href="/contact.html" class="btn btn-branding">Contact me</a>
</header>
<p class="text-center m-5 description-p">
Front-End Odyssey: Highlighting My Best Front-End Projects on the Path
to Mastery
</p>
<div class="container">
<main>
<!-- Lifestyle Blog -->
<div class="row">
<div class="col d-none d-lg-block">
<img
src="/Images/lifestyle-blog.png"
alt="lifestyle-blog"
class="rounded img-thumbnail"
/>
</div>
<div class="col">
<div class="projects mb-3">
<h2>Lifestyle blog</h2>
<p class="mb-4 text-muted">
The lay-out of this site is based on a design from Figma, and
taught me how to turn a design concept into a functional
website.
<br />
A key aspect of this project is the integration of Spotify
podcasts and YouTube videos, enhancing the user experience
with multimedia content.
</p>
<p class="mb-4 text-muted">
Alongside multimedia integration, this project placed
significant emphasis on Responsive Web Development using CSS.
The goal was to maintain the website's quality and
user-friendliness across diverse devices, accommodating
various screen sizes and resolutions.
</p>
<a
href="https://conscious-living.netlify.app/"
class="btn btn-project"
target="_blank"
>Go to project</a
>
</div>
</div>
</div>
<!-- Haiku generator page -->
<div class="row">
<div class="col">
<div class="projects mb-4">
<h2>Haiku Generator</h2>
<p class="text-muted">
Easy to use Haiku Generator powered by AI. The user only needs
to enter a theme and through the use of AI and Javascript this
project generates a Haiku based on the theme provided.
<br />Adding to the experience, a playful Typewriter effect
gradually unveils the crafted verses, enhancing the poetic
journey.
</p>
<p class="mb-4 text-muted">
This project showcases my skills in HTML, CSS and Javascript.
As well as AI and API integration, real-life development
workflow and hosting.
</p>
<a
href="https://haiku-ai-generator.netlify.app/"
class="btn btn-project"
target="_blank"
>Go to project</a
>
</div>
</div>
<div class="col d-none d-lg-block">
<img
src="/Images/Haiku-generator.png"
alt="Haiku-generator-app"
class="rounded img-thumbnail"
/>
</div>
</div>
<!-- Weather app -->
<div class="row">
<div class="col d-none d-lg-block">
<img
src="/Images/react-weather-app.png"
alt="weather-app"
class="rounded img-thumbnail"
/>
</div>
<div class="col">
<div class="projects mb-4">
<h2>Weather App</h2>
<p class="mb-4 text-muted">
Created in React, this app was built with integrated API for
real-time weather data. The app supports city-specific
searches, presenting not only weather and forecast information
but also the current time, day and date. It also features a
'My Location' button, displaying the weather according to the
data retrieved of the users location.
</p>
<p class="mb-4 text-muted">
By building this app I gained expertise in multiple aspects of
React: the Component-Based Architecture, JSX, State Management
as well as Error Handling and Debugging.
</p>
<a
href="https://react-weather-app-02009e.netlify.app/"
class="btn btn-project"
target="_blank"
>Go to project</a
>
</div>
</div>
</div>
</main>
<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"
>
<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>
</div>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-HwwvtgBNo3bZJJLYd8oVXjrBZt8cqVSpeBNS5n7C8IVInixGAoxmnlMuBnhbgrkm"
crossorigin="anonymous"
></script>
</body>
</html>