Advertisement
blackimpala

Codigo HTML Menu

Oct 6th, 2023
1,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.83 KB | None | 0 0
  1. <header class="header-content">
  2.       <div class="container content-header">
  3.         <div class="nabvar">
  4.           <div class="brand">
  5.               <h1 class="site-name">Architectural<span>Studio</span></h1>
  6.           </div>
  7.           <div class="contact-info">
  8.             <div class="content-info">
  9.               <svg
  10.               xmlns="http://www.w3.org/2000/svg"
  11.               width="16"
  12.               height="16"
  13.               fill="currentColor"
  14.               class="bi bi-telephone-fill"
  15.               viewBox="0 0 16 16">
  16.                <path fill-rule="evenodd" d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z"/>
  17.               </svg>
  18.               <a class="phone-number" href="#">(787) 519 65 467</a>
  19.             </div>
  20.           </div><!-- end contact-number -->
  21.             <nav class="nabvar-navigation">
  22.               <ul>
  23.                 <li><a class="nabvar-link" href="#">Home</a></li>
  24.                 <li><a class="nabvar-link" href="#">About Us</a></li>
  25.                 <li><a class="nabvar-link" href="#">Gallery</a></li>
  26.                 <li><a class="nabvar-link" href="#">Blog</a></li>
  27.                 <li><a class="nabvar-link" href="#">Contact</a></li>
  28.               </ul>
  29.               </nav>
  30.         </div><!-- end nabvar-->
  31.         <div class="slogan-company">
  32.           <h1>Our art is to know how to take advantage of every space</h1>
  33.           <p>lorem ipsum dolor aetmi daesh kiliu jamet</p>
  34.         </div><!-- end slogan-company -->
  35.       </div><!-- end content-header -->
  36.     </header>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement