mirror of
https://git.wownero.com/wownero/wownero-funding-system.git
synced 2024-08-15 00:53:45 +00:00
CSS development
This commit is contained in:
parent
94dc07e128
commit
9c60445d12
5 changed files with 38 additions and 10 deletions
|
@ -1,7 +1,10 @@
|
|||
<!-- Navigation -->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="/">Wownero Funding System (WFS)</a>
|
||||
<a class="navbar-brand" href="/">
|
||||
<img id="logo" src="/static/wownero.png">
|
||||
<img id="text" src="/static/wfs-navbar.png"
|
||||
</a>
|
||||
<a class="navbar-brand-mobile" href="/" style="font-family:monospace;display:none;">Wownero Funding System</a>
|
||||
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarResponsive"
|
||||
|
@ -11,7 +14,7 @@
|
|||
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav ml-auto">
|
||||
<li class="nav-item active">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/proposals">Proposals
|
||||
<span class="sr-only">(current)</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue