-
Notifications
You must be signed in to change notification settings - Fork 1
/
team.html
162 lines (131 loc) · 6.92 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
<!DOCTYPE html>
<html>
<head>
<title>Team</title>
<meta charset="utf-8">
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-icon.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>The Vibe</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no" name="viewport">
<!-- Fonts and icons -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700,200" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css">
<!-- CSS Files -->
<link href="assets/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/now-ui-kit.css?v=1.1.0" rel="stylesheet">
<!-- CSS Just for demo purpose, don't include it in your project -->
<link href="assets/css/demo.css" rel="stylesheet">
<link rel="stylesheet" href="assets/css/custom.css">
</head>
<body class="landing-page sidebar-collapse">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg bg-primary fixed-top" color-on-scroll="400">
<div class="container">
<img class="logo2" src="assets/img/v.svg" alt="">
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
</div>
<div class="collapse navbar-collapse justify-content-end" id="example-navbar-icons">
<ul class="navbar-nav">
<div class="navbar-nav">
<span class="sr-only">(current)</span>
<a class="nav-item nav-link" id="sign-out-button" href="results.html"><i class="fa fa-search" aria-hidden="true"></i></a>
</div>
<li class="nav-item">
<a class="nav-link" href="index.html"><i class="now-ui-icons users_single-02" aria-hidden="true"></i></a>
</li>
<li class="nav-item dropdown">
<a href="index.html" class="nav-link dropdown-toggle" id="navbarDropdownMenuLink" data-toggle="dropdown">
<i class="now-ui-icons ui-1_settings-gear-63" aria-hidden="true"></i>
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-header">Settings</a>
<a class="dropdown-item" href="view.html">Edit Page</a>
<a class="dropdown-item" href="login.html">Sign Out</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<br>
<div class="section section-team text-center">
<div class="container">
<h2 class="title">Here is our team</h2>
<div class="team">
<div class="row">
<div class="col-md-4">
<div class="team-player">
<img src="assets/img/carl.jpg" alt="Thumbnail Image" class="rounded-circle img-fluid img-raised">
<h4 class="title">Carl Corsini</h4>
<p class="category text-primary">Founder/Full Stack Developer</p>
<p class="description">You can write here details about one of your team members. You can give more details about what they do. Feel free to add some
<a href="#">links</a> for people to be able to follow them outside the site.</p>
<a href="https://www.linkedin.com/in/carl-corsini-822564157/" target="_blank" class="btn btn-primary btn-icon btn-round"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/carlcorsini" target="_blank" class="btn btn-primary btn-icon btn-round"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="col-md-4">
<div class="team-player">
<img src="assets/img/glen.jpg" alt="Thumbnail Image" class="rounded-circle img-fluid img-raised">
<h4 class="title">Glen Pegado</h4>
<p class="category text-primary">Co-Founder/Full Stack Developer</p>
<p class="description">You can write here details about one of your team members. You can give more details about what they do. Feel free to add some
<a href="#">links</a> for people to be able to follow them outside the site.</p>
<a href="https://www.linkedin.com/in/glenpegado/" target="_blank" class="btn btn-primary btn-icon btn-round"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/glenpgd" target="_blank" class="btn btn-primary btn-icon btn-round"><i class="fa fa-github"></i></a>
</div>
</div>
<div class="col-md-4">
<div class="team-player">
<img src="assets/img/amy.jpg" alt="Thumbnail Image" class="rounded-circle img-fluid img-raised">
<h4 class="title">Amy Boudsady</h4>
<p class="category text-primary">Co-Founder/Full Stack Developer</p>
<p class="description">You can write here details about one of your team members. You can give more details about what they do. Feel free to add some
<a href="#">links</a> for people to be able to follow them outside the site.</p>
<a href="#pablo" target="_blank" class="btn btn-primary btn-icon btn-round"><i class="fa fa-linkedin"></i></a>
<a href="https://github.com/aeimskei" target="_blank" class="btn btn-primary btn-icon btn-round"><i class="fa fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer footer-default">
<div class="container">
<nav>
<ul>
<li>
<a href="team.html">
Team
</a>
</li>
<li>
<a href="https://github.com/carlcorsini/Q2-Frontend/blob/master/README.md">
Read Me
</a>
</li>
</ul>
</nav>
<div class="copyright">
The Vibe ©
<script>
document.write(new Date().getFullYear())
</script>
</div>
</div>
</footer>
<!-- Core JS Files -->
<script src="assets/js/core/jquery.3.2.1.min.js" type="text/javascript"></script>
<script src="assets/js/core/popper.min.js" type="text/javascript"></script>
<script src="assets/js/core/bootstrap.min.js" type="text/javascript"></script>
<!-- Plugin for Switches, full documentation here: http://www.jque.re/plugins/version3/bootstrap.switch/ -->
<script src="assets/js/plugins/bootstrap-switch.js"></script>
<!-- Plugin for the Sliders, full documentation here: http://refreshless.com/nouislider/ -->
<script src="assets/js/plugins/nouislider.min.js" type="text/javascript"></script>
<!-- Plugin for the DatePicker, full documentation here: https://github.com/uxsolutions/bootstrap-datepicker -->
<script src="assets/js/plugins/bootstrap-datepicker.js" type="text/javascript"></script>
<!-- Control Center for Now Ui Kit: parallax effects, scripts for the example pages etc -->
<script src="assets/js/now-ui-kit.js?v=1.1.0" type="text/javascript"></script>
</body>
</html>