-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
196 lines (178 loc) · 8.82 KB
/
team.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
194
195
196
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>PartyPlanner</title>
<!-- fonts -->
<link href='https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,500' rel='stylesheet' type='text/css'>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:400,500,700">
<!-- jquery -->
<script src="js/jquery-2.1.4.min.js"></script>
<!-- Bootstrap -->
<link rel="stylesheet" href="css/styles-merged.css">
<script src="js/bootstrap.min.js"></script>
<!-- Style CSS -->
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Navigation -->
<nav class="navbar probootstrap-megamenu navbar-default probootstrap-navbar navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" title="PartyPlanner">PartyPlanner</a>
</div>
<div id="navbar-collapse" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Home</a></li>
<li><a href="index.html#features">Features</a></li>
<li><a href="index.html#howitworks">How It Works</a></li>
<li><a href="team.html">Our Team</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="probootstra-cta-button"><a href="#" class="btn" data-toggle="modal" data-target="#loginModal">Log in</a></li>
<li class="probootstra-cta-button last"><a href="#" class="btn btn-ghost" data-toggle="modal" data-target="#signupModal">Sign up</a></li>
</ul>
</div>
</div>
</nav>
<!-- .nav -->
<!-- .header-->
<section class="probootstrap-hero probootstrap-xs-hero probootstrap-hero-colored">
<div class="container">
<div class="row">
<div class="col-md-8 text-left probootstrap-hero-text">
<h1>Our Team</h1>
</div>
</div>
</div>
</section>
<section class="probootstrap-section gray-bg">
<div class="container contents">
<div class="row">
<div>
<h2>Our Mission</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. </p>
</div>
</div>
</div>
<!-- END row -->
<section class="team-area section-gap" id="team">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-3 single-team">
<div class="thumb">
<img class="img-fluid" src="img/jeffrey.png" alt="">
<div class="align-items-center justify-content-center d-flex">
<a href="https://github.com/jeffyjkang" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="meta-text mt-30 text-center">
<h4>Jeffrey Kang</h4>
<p>Team Lead</p>
</div>
</div>
<div class="col-md-3 single-team">
<div class="thumb">
<img class="img-fluid" src="img/ihab.jpg" alt="Ihab Ali">
<div class="align-items-center justify-content-center d-flex">
<a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a>
<a href="https://github.com/h0o0bA" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/Ihab-Ali/" target="_blank"><i class="fa fa-linkedin"></i></a>
<a href="https://ihabali.com/" target="_blank"><i class="fa fa-briefcase"></i></a>
</div>
</div>
<div class="meta-text mt-30 text-center">
<h4>Ihab Ali</h4>
<p>Web UI Developer</p>
</div>
</div>
<div class="col-md-3 single-team">
<div class="thumb">
<img class="img-fluid" src="img/arthur.png" alt="Arthur J. Lei">
<div class="align-items-center justify-content-center d-flex">
<a href="https://github.com/arturolei" target="_blank"><i class="fa fa-github"></i></a>
<a href="https://www.linkedin.com/in/arthur-lei/" target="_blank"><i class="fa fa-linkedin"></i></a>
</div>
</div>
<div class="meta-text mt-30 text-center">
<h4>Arthur J. Lei</h4>
<p>Web UI Developer</p>
</div>
</div>
<div class="col-md-3 single-team">
<div class="thumb">
<img class="img-fluid" src="img/jake.jpeg" alt="">
<div class="align-items-center justify-content-center d-flex">
<a href="https://github.com/jzanderson09" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="meta-text mt-30 text-center">
<h4>Jake Anderson</h4>
<p>Web UI Developer</p>
</div>
</div>
<div class="col-md-3 single-team">
<div class="thumb">
<img class="img-fluid" src="img/james.png" alt="">
<div class="align-items-center justify-content-center d-flex">
<a href="https://github.com/jblazer1" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="meta-text mt-30 text-center">
<h4>James Blazer</h4>
<p>Front-End Architect</p>
</div>
</div>
<div class="col-md-3 single-team">
<div class="thumb">
<img class="img-fluid" src="img/tony.jpeg" alt="">
<div class="align-items-center justify-content-center d-flex">
<a href="https://github.com/antonynyagah" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="meta-text mt-30 text-center">
<h4>Tony Nyagah</h4>
<p>Front-End Architect</p>
</div>
</div>
<div class="col-md-3 single-team">
<div class="thumb">
<img class="img-fluid" src="img/jonathan.jpeg" alt="">
<div class="align-items-center justify-content-center d-flex">
<a href="https://github.com/kyullog" target="_blank"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="meta-text mt-30 text-center">
<h4>Jonathan Dorety</h4>
<p>Back-end Architect</p>
</div>
</div>
</div>
</div>
</section>
</section>
<!-- End team Area -->
<footer class="footer">
<div class="copyright-section">
<div class="container">
<div class="col-md-12">
<div class="copytext text-center">© All rights reserved | PartyPlanner</a></div>
</div>
</div>
<!-- .container -->
</div>
<!-- .copyright-section -->
</footer>
<!-- .footer -->
</body>
</html>