-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutMe.html
More file actions
34 lines (32 loc) · 1.23 KB
/
aboutMe.html
File metadata and controls
34 lines (32 loc) · 1.23 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="basiccss.css">
<title>Prosthetics and The Brain</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Main page of pros">
</head>
<body>
<h1>Prosthetics And Their Interaction With The Human Brain</h1>
<div class="navbar">
<a href="index.html">Home</a>
<div class="dropdown">
<button class="dropbtn" onclick="showGeneralDropDown()">General Info
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content" id="myDropdown">
<a href="general.html">General</a>
<a href="History.html">History</a>
<a href="ProstheticsToday.html">Today</a>
<a href="Application.html">Application</a>
<a href="Conclusion.html">Conclusion</a>
</div>
</div>
<a href="bioethics.html">BioEthics</a>
<a href="bioethics.html">Interactive</a>
<a href="annotatedBib.html" >Bibliography</a>
<a href="about.html">About</a>
</div>
<h2>About Me</h2>
<p></p>
<p>My name is Elias Haynie-Gay. I'm 15 years old, and a sophmore at Roosevelt Highschool. I'm currently taking Biotech with Ms. Jatul, and this is my BioExpo website!</p>