Skip to content

Commit

Permalink
Update & reorder experience cards + cosmetic fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alanrme committed Dec 8, 2024
1 parent 63ba20a commit a82fbce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -777,7 +777,7 @@ div.shake {
box-shadow: 0px 0.3em 0.6em rgba(0,0,0,0.15);
margin-bottom: 1.25em !important;
font-size: 0.8rem;
background: rgba(255,255,255,0.7);
background: rgba(255,255,255,0.8);

.heading {
h3 {
Expand Down
13 changes: 10 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ <h3>TensorFlow</h3>
</div>
<div class="col">
<div class="card aos" data-aos="fadein-up">
<i class="devicon-jquery-plain"></i>
<h3>jQuery</h3>
<p2>Since 2019</p2>
<i class="devicon-cplusplus-plain"></i>
<h3>C++</h3>
<p2>Since 2024</p2>
</div>
</div>
<div class="col">
Expand All @@ -87,6 +87,13 @@ <h3>Administration</h3>
<p2>Since 2019</p2>
</div>
</div>
<div class="col">
<div class="card aos" data-aos="fadein-up">
<i class="devicon-jquery-plain"></i>
<h3>jQuery</h3>
<p2>Since 2019</p2>
</div>
</div>
<div class="col">
<div class="card aos" data-aos="fadein-up">
<i class="devicon-illustrator-plain"></i>
Expand Down

0 comments on commit a82fbce

Please sign in to comment.