-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
297 lines (294 loc) · 16.7 KB
/
index.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
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Team Gecko</title>
<link rel="icon" type="image/x-icon" href="/gecko-images/geckos-logo.svg">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
<link rel="stylesheet" href="/css/gecko.css">
</head>
<body>
<!--Start of Nav-->
<nav class="navbar sticky-top navbar-expand-md mb-3">
<div class="container">
<a class="navbar-brand" href="/index.html">
<img src="/gecko-images/geckos-logo.svg" height="40" alt="A logo of a green gecko">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon">
</span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<div class="navbar-nav">
<a class="nav-link active disabled" aria-current="page" href="/index.html">
Home
</a>
<div class="nav-item dropdown">
<button class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Practice
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="/practice/pizza-ordering/index.php">
Order Pizza
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/practice/php/view-pizza-orders.php">
View Pizza Orders
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/practice/php/display-students.php">
Display Students
</a>
</div>
</div>
<div class="nav-item dropdown-center">
<button class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Sprint 1
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="/sprint-1/requirements.html">
Clinical Requirements
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-1/experience.html">
Experience Survey
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-1/contact.html">
Contact
</a>
</div>
</div>
<div class="nav-item dropdown-center">
<button class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Sprint 2
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="/sprint-2/requirements.html">
Clinical Requirements
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-2/experience.html">
Experience Survey
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-2/contact.html">
Contact
</a>
</div>
</div>
<div class="nav-item dropdown-center">
<button class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Sprint 3
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="/sprint-3/requirements.php">
Clinical Requirements
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-3/experience.php">
Experience Survey
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-3/contact.php">
Contact
</a>
</div>
</div>
<div class="nav-item dropdown-center">
<button class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Sprint 4
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="/sprint-4/requirements.php">
Clinical Requirements
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-4/experience.php">
Experience Survey
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-4/contact.php">
Contact
</a>
</div>
</div>
<div class="nav-item dropdown-center">
<button class="nav-link dropdown-toggle" data-bs-toggle="dropdown" aria-expanded="false">
Sprint 5
</button>
<div class="dropdown-menu">
<a class="dropdown-item" href="/sprint-5/requirements.php">
Clinical Requirements
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-5/experience.php">
Experience Survey
</a>
<hr class="dropdown-divider">
<a class="dropdown-item" href="/sprint-5/contact.php">
Contact
</a>
</div>
</div>
</div>
</div>
</div>
</nav>
<!--End of Nav-->
<!--Start of Profiles-->
<div class="container">
<div class="row">
<!--Levi's Profile-->
<div class="col-12 col-md-4">
<div class="card text-center h-100" style="width: 100%">
<img src="/gecko-images/levi_photo.jpg" class="card-img-top" alt="...">
<div class="card-header">
<h5 class="card-title">Levi Miller</h5>
</div>
<div class="card-body">
<p class="card-text">Hello, my name is Levi Miller, I am a Junior at Green River College.
I am currently in the Software Development BAS at Green River and have experience working with
Java, JavaScript, HTML, and CSS.
</p>
</div>
</div>
</div>
<!--Zalman's Profile-->
<div class="col-12 col-md-4">
<div class="card text-center h-100">
<img src="/gecko-images/zalman_photo.jpg" class="card-img-top" alt="A really cool image of Zalman Izak">
<div class="card-header">
<h5 class="card-title">Zalman Izak</h5>
<a href="https://github.com/thezalmanian" target="_blank">
<svg width="25px" viewBox="-2 -2 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin">
<g>
<path d="M18.88 1.099C18.147.366 17.265 0 16.233 0H3.746C2.714 0 1.832.366 1.099 1.099.366 1.832 0 2.714 0 3.746v12.487c0 1.032.366 1.914 1.099 2.647.733.733 1.615 1.099 2.647 1.099H6.66c.19 0 .333-.007.429-.02a.504.504 0 0 0 .286-.169c.095-.1.143-.245.143-.435l-.007-.885c-.004-.564-.006-1.01-.006-1.34l-.3.052c-.19.035-.43.05-.721.046a5.555 5.555 0 0 1-.904-.091 2.026 2.026 0 0 1-.872-.39 1.651 1.651 0 0 1-.572-.8l-.13-.3a3.25 3.25 0 0 0-.41-.663c-.186-.243-.375-.407-.566-.494l-.09-.065a.956.956 0 0 1-.17-.156.723.723 0 0 1-.117-.182c-.026-.061-.004-.111.065-.15.07-.04.195-.059.378-.059l.26.04c.173.034.388.138.643.311a2.1 2.1 0 0 1 .631.677c.2.355.44.626.722.813.282.186.566.28.852.28.286 0 .533-.022.742-.065a2.59 2.59 0 0 0 .585-.196c.078-.58.29-1.028.637-1.34a8.907 8.907 0 0 1-1.333-.234 5.314 5.314 0 0 1-1.223-.507 3.5 3.5 0 0 1-1.047-.872c-.277-.347-.505-.802-.683-1.365-.177-.564-.266-1.215-.266-1.952 0-1.049.342-1.942 1.027-2.68-.32-.788-.29-1.673.091-2.652.252-.079.625-.02 1.119.175.494.195.856.362 1.086.5.23.14.414.257.553.352a9.233 9.233 0 0 1 2.497-.338c.859 0 1.691.113 2.498.338l.494-.312a6.997 6.997 0 0 1 1.197-.572c.46-.174.81-.221 1.054-.143.39.98.424 1.864.103 2.653.685.737 1.028 1.63 1.028 2.68 0 .737-.089 1.39-.267 1.957-.177.568-.407 1.023-.689 1.366-.282.343-.633.63-1.053.865-.42.234-.828.403-1.223.507a8.9 8.9 0 0 1-1.333.235c.45.39.676 1.005.676 1.846v3.11c0 .147.021.266.065.357a.36.36 0 0 0 .208.189c.096.034.18.056.254.064.074.01.18.013.318.013h2.914c1.032 0 1.914-.366 2.647-1.099.732-.732 1.099-1.615 1.099-2.647V3.746c0-1.032-.367-1.914-1.1-2.647z">
</path>
</g>
</svg>
</a> |
<a href="https://www.linkedin.com/in/zalman-izak/" target="_blank">
<svg width="25px" viewBox="-2 -2 24 24" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMinYMin">
<g>
<path d="M15 11.13v3.697h-2.143v-3.45c0-.866-.31-1.457-1.086-1.457-.592 0-.945.398-1.1.784-.056.138-.071.33-.071.522v3.601H8.456s.029-5.842 0-6.447H10.6v.913l-.014.021h.014v-.02c.285-.44.793-1.066 1.932-1.066 1.41 0 2.468.922 2.468 2.902zM6.213 5.271C5.48 5.271 5 5.753 5 6.385c0 .62.466 1.115 1.185 1.115h.014c.748 0 1.213-.496 1.213-1.115-.014-.632-.465-1.114-1.199-1.114zm-1.086 9.556h2.144V8.38H5.127v6.447z">
</path>
<path d="M4 2a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4zm0-2h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H4a4 4 0 0 1-4-4V4a4 4 0 0 1 4-4z">
</path>
</g>
</svg>
</a>
</div>
<div class="card-body">
<p class="card-text">
Hi there, I'm Zalman- a Junior in the Software Development BAS at GRC.
I just transferred from CPTC after completing an AAT in Computer Programming
there this summer.
</p>
</div>
</div>
</div>
<!--Tien's Profile-->
<div class="col-12 col-md-4" >
<div class="card text-center h-100" >
<img src="/gecko-images/tien_photo.jpg" class="card-img-top" alt="...">
<div class="card-header">
<h5 class="card-title">Tien Nguyen</h5>
</div>
<div class="card-body">
<p class="card-text"> Hello, I'm Tien. I am a Junior at Green River College, Currently pursuing a Bachelor's degree in Software Development. I would love to work on websites or any applications in the near future. </p>
</div>
</div>
</div>
</div>
</div>
<!--End of Profiles-->
<!--Start of Team Agreements -->
<div class="container my-2">
<div class="row">
<div class="col-12 text-center py-3">
<h1 class="display-4">
Team Agreements v3
</h1>
</div>
<div class="col-12 col-md-6 mt-2">
<h1 class="display-6 text-center">
Roles
</h1>
<ul class="list-group">
<li class="list-group-item">
Roles will be evaluated at the start of each sprint,
and may be swapped based on the work necessary for that sprint.
</li>
<li class="list-group-item">
Person of The People:
<ul>
<li>
Resolves conflicts or disagreements between team members.
</li>
<li>
Checks in with team members on status of project or features.
</li>
</ul>
</li>
<li class="list-group-item">
Tech Maester:
<ul>
<li>
Serve as the go-to person for technical decisions, ensuring that the
team is completing requirements using a technically sound approach.
</li>
<li>
Oversees code quality and ensures adherence to the team's coding standards.
</li>
</ul>
</li>
<li class="list-group-item">
Determiner of Correspondences:
<ul>
<li>
Schedules and runs team meetings, including weekly Tue/Thu meetings.
</li>
</ul>
</li>
</ul>
</div>
<div class="col-12 col-md-6 mt-2">
<h1 class="display-6 text-center">
Meetings
</h1>
<ul class="list-group">
<li class="list-group-item">
Every Tuesday we will meet to plan out the work for that week & work on any minor issues.
</li>
<li class="list-group-item">
Every Thursday we will meet to collaborate on the current sprint & tackle on any major issues.
</li>
<li class="list-group-item">
If a meeting is required outside of those days, the Determiner of Correspondences
will organize how (discord/in person) and when they take place.
</li>
<li class="list-group-item">
A meeting may be called at any time if a team member is no longer comfortable
in their current role. This may result in a reassignment of roles or shift of workload.
</li>
</ul>
</div>
<div class="col-12 col-md-6 mt-2 border border-danger">
<h1 class="display-6 text-center">
Workflows
</h1>
<ul class="list-group">
<li class="list-group-item">
We will utilize GitHub Issues to centralize and organize project data (features, requirements, meetings, and agreements)
</li>
</ul>
</div>
</div>
</div>
<!--End of Team Agreements -->
</body>
</html>