Skip to content

Commit d4ef32f

Browse files
committed
add: sponsor button
modify: rearrange the buttons to start
1 parent f7ebccd commit d4ef32f

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

index.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +16,30 @@
1616
<div class="container">
1717
<div class="navbar-brand">
1818
<a href="#" class="navbar-item">
19-
Justin Vo
19+
<b>Justin Vo</b>
2020
</a>
2121
<a href="https://github.com/jvogit/" class="navbar-item">
2222
<i class="fab fa-github"></i>
2323
</a>
2424
<a href="https://www.linkedin.com/in/justinnvo/" class="navbar-item">
2525
<i class="fab fa-linkedin"></i>
2626
</a>
27-
<a class="navbar-burger">
27+
<a role="button" class="navbar-burger">
2828
<span aria-hidden="true"></span>
2929
<span aria-hidden="true"></span>
3030
<span aria-hidden="true"></span>
3131
</a>
3232
</div>
3333
<div class="navbar-menu">
34+
<div class="navbar-start">
35+
<a href ="#" class="navbar-item">Home</a>
36+
<a href="#projects" class="navbar-item">Projects</a>
37+
</div>
3438
<div class="navbar-end">
35-
<a href ="#" class="navbar-item">
36-
Home
37-
</a>
38-
<a href="#projects" class="navbar-item">
39-
Projects
39+
<div class="navbar-item">
40+
<div class="buttons">
41+
<a href="https://github.com/sponsors/jvogit/" class="button is-light">❤ Sponsor</a>
42+
</div>
4043
</a>
4144
</div>
4245
</div>

0 commit comments

Comments
 (0)