-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbios.html
More file actions
54 lines (51 loc) · 2.26 KB
/
bios.html
File metadata and controls
54 lines (51 loc) · 2.26 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
<!DOCTYPE>
<html>
<head>
<link href="style.css" rel="stylesheet">
<script src="script.js"></script>
</head>
<body>
<div id="menu">
<div class="dropdown">
<button class="dropbtn"><img src="./images/dropdown.png"></button>
<div class="dropdown-content">
<a href="index.html">Home</a>
</div>
</div>
<h1 class="header">Meet The Team!</h1>
</div>
<div id="banner">
<img src="./images/pixel-city2.gif">
</div>
<div class="table-container">
<table id="group">
<tr>
<th>Edward</th>
<th>Victoria</th>
<th>Daniel</th>
<th>Jeffrey</th>
<th>Sam</th>
</tr>
<tr>
<th>
I eat pizza way more than I should
,19 years old,
,I’ve been to Toronto a couple times,
,I have two dogs and a cat,
,I am a transfer student
</th>
<th>I am an 18 year old female and I live in South Buffalo. I was adopted from China. I am majoring in Computer Science and probably minoring in Mathematics. I have 2 dogs and 2 cats. I am 5'2". I am Roman Catholic. I like to dance and eat delicious food.</th>
<th>Born in Brooklyn, with Russian as my first language.
Was Americanized very early, and have forgotten how to speak most of it ¯\_(?)_/¯
Eighteen years old, and studying to be a game developer (would love to work for Blizzard / any indie game developing company)
Last name mispronounced >90% of the time (try it!)
Passed AP Calc BC exam, but retaking Pre-Calc because I like my college life easy
The actual real Daniel (? ?° ??? ?°)?
</th>
<th>I am a white male, 17 years old. I grew up in Buffalo and have not visited many places outside of that so I have little cultural experience. I am irreligious meaning I don’t believe in the concept of religion, but I am more than fine with others celebrating it. I am majoring in Computer Science BA unlike the others with a BS and I am minoring in Game Design. I am 5’10 or something like that. I did crew, track, and baseball.</th>
<th>I’m an 18 year old white male from outside of Rochester, NY, but I was born in Tucson, AZ. I am majoring in Computer Science, don’t have any religious beliefs, have no pets, and am 5’10’’. In high school I was a three sport athlete (soccer, swimming, and tennis) and also ski in my free time.</th>
</tr>
</table>
</div>
</body>
</html>