Skip to content

Commit

Permalink
New revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffrey-JC committed Oct 28, 2023
1 parent 47e1ce7 commit cd1b1ad
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 7 deletions.
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,11 @@ span {
margin: 2rem 0 3rem;
}

.about-content ul {
font-size: 1.6rem;
list-style-position: inside;
}

.services h2 {
margin-bottom: 5rem;
}
Expand Down
27 changes: 20 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<h3>Hello, It's Me</h3>
<h1>Jeffrey Contreras</h1>
<h3>And I'm <span class="multiple-text"></span></h3>
<p>This is my portfolio website. I display my skills, projects, and write-ups of every CTF and lab that I've completed.</p>
<p>This is my portfolio website. I display my background, skills, projects, and write-ups of completed CTFs</p>
<div class="social-media">
<a href="https://github.com/Jeffrey-JC"><i class='bx bxl-github'></i></i></a>
<a href="#"><i class='bx bxl-twitter' ></i></a>
Expand All @@ -58,13 +58,26 @@ <h3>And I'm <span class="multiple-text"></span></h3>

<div class="about-content">
<h2 class="heading">About <span>Me</span></h2>
<h3>Security Ethusiast!</h3>
<h3>Summary:</h3>
<p>
I am a graduate student currently studying for a Master's degree in Computer Engineering.
I am a security ethusiast with programming experience, such as Python, C++, C, PowerShell, and SQL.
My current plans are to enter the workforce for a cybersecurity role and to pursue for a PhD specializing in cybersecurity.
</p>
<a href="experiences.html" class="btn">Read More</a>
<h3>Coursework:</h3>
<ul>
<li>Ethical Hacking</li>
<li>Practical Applied Security</li>
<li>Systems Programming</li>
<li>Network Security</li>
<li>Computer Network Engineering</li>
</ul>
<p> </p>
<h3>Certifications:</h3>
<ul>
<li>Google Cybersecurity Professional Certification</li>
</ul>
<!--<a href="experiences.html" class="btn">Read More</a>-->
</div>
</section>

Expand All @@ -91,15 +104,15 @@ <h3>Software Development</h3>

<div class="services-box">
<i class='bx bx-bar-chart-alt' ></i>
<h3>Machine Learning</h3>
<p>I applied my programming skills to develop machine learning projects involving course-work, such as neural networks and classifiers.</p>
<h3>Embedded Systems</h3>
<p>Through coursework, I learned hardware such as Raspberry Pi, Arduino, ESP32, and FPGA boards to create hardware projects with programming.</p>
<a href="notready.html" class="btn">Read More</a>
</div>

<div class="services-box">
<i class='bx bx-bar-chart-alt' ></i>
<h3>Artificial Intelligence</h3>
<p>I became interested in artificial intelligence since it became a rising new topic in the field of cybersecurity and software development.</p>
<h3>Machine Learning</h3>
<p>I applied my programming skills to develop machine learning projects involving course-work, such as neural networks and classifiers.</p>
<a href="notready.html" class="btn">Read More</a>
</div>
</div>
Expand Down

0 comments on commit cd1b1ad

Please sign in to comment.