Skip to content

Commit 8968cd6

Browse files
committed
Add DigitalOcean logo to the website
1 parent 9d906df commit 8968cd6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

app/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h4>About</h4>
8989
this project is open source, you can view it on <a href="https://github.com/debugger22/github-audio" target="_blank">GitHub</a><br/>
9090
developed by <a href="https://github.com/debugger22" target="_blank">@debugger22</a><br/><br/>
9191
ProTip: It's actually kind of nice to leave on the background<br/><br/>
92-
You can back this website <a href="https://www.indiegogo.com/projects/github-audio-music#/" target="_blank">here</a>.
92+
<a href="https://www.digitalocean.com/" target="_blank"><img style="width:150px;cursor: pointer;" src="https://www.digitalocean.com/assets/media/logos-badges/DO_Powered_by_Badge_white-a05c38f6.png" alt="DigitalOcean" /></a>
9393
</div>
9494
<div class="footer-right-text-block">
9595
inspired by <a href="http://hatnote.com" target="_blank">hatnote</a><br/>

app/public/css/main.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,4 +246,8 @@ footer{
246246
text-align: left;
247247
}
248248

249+
.social-buttons{
250+
251+
}
252+
249253
}

0 commit comments

Comments
 (0)