Skip to content

Commit

Permalink
Merge pull request #8 from gabrielle-barnes/blvd_website
Browse files Browse the repository at this point in the history
making changes to add everyone's github and attempting to change Gith…
  • Loading branch information
gabrielle-barnes authored Mar 10, 2024
2 parents 3bab8e6 + d721976 commit c9e1822
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ <h1 class="header">{{ site.title | default: site.github.repository_name }}</h1>
</ul>

{% if site.github.is_project_page %}
<p class="header">This project is maintained by <a class="header name" href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
<p class="header">This project is maintained by <br>
<a class="header name" href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a> <br>
<a class="header name" href="{{ https://github.com/Funmi-idowu }}">{{ Funmi Idowu }}</a> <br>
<a class="header name" href="{{ https://github.com/Kimberly-Kubo }}">{{ Kimberly Kubo }}</a>
</p>
{% endif %}

{% if site.github.is_user_page %}
Expand Down
13 changes: 12 additions & 1 deletion docs/_sass/jekyll-theme-dinky.scss
Original file line number Diff line number Diff line change
Expand Up @@ -421,4 +421,15 @@ footer {
font-size:12pt;
color:#444;
}
}
}

a.buttons.github {
background: teal; /* Change the background color to teal */
color: teal; /* Change the text color to teal */
}

a.buttons.github:hover {
background: darkcyan; /* Change the background color on hover */
color: darkcyan; /* Change the text color on hover */
}

0 comments on commit c9e1822

Please sign in to comment.