-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
237 lines (228 loc) · 10.7 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
<!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="Nikola Ashton is a front-end developer based in Melbourne, Australia. Explore my portfolio and get in touch for collaboration opportunities.">
<title>Front-end developer - Nikola Ashton | Melbourne, Australia</title>
<meta name="google-site-verification" content="wTuNST0Ck1D-0PiDGezNU1bYn6X1yiaO6dwYbJx7_64" />
<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 active" 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" 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="hero">
<p class="text-uppercase">
Hi I'm
</p>
<h1>
Nikola Ashton
</h1>
<h2 class="mb-5">
Front-end Developer, based in Melbourne, Australia 🇦🇺
</h2>
<a href="/contact.html" class="btn btn-branding" title="Reach Out to Nikola Ashton - Contact Page">Contact me</a>
</div>
<h3 class="text-center text-uppercase m-5">Featured projects</h3>
<div class="container">
<div class="row align-items-center">
<div class="col m-5 d-none d-lg-block">
<img src="images/basics-final-project.png"
alt="Passionate Landing Page Website Screenshot - Web Development Project by Nikola Ashton"
class="img-fluid">
</div>
<div class="col">
<div class="project-description">
<h2 class="mb-5">
Passionate Landing Page
</h2>
<p class="mb-5 text-muted">
Created a landing page from scratch, centered around a personal passion.
</p>
<a href="https://www.shecodes.io/cohorts/1599/projects/2037920?_gl=1*19xnz36*_gcl_au*MTEyMDI4ODY3NC4xNzE5Mjc1Mzg2"
target="_blank" class="btn btn-branding-outline"
title="Learn More About the Passionate Landing Page - A Web Development Project by Nikola Ashton">Learn
more</a>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col m-5">
<div class="project-description">
<h2 class="mb-5">
Hobby Landing Page
</h2>
<p class="mb-5 text-muted">
Developed a landing page dedicated to a personal hobby, emphasising advanced styling and thematic
customisation.
</p>
<a href="https://www.shecodes.io/cohorts/1618/projects/2049253?_gl=1*1m8wzb3*_gcl_au*MTEyMDI4ODY3NC4xNzE5Mjc1Mzg2"
target="_blank" class="btn btn-branding-outline"
title="Learn More About the Hobby Landing Page - A Web Development Project by Nikola Ashton">Learn
more</a>
</div>
</div>
<div class="col d-none d-lg-block">
<img src="images/basics-add-on-final-project.png"
alt="Hobby Landing Page Website Screenshot - Web Development Project by Nikola Ashton" class="img-fluid">
</div>
</div>
<div class="row align-items-center">
<div class="col m-5 d-none d-lg-block">
<img src="images/plus-final-project.png"
alt="Weather App Website Screenshot - Web Development Project by Nikola Ashton" class="img-fluid">
</div>
<div class="col">
<div class="project-description">
<h2 class="mb-5">
Weather App
</h2>
<p class="mb-5 text-muted">
Designed and enhanced a weather application with comprehensive features and real-time data.
</p>
<a href="https://weathering-forecast-app.netlify.app/" target="_blank" class="btn btn-branding-outline"
title="Learn More About the Weather App - A Web Development Project by Nikola Ashton">Learn more</a>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col m-5">
<div class="project-description">
<h2 class="mb-5">
Multi-Time Zone Clock
</h2>
<p class="mb-5 text-muted">
Implemented a multi-time zone clock application with dynamic date and time display for various locations.
</p>
<a href="https://project-world-clock-app.netlify.app/" target="_blank" class="btn btn-branding-outline"
title="Learn More About the Multi-Time Zone Clock - A Web Development Project by Nikola Ashton">Learn
more</a>
</div>
</div>
<div class="col d-none d-lg-block">
<img src="images/plus-add-on-final-project.png"
alt="Multi-Time Zone Clock Website Screenshot - Web Development Project by Nikola Ashton" class="img-fluid">
</div>
</div>
<div class="row align-items-center">
<div class="col m-5 d-none d-lg-block">
<img src="images/AI-add-on-final-project.png"
alt="AI Content Generator Website Screenshot - Web Development Project by Nikola Ashton" class="img-fluid">
</div>
<div class="col">
<div class="project-description">
<h2 class="mb-5">
AI Content Generator
</h2>
<p class="mb-5 text-muted">
Developed an AI-powered content generator capable of creating personalised content based on user input.
</p>
<a href="https://ai-quote-generator-project.netlify.app/" target="_blank" class="btn btn-branding-outline"
title="Learn More About the AI Content Generator - A Web Development Project by Nikola Ashton">Learn
more</a>
</div>
</div>
</div>
<div class="row align-items-center">
<div class="col m-5">
<div class="project-description">
<h2 class="mb-5">
Responsive Landing Page
</h2>
<p class="mb-5 text-muted">
Developed a fully responsive landing page that adapts seamlessly to various screen sizes and devices,
demonstrating
advanced web design and responsive techniques.
</p>
<a href="https://northcote-project.netlify.app/" target="_blank" class="btn btn-branding-outline"
title="Learn More About the Responsive Landing Page - A Web Development Project by Nikola Ashton">Learn
more</a>
</div>
</div>
<div class="col d-none d-lg-block">
<img src="images/responsive-add-on-final-project.png"
alt="Responsive Landing Page Website Screenshot - Web Development Project by Nikola Ashton"
class="img-fluid">
</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 homepage-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>