|
@@ -29,7 +29,7 @@
|
|
|
<button id="menuShifter2" onclick="changeMenu()">≡</button>
|
|
<button id="menuShifter2" onclick="changeMenu()">≡</button>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
- <button id="homeBtn" class="active" onclick="changeStrand('homeStrand')">
|
|
|
|
|
|
|
+ <button class="menuButton active" id="homeBtn" class="active" onclick="changeStrand('homeStrand')">
|
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
|
|
<path d="M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"></path>
|
|
|
<polyline points="9 22 9 12 15 12 15 22"></polyline>
|
|
<polyline points="9 22 9 12 15 12 15 22"></polyline>
|
|
@@ -37,7 +37,7 @@
|
|
|
<p>HOME</p>
|
|
<p>HOME</p>
|
|
|
</button>
|
|
</button>
|
|
|
|
|
|
|
|
- <button id="ingredientsBtn" onclick="changeStrand('ingredientsStrand')">
|
|
|
|
|
|
|
+ <button class="menuButton" id="ingredientsBtn" onclick="changeStrand('ingredientsStrand')">
|
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<polyline points="21 8 21 21 3 21 3 8"></polyline>
|
|
<polyline points="21 8 21 21 3 21 3 8"></polyline>
|
|
|
<rect x="1" y="3" width="22" height="5"></rect>
|
|
<rect x="1" y="3" width="22" height="5"></rect>
|
|
@@ -46,7 +46,7 @@
|
|
|
<p>INGREDIENTS</p>
|
|
<p>INGREDIENTS</p>
|
|
|
</button>
|
|
</button>
|
|
|
|
|
|
|
|
- <button id="recipeBookBtn" onclick="changeStrand('recipeBookStrand')">
|
|
|
|
|
|
|
+ <button class="menuButton" id="recipeBookBtn" onclick="changeStrand('recipeBookStrand')">
|
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
|
|
<path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path>
|
|
|
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
|
|
<path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path>
|
|
@@ -54,7 +54,7 @@
|
|
|
<p>RECIPE BOOK</p>
|
|
<p>RECIPE BOOK</p>
|
|
|
</button>
|
|
</button>
|
|
|
|
|
|
|
|
- <button id="ordersBtn" onclick="changeStrand('ordersStrand')">
|
|
|
|
|
|
|
+ <button class="menuButton" id="ordersBtn" onclick="changeStrand('ordersStrand')">
|
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<circle cx="9" cy="21" r="1"></circle>
|
|
<circle cx="9" cy="21" r="1"></circle>
|
|
|
<circle cx="20" cy="21" r="1"></circle>
|
|
<circle cx="20" cy="21" r="1"></circle>
|
|
@@ -63,7 +63,7 @@
|
|
|
<p>ORDERS</p>
|
|
<p>ORDERS</p>
|
|
|
</button>
|
|
</button>
|
|
|
|
|
|
|
|
- <button id="transactionsBtn" onclick="changeStrand('transactionsStrand')">
|
|
|
|
|
|
|
+ <button class="menuButton" id="transactionsBtn" onclick="changeStrand('transactionsStrand')">
|
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
<svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect>
|
|
<rect x="1" y="4" width="22" height="16" rx="2" ry="2"></rect>
|
|
|
<line x1="1" y1="10" x2="23" y2="10"></line>
|
|
<line x1="1" y1="10" x2="23" y2="10"></line>
|
|
@@ -71,14 +71,13 @@
|
|
|
<p>TRANSACTIONS</p>
|
|
<p>TRANSACTIONS</p>
|
|
|
</button>
|
|
</button>
|
|
|
|
|
|
|
|
- <a class="logout" href="/logout">
|
|
|
|
|
- <p>LOGOUT</p>
|
|
|
|
|
-
|
|
|
|
|
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
|
|
|
|
+ <a class="menuButton" href="/logout">
|
|
|
|
|
+ <svg width="25" height="25" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
|
|
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path>
|
|
<path d="M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"></path>
|
|
|
<polyline points="16 17 21 12 16 7"></polyline>
|
|
<polyline points="16 17 21 12 16 7"></polyline>
|
|
|
<line x1="21" y1="12" x2="9" y2="12"></line>
|
|
<line x1="21" y1="12" x2="9" y2="12"></line>
|
|
|
</svg>
|
|
</svg>
|
|
|
|
|
+ <p>LOGOUT</p>
|
|
|
</a>
|
|
</a>
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|