-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
285 lines (276 loc) · 14.5 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
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
<!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" />
<title>My Portfolio</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="mediaqueries.css" />
</head>
<body>
<nav id="desktop-nav">
<div class="logo">Portfolio</div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<nav id="hamburger-nav">
<div class="logo">Portfolio</div>
<div class="hamburger-menu">
<div class="hamburger-icon" onclick="toggleMenu()">
<span></span>
<span></span>
<span></span>
</div>
<ul class="menu-links">
<li><a href="#about" onclick="toggleMenu()">About</a></li>
<li><a href="#experience" onclick="toggleMenu()">Experience</a></li>
<li><a href="#projects" onclick="toggleMenu()">Projects</a></li>
<li><a href="#contact" onclick="toggleMenu()">Contact</a></li>
</ul>
</div>
</nav>
<section id="profile">
<div class="section__pic-container">
<img src="./assets/profile-picture.png" alt="Paulina Czarnota profile picture" />
</div>
<div class="section__text">
<p class="section__text__p1">Hello, I'm</p>
<h1 class="title">Paulina Czarnota</h1>
<p class="section__text__p2">Computer Science Student</p>
<div class="btn-container">
<button class="btn btn-color-2" onclick="window.open('./assets/CV_Paulina_Czarnota.pdf')">
Download CV
</button>
<button class="btn btn-color-1" onclick="location.href='#contact'">
Contact Info
</button>
</div>
<div id="socials-container">
<img src="./assets/linkedin.png" alt="My LinkedIn profile" class="icon" onclick="location.href='https://www.linkedin.com/in/paulina-czarnota-computer-science/'" />
<img src="./assets/github.png" alt="My GitHub profile" class="icon" onclick="location.href='https://github.com/PaulinaCzarnota'" />
</div>
</div>
</section>
<section id="about">
<p class="section__text__p1">Get To Know More</p>
<h1 class="title">About Me</h1>
<div class="section-container">
<div class="about-details-container">
<div class="about-containers">
<div class="details-container">
<img src="./assets/experience.png" alt="Experience icon" class="icon" />
<h3>Experience</h3>
<p>4+ years <br />Academic Experience</p>
</div>
<div class="details-container">
<img src="./assets/education.png" alt="Education icon" class="icon" />
<h3>Education</h3>
<p>3rd Year in B.Sc. Degree Program</p>
</div>
</div>
<div class="text-container">
<p>
As a dedicated third-year Computer Science student at TU Dublin, I specialize in web design, software development, and IT infrastructure. My education has equipped me with a versatile skill set and a strong foundation in the fundamentals of computer science.
</p>
<br>
<p>
Through my coursework, I have developed proficiency in several programming languages, including HTML5, CSS3, JavaScript, Node.js, Kotlin, XML, PHP, Python, C, Java, Bash, and SQL. I have hands-on experience with various development tools, such as Visual Studio Code and PyCharm, and I am skilled in using database systems like MySQL, PHPMyAdmin on XAMPP, MongoDB, and Oracle. Additionally, I have a solid understanding of version control systems, particularly Git and GitHub.
</p>
<br>
<p>
I have earned several certifications, including The Web Developer Bootcamp 2024, Advanced File and Folder Management with PowerShell, and Mastering Cybersecurity Vulnerability Management. These qualifications have significantly improved my expertise in web and app design, scripting, managing cross-platform environments, vulnerability assessment, and cybersecurity compliance, among other areas.
</p>
<br>
<p>
I am passionate about continuous learning and applying my knowledge to practical projects. My career goal is to pursue a position in Web Design or Software Development, where I can leverage my technical abilities and innovative thinking to make meaningful contributions and advance my career.
</p>
</div>
</div>
</div>
<img src="./assets/arrow.png" alt="Arrow icon" class="icon arrow" onclick="location.href='#experience'" />
</section>
<section id="experience">
<p class="section__text__p1">My Skills and</p>
<h1 class="title">Experience</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container">
<h2 class="experience-sub-title">Frontend Development</h2>
<div class="article-container">
<article>
<img src="./assets/checkmark.png" alt="HTML5 icon" class="icon" />
<div>
<h3>HTML5</h3>
<p>Proficient</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="CSS3 icon" class="icon" />
<div>
<h3>CSS3</h3>
<p>Proficient</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="JavaScript icon" class="icon" />
<div>
<h3>JavaScript</h3>
<p>Proficient</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Kotlin icon" class="icon" />
<div>
<h3>Kotlin</h3>
<p>Proficient</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="WordPress icon" class="icon" />
<div>
<h3>WordPress</h3>
<p>Proficient</p>
</div>
</article>
</div>
</div>
<div class="details-container">
<h2 class="experience-sub-title">Backend & Tools</h2>
<div class="article-container">
<article>
<img src="./assets/checkmark.png" alt="PHP icon" class="icon" />
<div>
<h3>PHP</h3>
<p>Proficient</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Node.js icon" class="icon" />
<div>
<h3>Node.js</h3>
<p>Proficient</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Python icon" class="icon" />
<div>
<h3>Python</h3>
<p>Proficient</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="C icon" class="icon" />
<div>
<h3>C</h3>
<p>Proficient</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Java icon" class="icon" />
<div>
<h3>Java</h3>
<p>Intermediate</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="SQL icon" class="icon" />
<div>
<h3>SQL</h3>
<p>Proficient</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="Git icon" class="icon" />
<div>
<h3>Git</h3>
<p>Experienced</p>
</div>
</article>
<article>
<img src="./assets/checkmark.png" alt="GitHub icon" class="icon" />
<div>
<h3>GitHub</h3>
<p>Experienced</p>
</div>
</article>
</div>
</div>
</div>
</div>
<img src="./assets/arrow.png" alt="Arrow icon" class="icon arrow" onclick="location.href='#projects'" />
</section>
<section id="projects">
<p class="section__text__p1">Browse My Recent</p>
<h1 class="title">Projects</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container color-container">
<div class="article-container">
<h2>Project 1: School Management System</h2>
<p>
This Python-based application is designed to manage various aspects of a school, including storing student information, computing final grades, and generating detailed student reports. Developed using object-oriented programming (OOP) principles, the system offers CRUD operations for student data while ensuring data persistence through external files. This project enhances skills in secure data management and modular software design.
</p>
</div>
<h2 class="experience-sub-title project-title">Project One</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn" onclick="location.href='https://github.com/PaulinaCzarnota/Object-Oriented-Programming-In-Python-Project-2023'">
GitHub
</button>
</div>
</div>
<div class="details-container color-container">
<div class="article-container">
<h2>Project 2: Algorithms & Data Structures</h2>
<p>
This project focuses on implementing graph algorithms, including Kruskal's Algorithm for finding the Minimum Spanning Tree (MST) and various graph traversal methods like Depth First Search (DFS) and Breadth First Search (BFS). The algorithms are coded in Java and utilize a Union-Find data structure for efficient cycle detection. This project showcases the application of algorithms in solving complex problems and provides a deeper understanding of data structures in computer science.
</p>
</div>
<h2 class="experience-sub-title project-title">Project Two</h2>
<div class="btn-container">
<button class="btn btn-color-2 project-btn" onclick="location.href='https://github.com/PaulinaCzarnota/Algorithms-and-Data-Structures-CA-Assignment-2022-23'">
GitHub
</button>
</div>
</div>
</div>
</div>
<img src="./assets/arrow.png" alt="Arrow icon" class="icon arrow" onclick="location.href='./#contact'" />
</section>
<section id="contact">
<p class="section__text__p1">Get In Touch</p>
<h1 class="title">Contact Me</h1>
<div class="contact-details">
<p class="section__text__p1">Feel free to reach out to me via email or connect with me on LinkedIn:</p>
<div class="contact-info-upper-container">
<div class="contact-info-container">
<img src="./assets/email.png" alt="Email icon" class="icon contact-icon email-icon" />
</div>
<div class="contact-info-container">
<img src="./assets/linkedin.png" alt="LinkedIn icon" class="icon contact-icon" />
<p><a href="https://www.linkedin.com/in/paulina-czarnota-computer-science/" target="_blank" rel="noopener noreferrer">LinkedIn</a></p>
</div>
</div>
</div>
</section>
<footer>
<nav>
<div class="nav-links-container">
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</nav>
<p>© 2024 Paulina Czarnota. All Rights Reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>