Skip to content

Commit

Permalink
Merge pull request #2 from sofiareyesf/phase4
Browse files Browse the repository at this point in the history
Phase4
  • Loading branch information
sofiareyesf authored Sep 16, 2024
2 parents 9c938a8 + 9d9c9f3 commit 4b135c3
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 16 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file added Project Management Resume.pdf
Binary file not shown.
26 changes: 15 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script src="app.js"></script>
<!DOCTYPE html>
<script src="app.js"></script>
<html lang="en">
<head>
<meta charset="UTF-8">
Expand All @@ -26,7 +26,7 @@ <h2>Sofia Reyes Franco</h2>
<p>Personal Email: [email protected]</p>
<p>Tel: (949)-560-2276</p>
<div class="location">
<span class="icon">📍</span> Philadelphia, PA
<span class="icon">📍</span> Pittsburgh, PA
</div>
<div class="social-links">
<a href="https://github.com/sofiareyesf" class="icon"><img src="images/github-icon.png" alt="GitHub"></a>
Expand All @@ -38,16 +38,16 @@ <h2>Sofia Reyes Franco</h2>
<section id="welcome">
<h1>Hi, I'm Sofia!</h1>
<p>
I am a rising senior at Carnegie Mellon University studying Information Systems & minoring in Cybersecurity & International Conflict.
I do risk consulting, specializing in SOC reports and PCI DSS fields.
I am currently working on receiving my CISA, AWS, and CIPP certifications within the field,
and plan on attending law school in 5-10 years.<br><br>
I am a rising senior at Carnegie Mellon University studying Information Systems with a minor in Cybersecurity and International Conflict.
I have experience in cybersecurity consulting, specializing in transforming incoming client data into ECS format and working with Penetration
Testing Services to identify system weaknesses. I am also working towards obtaining my CISA, AWS, and CIPP certifications, with long-term plans
to attend law school in 5-10 years.<br><br>

When I'm not debugging dashboards for clients or learning about cyber law, I enjoy visiting my parents in Miami, where I can go back to
my Cuban roots or traveling to Madrid, Spain, where I grew up, to see friends.<br><br>
When I'm not managing projects or enhancing my knowledge in cyber law, I enjoy visiting my parents in Miami to reconnect with my Cuban roots,
or traveling to Madrid, Spain, where I grew up, to visit friends.<br><br>

I will be graduating from Carnegie Mellon with my Bachelor's degree in May 2025, and <b>I am actively seeking a full-time job
within the Cybersecurity field starting Summer/Fall 2025</b>.
I will be graduating from Carnegie Mellon with my Bachelor's degree in May 2025, and <b>I am actively seeking a full-time position
in Software Development or Project Management starting Summer/Fall 2025</b>.
<br><br>

</p>
Expand All @@ -58,6 +58,10 @@ <h1>Hi, I'm Sofia!</h1>
<div class="news-item">
<h2>Latest News</h2>
<ul>
<li><strong>August 10th, 2024</strong> - I finished my internship with Forvis Mazars,
having gained experience transforming incoming client data into ECS format by mapping
data fields to standardized ECS fields, ensuring consistent representation and enhancing
tool compatibility. Also worked with Penetration Testing Services and SentinelOne to identify weaknesses within client systems</li>
<li><strong>June 1st, 2024</strong> - I was invited to National Intern Week (NIT)
in New York Ciy, where I learned about what consulting
entails on a day-to-day basis.</li>
Expand All @@ -67,7 +71,7 @@ <h2>Latest News</h2>
<br>
<li><strong>May 5th, 2024</strong> - I was nominated by the advising staff
at Carnegie Mellon University's Information Systems department to be an
Information Systems ambassador.</li>
Information Systems ambassador and the main events planner as a part of a 10-person board.</li>
<br>
</ul>
</div>
Expand Down
15 changes: 10 additions & 5 deletions resume.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script src="app.js"></script>
<!DOCTYPE html>
<script src="app.js"></script>
<html lang="en">
<head>
<meta charset="UTF-8">
Expand Down Expand Up @@ -28,12 +28,17 @@ <h3><strong>Sofia Reyes Franco</strong><br></h3>
<a href="https://github.com/sofiareyesf" class="icon"><img src="images/github-icon.png" alt="GitHub"></a>
<a href="https://www.linkedin.com/in/sofia-reyes-franco" class="icon"><img src="images/linkedin.png" alt="LinkedIn"></a>
</div>
</div>
<!-- </div> -->
</aside>
<div class="right-column cv-content">
<h2>Resume</h2>
<a href="resume.pdf" class="download-cv" download>Download PDF version</a>
<iframe src="resume.pdf" width="400px" height="500px" style="border: none;"></iframe>
<h2>Project Management Resume</h2>
<a href="Project Management Resume.pdf" class="download-cv" download>Download PDF version</a>
<iframe src="Project Management Resume.pdf" width="400px" height="500px" style="border: none;"></iframe>
</div>
<div class="right-column cv-content">
<h2>Technical Resume</h2>
<a href="Technical Resume.pdf" class="download-cv" download>Download PDF version</a>
<iframe src="Technical Resume.pdf" width="400px" height="500px" style="border: none;"></iframe>
</div>
</main>
<footer>
Expand Down
Binary file removed resume.pdf
Binary file not shown.

0 comments on commit 4b135c3

Please sign in to comment.