-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
254 lines (241 loc) · 12 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
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Jordan Osikowicz</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="">
<meta property="og:type" content="">
<meta property="og:url" content="">
<meta property="og:image" content="">
<link rel="manifest" href="../site.webmanifest">
<link rel="apple-touch-icon" href="../icon.png">
<link rel="stylesheet" href="../jordano-portfolio-site/css/normalize.css">
<link rel="stylesheet" href="../jordano-portfolio-site/css/style.css">
<script src="https://kit.fontawesome.com/612b443d20.js" crossorigin="anonymous"></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=Michroma&display=swap" rel="stylesheet">
<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=Michroma&family=Montserrat:wght@100&display=swap"
rel="stylesheet">
<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=Open+Sans&display=swap" rel="stylesheet">
<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=Montserrat:ital,wght@1,600&family=Open+Sans&display=swap"
rel="stylesheet">
</head>
<body>
<header>
<div class="content-wrapper">
<nav>
<ul>
<li>
<a href="#work">Projects</a>
</li>
<li>
<a href="#developer-skills">Skills</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</nav>
</div>
<div class="home-title">
<div class="greeting-time">Hello!</div>
<h1 class="hello">I'm Jordan Osikowicz!</h1>
<h2>I'm a <span>Front End Web Developer</span> who loves to create websites in Pittsburgh, Pa.</h2>
</div>
</header>
<main>
<article class="portfolio">
<section id="work">
<div class="content-wrapper">
<h3 class="portfolio-header">Projects</h3>
</div>
<div class="portfolio-wrapper">
<div class="portfolio-piece">
<figure>
<a href="https://josik95.github.io/sticky-notes-app/" target="_blank">
<img src="../jordano-portfolio-site/html5-boilerplate-main/dist/img/sticky-notes_compressed.png"
alt="project image"></a>
</figure>
<div class="button-container">
<a href="https://josik95.github.io/sticky-notes-app/" target="_blank" class="button">Live
page</a>
</div>
<h2>Super Sticky Notes</h2>
<p class="project-description">
This greenfield project used multiple components to build a sticky note UI. Users can add,
delete, edit, and search for notes. Whatever the user types on the notes is saved to their
local storage, so if they close or refresh the app, their notes are saved.
</p>
<p class="skills">
<Span>Skills:</Span>
React, JSX, ES6, Managing data flow
</p>
<p class="tools">
<span>Tools:</span>
CodeSandbox, Props, State
</p>
</div>
<div class="portfolio-piece">
<figure>
<a href="https://v48-tier1-team-04.netlify.app/" target="_blank">
<img src="../jordano-portfolio-site/dinosauria.png"
alt="project image"></a>
</figure>
<div class="button-container">
<a href="https://v48-tier1-team-04.netlify.app/" target="_blank" class="button">Live
page</a>
</div>
<h2>Dinosauria</h2>
<p class="project-description">
"Dinosauria" was my first-ever group project! We were tasked with building an enjoyable and educational site within six weeks. It features a dinosaur of the day, charts, an interactive map, an index you can search dynamically, and some hidden features!
</p>
<p class="skills">
<span>Skills:</span>
Vanilla JavaScript, JSON, HTML5, Sass, CSS3, Visual Studio Code Live Share
</p>
<p class="tools">
<span>Tools:</span>
Vite, Mapbox, Git, GitHub, Chrome DevTools, Discord
</p>
</div>
<div class="portfolio-piece">
<figure>
<a href="https://josik95.github.io/git-repo-gallery/" target="_blank">
<img src="../jordano-portfolio-site/html5-boilerplate-main/dist/img/GitHub-repo-gallery_compressed.png"
alt="project image"></a>
</figure>
<div class="button-container">
<a href="https://josik95.github.io/git-repo-gallery/" target="_blank" class="button">Live
Page</a>
</div>
<h2>GitHub Repo Gallery</h2>
<p class="project-description">
This project is a gallery of all the repos on my GitHub profile. It lists all of my repos
and updates every time a new repo is added. It uses GitHub's API to pull data from my GitHub
portfolio. Visitors can click on any repo to see more details about it.
</p>
<p class="skills">
<span>Skills:</span>
API's, Manipulating the DOM
</p>
<p class="tools">
<span>Tools:</span>
GitHub Pages, Rest API
</p>
</div>
</div>
</section>
<section id="developer-skills">
<div class="content-wrapper">
<h3 class="skills-header">Developer Skills</h3>
</div>
<div class="language-wrapper">
<ul>
<li class="icon-container">
<i class="fa-brands fa-html5" style="color: #0092d1;"></i>
<span class="icon-text">HTML5</span>
</li>
<li class="icon-container">
<i class="fa-brands fa-css3-alt" style="color: #0092d1;"></i>
<span class="icon-text">CSS3</span>
</li>
<li class="icon-container">
<i class="fa-brands fa-square-js" style="color: #0092d1;"></i>
<span class="icon-text">JavaScript</span>
</li>
<li class="icon-container">
<i class="fa-brands fa-react" style="color: #0092d1;"></i>
<span class="icon-text">React</span>
</li>
<li class="icon-container">
<i class="fa-brands fa-git" style="color: #0092d1;"></i>
<span class="icon-text">Git</span>
</li>
<li class="icon-container">
<i class="fa-brands fa-bootstrap" style="color:#0092d1;"></i>
<span class="icon-text">Bootstrap</span>
</li>
</ul>
</div>
<div class="tool-wrapper">
<h5>
Visual Studio Code | Chrome DevTools | CodeSandbox | GitHub Pages | API's | jQuery | Responsive
Web
Development | Node.js
</h5>
</div>
</section>
</article>
<section id="about">
<div class="content-wrapper">
<div class="about-content-wrapper">
<figure>
<img src="../jordano-portfolio-site/profile picture-min.jpg" alt="profile-picture">
</figure>
<h3 class="hover-me">Hi! I'm Jordan Osikowicz</h3>
<h2>I'm a Front End Web Developer who loves to build clean, responsive websites!</h2>
<p class="about-text">
I've always been fascinated with figuring out how things work. At 21, I built my first computer,
sparking a passion for technology. When I decided to learn coding languages, I was immediately
hooked on the endless possibilities of what I could create. In my free time, I love exploring
local hidden gem restaurants, spending time in nature visiting state parks, or going for a
scenic drive.
</p>
<p class="about-span">
<span>I can't wait to work with you!</span>
</p>
</div>
</div>
</section>
</main>
<footer id="contact">
<div class="content-wrapper">
<h3>Let's Connect</h3>
</div>
<div class="content-wrapper">
<div class="contact-info">
<p><a href="tel:+7242199644">724-219-9644</a></p>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="contact-follow">
<h3 class="contact-title">Follow me</h3>
<ul class="social-icons">
<li>
<a href="https://www.linkedin.com/in/jordan-osikowicz-developer/" target="_blank">
<i class="fa-brands fa-linkedin" style="color: #adadad;"></i>
</a>
</li>
<li>
<a href="https://github.com/JOSIK95" target="_blank">
<i class="fa-brands fa-github" style="color: #adadad;"></i>
</a>
</li>
</ul>
</div>
<div class="contact-meet">
<p> Pittsburgh, PA</p>
<p>
<span>Thank you for visiting, I'd love to meet up!</span>
</p>
</div>
<p>
"Copyright
<script>document.write(new Date().getFullYear())</script>" | Jordan Osikowicz
</p>
</div>
</footer>
<script src="js/script.js" defer></script>
</body>
</html>