-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearchsec.html
90 lines (76 loc) · 3.18 KB
/
searchsec.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
<!DOCTYPE html>
<html lang="en">
<head> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Generic Medico- An Online Drug Reference</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700' rel='stylesheet' type='text/css'>
<!-- Custom styles for this template -->
<link href="css/agency.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<div class="navbar navbar-inverse navbar-fixed-top navbar-custom">
<div class="container">
<a href="index1.php"><img class="img-responsive2"
src="img/header-bg (2).jpg" alt="Mountain View" width="120" height="120"></a>
</div>
</div>
<style>
.navbar-custom {
color: black;
background-color: black;
}
.container {
max-width: 100%;
margin: 0 auto;
padding: 40px;
}
</style>
<!-- Services -->
<section id="services">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">Services</h2>
</div>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x">
<<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class=" fa fa-search
fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading"><a href="Generalsearch.php">General Search</a></h4>
<p class="text-muted">Here you can search for both Generic Medicines as well as Brand medicines.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class=" fa fa-search
fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading"><a href="SearchBygeneric.php">Search By Generic Name</a></h4>
<p class="text-muted">Here you can search for Generic Medicines.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x">
<<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class=" fa fa-search
fa-stack-1x fa-inverse"></i>
</span>
<h4 class="service-heading"><a href="searchBybrand.php">Search By Brand Name</a></h4>
<p class="text-muted">Here you can search for Brand medicines.</p>
</div>
</div>
</div>
</section>