generated from photonlines/Research-Lab-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
121 lines (120 loc) · 5.06 KB
/
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
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>PsyBrain Lab - Home</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Research Lab, Home, The University of Texas, Austin">
<meta name="author" content="">
<!-- Le styles -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-responsive.min.css" rel="stylesheet">
<link href="css/theme.css" rel="stylesheet">
</head>
<body>
<div class="container">
<header class="jumbotron subhead" id="overview">
<p class="lead"> The University of Texas, Austin </p>
<h1>PsyBrain Lab</h1>
</header>
<div class="masthead">
<div class="navbar">
<div class="navbar-inner">
<div class="container">
<ul class="nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="people.html">People</a></li>
<li><a href="research.html">Research</a></li>
<li><a href="publications.html">Publications</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="news.html">News</a></li>
<li><a href="teaching.html">Teaching</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<div id="main-carousel" class="carousel slide">
<div class="carousel-inner">
<div class="item">
<img src="images/Research_Sports Concussion.jpeg" class="carousel-image" alt="">
<div class="carousel-caption">
<h4>Welcome to the PsyBrain Lab</h4>
<!-- -->
<p></p>
</div>
</div>
<div class="item">
<img src="images/team2019.png" class="carousel-image" alt="">
<div class="carousel-caption">
<h4>PsyBrain Lab 2019</h4>
<p></p>
</div>
</div/>
</div>
<a class="left carousel-control" href="#main-carousel" data-slide="prev">‹</a>
<a class="right carousel-control" href="#main-carousel" data-slide="next">›</a>
</div>
</div>
</div>
<hr>
<div class="container-fluid">
<div class="row-fluid marketing">
<div class="span12">
<p>
<h4>The PsyBrain Lab is dedicated to understanding the neurocognitive basis of mind - how it functions normally and what happens when it is damaged or altered in a way that gives rise to mental distress and illness.<h4>
</p>
<br/>
</div>
<div class="row-fluid">
<hr>
<h2 class="centered">Recent News</h2>
<hr>
</div>
<div class="span4 feature-item">
<h5> <span class="date"> May 1, 2019 </span> </h5>
<h4 class="feature-heading">
<a href="https://unsplash.com/photos/CPmrdbbpnXg">
Students pose for conference lacus luctus accumsan tortor posuere
</a>
<br/>
</h4>
<hr>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container-fluid">
<div class="row-fluid">
<div class="span5">
<h3>Contact Information</h3>
<p><b>Office Hours: </b>Monday-Friday (8.00am - 5.00pm)</p>
<p><b>Phone: </b>999-999-9999</p>
<p><b>Cell: </b>999-999-9999</p>
<a href="mailto:your.email@uni.edu">Email</a>
</div>
<div class="span2">
<a href="https://mybrandnewlogo.com/"><img src = "thumbs/generic-logo.JPG" alt="research-lab-logo"/></a>
</div>
<div class="span5">
<h3>Address</h3>
<p>The Department of Psychology<br>
108 E. Dean Keeton Stop A8000<br>
Austin, TX <br>
78712-1043
</p>
<a href="http://maps.google.com/">Show Map</a>
</div>
</div>
</div>
</footer>
<!-- Javascript files -->
<script src="js/jquery-1.9.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script> $('#main-carousel').carousel(); </script>
</body>
</html>