Skip to content

Commit

Permalink
second commit with new images
Browse files Browse the repository at this point in the history
  • Loading branch information
NewbieWebDev committed Nov 20, 2024
1 parent 9963add commit c924df0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
Binary file added images/centos.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 images/comptianetwork.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 images/github.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 13 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
<body>
<div class="topnav">
<a href="./index.html"><i class="fa fa-fw fa-home"></i> Home</a>
<a href="./About.html"><i class="bi bi-cursor"></i> About me</a>
<a href="#portfolio"><i class="bi bi-trophy"></i> My portfolios</a>
<a href="./About.html"><i class="bi bi-cursor"></i> About me (Resume)</a>
<a href="./Contact.html"><i class="bi bi-chat-dots-fill"></i> Get in touch!</a>
</div>
<div class="animated-bg"></div>
Expand All @@ -28,14 +27,24 @@ <h2>Summary of this site</h2>
<h2>Skillsets</h2>
<div class="portfolio-box">
<h3>Projects relating to aws</h3>
<p>Project description goes here. This is a brief summary of what the project entails.</p>
<p>My deployments in AWS</p>
<img src="./images/aws.png" alt="Project Image 1">
</div>
<div class="portfolio-box">
<h3>Projects relating to Azure</h3>
<p>Project description goes here. This is a brief summary of what the project entails.</p>
<p>My deployments in Azure</p>
<img src="./images/azure.jpg" alt="Project Image 2">
</div>
<div class="portfolio-box">
<h3>My Github</h3>
<p>View my github repo</p>
<img src="./images/github.jpg" alt="Project Image 2">
</div>
<div class="portfolio-box">
<h3>Centos file server setup</h3>
<p>Setting up file server in centos stream 9</p>
<img src="./images/centos.png" alt="Project Image 2">
</div>
<!-- Add more portfolio-box divs as needed -->
</section>

Expand Down

0 comments on commit c924df0

Please sign in to comment.