|
@@ -30,8 +30,8 @@
|
|
|
<nav class="nav-left">
|
|
|
<ul class="menu-box">
|
|
|
<li><a class="link active" href="#">About us</a></li>
|
|
|
- <li><a href="#">Reservation</a></li>
|
|
|
- <li><a href="#">Gallery</a></li>
|
|
|
+ <li><a class="link" href="#">Reservation</a></li>
|
|
|
+ <li><a class="link" href="#">Gallery</a></li>
|
|
|
</ul>
|
|
|
</nav>
|
|
|
|
|
@@ -41,9 +41,9 @@
|
|
|
|
|
|
<nav class="nav-right">
|
|
|
<ul class="menu-box">
|
|
|
- <li><a href="#">Blog</a></li>
|
|
|
- <li><a href="#">Elements</a></li>
|
|
|
- <li><a href="#">Shop</a></li>
|
|
|
+ <li><a class="link-two link-active" href="#">Blog</a></li>
|
|
|
+ <li><a class="link" href="#">Elements</a></li>
|
|
|
+ <li><a class="link-two link-active" href="#">Shop</a></li>
|
|
|
</ul>
|
|
|
</nav>
|
|
|
</div>
|
|
@@ -60,6 +60,9 @@
|
|
|
<option value="Chose your class">
|
|
|
Chose your class
|
|
|
</option>
|
|
|
+ <option value="Chose your class">
|
|
|
+ Chose your class
|
|
|
+ </option>
|
|
|
</select>
|
|
|
<button class="form-button">Try it</button>
|
|
|
</form>
|
|
@@ -211,7 +214,7 @@
|
|
|
<div class="five-content">
|
|
|
<div class="features content">
|
|
|
<div class="features-boxs">
|
|
|
- <img src="./img/feture-1.png" alt="" />
|
|
|
+ <img src="./img/feture-1.png" alt="features" />
|
|
|
<h1>
|
|
|
IMPROVED OVERALL <br />
|
|
|
HEALTH
|
|
@@ -223,7 +226,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="features-boxs">
|
|
|
- <img src="./img/feture-2.png" alt="" />
|
|
|
+ <img src="./img/feture-2.png" alt="features" />
|
|
|
<h1>
|
|
|
INCREASED <br />
|
|
|
CONCENTRATION
|
|
@@ -235,7 +238,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="features-boxs">
|
|
|
- <img src="./img/feture-3.png" alt="" />
|
|
|
+ <img src="./img/feture-3.png" alt="features" />
|
|
|
<h1>
|
|
|
BLANCE <br />
|
|
|
YOUR MIND
|
|
@@ -247,7 +250,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="features-boxs">
|
|
|
- <img src="./img/feture-4.png" alt="" />
|
|
|
+ <img src="./img/feture-4.png" alt="features" />
|
|
|
<h1>
|
|
|
SLEEP <br />
|
|
|
BETTER
|
|
@@ -259,7 +262,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="features-boxs">
|
|
|
- <img src="./img/feture-5.png" alt="" />
|
|
|
+ <img src="./img/feture-5.png" alt="features" />
|
|
|
<h1>
|
|
|
WEIGHT LOSS
|
|
|
</h1>
|
|
@@ -270,7 +273,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="features-boxs">
|
|
|
- <img src="./img/feture-6.png" alt="" />
|
|
|
+ <img src="./img/feture-6.png" alt="features" />
|
|
|
<h1>
|
|
|
STRENGTHENS <br />
|
|
|
YOUR BONES
|
|
@@ -282,7 +285,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="features-boxs">
|
|
|
- <img src="./img/feture-7.png" alt="" />
|
|
|
+ <img src="./img/feture-7.png" alt="features" />
|
|
|
<h1>
|
|
|
INCREASED <br />
|
|
|
FLEXIBILITY
|
|
@@ -294,7 +297,7 @@
|
|
|
</p>
|
|
|
</div>
|
|
|
<div class="features-boxs">
|
|
|
- <img src="./img/feture-8.png" alt="" />
|
|
|
+ <img src="./img/feture-8.png" alt="features" />
|
|
|
<h1>
|
|
|
LOWER BLOOD <br />
|
|
|
PRESSURE
|
|
@@ -390,15 +393,15 @@
|
|
|
<div class="connection">
|
|
|
<ul class="icon-left">
|
|
|
<li>
|
|
|
- <a class="icon-map" href=""
|
|
|
+ <a class="icon-map" href="#"
|
|
|
>5419 Joseph Mountains Apt. 716</a
|
|
|
>
|
|
|
- <a class="icon-mail" href="">joga.info@example.com</a>
|
|
|
- <a class="icon-phone" href=""
|
|
|
+ <a class="icon-mail" href="#">joga.info@example.com</a>
|
|
|
+ <a class="icon-phone" href="#"
|
|
|
>+1 234 567 89 <br />
|
|
|
+1 234 678 90
|
|
|
</a>
|
|
|
- <a class="icon-planet" href="">www.example.com</a>
|
|
|
+ <a class="icon-planet" href="#">www.example.com</a>
|
|
|
</li>
|
|
|
</ul>
|
|
|
</div>
|