cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

131 lines
6.6 KiB

<div id="main-bar">
<div id="logo-container">
<a href="/">
<picture>
<source srcset="../img/Logo.svg" type="image/webp">
<img class="logo" type="image/webp" src= "img/Logo.svg">
</picture>
</a>
</div>
<nav class="main-navigation-bar">
<ul>
<li><a type="text/html" href="/experiments"> EXPERIMENTS </a>
<ul id="experiments">
<li><a type="text/html" href="/experiments/oil">Oils</a></li>
<li><a type="text/html" href="/experiments/flower">Flower</a></li>
<li><a type="text/html" href="/experiments/candy">Edibles</a></li>
</ul>
</ul>
<ul>
<li><a type="text/html" href="/permaculture">PERMACULTURE</a>
<ul>
<li><a class="pc" type="text/html" href="/permaculture/permApp">PermApp</a></li>
<li><a class="pc" type="text/html" href="/permaculture/greenlab">GreenLab</a></li>
<li><a class="pc"id="edit" href="/permaculture/about">What's that ?</a></li>
</ul>
</ul>
<ul>
<li><a type="text/html" href="/greentech">GREENTECH</a>
<ul>
<li><a type="text/html" href="/greentech/automation">Automation</a></li>
<li><a type="text/html" href="/greentech/IoT">IoT</a></li>
<li><a type="text/html" href="/greentech/DiY">DiY</a></li>
</ul>
</ul>
<ul>
<li><a type="text/html" href="/spider">SPIDER</a>
<ul>
<li><a type="text/html" href="/spider/spiderPi">SpiderPi</a></li>
<li><a type="text/html" href="/spider/join">Join</a></li>
</ul>
</ul>
<ul>
<li><a type="text/html" href="/learn">LEARN</a>
<ul id="learn">
<li id="broad" ><a href="/learn/about">About Us</a></li>
<li><a href="/learn/partners">Partners</a></li>
<li><a href="/learn/meet">Meet</a></li>
<li><a href="/learn/blog">Blog</a></li>
<li><a href="/learn/code">Code</a></li>
</ul>
</ul>
</nav>
<nav class="hamburger-wrap">
<input type="checkbox" class="ham-btn" id="ham-btn">
<label for="ham-btn" class="hamburger" id="hamburger" onclick= "menu()" onclick="hide()">
<span class="hamburger-icon"></span>
</label>
</nav>
<div id="mobile-dropdown-container">
<div id="mobile-dropdown">
<ul>
<li onclick="menu2()"><a type="text/html" href="/experiments">EXPERIMENTS</a>
<span class="drop">
<i class="arrow down"></i>
</span>
<ul id="down">
<li><a type="text/html" href="/experiments/oil">Oils</a></li>
<li><a type="text/html" href="/experiments/flower">Flower</a></li>
<li><a type="text/html" href="/experiments/candy">Edibles</a></li>
</ul>
</ul>
<ul>
<li onclick="menu3()"><a type="text/html" href="/permaculture">PERMACULTURE</a>
<span class="drop">
<i class="arrow down"></i>
</span>
<ul id="down1">
<li><a href="/permaculture/permApp">PermApp</a></li>
<li><a href="/permaculture/greenlab">GreenLab</a></li>
<li><a href="/permaculture/about">What's that ?</a></li>
</ul>
</ul>
<ul>
<li onclick="menu4()"><a type="text/html" href="/greentech">GREENTECH</a>
<span class="drop">
<i class="arrow down"></i>
</span>
<ul id="down2">
<li><a type="text/html" href="/greentech/automation">Automation</a></li>
<li><a type="text/html" href="/greentech/IoT">IoT</a></li>
<li><a type="text/html" href="/greentech/DiY">DiY</a></li>
</ul>
</ul>
<ul>
<li onclick="menu5()"><a type="text/html" href="/spider">SPIDER</a>
<span class="drop">
<i class="arrow down"></i>
</span>
<ul id="down3">
<li><a type="text/html" href="/spider/spiderPi">SpiderPi</a></li>
<li><a type="text/html" href="/spider/join">Join</a></li>
</ul>
</ul>
<ul>
<li onclick="menu6()"><a type="text/html" href="/learn">LEARN</a>
<span class="drop">
<i class="arrow down"></i>
</span>
<ul id="down4">
<li><a type="text/html" href="/learn/about">About Us</a></li>
<li><a type="text/html" href="/learn/partners">Partners</a></li>
<li><a type="text/html" href="/learn/contact">Meet</a></li>
<li><a type="text/html" href="/learn/blog">Blog</a></li>
<li><a type="text/html" href="/learn/code">Code</a></li>
</ul>
</ul>
</nav>
<a class="button" href="#">Shop</a>
</div>
</div>
</div>