-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
39 lines (36 loc) · 1.63 KB
/
index.php
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
<!DOCTYPE html>
<html itemscope="" itemtype="http://schema.org/WebPage" lang="en-IE">
<head>
<meta property="og:image" content="Marine-Institutelogo.jpg">
<meta http-equiv="content-type" content="text/html; charset=UTF-8;charset=utf-8">
<meta property="og:title" content="Data Search">
<meta property="og:description" content="Search the Marine Institute's catalog for available data">
<meta name="description" content="Search the Marine Institute's catalog for available data">
<meta name="viewport" content="width = device-width, initial-scale = 1">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap-theme.min.css">
<title>Marine Institute Data Search</title>
</head>
<body>
<div class ="page-header">
<img src="Marine-Institutelogo.jpg">
</div>
<form name="marine_data_search" action="search.php" method="GET">
<label><div class ="jumbotron">
<p>
<span class="text-primary">
Enter Search Term:
</span>
<input type="text" name = "fetch" autocomplete ="off">
</label>
<input type = "submit" value = "Search" class = "btn btn-success btn-lg" role ="button">
<div class = "container">
<img src="skellig.jpg" id="wow" class ="img-responsive img-rounded" alt="Responsive Image" >
</div>
</p>
</form>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
</body>
</html>