Skip to content

Commit

Permalink
final commit July-06/24
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh1005GH committed Jul 6, 2024
1 parent b3d70c2 commit 8dee302
Show file tree
Hide file tree
Showing 3 changed files with 137 additions and 145 deletions.
40 changes: 20 additions & 20 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h3>Education</h3>
<p>
"In the world of cybersecurity, the only constant is change.
Every day brings new challenges, and our job is to stay ahead of the curve,
anticipate threats, and protect our digital assets.""
anticipate threats, and protect our digital assets."
</p>
</div>
</div>
Expand All @@ -125,7 +125,7 @@ <h1 class="title">Experience</h1>
<div class="experience-details-container">
<div class="about-containers">
<div class="details-container">
<h2 class="experience-sub-title">Support Specialist</h2>
<h2 class="experience-sub-title">Support Speciality</h2>
<div class="article-container">
<article>
<img
Expand Down Expand Up @@ -167,7 +167,7 @@ <h3>SharePoint & OneDrive</h3>
class="icon"
/>
<div>
<h3>Ms Teams</h3>
<h3>Microsoft Teams</h3>
<p>Experienced</p>
</div>
</article>
Expand All @@ -178,7 +178,7 @@ <h3>Ms Teams</h3>
class="icon"
/>
<div>
<h3>AAD</h3>
<h3>AD & AAD</h3>
<p>Experienced</p>
</div>
</article>
Expand All @@ -189,7 +189,7 @@ <h3>AAD</h3>
class="icon"
/>
<div>
<h3>AD</h3>
<h3>Microsoft Azure</h3>
<p>Intermediate</p>
</div>
</article>
Expand Down Expand Up @@ -249,8 +249,8 @@ <h3>Node JS</h3>
class="icon"
/>
<div>
<h3>Express JS</h3>
<p>Intermediate</p>
<h3>HTML & CSS</h3>
<p>Experienced</p>
</div>
</article>
<article>
Expand All @@ -261,7 +261,7 @@ <h3>Express JS</h3>
/>
<div>
<h3>Git</h3>
<p>Intermediate</p>
<p>Experienced</p>
</div>
</article>
</div>
Expand All @@ -288,12 +288,12 @@ <h1 class="title">Projects</h1>
class="project-img"
/>
</div>
<div class="experience-details">
<div class="project-details">
<h2 class="experience-sub-title project-title">Security & Compliance Enhancement
for a Financial Services Provider</h2>
<span>Role: Security Consultant</span>
<span>Time: [7/2023 -10/2023]</span>
<!-- <ul class="project-details">
<ul class="project-coverage">
<p>Area Covered:</p>
<li>-Conducted a comprehensive security audit of the client's existing Microsoft 365 setup.</li>
<li>-Designed and conducted phishing campaigns to raise awareness.</li>
Expand All @@ -309,7 +309,7 @@ <h2 class="experience-sub-title project-title">Security & Compliance Enhancement
<li>-Achieved 100% compliance in the subsequent regulatory audit.</li>
<li>-Increased data protection awareness across the organization, with a 25% reduction in successful phishing attempts.</li>

</ul> -->
</ul>
</div>

<div class="btn-container">
Expand All @@ -335,11 +335,11 @@ <h2 class="experience-sub-title project-title">Security & Compliance Enhancement
class="project-img"
/>
</div>
<div class="experience-details">
<div class="project-details">
<h2 class="experience-sub-title project-title">Tenant Acquisition for Microsoft 365 Organizational Merger</h2>
<span>Role: Lead Technical Support</span>
<span>Time: [2/2024-4/2024]</span>
<!-- <ul class="project-details">
<ul class="project-coverage">
<p>Area Covered:</p>
<li>-Led the tenant acquisition process for merging two Microsoft 365 organizations.</li>
<li>-Developed a comprehensive acquisition strategy to ensure seamless integration and data migration.</li>
Expand All @@ -354,7 +354,7 @@ <h2 class="experience-sub-title project-title">Tenant Acquisition for Microsoft
<li>-Recognized by senior management for exceptional project execution and leadership.</li>
<li>-ecognized by senior management for exceptional project execution and leadership.</li>

</ul> -->
</ul>
</div>
<div class="btn-container">
<button
Expand All @@ -379,11 +379,11 @@ <h2 class="experience-sub-title project-title">Tenant Acquisition for Microsoft
class="project-img"
/>
</div>
<div class="experience-details">
<h2 class="experience-sub-title project-title">Tenant Acquisition for Microsoft 365 Organizational Merger</h2>
<div class="project-details">
<h2 class="experience-sub-title project-title">User and Group Management Enhancement Training for Hybrid Environment</h2>
<span>Role: Systems Administrator Advisor</span>
<span>Time: [2/2023 -5/2023]</span>
<!-- <ul class="project-details">
<ul class="project-coverage">
<p>Area Covered:</p>
<li>-Advised on managing user identities and groups across both on-premises Active Directory and Azure Active Directory.</li>
<li>-Guided the development and implementation of synchronization strategies using Azure AD Connect to ensure consistency between on-premises and cloud directories.</li>
Expand All @@ -395,10 +395,10 @@ <h2 class="experience-sub-title project-title">Tenant Acquisition for Microsoft
<p>Achievements:</p>
<li>-Improved synchronization accuracy by 30% through optimized Azure AD Connect strategies.</li>
<li>-Reduced onboarding and offboarding time by 50% with automated processes.</li>
<li>-Enhanced security posture by implementing RBAC, resulting in a 20% decrease in unauthorized access incidents.</li>
<li>-ecognized by senior management for exceptional project execution and leadership.</li>
<li>-Enhanced security posture by implementing RBAC, resulting in a 20% decrease in unauthorized access incidents.</li>


</ul> -->
</ul>
</div>
<div class="btn-container">
<button
Expand Down
205 changes: 102 additions & 103 deletions mediaqueries.css
Original file line number Diff line number Diff line change
@@ -1,104 +1,103 @@
@media screen and (max-width: 1400px) {
#profile {
height: 83vh;
margin-bottom: 6rem;
}
.about-containers {
flex-wrap: wrap;
}

#projects {
height: 50vh;
}
}

@media screen and (max-width: 1200px) {
#desktop-nav {
display: none;
}
#hamburger-nav {
display: flex;
}
#experience,
.experience-details-container {
margin-top: 2rem;
}
#profile,
.section-container {
display: block;
}
.arrow {
display: none;
}
section,
.section-container {
height: fit-content;
}
section {
margin: 0 5%;
}
.section__pic-container {
width: 275px;
height: 275px;
margin: 0 auto 2rem;
}
.about-containers {
margin-top: 0;
}
}

@media screen and (max-width: 600px) {
#contact,
footer {
height: 40vh;
}
#profile {
height: 83vh;
margin-bottom: 0;
}
article {
font-size: 1rem;
}
footer nav {
height: fit-content;
margin-bottom: 2rem;
}
.about-containers,
.contact-info-upper-container,
.btn-container {
flex-wrap: wrap;
}
.contact-info-container {
margin: 5px;
}
.contact-info-container p,
.nav-links li a {
font-size: 1rem;
}
.experience-sub-title {
font-size: 1.25rem;
}
.logo {
font-size: 1.5rem;
}
.nav-links {
flex-direction: column;
gap: 0.5rem;
text-align: center;
}
.section__pic-container {
width: auto;
height: 46vw;
justify-content: center;
}
.section__text__p2 {
font-size: 1.25rem;
}
.title {
font-size: 2rem;
}
.text-container {
text-align: justify;
}
}

#profile {
height: 83vh;
margin-bottom: 6rem;
}
.about-containers {
flex-wrap: wrap;
}
#contact,
#projects {
height: fit-content;
}
}

@media screen and (max-width: 1200px) {
#desktop-nav {
display: none;
}
#hamburger-nav {
display: flex;
}
#experience,
.experience-details-container {
margin-top: 2rem;
}
#profile,
.section-container {
display: block;
}
.arrow {
display: none;
}
section,
.section-container {
height: fit-content;
}
section {
margin: 0 5%;
}
.section__pic-container {
width: 275px;
height: 275px;
margin: 0 auto 2rem;
}
.about-containers {
margin-top: 0;
}
}

@media screen and (max-width: 600px) {
#contact,
footer {
height: 40vh;
}
#profile {
height: 83vh;
margin-bottom: 0;
}
article {
font-size: 1rem;
}
footer nav {
height: fit-content;
margin-bottom: 2rem;
}
.about-containers,
.contact-info-upper-container,
.btn-container {
flex-wrap: wrap;
}
.contact-info-container {
margin: 0;
}
.contact-info-container p,
.nav-links li a {
font-size: 1rem;
}
.experience-sub-title {
font-size: 1.25rem;
}
.logo {
font-size: 1.5rem;
}
.nav-links {
flex-direction: column;
gap: 0.5rem;
text-align: center;
}
.section__pic-container {
width: auto;
height: 46vw;
justify-content: center;
}
.section__text__p2 {
font-size: 1.25rem;
}
.title {
font-size: 2rem;
}
.text-container {
text-align: justify;
}
}
Loading

0 comments on commit 8dee302

Please sign in to comment.