Skip to content

Commit

Permalink
update project section
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh1005GH committed Jul 6, 2024
1 parent 6bef8ba commit 0c961e5
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
25 changes: 24 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,30 @@ <h1 class="title">Projects</h1>
class="project-img"
/>
</div>
<h2 class="experience-sub-title project-title">Project One</h2>
<div class="experience-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">
<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>
<li>-Developed, implemented, tested, and monitored organizational policies and rules, including threat
policies (Antispam, phishing, malware, SafeLink, SafeAttachment, Quarantine, TABL).</li>
<li>-Implemented advanced security measures such as Multi-Factor Authentication (MFA), Data Loss Prevention (DLP), and Conditional Access policies.</li>
<li>-Created and executed a compliance strategy aligned with industry standards, ensuring the client passed all subsequent regulatory audits.</li>
<li>-Developed and implemented sensitivity labels that can be applied automatically or manually by users in Outlook and other Office apps to emails and files, enhancing the protection of organizational information.</li>
</ul>
<ul class="project-achievements">
<p>Achievements:</p>
<li>-Reduced security incidents by 40% through improved threat policies and awareness campaigns.</li>
<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>
</div>

<div class="btn-container">
<button
class="btn btn-color-2 project-btn"
Expand Down
22 changes: 21 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -376,8 +376,28 @@ article .icon {
.project-title {
margin: 1rem;
color: black;
font-size: 1rem;
}
.experience-details span{
display: block;
}
.experience-details p{
text-align: left;
font-weight: bold;
}
.project-details li{
list-style:none;
/* font-size: 0.9rem; */
text-align: left;
}
.project-achievements li{
list-style: none;
text-align: left;
}
.project-achievements p{
text-align: left;
font-weight: bold;
}

.project-btn {
color: black;
border-color: rgb(163, 163, 163);
Expand Down

0 comments on commit 0c961e5

Please sign in to comment.