Skip to content

Commit b0966f0

Browse files
authored
chore: update username for andrewb1269 and dj-bbot (#34)
Signed-off-by: Andrew Brandt <[email protected]>
1 parent 3ea0f5c commit b0966f0

File tree

3 files changed

+6
-18
lines changed

3 files changed

+6
-18
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ Your contributions are what make this project great. Thank you for helping impro
8080

8181
---
8282

83-
**Author**: [Roger Barker](https://github.com/DJ-BBot)
83+
**Author**: [Roger Barker](https://github.com/rbarker-dev)
8484

public/index.html

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@ <h4>Connect With Me</h4>
8888
<i class="fab fa-github"></i>
8989
rbarker-dev
9090
</a>
91-
<a href="https://github.com/DJ-BBot" class="social-link" target="_blank" rel="noopener noreferrer">
92-
<i class="fab fa-github"></i>
93-
DJ-BBot
94-
</a>
9591
<a href="https://www.linkedin.com/in/roger-barker/" class="social-link" target="_blank" rel="noopener noreferrer">
9692
<i class="fab fa-linkedin"></i>
9793
Roger Barker
@@ -117,9 +113,9 @@ <h3 class="profile-section-header">Andrew Brandt</h3>
117113
<div class="links-group personal">
118114
<h4>Connect With Me</h4>
119115
<div class="links-row">
120-
<a href="https://github.com/andrewb1269hg" class="social-link" target="_blank" rel="noopener noreferrer">
116+
<a href="https://github.com/andrewb1269" class="social-link" target="_blank" rel="noopener noreferrer">
121117
<i class="fab fa-github"></i>
122-
andrewb1269hg
118+
andrewb1269
123119
</a>
124120
<a href="https://www.linkedin.com/in/andrew-brandt-boeing/" class="social-link" target="_blank" rel="noopener noreferrer">
125121
<i class="fab fa-linkedin"></i>

public/styles/index.css

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -153,14 +153,6 @@ p {
153153
transition: color 0.3s ease;
154154
}
155155

156-
/* DJ-BBot hover style */
157-
[href*="DJ-BBot"]:hover {
158-
background: rgba(76, 175, 80, 0.3);
159-
}
160-
[href*="DJ-BBot"]:hover .fa-github {
161-
color: #4CAF50;
162-
}
163-
164156
/* PandasWhoCode hover style */
165157
[href*="PandasWhoCode"]:hover {
166158
background: rgba(0, 255, 255, 0.3);
@@ -177,11 +169,11 @@ p {
177169
color: #ff00ff;
178170
}
179171

180-
/* andrewb1269hg hover style */
181-
[href*="andrewb1269hg"]:hover {
172+
/* andrewb1269 hover style */
173+
[href*="andrewb1269"]:hover {
182174
background: rgba(255, 0, 255, 0.3);
183175
}
184-
[href*="andrewb1269hg"]:hover .fa-github {
176+
[href*="andrewb1269"]:hover .fa-github {
185177
color: #ff00ff;
186178
}
187179

0 commit comments

Comments
 (0)