-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (39 loc) · 1.93 KB
/
index.html
File metadata and controls
48 lines (39 loc) · 1.93 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Untitled</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<html>
<head>
<title> My Hobbies </title>
</head>
<img
<Body>
<h1> My Favourite Hobby: Coding! </h1>
<div>
<img src="https://images.rawpixel.com/image_800/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0ZS8yMDIyLTA1L3AtMjAwLWV5ZS0wMzQyNzAyLmpwZw.jpg" width="350" height="200">
</div>
<p> I've been coding for the last year or so now, and I'm really keen to turn this into a career. I've built a Flappy Bird inspired game, my own website for nail art inspiration (my other favourite hobby), and an app that tracks my health condition. My dream career is either a SWE or a SDET :). I was first introduced to coding by my friend who is a SWE in Amsterdam. At first I found it pretty intimidating, but after a few "Hello World!"'s later, my confidence improved and so has my desire to make a career out of coding. I teach myself outside of working full time and I'm currently learning arrays in Java.
</p>
<p> One website that has helped me tremendously with coding is <a href="https://www.w3schools.com">W3Schools</a>. It's helped me learn Java, Javascript, HTML & CSS. And of course, where would I be without <a href="https://www.youtube.com/@programming With Mosh">ProgrammingWithMosh</a>?! My GitHub is: https://github.com/KelsieJM
</p>
<p> My goals are as follows </p>
<ol>
<li> Get into CYF</li>
<li> Complete the course</li>
<li> Secure a career in SWE </li>
</ol>
<p> Languages I would like to be proficient in:
<ul>
<li>Python</li>
<li>Java</li>
<li>Javascript</li>
</ul>
<img src="https://www.introducingamsterdam.com/f/paises-bajos/amsterdam/guia/amsterdam.jpg" width="350" height="200">
<img src="https://i.ytimg.com/vi/SXDCTEuLTYM/maxresdefault.jpg"width="300" height="250">
<script src="./script.js"></script>
</body>
</html>