-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
72 lines (68 loc) · 3.6 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<!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">
<link rel="stylesheet" href="./styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" href="./assets/favicon.ico">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Norican&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;700;900&display=swap" rel="stylesheet">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css' integrity='sha512-q3eWabyZPc1XTCmF+8/LuE1ozpg5xxn7iO89yfSOd5/oKvyqLngoNGsx8jq92Y8eXJ/IRxQbEC+FGSYxtk2oiw==' crossorigin='anonymous' />
<title>AutoBlog | About</title>
</head>
<body>
<nav>
<input type="checkbox" id="check">
<label for="check" class="burger">
<i class="fas fa-bars"></i>
</label>
<a href="./index.html"><label class="Logo">AutoX</label></a>
<ul>
<li><a href="./index.html" class="navItems">Home</a></li>
<li><a href="./about.html" class="navItems">About</a></li>
<li><a href="https://www.carblogindia.com/" class="navItems" target="_blank">Blogs</a></li>
<li><a href="./contact.html" class="navItems">Contact</a></li>
</ul>
</nav>
<div class="about">
<h1 class="about-title">About Us</h1>
<hr class ="hr-about">
<h2>Overview</h2>
<br>
<div class="flex-container">
<span class = "p-tag">Founded in September 2008, AutoX India is India’s fastest growing supercar news
website and is among top quality news websites in India as per the readership
statistics. It covers all supercars news, reviews, features and comparison
from the automobile market. AutoX is run by a team of passionate
petrolheads who thrive to bring the latest news to you. It offers a free email
newsletter to registered subscribers. It also brings you latest supercar
videos on the website itself . AutoX's
headquarters is in Mangalore. You can contact us at <br><a href="./contact.html"><button>Contact us</button></a>
<br>
<br>
<h2>Address</h2>
<span>7134/F Flat 123, Hill Main Road, Random Address </span>
<br>
<span>Bangalore, India, 123 - 567</span>
</span>
<hr>
<img src="./assets/images/autox.jpeg" alt="autox" class="about-img">
</div>
</div>
</body>
<footer id="footer" class="foot">
<h3 style="color: white">Social links</h3>
<br>
<a href="https://www.instagram.com/chavanrenders/"><i class="social fab fa-instagram fa-2x"></i></a>
<a href="https://github.com/abhishekchavannn" ><i class="social fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/abhishekchavannn123/"style="text-decoration: none"></a> <i class="social fab fa-linkedin-in fa-2x"></i></a>
<a href="https://twitter.com/" style="text-decoration: none"></a><i class="social fab fa-twitter fa-2x"></i></a>
<p style="color: white">Made with HTML and CSS| Lab-4 Responsive web design</p>
</footer>
</html>