-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbiopagenikhila.html
More file actions
53 lines (53 loc) · 2.55 KB
/
biopagenikhila.html
File metadata and controls
53 lines (53 loc) · 2.55 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>Nikhila Rambothula</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">Nikhila Rambothula</h1>
<img class="picture" id = "nikhilapic" src = "images/image_nikhila.jpg" alt = "Nikhila Rambothula" style = "width:230px;height:250px;">
<h2>Hi! My name is Nikhila and I'm a junior at American High School. Some of my hobbies include singing, pencil sketching, hiking, and playing the guitar.</h2>
</body>
<script src="login.js" charset="UTF-8"></script>
</html>