-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
156 lines (103 loc) · 5.27 KB
/
about.html
File metadata and controls
156 lines (103 loc) · 5.27 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
<html>
<head>
<title> TECH INTERACTO</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/about.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha512-SfTiTlX6kk+qitfevl/7LibUOeJWlt9rbyDn92a1DqWOw9vWG2MFoays0sgObmWazO5BQPiFucnnEAjpAB+/Sw==" crossorigin="anonymous" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
</head>
<body>
<!-- ......... NAVIGATION BAR START ..................-->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark sticky-top">
<a class="navbar-brand " href="home.html">
<img src="image/img10.jpg" width="80" height="50" class="d-inline-block align-top" alt="" loading="lazy">
<span class="navbar-text">TECH INTERACTO</span>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item active ">
<a class="nav-link " href="home.html">HOME <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">ABOUT</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#">STUDENT</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="event.html">EVENTS</a>
</li>
<li class="nav-item mr-2">
<a class="nav-link" href="blog1.html">BLOG</a>
</li>
</ul>
<a class="btn btn-outline-light" href="interact.html" role="button">
<b>INTERACT</b>
</a>
</div>
</nav>
<!-- ................ NAVIGATION BAR END ..................-->
<div class="about-section">
<div class="inner-container">
<h1>About Us</h1>
<p class="text">
To provide a platform where a student can find the most appropriate like minded person to get in touch with. And all the latest information on upcoming events organised by college and university and also go through the technical blogs to enhance the knowledge.
</p>
</div>
</div>
<!-- ................ FOOTER START......................-->
<footer class=" page-footer bg-dark position-sticky">
<div class="bg-dark">
<div class="container">
<div class="row py-4 d-flex align-items-center">
<div class="col-md-12 text-center">
<a href="#"><i class="fa-3x fa fa-facebook-official mr-4"></i></a>
<a href="#"><i class=" fa-3x fa fa-twitter-square mr-4"></i></a>
<a href="#"><i class="fa-3x fa fa-linkedin-square mr-4"></i></a>
<a href="#"><i class="fa-3x fa fa-instagram mr-4"></i></a>
</div>
</div>
</div>
</div>
<div class=" omega container text-center text-md-left mt-5">
<div class="row">
<div class="col-md-3 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold"> Tech Interacto </h6>
<hr class=" gamma bg-danger mb-4 mt-0 d-inline-block mx-auto">
<p class="mt-2">Our TECH INTERACTO is a portal which will help you to find what exactly you are seeking for , it will help you to make connection with the right person who is an expert in that particular domain .</p>
</div>
<div class="col-md-2 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold"> Quick Links </h6>
<hr class=" delta bg-danger mb-4 mt-0 d-inline-block mx-auto">
<ul class="list-unstyled">
<li class="my-2"><a href="home.html">HOME</a></li>
<li class="my-2"><a href="about.html">ABOUT</a></li>
<li class="my-2"><a href="event.html">EVENTS</a></li>
<li class="my-2"><a href="blog1.html">BLOG</a></li>
</ul>
</div>
<div class="col-md-3 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold">CONTACT </h6>
<hr class=" zeta bg-danger mb-4 mt-0 d-inline-block mx-auto">
<ul class="list-unstyled">
<li class="my-2"><a href="https://abesit.in/"><i class=" fa-2x fa fa-home"></i></a>
ABESIT Campus NH24 GHAZIABAD UP (201009)</li>
<li class="my-2"><a href="#"><i class=" fa-2x fa fa-envelope"></i></a> helpdesk@abesit.in</li>
<li class="my-2"><a href="https://abesit.in/contact/"><i class=" fa-3x fa fa-mobile"></i></a>   08448583370</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- ................ FOOTER END......................-->
<!-- ................. DEFAULT JS START....................-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<!-- .................DEFAULT JS END........................-->
</body>
</html>