Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,5 @@ Your contributions are what make this project great. Thank you for helping impro

---

**Author**: [Roger Barker](https://github.com/DJ-BBot)
**Author**: [Roger Barker](https://github.com/rbarker-dev)
**Email**: [[email protected]](mailto:[email protected])
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ <h4>Connect With Me</h4>
<i class="fab fa-github"></i>
rbarker-dev
</a>
<a href="https://github.com/DJ-BBot" class="social-link" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/rbarker-dev" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
DJ-BBot
rbarker-dev
</a>
<a href="https://www.linkedin.com/in/roger-barker/" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin"></i>
Expand All @@ -117,9 +117,9 @@ <h3 class="profile-section-header">Andrew Brandt</h3>
<div class="links-group personal">
<h4>Connect With Me</h4>
<div class="links-row">
<a href="https://github.com/andrewb1269hg" class="social-link" target="_blank" rel="noopener noreferrer">
<a href="https://github.com/andrewb1269" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-github"></i>
andrewb1269hg
andrewb1269
</a>
<a href="https://www.linkedin.com/in/andrew-brandt-boeing/" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin"></i>
Expand Down
12 changes: 6 additions & 6 deletions public/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ p {
transition: color 0.3s ease;
}

/* DJ-BBot hover style */
[href*="DJ-BBot"]:hover {
/* rbarker-dev hover style */
[href*="rbarker-dev"]:hover {
background: rgba(76, 175, 80, 0.3);
}
[href*="DJ-BBot"]:hover .fa-github {
[href*="rbarker-dev"]:hover .fa-github {
color: #4CAF50;
}

Expand All @@ -177,11 +177,11 @@ p {
color: #ff00ff;
}

/* andrewb1269hg hover style */
[href*="andrewb1269hg"]:hover {
/* andrewb1269 hover style */
[href*="andrewb1269"]:hover {
background: rgba(255, 0, 255, 0.3);
}
[href*="andrewb1269hg"]:hover .fa-github {
[href*="andrewb1269"]:hover .fa-github {
color: #ff00ff;
}

Expand Down