Skip to content

Commit de7d085

Browse files
committed
remove: projects button
1 parent d0daa00 commit de7d085

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

css/extra.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
body {
22
background-color: #363636;
33
}
4-
html {
5-
scroll-padding-top: 50px;
6-
}
74
p, .navbar-menu a, .title {
85
color: white;
96
}

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,14 @@
3232
</div>
3333
<div class="navbar-menu">
3434
<div class="navbar-start">
35-
<a href ="#home" class="navbar-item">Home</a>
36-
<a href="#projects" class="navbar-item">Projects</a>
35+
<a href ="/" class="navbar-item">Home</a>
3736
</div>
3837
<div class="navbar-end">
3938
<div class="navbar-item">
4039
<div class="buttons">
41-
<a href="https://github.com/sponsors/jvogit/" class="button is-light">❤ Sponsor</a>
40+
<a href="https://github.com/sponsors/jvogit/" class="button is-light">
41+
<i style="margin-right: 10px;" class="fa fa-heart"></i>Sponsor
42+
</a>
4243
</div>
4344
</a>
4445
</div>

0 commit comments

Comments
 (0)