-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
228 lines (215 loc) · 9.14 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="noindex, nofollow" />
<link rel="stylesheet" href="assets/css/style.css">
<!-- Google Font Roboto -->
<!-- https://fonts.google.com/specimen/Roboto -->
<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=Roboto:wght@300;400;500;700&display=swap" rel="stylesheet">
<title>Jessica | Frontend Web Developer</title>
</head>
<body>
<div class="hamburger">
<img id="hamburger-icon" src="assets/img/hamburger.png" width="30px">
</div>
<nav id="nav">
<div class="nav-overlay"></div>
<div class="content">
<div class="grid">
<a class="nav-item active" href="index.html">Home</a>
<a class="nav-item" href="#intro">About</a>
<a class="nav-item" href="#skills">Skills</a>
<a class="nav-item" href="#recent-work">My Work</a>
<a class="nav-item" href="#contact">Get in Touch</a>
</div>
</div>
</nav>
<section id="header">
<div class="content">
<div class="grid">
<div class="grid-item">
<h1>Hi there, I'm Jessica<span class="period"></span></h1>
<p>
I'm a <b>Frontend Web Developer </b>who loves building clean, responsive <br>user-friendly websites.
</p>
<div class="circle">
<img src="assets/img/profile-image2.png" alt="Jessica's Frontend Web Developer portfolio" width="250">
</div>
</div>
</div>
</div>
</section>
<section id="intro">
<div class="content">
<div class="grid">
<div class="grid-item">
<h2>Let's get to know each other<span class="period"></span></h2>
<p>
Since making the decision to pivot my career into Frontend Web Development over three years ago, I've
had the opportunity to work on some really exciting, challenging and creative projects.
</p>
<p>
I'm driven by my love for problem solving, learning new technologies and I enjoy tackling new challenges
head on.
</p>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="content">
<div class="grid">
<div class="grid-item">
<h2>My Skills<span class="period"></span></h2>
<h3>Languages & Frameworks</h3>
<ul>
<li>HTML</li>
<li>CSS/ SCSS</li>
<li>JavaScript</li>
<li>Liquid</li>
<li>Bootstrap</li>
</ul>
<h3>CMS & E-commerce</h3>
<ul>
<li>Shopify</li>
<li>HubSpot</li>
<li>WordPress</li>
</ul>
</div>
<div class="grid-item">
<h3>Dev Tools</h3>
<ul>
<li>Version Control/ Git</li>
<li>Responsive design</li>
<li>Chrome DevTools</li>
</ul>
<h3>Design</h3>
<ul>
<li>UX/ UI</li>
<li>Figma</li>
<li>Adobe PhotoShop</li>
<li>Adobe Illustrator</li>
<li>Balsamiq</li>
</ul>
</div>
</div> <!-- end .grid -->
</div>
</section>
<section id="recent-work">
<div class="content">
<h2>My recent work<span class="period"></span></h2>
<p>
Showcasing the professional work I'm most proud of. Inluding landing page creation, product template development and more.
</p>
<div class="grid">
<div class="grid-item">
<a href="projects/coordinates-product-template.html">
<div class="recent-overlay">
<h3>Coordinates Product Template</h3>
</div>
<img src="assets/img/professional-projects/coordinates/coordinates-cover.jpg" alt="hand wearing gold rings">
</a>
</div>
<div class="grid-item">
<a href="projects/shopify-blog.html">
<div class="recent-overlay">
<h3>Shopify Blog Build</h3>
</div>
<img src="assets/img/professional-projects/blog/blog-cover.jpg" alt="Two diamond rings stacked on top of eachother">
</a>
</div>
<div class="grid-item">
<a href="projects/store-page.html">
<div class="recent-overlay">
<h3>Store Page Redevelopment</h3>
</div>
<img src="assets/img/professional-projects/store/store-cover.jpg" alt="Image of building in Dublin with flowers outside">
</a>
</div>
</div>
</div>
</section>
<section id="learning-projects">
<div class="content">
<h2>Learning Projects<span class="period"></span></h2>
<p>
Projects developed during my Diploma in Full Stack Software Development at the Code Institute.
These projects range from static to fullstack websites.
</p>
<div class="grid">
<div class="grid-item"><!-- The Leafy Bean -->
<div class="project"> <!-- The Leafy Bean -->
<div class="project-links">
<a class="website-link" href="https://jessicajuliet.github.io/the-leafy-bean/" target="_blank">View Site</a>
<a class="website-link" href="https://github.com/JessicaJuliet/the-leafy-bean" target="_blank">Github</a>
</div>
<div class="overlay"></div>
<img src="assets/img/learning-projects/the-leafy-bean-project.jpg">
</div>
<h3>The Leafy Bean</h3>
</div>
<div class="grid-item"> <!-- Irish Gold Distillers -->
<div class="project">
<div class="project-links">
<a class="website-link" href="https://jessicajuliet.github.io/irish-gold-distillers/" target="_blank">View Site</a>
<a class="website-link" href="https://github.com/JessicaJuliet/irish-gold-distillers" target="_blank">Github</a>
</div>
<div class="overlay"></div>
<img src="assets/img/learning-projects/irish-gold-distillers-project.jpg">
</div>
<h3>Irish Gold Distillers</h3>
</div>
<div class="grid-item project"> <!-- MediTracker-->
<div class="project">
<div class="project-links">
<a class="website-link" href="https://meditracker-qbfi.onrender.com/" target="_blank">View Site</a>
<a class="website-link" href="https://github.com/JessicaJuliet/meditracker" target="_blank">Github</a>
</div>
<div class="overlay"></div>
<img src="assets/img/learning-projects/meditracker-project.jpg">
</div>
<h3>Meditracker</h3>
</div>
<div class="grid-item project"> <!-- Webi -->
<div class="project">
<div class="project-links">
<a class="website-link" href="https://webi-t0p6.onrender.com/" target="_blank">View Site</a>
<a class="website-link" href="https://github.com/JessicaJuliet/webi" target="_blank">Github</a>
</div>
<div class="overlay"></div>
<img src="assets/img/learning-projects/webi-project.jpg">
</div>
<h3>Webi</h3>
</div>
</div> <!-- end .grid -->
</div>
</section>
<section id="contact">
<div class="content">
<div class="grid">
<div class="grid-item">
<h2>Interested in working together?</h2>
<p>I'd love to discuss how I can help you achieve your website goals. <b><a href="mailto:jessica.akomfrah@gmail.com">Let's chat</a></b>.</p>
</div>
</div>
</div>
</section>
<footer>
<div class="content">
<a href="https://www.linkedin.com/in/jessicaakomfrah/" target="_blank">
<img src="assets/img/linkedin-round-icon.svg" alt="LinkedIn logo" width="50">
</a>
<a href="https://github.com/JessicaJuliet" target="_blank">
<img src="assets/img/github-mark-light-64px.png" alt="GitHub logo" width="50">
</a>
<p>© Portfolio website designed & <br> developed with care by me</p>
</div>
</footer>
<script src="assets/js/script.js"></script>
</body>
</html>