0% found this document useful (0 votes)
38 views2 pages

Aboutus

This document contains the HTML code for an "About Us" page. It includes the page header with navigation links, a search bar, and social media icons. The main content features an "About Us" heading and images and text in a two column grid layout to describe the company.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views2 pages

Aboutus

This document contains the HTML code for an "About Us" page. It includes the page header with navigation links, a search bar, and social media icons. The main content features an "About Us" heading and images and text in a two column grid layout to describe the company.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

<!-- <!

DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>About Us</title>
<link rel="stylesheet" href="./assets/bootstrap.min.css" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?
family=Nunito:wght@200;400&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/
all.min.css"
integrity="sha512-
BnbUDfEUfV0Slx6TunuB042k9tuKe3xrD6q4mg5Ed72LTgzDIcLPxg6yI2gcMFRyomt+yJJxE+zJwNmxki6
/RA=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<link rel="stylesheet" href="./assets/style.css" />
<script src="./assets/script.js"></script>
<script
type="text/javascript"
src="./assets/bootstrap.bundle.min.js"
\]
></script>
</head>
<body class="about-page">
<div class="header-desk">
<div class="row">
<div class="col">
<a href="./index.html" class="logtext">INFINITY</a>
<div class="header-left">
<ul>
<li>
<a href="./index.html" class="menu-active">Home</a>
</li>
<li>
<a href="./about.html">About Us</a>
</li>
<li>
<a href="./contact.html">Contact Us</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="index.html#section-pricing" name="section-pricing"
>Service Details</a
>
</li>
</ul>
</div>
<div class="search-box">
<input
type="text"
name="text"
class="input"
placeholder="&nbsp; Type here..."
/>
<a href="#" class="searchBtn">
<i class="fas fa-search" aria-hidden="true"></i>
</a>
</div>
<div class="socials">
<a href="https://www.instagram.com/ya_aint_that_guy/"
><i class="fab fa-instagram fa-lg"></i
></a>
<a href="https://twitter.com/techie_baller04"
><i class="fab fa-twitter fa-lg"></i
></a>
<a href="#"><i class="fab fa-linkedin fa-lg"></i></a>
</div>
</div>
</div>
</div>
<section>
<div id="section-about" class="section reveal">
<h2 class="about top-data">about us</h2>
<div class="container grid grid-two-column">
<div class="about-left-section">
<!-- <img src="./images/DSC_0166.JPG"> -->
<!-- </div>
</div>
</div>
</section>
</body>
</html>

You might also like