-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
368 lines (360 loc) · 16.4 KB
/
index.html
File metadata and controls
368 lines (360 loc) · 16.4 KB
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
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:site_name" content="Team ToyoTech" />
<title>Team ToyoTech</title>
<link rel="icon" href="/Logo Image/ToyoTech_Logo_forTab.png" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<img
src="/Logo Image/ToyoTech_Logo.png"
alt="ToyoTech Logo"
onclick="window.location.href='/'"
style="cursor: pointer"
/>
<h1>Team ToyoTech</h1>
<button
onclick="window.location.href='/login/'"
style="
padding: 8px 16px;
background-color: #9b9bff;
border: none;
border-radius: 6px;
color: white;
cursor: pointer;
"
>
Private
</button>
</header>
<main>
<section>
<h2>Our Team</h2>
<div class="team-grid">
<div class="member" data-name="cho">
<img src="/Profile Image/YSC.png" alt="Member Photo" />
<h3>조영식 Youngsik Cho</h3>
<p>Lead Developer</p>
<p>Embedded Engineer</p>
<p>Firmware Engineer</p>
<p>
<a href="mailto:yscho@toyotech.dev"
>yscho@toyotech.dev</a
>
</p>
</div>
<div class="member" data-name="lee">
<img src="/Profile Image/DHL.jpg" alt="Member Photo" />
<h3>이동하 Dongha Lee</h3>
<p>Firmware Engineer</p>
<p>Frontend Developer</p>
<p>
<a href="https://meozigoon.github.io/"
>meozigoon.github.io</a
>
</p>
<p>
<a href="mailto:dhlee@toyotech.dev"
>dhlee@toyotech.dev</a
>
</p>
</div>
<div class="member" data-name="park">
<img src="/Profile Image/JHP.png" alt="Member Photo" />
<h3>박준현 Junhyun Park</h3>
<p>Software Developer</p>
<p>Backend Developer</p>
<p>
<a href="mailto:jhpark@toyotech.dev"
>jhpark@toyotech.dev</a
>
</p>
</div>
<div class="member" data-name="kim">
<img src="/Profile Image/JWK.png" alt="Member Photo" />
<h3>김주원 Juwon Kim</h3>
<p>Firmware Engineer</p>
<p>Electronics Technician</p>
<p>
<a href="mailto:jwkim@toyotech.dev"
>jwkim@toyotech.dev</a
>
</p>
</div>
</div>
</section>
<section>
<h2>Our Projects</h2>
<p>
More details at
<a href="https://github.com/Team-ToyoTech">GitHub</a>
</p>
<div class="proj-list">
<div
class="member"
onclick="window.open('https://wish.docs.toyotech.dev/');"
>
<h3>WI:SH Kiosk</h3>
<p>Write It: Scan & Handle</p>
<p>
Kiosk for the Elderly and People with Disabilities
</p>
</div>
<div class="member">
<h3>L:EARN</h3>
<p>Logic: Experimentation & Reasoning Network</p>
</div>
<div
class="member"
onclick="window.open('https://skkoa.toyotech.dev/');"
>
<h3>SKKOA; LTW</h3>
<p>
Starter Kit with Korean Oriented Architecture;
Language To Write
</p>
</div>
<div class="member">
<h3>Pet Cam</h3>
<p>using ESP32 and OV5640</p>
</div>
</div>
</section>
<section>
<h2>Our Skills</h2>
<div class="team-grid">
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front member">
<img
src="https://skillicons.dev/icons?i=cs"
alt="C#"
/>
<h3>C#</h3>
</div>
<div class="flip-card-back member">
<h3>C#</h3>
<p>.NET, Socket, AI projects</p>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front member">
<img
src="https://skillicons.dev/icons?i=cpp"
alt="C/C++"
/>
<h3>C/C++</h3>
</div>
<div class="flip-card-back member">
<h3>C/C++</h3>
<p>Embedded projects, Algorithms</p>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front member">
<img
src="https://skillicons.dev/icons?i=python"
alt="Python"
/>
<h3>Python</h3>
</div>
<div class="flip-card-back member">
<h3>Python</h3>
<p>AI development</p>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front member">
<img
src="https://skillicons.dev/icons?i=arduino"
alt="Arduino"
/>
<h3>Arduino</h3>
</div>
<div class="flip-card-back member">
<h3>Arduino</h3>
<p>Embedded projects</p>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front member">
<img
src="https://skillicons.dev/icons?i=html,css"
alt="HTML/CSS"
/>
<h3>HTML/CSS</h3>
</div>
<div class="flip-card-back member">
<h3>HTML/CSS</h3>
<p>Frontend development</p>
</div>
</div>
</div>
<div class="flip-card">
<div class="flip-card-inner">
<div class="flip-card-front member">
<img
src="https://skillicons.dev/icons?i=nodejs"
alt="Node.js"
/>
<h3>Node.js</h3>
</div>
<div class="flip-card-back member">
<h3>Node.js</h3>
<p>Backend development</p>
</div>
</div>
</div>
</div>
</section>
<section>
<h2>Contact Us</h2>
<div class="contact-section">
<div class="contact-list">
<p>
<a
href="mailto:toyotech@toyotech.dev"
style="
margin-right: 8px;
vertical-align: middle;
"
title="Email"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
viewBox="0 0 24 24"
fill="none"
stroke="#9b9bff"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
style="vertical-align: middle"
>
<rect
x="2"
y="4"
width="20"
height="16"
rx="2"
/>
<polyline points="22,6 12,13 2,6" />
</svg>
</a>
<a
href="mailto:toyotech@toyotech.dev"
style="color: #9b9bff; vertical-align: middle"
>toyotech@toyotech.dev</a
>
</p>
<p>
<a
href="https://github.com/Team-ToyoTech"
target="_blank"
style="
margin-right: 8px;
vertical-align: middle;
"
title="GitHub"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
viewBox="0 0 24 24"
fill="#9b9bff"
style="vertical-align: middle"
>
<path
d="M12 2C6.48 2 2 6.58 2 12.26c0 4.49 2.87 8.3 6.84 9.64.5.09.68-.22.68-.48 0-.24-.01-.87-.01-1.7-2.78.62-3.37-1.36-3.37-1.36-.45-1.17-1.1-1.48-1.1-1.48-.9-.63.07-.62.07-.62 1 .07 1.53 1.05 1.53 1.05.89 1.56 2.34 1.11 2.91.85.09-.66.35-1.11.63-1.37-2.22-.26-4.56-1.14-4.56-5.07 0-1.12.39-2.03 1.03-2.75-.1-.26-.45-1.3.1-2.7 0 0 .84-.28 2.75 1.05A9.38 9.38 0 0 1 12 6.84c.85.004 1.71.12 2.51.35 1.91-1.33 2.75-1.05 2.75-1.05.55 1.4.2 2.44.1 2.7.64.72 1.03 1.63 1.03 2.75 0 3.94-2.34 4.81-4.57 5.07.36.32.68.94.68 1.9 0 1.37-.01 2.47-.01 2.81 0 .27.18.58.69.48A10.01 10.01 0 0 0 22 12.26C22 6.58 17.52 2 12 2Z"
/>
</svg>
</a>
<a
href="https://github.com/Team-ToyoTech"
target="_blank"
style="color: #9b9bff; vertical-align: middle"
>Team ToyoTech</a
>
</p>
<p>
<a
href="https://instagram.com/team_toyotech"
target="_blank"
style="
margin-right: 8px;
vertical-align: middle;
"
title="Instagram"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="28"
height="28"
viewBox="0 0 24 24"
fill="none"
stroke="#9b9bff"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
style="vertical-align: middle"
>
<rect
x="2"
y="2"
width="20"
height="20"
rx="5"
/>
<path
d="M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"
/>
<line
x1="17.5"
y1="6.5"
x2="17.5"
y2="6.5"
/>
</svg>
</a>
<a
href="https://instagram.com/team_toyotech"
target="_blank"
style="color: #9b9bff; vertical-align: middle"
>@team_toyotech</a
>
</p>
</div>
</div>
</section>
</main>
<footer>
© <span id="yearNow"></span> ToyoTech. All rights reserved.
</footer>
<div id="profileModal" class="modal">
<div class="modal-content">
<span
class="close"
onclick="document.getElementById('profileModal').style.display='none'"
>×</span
>
<h2 id="profileTitle"></h2>
<p id="profileContent"></p>
</div>
</div>
<script src="script.js"></script>
</body>
</html>