-
Notifications
You must be signed in to change notification settings - Fork 1
/
resources.html
55 lines (54 loc) · 2.45 KB
/
resources.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
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
55
<!DOCTYPE HTML>
<html>
<head>
<title>SELAB</title>
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,500,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
<link rel="stylesheet" type="text/css" href="assets/css/reducedstyle.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script src="assets/js/zoom.js"></script>
</head>
<body>
<div id="logo-group">
<img src="assets/img/berkeleylogo.png" id="berkeleylogo">
<img src="assets/img/logo.jpg" id="logo">
</div>
<div id="title">
<h1>Sight Enhancement Laboratory</h1>
<h3>Herbert Wertheim School of Optometry & Vision Science</h3>
<h2>University of California, Berkeley</h2>
</div>
<ul id="nav">
<li><a href="index.html">Home</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="people.html">People</a></li>
<li><a href="news.html">News</a></li>
<li><a href="resources.html">Resources</a></li>
<li><a href="volunteer.html">Volunteer</a></li>
</ul>
<div class="zoom-btn" id="zoom-out">
-
</div>
<div class="zoom-btn" id="zoom-in">
+
</div>
<div id="page-title">
Resources.
</div>
<div style="clear: both"></div>
<div class="text-area">
<ul>
<li><a href="http://optometry.berkeley.edu/" target="_blank">UC Berkeley School of Optometry</a></li>
<li><a href="http://www.cal-eye-care.org/index.php" target="_blank">Meredith W. Morgan University Eye Center</a></li>
<li><a href="https://www.aao.org/eye-health/diseases/amd-macular-degeneration" target="_blank">What is Age-related Macular Degeneration (AMD)</a></li>
<li><a href="http://www.allaboutvision.com/conditions/amd.htm" target="_blank">A Complete Guide to AMD</a></li>
<li><a href="http://www.aoa.org/patients-and-public/eye-and-vision-problems/glossary-of-eye-and-vision-conditions/macular-degeneration?sso=y" target="_blank">American Optometric Association - AMD</a></li>
<li><a href="https://nei.nih.gov/health/maculardegen/armd_facts" target="_blank">National Eye Institute - Facts about AMD</a></li>
<li><a href="https://nei.nih.gov/lowvision" target="_blank">National Eye Institute - Low Vision</a></li>
<li><a href="http://www.lowvision.org/" target="_blank">The Low Vision Gateway</a></li>
</ul>
</div>
</body>
</html>