Skip to content

Commit

Permalink
Adding some nice shadows everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRogers0 committed Nov 10, 2019
1 parent a576bf7 commit e6703f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions data/projects.yml
Expand Up @@ -2,11 +2,11 @@
featured: true
image_path: typo-ci.png
url: https://typoci.com/
date: 1/09/2019
date: 1/10/2019
description: |
Typo CI analyses commits for spelling mistakes and add annotations to Pull Requests.
stats:
"Launched": October 1st, 2019
"Launched": November 1st, 2019
"Stack": Heroku, Ruby on Rails, Bootstrap, GitHub API, RSpec

- name: PigCI
Expand Down
2 changes: 1 addition & 1 deletion source/index.html.erb
Expand Up @@ -45,7 +45,7 @@ meta:
<div class="col-12 col-md-4">
<h3 class="sr-only"><%= project.name %></h3>
<figure class="figure text-center mb-4">
<%= link_to image_tag(project.image_path, class: 'figure-img portfolio-list__image img-fluid rounded img-thumbnail', alt: "Visit #{project.name}"), project.url, target: '_blank', 'rel': 'noopener' %>
<%= link_to image_tag(project.image_path, class: 'figure-img portfolio-list__image img-fluid rounded img-thumbnail shadow', alt: "Visit #{project.name}"), project.url, target: '_blank', 'rel': 'noopener' %>
<figcaption class="figure-caption"><%= project.description %></figcaption>
</figure>
</div>
Expand Down
2 changes: 1 addition & 1 deletion source/portfolio.html.erb
Expand Up @@ -14,7 +14,7 @@ meta:
<div class="row">
<div class="col-12 col-md-4 d-flex">
<figure class="figure text-center mb-0 mt-1">
<%= link_to image_tag(project.image_path, class: 'figure-img portfolio-list__image img-fluid rounded img-thumbnail', alt: "Visit #{project.name}"), project.url, target: '_blank', 'rel': 'noopener' %>
<%= link_to image_tag(project.image_path, class: 'figure-img portfolio-list__image img-fluid rounded img-thumbnail shadow', alt: "Visit #{project.name}"), project.url, target: '_blank', 'rel': 'noopener' %>
</figure>
</div>
<div class="col-12 col-md-8">
Expand Down
2 changes: 1 addition & 1 deletion source/shared/_header.html.erb
@@ -1,7 +1,7 @@
<header class="mt-3 mb-4" role="banner">
<div class="container">
<div class="text-center mb-3">
<%= link_to image_tag('mike-rogers.jpg', width: 75, height: 75, class: 'rounded-circle', alt: 'Mike Rogers on a Snowmobile'), '/', rel: 'me' %>
<%= link_to image_tag('mike-rogers.jpg', width: 75, height: 75, class: 'rounded-circle shadow', alt: 'Mike Rogers on a Snowmobile'), '/', rel: 'me' %>
</div>
<div class="text-center">
<h1>Mike Rogers</h1>
Expand Down

0 comments on commit e6703f9

Please sign in to comment.