File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9696
9797 <!-- Navbar on small screens -->
9898 <div class =" w3-top w3-hide-large w3-hide-medium" id =" myNavbar" >
99- <div class =" w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small" >
100- {%- for entry in collections . all | eleventyNavigation %}
101- <a href =" {{ entry.url | url }} " class =" w3-bar-item w3-button" style =" width :20 % !important " >{{ entry . title }} </a >
102- {%- endfor %}
103- </ div >
99+ <div class =" w3-bar w3-black w3-opacity w3-hover-opacity-off w3-center w3-small" >
100+ < a href = " /# " class = " w3-bar-item w3-button " style = " width : 25 % !important " >Home</ a >
101+ <a href =" /#about " class =" w3-bar-item w3-button" style =" width :25 % !important " >About </a >
102+ < a href = " /projects/ " class = " w3-bar-item w3-button " style = " width : 25 % !important " >Projects</ a >
103+ < a href = " /#contact " class = " w3-bar-item w3-button " style = " width : 25 % !important " >Contact</ a >
104104 </div >
105105
106106 <div class =" w3-padding-large" id =" main" >
You can’t perform that action at this time.
0 commit comments