-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathabout.html
More file actions
183 lines (159 loc) · 8 KB
/
about.html
File metadata and controls
183 lines (159 loc) · 8 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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=width-device, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="css/custom.css">
<script src="https://kit.fontawesome.com/74bc13a396.js" crossorigin="anonymous"></script>
<link rel="shortcut icon" type="image/png" href="image/hlogo.jpg"/>
<title>Human Focus About Us</title>
</head>
<!-- Navbar section -->
<body>
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
<a class="navbar-brand" href="/">Human focus</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">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="stationaries.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="blogindex.html">Blog</a>
</li>
<li class="nav-item active">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
<li class="nav-item homepage-section">
<a class="btn btn-light btn-sm" href="sign.html" role="button">Log In</a>
</li>
<li class="nav-item">
<a class="btn btn-primary btn-sm" href="update.html" role="button">Sign Up</a>
</li>
</ul>
</div>
</nav>
<!-- Jumbotron section -->
<div class="container jumbotron-section">
<div class="jumbotron">
<h1><center> About Human focus </center></h1>
<div><center>This is a modified jumbotron that occupies the entire horizontal space of its parent.</center></div>
</div>
</div>
<!-- Card section -->
<div class="container">
<div class="row heading-section">
<div class="col-md-4">
<h2><center>Mission</center></h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
</div>
<div class="col-md-4">
<h2><center>Vission</center></h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
</div>
<div class="col-md-4">
<h2><center>Approach</center></h2>
<p>Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Etiam porta sem malesuada magna mollis euismod. Donec sed odio dui. </p>
</div>
</div>
<hr>
</div>
<!-- Jumbotron section -->
<div class="container cards-section">
<div class="jumbotron">
<h1><center> Heading </center></h1>
<p><center>This is a modified jumbotron that occupies the entire horizontal space of its parent.</center></p>
</div>
</div>
<div class="container">
<h1><center>Management and team</center></h1>
<div class="card-section">
<div class="row row-cols-1 row-cols-md-3">
<div class="col mb-4">
<div class="card">
<img src="image/child.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><center>Card title</center></h5>
<p class="card-text" align="center">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="image/child.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><center>Card title</center></h5>
<p class="card-text" align="center">This is a longer card with supporting text below as a natural lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
<div class="col mb-4">
<div class="card">
<img src="image/child.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title"><center>Card title</center></h5>
<p class="card-text" align="center">This is a longer card with supporting text below as a natural lead-in to additional content.This content is a little bit longer.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Footer section -->
<div class="container">
<footer class="pt-4 my-md-5 pt-md-5 border-top">
<div class="row">
<div class="col-12 col-md">
<h5>LOGO</h5><br>
<img class="mb-2" src="/docs/4.4/assets/brand/bootstrap-solid.svg" alt="" width="24" height="24">
<a href=" "><i class="fab fa-facebook"></i></a>
<a href=" " align="right"><i class="fab fa-twitter"></i></a>
<a href=" " align="right"><i class="fab fa-linkedin-in"></i></a>
<small class="d-block mb-3 text-muted">2020 Copyright. Human Focus Training Pvt. Ltd. All right reserved</small>
</div>
<div class="col-6 col-md">
<h5>Services</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">Outsourceing</a></li>
<li><a class="text-muted" href="#">Consulting</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Products</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="#">School Bag</a></li>
<li><a class="text-muted" href="#">Resumes</a></li>
<li><a class="text-muted" href="#">Stationaries</a></li>
</ul>
</div>
<div class="col-6 col-md">
<h5>Organization</h5>
<ul class="list-unstyled text-small">
<li><a class="text-muted" href="about.html">About</a></li>
<li><a class="text-muted" href="blogindex.html">Blog</a></li>
<li><a class="text-muted" href="contact.html">Contact</a></li>
<li><a class="text-muted" href="#">FAQ</a></li>
</ul>
</div>
</div>
</footer>
</div>
<!-- Footer section ends -->
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>