-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
79 lines (76 loc) · 3.13 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
73
74
75
76
77
78
79
<!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>The Virasat | ABOUT</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="about.css">
<link rel="icon" href="logo.png" type="image/icon type">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-G8LBTS3YKK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-G8LBTS3YKK');
</script>
</head>
<body>
<script src="script.js"></script>
<div class="header">
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="contact.html">Contact & Help</a></li>
</ul>
</nav>
<a href="index.html"><h1><img src="logo.png" alt="logo">The Virasat</h1></a>
<div class="action">
<a href="#follow"><button>Follow</button></a>
<a href="contact.html"><button>Feedback</button></a>
</div>
</div>
<div class="hero">
<h2>Revive , Relive , Relish</h2>
<button>
Explore
</button>
</div>
<div class="main-content">
<h1>The Virasat - About</h1>
<br><br>
<p>
<b>The Virasat</b> is a community welfare project , which is deeply concerned with
promoting the local and native art and cuture of society . We are also concerned
with Upgrading the traditional artists to sell their products on an online medium
so they can recieve the fame and appreciation which they deserve.
</p>
<div class="team">
<h3>Team Members : Ojas Verma & Himanshu Swami </h3>
</div>
</div>
<div class="logo">
<img src="The VIRASAT.png" alt="logo">
</div>
<div class="future">
<h2>Our Future Aspirations</h2>
<p>We believe in a large scale platform where the Crafts & Artists and
gain the appropriate popularity over a large audience , directly or via dealers <br>
We all know that India is a very diversified land and we want to cover it whole under our initiative <br>
<b>The Virasat</b><br>
</p>
</p>
</div>
<div class="footer">
<h3>Copyright © INDION TECHS INC</h3>
<div class="social">
<a href="https://www.linkedin.com/in/the-virasat-9b5a57234/" target="_blank"><img src="linkedin-in-brands.svg" alt="linked-In" id="linked"></a>
<a href="https://www.instagram.com/the_virasat/" target="_blank"><img src="instagram-brands.svg" alt="instagram" id="insta"></a>
<a href="https://www.facebook.com/profile.php?id=100079166267848" target="_blank"><img src="facebook-f-brands.svg" alt="facebook" id="facebook"></a>
</div>
</div>
</body>
</html>