Skip to content

Commit

Permalink
New cert
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWatcherMultiversal authored Oct 14, 2023
1 parent cdbf6e2 commit 16977ac
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@

.bg_gradient_r {
background: rgb(10,10,10);
background: linear-gradient(0deg, rgba(15,15,15,1) 0%, rgba(4,1,18,1) 100%);
background: linear-gradient(0deg, rgba(10,10,10,1) 0%, rgba(4,1,18,1) 100%);
}

*,
Expand Down
16 changes: 15 additions & 1 deletion portafolio/portfolio.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,26 @@ <h1 class="fw-bolder">My work and projects</h1>
<!-- Project -->
</section>
<!-- Cert -->
<section class="py-5">
<section class="py-5 bg-light" id="scroll-target">
<div class="container px-5 my-5">
<div class="text-center mb-5">
<h1 class="fw-bolder"><i class="bi bi-trophy-fill" style="color: rgb(209, 136, 0);"></i> Certifications and achievements <i class="bi bi-trophy-fill" style="color: rgb(209, 136, 0);"></i></h1>
<br><br>
</div>
<div class="row gx-5 align-items-center">
<div class="col-lg-6"><img class="img-fluid rounded mb-5 mb-lg-0" src="../assets/portafolio/cert_Operating_Systems_Basics.png" alt="..." /></div>
<div class="col-lg-6">
<h2 class="fw-bolder">Operating Systems Basics</h2>
<p class="lead fw-normal text-muted mb-0">A course offered by the Cisco Networking Academy platform, covering Operating Systems, their security, and how to provide support for them. Thanks to this platform for providing this valuable resource and recognition. You can view the badge on Credly through the following link.</p>
<br><a class="links_download2" href="https://www.credly.com/badges/7f237f04-b88b-4640-bbde-f9b2a859740e/public_url" target="_blank"><i class="bi-link"></i> Credly</a>
</div>
</div>
</div>
</section>
<!-- Cert -->
<section class="py-5">
<div class="container px-5 my-5">

<div class="row gx-5 align-items-center">
<div class="col-lg-6 order-first order-lg-last"><img class="img-fluid rounded mb-5 mb-lg-0" src="../assets/portafolio/cert_Python_Essentials_1.png" alt="..." /></div>
<div class="col-lg-6">
Expand Down

0 comments on commit 16977ac

Please sign in to comment.