-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (118 loc) · 4.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>My Portfolio</title>
<link rel="stylesheet" href="./css/style.css" />
<script src="./js/main.js"></script>
<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=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Dancing+Script&family=Open+Sans:ital,wght@1,500&family=Pacifico&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="topnav" id="myTopnav">
<a href="#home" class="active">Home</a>
<a href="#about-me">About Me</a>
<a href="#contact">Contact Me</a>
<a href="#projects">My Projects</a>
<a href="javascript:void(0);" style="font-size:15px;" class="icon" onclick="handleNavbar()">☰</a>
</div>
<div class="home">
<div id="home">
<h1>
Shaun Lowther<br />
Frontend Developer
</h1>
<p>
I currently work as a SEND teaching assistant<br />
I previously worked in Adult mental health<br />
I am co-founder of Neoangels a registerd charity<br />
helping families of premature babies.
</p>
</div>
</div>
</section>
<section id="about-me"></section>
<section class="about-me">
<h1>About Me</h1>
<br />
<p>
Hi, my name is Shaun,<br />
I currently work as a SEND Teaching Assistant in a primary school,<br />
where I support children in their educational journey, ensuring they
receive classroom support.<br />
Before this, I worked as a Child and Young Person Practitioner in the
community,<br />
helping young people re-engage with education and overcome personal
challenges.<br />
My career journey began in adult mental health, in both the community
and inpatient ward settings.<br />
In addition to my work in education and mental health,<br />
I am the co-founder of Neoangels,<br />
a registered charity dedicated to supporting families with premature
babies across two hospitals.<br />
Neoangels provides financial support during difficult times.<br />
Currently, I am training to become a Front-End Web Developer.
</p>
<div class="row">
<div class="coaches-col">
<img src="images/shaun2.jpg" alt="shaun2" />
<div class="layer">
<h3>Shaun</h3>
</div>
</div>
<div class="coaches-col">
<img src="images/20250111_140831.jpg" alt="20250111_140831" />
<div class="layer">
<h3>Frontend</h3>
</div>
</div>
<div class="coaches-col">
<img src="images/20250113_174521.jpg" alt="20250113_174521" />
<div class="layer">
<h3>Developer</h3>
</div>
</div>
</div>
</section>
<section id="projects"></section>
<section class="projects">
<p>Feel free to look at my latest work</p>
<h2>My Projects</h2>
<div class="project-card">
<a
href="file:///Users/test/Desktop/The%20VillageFC.html/index.html"
target="_blank"
><img src="images/Wynyard%20FC.jpeg" alt="Wynyard club badge" />
<h3>Project 1</h3>
<p>
This is a website for a local junior football team "Wynyard Village
football Club.
</p></a
>
</div>
</section>
<section class="footer">
<div id="contact">
<h1>Contact Me</h1>
<div class="card-contianer">
<div class="card">
<div class="card-side card-front">
<h1>Shaun Lowther</h1>
</div>
<div class="card-side card-back">
<h1>
Tel: 07484761589<br />
Email: [email protected]
</h1>
</div>
</div>
</div>
</div>
</section>
</body>
</html>