-
Notifications
You must be signed in to change notification settings - Fork 0
/
portfolio.html
289 lines (282 loc) · 13.2 KB
/
portfolio.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
279
280
281
282
283
284
285
286
287
288
289
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-KER926TVPX"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-KER926TVPX');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Explore the portfolio of Nikola Ashton, a front-end developer with projects including landing pages, weather apps, and AI-powered content generators.">
<title>Portfolio - Nikola Ashton | Front-end Developer Projects</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" 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:ital,wght@0,400..900;1,400..900&family=Poppins: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&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="styles/app.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<script src="https://kit.fontawesome.com/2a27fbf29f.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="/" title="Home - Nikola Ashton, Front-End Developer"><i
class="fa-solid fa-house"></i></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="/"
title="Home - Nikola Ashton, Front-End Developer">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" aria-current="page" href="/about.html"
title="About Nikola Ashton - Front-End Developer in Melbourne, Australia">About</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="/portfolio.html"
title="Nikola Ashton's Portfolio - Front-End Developer Projects">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/contact.html"
title="Contact Nikola Ashton - Front-End Developer in Melbourne, Australia">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="content-container container">
<div class="content">
<h1 class="text-center mt-5 mb-5">
Take a look at what I've been working on!
</h1>
<div class="row mb-3">
<div class="col-md-6 mb-4">
<a href="https://www.shecodes.io/cohorts/1599/projects/2037920?_gl=1*1yjj1ux*_gcl_au*MTEyMDI4ODY3NC4xNzE5Mjc1Mzg2"
target="_blank" title="View the Passionate Landing Page Live Site - Developed by Nikola Ashton">
<img src="images/basics-final-project.png"
alt="Passionate Landing Page Live Site Preview - Developed by Nikola Ashton" class="img-fluid mb-3">
</a>
<h3 class="text-center mt-2 mb-3">Passsionate Landing Page</h3>
<div class="skills-used text-muted">
<p class="mb-2">
This project showcases fundamental web development skills, including:
</p>
<ul>
<li>
HTML: Implemented essential elements such as headings, paragraphs, divs, spans, links, images, and
buttons.
</li>
<li>
CSS: Applied styling techniques like margin, padding, font size and weight, color schemes, linear
gradients, line heights, box shadows, borders, and transitions.
</li>
<li>
JavaScript: Integrated interactive features using variables, conditional statements, alerts, prompts,
and event handling.
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<a href="https://www.shecodes.io/cohorts/1618/projects/2049253?_gl=1*sa4eef*_gcl_au*MTEyMDI4ODY3NC4xNzE5Mjc1Mzg2"
target="_blank" title="View the Hobby Landing Page Live Site - Developed by Nikola Ashton">
<img src="images/basics-add-on-final-project.png"
alt="Hobby Landing Page Live Site Preview - Developed by Nikola Ashton" class="img-fluid mb-3">
</a>
<h3 class="text-center mt-2 mb-3">Hobby Landing Page</h3>
<div class="skills-used text-muted">
<p class="mb-2">
This project features:
</p>
<ul>
<li>
HTML: Structured content with semantic elements.
</li>
<li>
CSS: Utilised background properties, transform properties, CSS grids, and implemented a dark/light
theme
toggle.
</li>
<li>
Personalisation: Included a personalised footer with my name.
</li>
</ul>
</div>
</div>
</div>
<div class="row mb-3">
<div class="col-md-6 mb-4">
<a href="https://weathering-forecast-app.netlify.app/" target="_blank"
title="View the Weather App Live Site - Developed by Nikola Ashton">
<img src="images/plus-final-project.png" alt="Weather App Live Site Preview - Developed by Nikola Ashton"
class="img-fluid mb-3">
</a>
<h3 class="text-center mt-2 mb-3">Weather App</h3>
<div class="skills-used text-muted">
<p class="mb-2">
Key components include:
</p>
<ul>
<li>
HTML & CSS: Built the foundational layout and styling of the app.
</li>
<li>
JavaScript: Displayed current date and time, and added a search functionality.
</li>
<li>
API Integration: Fetched and displayed weather data, including wind speed, weather description, icons,
and
forecasts.
</li>
<li>
Deployment: Hosted the project on Netlify with a link to the GitHub repository.
</li>
</ul>
</div>
</div>
<div class="col-md-6">
<a href="https://project-world-clock-app.netlify.app/" target="_blank"
title="View the Multi-Time Zone Clock Live Site - Developed by Nikola Ashton">
<img src="images/plus-add-on-final-project.png"
alt="Multi-Time Zone Clock Live Site Preview - Developed by Nikola Ashton" class="img-fluid mb-3">
</a>
<h3 class="text-center mt-2 mb-3">Multi-Time Zone Clock</h3>
<div class="skills-used text-muted">
<p class="mb-2">
This project highlights:
</p>
<ul>
<li>
HTML & CSS: Structured and styled the application with a user-friendly interface.
</li>
<li>
JavaScript: Managed different dates and times for at least three locations.
</li>
<li>
Interactive Elements: Included a select element for location choices and a link to the homepage for
easy
navigation.
</li>
<li>
User Location Feature: Displayed the current date and time of the user's location.
</li>
<li>
Deployment: Hosted on Netlify with a link to the GitHub repository.
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 mb-4">
<a href="https://ai-quote-generator-project.netlify.app/" target="_blank"
title="View the AI Content Generator Live Site - Developed by Nikola Ashton">
<img src="images/AI-add-on-final-project.png"
alt="AI Content Generator Live Site Preview - Developed by Nikola Ashton" class="img-fluid mb-3">
</a>
<h3 class="text-center mt-2 mb-3">AI Content Generator</h3>
<div class="skills-used text-muted">
<p class="mb-2">
This project includes:
</p>
<ul>
<li>
HTML & CSS: Designed an intuitive form for user instructions and styled the output.
</li>
<li>
JavaScript & AI Integration: Implemented AI functionality to generate a four line inspirational quote
based on user
input.
</li>
<li>
Deployment: Hosted on Netlify with a link to the GitHub repository.
</li>
</ul>
</div>
</div>
<div class="col-md-6 mb-4">
<a href="https://northcote-project.netlify.app/" target="_blank"
title="View the Responsive Landing Page Live Site - Developed by Nikola Ashton">
<img src="images/responsive-add-on-final-project.png"
alt="Responsive Landing Page Live Site Preview - Developed by Nikola Ashton" class="img-fluid mb-3">
</a>
<h3 class="text-center mt-2 mb-3">Responsive Landing Page</h3>
<div class="skills-used text-muted">
<p class="mb-2">
This project includes:
</p>
<ul>
<li>
Hero Section & Footer: Designed a compelling hero section and a cohesive footer for enhanced user engagement.
</li>
<li>
CSS Grids & Cards: Utilised pure CSS grids to create a flexible and structured layout, incorporating cards to highlight
key content.
</li>
<li>
Embeds & HTML Tables: Integrated HTML embeds and tables to present information in a structured and accessible manner.
</li>
<li>
CSS Filters & Advanced Styling: Applied CSS filters and advanced styling techniques to enhance the visual appeal and
user experience.
</li>
<li>
Deployment: Hosted the project on Netlify, ensuring accessibility and performance across different devices and
platforms.
</li>
</ul>
<p>
This project reflects my commitment to creating responsive and visually appealing web pages that provide a consistent
user experience on any device.
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="contact-box d-flex justify-content-between mb-5 d-none d-md-flex">
<div>
<h3>
Work Inquiry
</h3>
<p class="text-muted">
Let's work together
</p>
</div>
<div>
<a href="/contact.html" class="btn btn-branding mt-3"
title="Reach Out to Nikola Ashton - Contact Page">Contact me</a>
</div>
</div>
<footer class="text-center mb-5 portfolio-footer">
<a href="mailto:nikolaclare@gmail.com" class="email-link"
title="Contact Nikola Ashton via Email">nikolaclare@gmail.com</a>
<div class="social-links d-flex justify-content-center mt-3">
<a href="https://github.com/nikolaclare" target="_blank"
title="Explore Nikola Ashton's GitHub Repositories"><i class="fa-brands fa-square-github"></i></a>
<a href="https://www.linkedin.com/in/nikola-ashton/" target="_blank"
title="Connect with Nikola Ashton on LinkedIn"><i class="fa-brands fa-linkedin"></i></a>
</div>
</footer>
<p class="text-center mt-4">
👩💻 This project was coded by Nikola Ashton, and is <a
href="https://github.com/nikolaclare/portfolio-project" target="_blank"
title="View the open-source code on GitHub" class="repository-link">open-sourced</a>
</p>
</div>
</body>
</html>