-
Notifications
You must be signed in to change notification settings - Fork 0
/
templateforwebsite.htm
120 lines (96 loc) · 3.94 KB
/
templateforwebsite.htm
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
<html lan="en">
<head>
<title>BONADEA</title>
<meta name="viewport" content="width=device-width,initial-scale=1" >
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<style type="text/css">
body {
background-color:;
}
.top{
position: absolute;
top: 2em;
left:11em;
right: 0em;
width: 120px;
padding: 2px;
font-weight: bold;
font-size: 44px;
color:red;
}
</style>
</head>
<body><div class="navbar navbar-fixed-top navbar-custom ">
<nav class="navbar navbar-inverse">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><img src="img4.jpg" style="width:40px;height:25px;"></a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav">
<li><a href="#">Home</a></li>
<li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">Page 1 <span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="#">Page 1-1</a></li>
<li><a href="#">Page 1-2</a></li>
<li><a href="#">Page 1-3</a></li>
</ul>
</li>
<li><a href="#">Page 2</a></li>
<li><a href="#">Page 3</a></li>
</ul>
<ul class="nav navbar-nav"><li><a href="#"><span class="glyphicon glyphicon-info"></span>PAL</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a href="#"><span class="glyphicon glyphicon-user"></span> Sign Up</a></li>
<li><a href="#"><span class="glyphicon glyphicon-log-in"></span> Login</a></li>
</ul>
</div>
</div>
</nav></div>
<div class="top">
BONADEA
</div>
<div class="row">
<img src="ba.jpg" class="img-responsive" width="100%"></div>
<div class="row"><br>
<div class="col-lg-2"></div>
<div class="col-lg-8">
<div class="col-lg-6">
<a href="pulpitrock.jpg" class="thumbnail" style="background-color:pink">
<p>Pulpit Rock: A famous tourist attraction in Forsand, Ryfylke, Norway.</p>
<img src="im1.jpg" alt="Pulpit Rock" style="width:250px;height:150px" class="img-responsive">
</a></div>
<div class="col-lg-6">
<a href="pulpitrock.jpg" class="thumbnail" style="background-color:pink">
<p>Pulpit Rock: A famous tourist attraction in Forsand, Ryfylke, Norway.</p>
<img src="im1.jpg" alt="Pulpit Rock" style="width:250px;height:150px" class="img-responsive">
</a></div>
<div class="col-lg-6">
<a href="pulpitrock.jpg" class="thumbnail" style="background-color:pink">
<p>Pulpit Rock: A famous tourist attraction in Forsand, Ryfylke, Norway.</p>
<img src="im1.jpg" alt="Pulpit Rock" style="width:250px;height:150px" class="img-responsive">
</a></div>
<div class="col-lg-6">
<a href="pulpitrock.jpg" class="thumbnail" style="background-color:pink">
<p>Pulpit Rock: A famous tourist attraction in Forsand, Ryfylke, Norway.</p>
<img src="im1.jpg" alt="Pulpit Rock" style="width:250px;height:150px" class="img-responsive">
</a></div>
</div>
<div class="col-lg-2"></div>
</div>
<div class="row"style="background-color:black">This text represents footer</div>
</div>
</body>
</head>
</html>