Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 92 additions & 0 deletions Julia_Portfolio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,92 @@
<!DOCTYPE html>
<html lang="en">
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<head> <!-- header begins here -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">

<title>Julia Portfolio</title>

<link href="./css/Julia_Portfolio style.css" rel="stylesheet">
<script type="text/javascript" src="./js/header-functions.js"></script>
</head> <!-- header ends here -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->
<!-- ----------------------------------------------------------------- -->

<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<body> <!-- body begins here -->

<div class="container">

<div class="content">
<h2>CAREER PROFILE</h2>
<p1>Recent graduate in MS Cybersecurity Cyber Operations and Per Scholars Java Application Developer program with the experience in successful team building and project delivery. Possess strong understanding of agile methodology and frameworks. Knowledgeable in cybersecurity strategies and controls used in network, web, virtualization, cloud, wireless and mobile security.</p1>

<h2>EXPERIENCES</h2>
<h3>Java Application Developer</h3>
<h5><i>June 2020 - Present</i>
<br/>Per Scholars, Inc., Charlotte, NC</h5>
<p2>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Veritatis inventore suscipit repellendus quisquam, doloribus libero obcaecati voluptatem, quas, vel consequatur accusamus numquam modi ducimus tempora? Inventore minus fuga molestiae dolor odio!</p2>

<h3>Adult ESL Instructor</h3>
<h5><i>March 2015 - May 2019</i>
<br/> Central Piedmont Community College, Charlotte, NC</h5>
<li>Taught Adult ESL classes, developed instructional materials, incorporated available software and technology.</li>
<li>ESL and GED students in the use of variety of learning applications.</li>
<li>Provided security awareness training during orientation.</li>

<h3>Administrative assistant</h3>
<h5><i>May 2014 - March 2015</i>
<br/>Sarissa Security Consulting, Inc., Charlotte, NC</h5>
<li>Provided administrative support to corporate clients.</li>
<li>Managed correspondence, phone calls, training schedules, meeting arrangements, clientele database.</li>

<h3>Supplier Relations Specialist</h3>
<h5><i>October 2012 - July 2013</i>
<br/>Apex Analytix, Inc., Greensboro, NC</h5>
<li>Established and maintained consistent communication with vendors and clients, via electronic and telephonic correspondence, in order to obtain the documents and data necessary for conducting successful audits for clients.</li>
<li>Used First Strike software in Citrix Workspace for requesting, processing and filing data.</li>
</li>Worked on auditing projects in team with statement and recovery analysts.</li>
</div>

<div class="info">
<div class="info_one">
<img src="./img/my avatar.jpg" width="100" height="130" />
<h2>Julia Waclawek</h2>
<h3>Java Application Developer</h3>
<h3>Cybersecurity Graduate</h3>
</div>

<div class="info_two">
</ul>
<br/><img src="./img/email_icon.png" width="20" height="20" /><b> julie.waclawek@gmail.com</b>
<br/><img src="./img/phone_icon.png" width="20" height="20" /><b> 704-749-4412</b>
<br/><img src="./img/linkedin_icon.png" width="20" height="20" /><b> //www.linkedin.com/in/julia-waclawek-48456650/</b>
<br/><img src="./img/github_icon.png" width="20" height="20" /><b> github.com/julwac9225</b>
</ul>
</div>
</div>

</div>

<!-- ====================================================== -->
<!-- ====================================================== -->
<footer>
<!-- footer of page begins here -->
<script type="text/javascript" src="./js/footer-functions.js"></script>
</footer> <!-- footer of page ends here -->
<!-- ====================================================== -->
<!-- ====================================================== -->

</body>
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->
<!-- ---------------------------------------------------------------------------------- -->

</html>
44 changes: 44 additions & 0 deletions css/Julia_Portfolio style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
body {
font-family: Cambria;
font-size: 14px;
}
.container {
background-color: #ffffff;
padding: 5px;
margin: 5px;
display: grid;
grid-template-columns: 66% 34%;
overflow: hidden;
}

.content {
background-color: #ffffff;
text-align: left;
padding: 5px;
height: fit-content;
}

.content > h2{
color: #008b8b;
}

.info {
background-color: #008b8b;
text-align: center;
color: whitesmoke;
padding-top: 70px;
margin: 0px;
height: 100%;
}
.info_one {
min-height: 55%;
text-align: center;
font-size: 15px;
}
.info_two {
background-color: seagreen;
min-height: 45%;
padding-top: 30px;
padding-left: 20px;
text-align: left;
}
9 changes: 0 additions & 9 deletions css/style.css

This file was deleted.

Binary file added img/email_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/github_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/linkedin_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/my avatar.JPG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/phone_icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
57 changes: 0 additions & 57 deletions index.html

This file was deleted.