-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfunctional.html
More file actions
54 lines (42 loc) · 976 Bytes
/
functional.html
File metadata and controls
54 lines (42 loc) · 976 Bytes
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>
<html lang="en">
<head>
<meta charset= "utf-8">
<title>Sanjita Shah enjoys dabbling in pottery.</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
<header>
<h1> Interests</h1>
</header>
<nav>
<ul>
<li><a href='index.html'>Home Page</a></li>
<li><a href='functional.html'>Functional</a> </li>
<li><a href='sculptural.html'>Sculptural</a></li>
</ul>
</nav>
<section>
<h2> Bio </h2>
<p> Sanjita has spent time sometime working in the payments business. Now she is interesting in gaining new skills in the mobile business. </p>
</section>
<section>
<h2>Interested</h2>
<ul>
<li>Marketing</li>
<li>Arts</li>
</section>
<section>
<p> My favourite pot </p>
<img src="img/shinopot.jpg">
<section>
<p> <a href= 'email/ Email'> </p>
<p> Github </p>
<p> Twitter </p>
<p> LinkedIn </p>
</section>
</body>
<footer>
© 2013
</footer>
</html>