mirror of
https://github.com/safing/web
synced 2025-09-02 11:09:03 +00:00
Removed uppercase wording and added styles for it. Removed commented code. Remove Whitespace
This commit is contained in:
parent
bc18d3b751
commit
155cdb4c42
2 changed files with 24 additions and 14 deletions
|
@ -1,18 +1,18 @@
|
|||
<div class='ui vertical inverted sidebar menu right overlay' style="z-index: 100;">
|
||||
<div id="sidebar" class='ui vertical inverted sidebar menu right overlay' style="z-index: 100;">
|
||||
<a class='item' href='/'>
|
||||
<img class='ui image' src='{{ site.assets_url }}img/logo_v3_name_light.svg' style='width: 10rem; padding: 0.6rem;'>
|
||||
</a>
|
||||
<a class='item' href="/our-values" >
|
||||
OUR VALUES
|
||||
Our values
|
||||
</a>
|
||||
<a class='item' href="/jobs">
|
||||
JOBS <i class="safing-primary plus icon"></i>
|
||||
<span>Jobs</span><i class="safing-primary plus icon"></i>
|
||||
</a>
|
||||
<a class='item' href="/community-hub" >
|
||||
COMMUNITY
|
||||
Community
|
||||
</a>
|
||||
<a class='item' href="/download">
|
||||
DOWNLOAD
|
||||
Download
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
@ -28,20 +28,17 @@
|
|||
|
||||
<div class='right menu' id="menubar-computer">
|
||||
<a class='item' href="/our-values">
|
||||
OUR VALUES
|
||||
our values
|
||||
</a>
|
||||
<a class='item' href="/jobs">
|
||||
JOBS <i class="safing-primary plus icon"></i>
|
||||
<span>jobs</span><i class="safing-primary plus icon"></i>
|
||||
</a>
|
||||
<a class='item' href="/community-hub" >
|
||||
COMMUNITY
|
||||
community
|
||||
</a>
|
||||
<a class='item' href="/download" style="z-index: 10;">
|
||||
DOWNLOAD
|
||||
download
|
||||
</a>
|
||||
<!-- <a class='item' href="/community-hub" style="z-index: 10;">
|
||||
<img src='{{ site.assets_url }}img/icons/community_logo.svg' style="height: 4rem;">
|
||||
</a> -->
|
||||
</div>
|
||||
|
||||
<div class='right menu' id="menubar-mobile">
|
||||
|
@ -51,8 +48,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
function ready(fn) {
|
||||
|
|
|
@ -8,6 +8,21 @@
|
|||
margin: 0;
|
||||
border-radius: 0;
|
||||
z-index: 10;
|
||||
|
||||
&-computer{
|
||||
a {
|
||||
text-transform: uppercase;
|
||||
span{
|
||||
margin-right: 8px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#sidebar {
|
||||
.item {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
#menubar.home {
|
||||
|
|
Loading…
Add table
Reference in a new issue