Skip to content

Commit

Permalink
Revert "project history style update & new project card"
Browse files Browse the repository at this point in the history
This reverts commit b5784e1.
  • Loading branch information
johnabrams7 committed May 17, 2024
1 parent b5784e1 commit 31a3d6d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 33 deletions.
7 changes: 0 additions & 7 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -882,13 +882,6 @@ section .title::after {
border: 2px solid #00aa2d;
transition: 0.3s ease-in-out;
}
.projects .carousel .card .box img {
display: inline-block;
text-align: center;
}
.projects .carousel .card .box a {
color: #fff;
}

.projects .carousel .card .box .project:hover {
color: white;
Expand Down
Binary file removed images/mystic_interactive.jpg
Binary file not shown.
34 changes: 8 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -255,55 +255,37 @@ <h2 class="title">Project history</h2>
<div class="carousel owl-carousel">
<div class="card">
<div class="box">
<a href="https://www.gov.ky" target="_blank">
<img src="images/cayman.jpg" alt="Cayman Islands Government" />
<div class="text">Cayman Islands Gov</div>
</a>
<img src="images/cayman.jpg" alt="Cayman Islands Government" />
<div class="text">Cayman Islands Gov</div>
<p>Front-end developer & devops for core engineering teams.</p>
<a href="https://www.gov.ky" class="project" target="_blank">View
Project</a>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://www.motivcx.com" target="_blank">
<img src="images/motivcx_logo.jpg" alt="Motiv CX" />
<div class="text">Motiv CX</div>
</a>
<img src="images/motivcx_logo.jpg" alt="Motiv CX" />
<div class="text">Motiv CX</div>
<p>Front-end development & systems admin.</p>
<a href="https://www.motivcx.com" class="project" target="_blank">View Project</a>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://sailsjs.com" target="_blank">
<img src="images/sailsjs_logo.jpg" alt="Sails.js" />
<div class="text">Sails.js</div>
</a>
<img src="images/sailsjs_logo.jpg" alt="Sails.js" />
<div class="text">Sails.js</div>
<p>Core development team and community support.</p>
<a href="https://sailsjs.com" class="project" target="_blank">View Project</a>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://www.cellmedicine.com" target="_blank">
<img src="images/stem_cell_institute_logo.jpg" alt="Stem Cell Institute" />
<div class="text">Stem Cell Institute</div>
</a>
<img src="images/stem_cell_institute_logo.jpg" alt="Stem Cell Institute" />
<div class="text">Stem Cell Institute</div>
<p>Patient experience front-end developer.</p>
<a href="https://www.cellmedicine.com" class="project" target="_blank">View Project</a>
</div>
</div>
<div class="card">
<div class="box">
<a href="https://www.mysticinteractive.com/" target="_blank">
<img src="images/mystic_interactive.jpg" alt="Mystic Interactive" />
<div class="text">Mystic Interactive</div>
</a>
<p>Front-end developer and systems admin.</p>
<a href="https://www.mysticinteractive.com/" class="project" target="_blank">View Project</a>
</div>
</div>
</div>
</div>
</section>
Expand Down

0 comments on commit 31a3d6d

Please sign in to comment.