-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteam.html
133 lines (126 loc) · 5.41 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
<!DOCTYPE HTML>
<!--
Introspect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>Team - IntelliChirp</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Header -->
<header id="header">
<div class="inner" style="text-align: center">
<nav id="nav">
<a href="index.html">Home</a>
<a href="team.html">Team</a>
<a href="implementation.html">Implementation</a>
<a href="documents.html">Documents</a>
<a href="schedule.html">Schedule</a>
<a href="https://soundscapes2landscapes.org/">Visit Sponsors</a>
</nav>
</div>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<section id="main">
<div class="inner">
<header>
<h2>Who we are</h2>
</header>
<p>We are team IntelliChirp, working along our clients Colin Quinn and
Patrick Burns. We are all Northern Arizona University students and
our clients are part of the Global Earth Observation
& Dynamics of Ecosystem Lab here at NAU. </p>
</div>
</section>
<!-- Team -->
<section id="three" style="padding-top: 30px;">
<div class="inner">
<header class="major special">
<h1>Team Members</h1> <br>
</header>
</div>
<div class="inner">
<article><div class="content">
<img src="images/steven_profile.png" style="width:210px;">
<p><b>Steven Enriquez</b></p>
<p>Team Lead
<br>Customer Commmunicator
<br>Front-End Lead
<br><i>se558@nau.edu</i></p>
</div></article>
<article><div class="content">
<img src="images/michael_profile.png" style="width:210px;">
<p><b>Michael Ewers</b></p>
<p>Recorder
<br>Back-End Lead
<br><i>mje85@nau.edu</i></p>
</div></article>
<article><div class="content">
<img src="images/josh_profile.jpg" style="width:210px;">
<p><b>Joshua Kruse</b></p>
<p>Release Manager
<br>Back-End Lead
<br><i>jek248@nau.edu</i></p>
</div></article>
<article><div class="content">
<img src="images/zhenyu_profile.jpg" style="width:210px;">
<p><b>Zhenyu Lei</b></p>
<p>Architect
<br>Testing Lead
<br><i>zl248@nau.edu</i></p>
</div></article>
</div>
<!-- </section> -->
<br>
<!-- Clients + Mentor -->
<div class="inner">
<header class="major special">
<h1>Clients & Mentor</h1> <br>
</header>
</div>
<div class="inner">
<article><div class="content">
<img src="images/colin_profile.jpg" style="width:250px;">
<p><b>Colin Quinn</b></p>
<p>Client
<br>Graduate Research Assistant
<br>Global Earth Observation & Dynamics of Ecosystem Lab</p>
</div></article>
<article><div class="content">
<img src="images/patrick_profile_2.jpg" style="width:250px;">
<p><b>Patrick Burns</b></p>
<p>Client
<br>Research Scientist
<br>Global Earth Observation & Dynamics of Ecosystem Lab</p>
</div></article>
<article><div class="content">
<img src="images/fabio_profile.jpg" style="width:250px;">
<p><b>Fabio Santos</b></p>
<p>Mentor
<br>Researcher
<br>Teaching Assistant
<br>Northern Arizona University</p>
</div></article>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
2020 NAU Capstone Team IntelliChrip: Steven Enriquez, Josh Kruse, Michael Ewers, Zhenyu Lei
<div class="copyright">
© Untitled Design: <a href="https://templated.co/">TEMPLATED</a>.
</div>
</div>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>