Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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: 2 additions & 6 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ <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">
<i class="fab fa-github"></i>
DJ-BBot
</a>
<a href="https://www.linkedin.com/in/roger-barker/" class="social-link" target="_blank" rel="noopener noreferrer">
<i class="fab fa-linkedin"></i>
Roger Barker
Expand All @@ -117,9 +113,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
14 changes: 3 additions & 11 deletions public/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -153,14 +153,6 @@ p {
transition: color 0.3s ease;
}

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

/* PandasWhoCode hover style */
[href*="PandasWhoCode"]:hover {
background: rgba(0, 255, 255, 0.3);
Expand All @@ -177,11 +169,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