-
Notifications
You must be signed in to change notification settings - Fork 4
/
AboutUs.html
139 lines (126 loc) · 5.25 KB
/
AboutUs.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<script src="https://kit.fontawesome.com/7f6ee3d237.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="css/AboutUs.css">
<title>Mind Saga</title>
<style>
.heading{
font-family: Bitter,Georgia,"Times New Roman",Times,serif;
font-weight: bold;
color: blue;
}
</style>
</head>
<body>
<div class="navbar navbar-expand-lg navbar-dark bg-custom">
<div class="container-fluid">
<a href="#" class="navbar-brand " style= "color:aliceblue; font-family: mindsagacustom;">MindSaga</a>
<button class="navbar-toggler custom-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#NavbarContent" aria-controls="NavbarContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- CONTENT WHEN NAVBAR IS COLLAPSE-->
<div class="collapse navbar-collapse" id="NavbarContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a href="index.php" class="nav-link active" style= "color:white ; font-weight: bolder; ">Home</a>
</li>
<li class="nav-item">
<a href="#" class="nav-link " style= "color:white ; font-weight: bolder; ">About Us</a>
</li>
<li class="nav-item">
<a href="Login.php" class="nav-link " style= "color:white ; font-weight: bolder; " >Log In</a>
</li>
</ul>
</div>
</div>
</div>
<!--NAVIGATION BAR ends-->
<!--main area-->
<div id="container-aboutus">
<div class="box">
<div class="">
<h3>About us</h3>
</div>
<div>
<p>
</p>
</div>
</div>
</div>
<!--main area ends-->
<div style="height: 5px; background: cornflowerblue"></div>
<footer class="footer-distributed" id="contact">
<div class="footer-left">
<h3>MindSaga <span id="year"></span></h3>
<p class="footer-links">
<a href="#" class="nav-link" style="margin-left: -15px;">About Us</a>
·
<a href="index.php" class="nav-link">Blog</a>
·
<a href="#" class="nav-link">Contact Us</a>
·
<a href="#" class="nav-link">Features</a>
.
</p>
<p class="footer-company-name">Made with 💕 by Webwiz</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker" ></i>
<p><span>Loremlaudantium assumenda</span> Odisha, India</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>random789</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="">[email protected]</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>About MindSaga</span>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Magni expedita assumenda temporibus sapiente veritatis veniam
</p>
<ul class="social">
<li>
<a href="#" class="fa fa-twitter"></a>
</li>
<li>
<a href="#" class="fa fa-facebook"></a>
</li>
<li>
<a href="#" class="fa fa-google"></a>
</li>
<li>
<a href="#" class="fa fa-github"></a>
</li>
<li>
<a href="#" class="fa fa-instagram"></a>
</li>
<li>
<a href="#" class="fa fa-linkedin"></a>
</li>
</ul>
</div>
</footer>
<div style="height: 5px; background: cornflowerblue"></div>
<!----FOOTER ENDS---->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"></script>
<script>
$('#year').text(new Date().getFullYear());
</body>
</html>