-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
105 lines (98 loc) · 4.28 KB
/
index_old.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CTA pSCT</title>
<meta name="description" content="">
<!-- core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="css/prettyPhoto.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
<META HTTP-EQUIV="refresh" CONTENT="12">
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<script src="js/respond.min.js"></script>
<![endif]-->
</head>
<!--/head-->
<body>
<header id="header">
<nav class="navbar navbar-inverse" role="banner">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button>
<a class="navbar-brand" href="index.html"><img src="images/cta_psct_logo.jpg"> </a></a> </div>
<div class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="https://portal.cta-observatory.org/Pages/Home.aspx">Cherenkov Telescope Array</a></li>
<li><a href="institutions.html">Institutions</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
</div>
<!--/.container-->
</nav>
<!--/nav-->
</header>
<!--/header-->
<div class="color-border"> </div>
<section id="inner-page">
<div class="container">
<div class="center">
<h3>Prototype Schwarzschild-Couder Telescope construction at the Fred Lawrence Whipple Observatory, Arizona</h3>
<p class="lead">The CTA project is an initiative to build the next generation ground-based very high energy gamma-ray instrument.
It will serve as an open observatory <br />to a wide astrophysics community and will provide a deep insight into the non-thermal
high-energy universe. This image automatically reloads.</p>
</div>
<!--/#portfolio-filter-->
<div class="row">
<div class="portfolio-items">
<div class="portfolio-item apps col-xs-12 col-sm-12 col-md-12">
<div class="recent-work-wrap"> <img class="img-responsive" src="images/webcam.jpg" alt="">
</div>
</div>
<!--/.portfolio-item-->
<!--/.portfolio-item-->
</div>
</div>
</div>
</section>
<!--/#portfolio-item-->
<section id="get-started">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Have questions?</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Etiam eget nisl vel justo suscipit ullamcorper sed at lacus.<br>
Aliquam euismod nunc id eros sollicitudin interdum.</p>
<a href="contact-us.html" class="btn btn-primary">Contact us</a> </div>
</div>
</div>
<!--/.container-->
</section>
<!--/#get-started-->
<div class="color-border"> </div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12">Copyright © 2015 UCLA CTA-pSCT. We gratefully acknowledge support from the agencies
and organizations listed under Funding Agencies at this <br />website: <a href="http://www.cta-observatory.org/">http://www.cta-observatory.org/</a>.
The development of the prototype SCT has been made possible by funding provided through the NSF-MRI program. </div>
<!--<div class="col-sm-6">
<div class="follow-us"> <a class="fa fa-facebook social-icon" href="#"></a> <a class="fa fa-twitter social-icon" href="#"></a> <a class="fa fa-linkedin social-icon" href="#"></a> <a class="fa fa-google-plus social-icon" href="#"></a> </div>
</div>-->
</div>
</div>
</footer>
<!--/#footer-->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.prettyPhoto.js"></script>
<script src="js/jquery.isotope.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>