-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
193 lines (181 loc) · 9.06 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
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
184
185
186
187
188
189
190
191
192
193
<!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, minimum-scale=1.0">
<title>Profile</title>
<!-- Page styles -->
<link rel="shortcut icon" href="image/favicon.ico">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" type="text/css" href="font-awesome-4.7.0\css\font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="source\material.css">
<link rel="stylesheet" type="text/css" href="source\style.css">
<link rel="stylesheet" type="text/css" href="source\bootstrap.css">
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<div class="bp-header mdl-layout__header mdl-layout__header--waterfall">
<div class="mdl-layout__header-row">
<span class="bp-title mdl-layout-title">
<img class="bp-logo-image" src="image\home-logo.png">
</span>
<!-- Add spacer, to align navigation to the right in desktop -->
<div class="mdl-layout-spacer"></div>
<div class="bp-search-box mdl-textfield mdl-js-textfield mdl-textfield--expandable mdl-textfield--floating-label mdl-textfield--align-right mdl-textfield--full-width">
<label class="mdl-button mdl-js-button mdl-button--icon" for="search-field">
<img src="image\icons\search.png">
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" onkeypress="searching()" id="search-field">
</div>
</div>
<!-- Navigation -->
<div class="bp-navigation-container">
<nav class="bp-navigation mdl-navigation">
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="Home_project.html">Home</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="profile.html">Profile</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="chat.html"><span class="mdl-badge mdl-badge" data-badge="2"> Chat</span></a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="project_learn.html">Learn</a>
<a class="mdl-navigation__link mdl-typography--text-uppercase" href="project_bussiness.html">Business</a>
</nav>
</div>
<span class="bp-mobile-title mdl-layout-title">
<img class="bp-logo-image" src="image\home-logo.png">
</span>
<button class="bp-more-button mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect" id="more-button">
<img src="image\icons\vertical.png">
</button>
<ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right mdl-js-ripple-effect" for="more-button">
<a href="..\general.html"><li class="mdl-menu__item">Setting</li></a>
<a href="..\about.html"><li class="mdl-menu__item">About</li></a>
<a href="..\index.html"><li class="mdl-menu__item">Logout</li></a>
</ul>
</div>
</div>
<!--Above the fold content start-->
<div class="bp-drawer mdl-layout__drawer">
<span class="mdl-layout-title">
<img class="bp-logo-image" src="image\logo.png">
</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="Home_project.html">Home</a>
<a class="mdl-navigation__link" href="profile.html">Profile</a>
<a class="mdl-navigation__link" href="chat.html">Chat</a>
<a class="mdl-navigation__link" href="project_learn.html">Learn</a>
<a class="mdl-navigation__link" href="project_bussiness">Business</a>
<div class="bp-drawer-separator"></div>
<a class="mdl-navigation__link" href="general.html">Setting</a>
<a class="mdl-navigation__link" href="about.html">About</a>
<a class="mdl-navigation__link" href="index.html">Logout</a>
</nav>
</div>
<div class="mdl-layout__content">
<!-- Main Content -->
<section id="team">
<div class="container">
<div class="row">
<div class="col-md-3">
<h1><span>About Us</span></h1>
<p >Lorem ipsum dolor sit amet, consectetur adipisicing elit. Suscipit aut commodi optio modi ipsam. Officiis eveniet, quidem ipsa! Consequatur cumque facilis porro, ut quam ducimus provident distinctio omnis tempore modi.</p>
</div>
<h1><span>The Team</span></h1>
<div class="col-md-3 col-sm-12" style="border-left: 1px solid #c1c1c1;" id="member-1">
<img class="mdl-shadow--16dp" src="image\user\rowhit.jpg">
<h3>Rowhit Swami</h3>
<h3><small>The Creative</small></h3>
<ul class="list-inline social-buttons">
<li><a class="github mdl-shadow--8dp" target="_blank" href=""><i class="fa fa-github"></i></a>
</li>
<li><a class="fb mdl-shadow--8dp" href="" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a class="linkedin mdl-shadow--8dp" href="" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a class="insta mdl-shadow--8dp" href="" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
<div class="col-md-3 col-sm-12" id="member-2">
<img class="mdl-shadow--16dp" src="image\user\1.jpg">
<h3>Prashant Saini</h3>
<h3><small>The Good</small></h3>
<ul class="list-inline social-buttons">
<li><a class="github mdl-shadow--8dp" target="_blank" href=""><i class="fa fa-github"></i></a>
</li>
<li><a class="fb mdl-shadow--8dp" href="" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a class="linkedin mdl-shadow--8dp" href="" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a class="insta mdl-shadow--8dp" href="" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
<div class="col-md-3 col-sm-12" id="member-3">
<img class="mdl-shadow--16dp" src="image\user\2.jpg">
<h3>Ipuvi Mishra</h3>
<h3><small>The Artistic</small></h3>
<ul class="list-inline social-buttons">
<li><a class="github mdl-shadow--8dp" target="_blank" href=""><i class="fa fa-github"></i></a>
</li>
<li><a class="fb mdl-shadow--8dp" href="" target="_blank"><i class="fa fa-facebook"></i></a>
</li>
<li><a class="linkedin mdl-shadow--8dp" href="" target="_blank"><i class="fa fa-linkedin"></i></a>
</li>
<li><a class="insta mdl-shadow--8dp" href="" target="_blank"><i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
</div>
</div>
</section>
<footer id="main-footer">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="image\home-logo.png">
<br>
<br>
© 2017 Buddiespoint, No rights reserved!
<br>
Designed & Developed by <a href="https://www.github.com/rowhitswami/"><i class="fa fa-github fa-2x" aria-hidden="true"></i> Rowhit Swami, Ipuvi Mishra & Prashant Saini</a>
<br>
Made with <i class="fa fa-heart fa-2x" aria-hidden="true"></i> with Bootstrap & Material Design Lite <i class="fa fa-smile-o fa-2x" aria-hidden="true"></i>
</div>
<div class="col-md-2">
<h5>Navigate</h5>
<ul class="list-unstyled">
<li><a href="Home_project">Home</li></a>
<li><a href="profile">Profile</li></a>
<li><a href="chat.html">Chat</li></a>
<li><a href="project_bussiness.html">Business</li></a>
<li><a href="project_learn.html">Learn</li></a>
</ul>
</div>
<div class="col-md-2">
<h5>About</h5>
<ul class="list-unstyled">
<li><a href="about.html">About Us</li></a>
<li><a href="">Highlights</li></a>
<li><a href="">Investors</li></a>
<li><a href="">Press</li></a>
</ul>
</div>
<div class="col-md-2">
<h5>Connect with us!</h5>
<ul class="list-unstyled">
<li><a href="">Jobs</li></a>
<li><a href="">Interships</li></a>
<li><a href="">Contacts</li></a>
<li><a href="">FAQs</li></a>
</ul>
</div>
</div>
</div>
</footer>
</div>
</div>
<script src="https://code.getmdl.io/1.3.0/material.min.js"></script>
<script type="text/javascript" src="source\JavaScript.js"></script>
</body>
</html>