-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiopagechristian.html
More file actions
53 lines (53 loc) · 2.66 KB
/
biopagechristian.html
File metadata and controls
53 lines (53 loc) · 2.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Christian Collong</title>
<link rel="stylesheet" href="bio.css">
</head>
<body style="font-family:Gill Sans MT;">
<table id="hometable" border="black" bgcolor="white" align="right">
<tr id="row">
<th class="hometablerow">
<a id="homelink" href="index.html" class="hometablelink">
Home Page
</a>
</th>
<th class="hometablerow">
<a id="teamlink" href="ourteam.html" class="hometablelink">
Our Team
</a>
</th>
<th class="hometablerow">
<a id="projectlink" href="projects.html" class="hometablelink">
Our Projects
</a>
</th>
<th class="hometablerow">
<div class="biodropdown">
<button class="hoverhere" style="font-family:Gill Sans MT;">Bio Pages <span id="arrow">▼</span></button>
<div class="content" style="font-family:Gill Sans MT;">
<a style="font-family:Gill Sans MT;" href="biopagenandini.html">Nandini Dharwadkar</a>
<a style="font-family:Gill Sans MT;" href="biopagenikhila.html">Nikhila Rambothula</a>
<a style="font-family:Gill Sans MT;" href="biopagearchit.html">Archit Das</a>
<a style="font-family:Gill Sans MT;" href="biopagemelanie.html">Melanie Zhang</a>
<a style="font-family:Gill Sans MT;" href="biopagenikitha.html">Nikhita Rambothula</a>
<a style="font-family:Gill Sans MT;" href="biopagechristian.html">Christian Collong</a>
</div>
</div>
</th>
<th class="hometablerow">
<a id="loginlink" href="login.html" class="hometablelink">
Login Here
</a>
</th>
</tr>
</table>
<br>
<h1 id="banner">Christian Collong</h1>
<img class="picture" id = "chrispic" src = "images/image_chris.jpg" alt = "Christian Collong" style = "width:230px;height:250px;">
<h2>Hi, I'm Chris. I am a junior at American High School and I work as the Content Specialist in my AP CSP group. Some of my hobbies include playing video games, listening to music, and hanging out with friends. In the future, I hope to become a successful music producer.</h2>
</body>
<script src="login.js" charset="UTF-8"></script>
</html>