-
Notifications
You must be signed in to change notification settings - Fork 148
/
about.html
87 lines (75 loc) · 3.3 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
80
81
82
83
84
85
86
87
<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="css/bootstrap.min.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/6.4.8/swiper-bundle.min.css"/>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"/>
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="favicon_io/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon_io/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon_io/favicon-16x16.png">
<link rel="manifest" href="favicon_io/site.webmanifest">
<script src="./js/animation.js"></script>
<!--
Fixed Navigation
==================================== -->
<header id="navigation" class="navbar-fixed-top navbar" style="background-color: #0eb493;">
<div class="container">
<div class="navbar-header">
<!-- responsive nav button -->
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars fa-2x"></i>
</button>
<!-- /responsive nav button -->
<!-- logo -->
<a class="navbar-brand" href="index.html">
<p id="logo">
<img src="img/logo.png" style="height: 65px;">
</p>
</a>
<!-- /logo -->
</div>
<!-- main nav -->
<nav class="collapse navbar-collapse navbar-right" role="navigation">
<ul id="nav" class="nav navbar-nav">
<li class="current"><a href='index.html#body'>Home</a></li>
<li><a href='index.html#features'>Aim</a></li>
<li><a href='index.html#works'>Events</a></li>
<li><a href='index.html#team'>Team</a></li>
<li><a href='about.html'>About us</a></li>
<li><a href='index.html#features#contact'>Contact</a></li>
</ul>
</nav>
<!-- /main nav -->
</div>
</header>
</head>
<body>
<div class="about-heading">
<div>
<h1>About Us</h1>
</div>
</div>
<div class="row">
<div class="col-lg-6 order-1 order-lg-2" data-aos="fade-left" data-aos-delay="100">
<img id="about-img" src="team.jpg" class="img-fluid" alt="">
</div>
<div style="margin-top: 2%;">
<h2>The Biggest Community Platform For The New Age Learners</h2>
<br>
<p class="about-para">
A community for the people by the people.The prime focus of the community is learning and is also open to work with other communities and people By joining this community you will also get few free resources as well as courses. As we know technology plays a crucial role in everyone's life be it student , learners or anyother person . So here I am developing a website for my community "Eduhub" which will not only keep you updated about the latest technologies but will also provide you career pathway guidance. <br> What are you waiting for "join us" quickly
</p>
<div class="join-div">
<a class="join-btn"
href=""><span>Join Us</span></a>
</div>
</div>
</div>
</body>
</html>