-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (63 loc) · 2.27 KB
/
index.html
File metadata and controls
65 lines (63 loc) · 2.27 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
54
55
56
57
58
59
60
61
62
63
64
65
<!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/slideshow.js"></script>
<script src="assets/js/firstnews.js"></script>
<!--<script src="https://hedch1995.blogspot.com/feeds/posts/default?alt=json-in-script&callback=doData"></script>-->
<script src="assets/js/zoom.js"></script>
<!--COLORS
yellow = #f7b01a
dark blue = #102a4f
orange = #e47725
green = #6ea442
black = #000000
white = #ffffff
-->
</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>
<!--<h3>Cortical adaptation and plasticity in response to vision loss.</h3>-->
</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 style="clear: both"></div>
<div id="home-div">
<div class="centered-content" id="centered-content-fat">
<!-- <img src="assets/img/labphoto.jpg" class="photo" id="nonslideshowphoto">-->
<img src="assets/img/img_on_slide/pt4.jpg" class="photo" id="photo4">
<img src="assets/img/img_on_slide/pt5.jpg" class="photo" id="photo5">
<img src="assets/img/img_on_slide/pt6.jpg" class="photo" id="photo6">
</div>
<div class="centered-content" id="centered-content-skinny">
<div id="news-snippet">
</div>
</div>
</div>
</body>
</html>