-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 935 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Nisha's webpage!</title>
<link rel="stylesheet" type="text/css" href="profile.css">
<link href='http://fonts.googleapis.com/css?family=Slabo+27px' rel='stylesheet' type='text/css'>
</head>
<body>
<h1>Welcome!</h1>
<p>Hi, my name is Nisha! I was born in India on October 19, 1997.
I moved to America in 2003 and I've been living in Fountain Valley, CA
ever since. Next year, I will be going to UC San Diego.</p>
<center>
<figure>
<figcaption>Click on my android to go to my G+ page!</figcaption>
<a href="https://plus.google.com/106476381207721501447/posts"><img src="nisha.gif"></a>
</figure>
<div><a href="aboutme.html">More about me</a></div>
<div><a href="composers.html">Favorite composers</a></div>
<div><a href="shelters.html">Help the animal shelters</a></div>
</center>
</body>
<html>