-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (46 loc) · 1.94 KB
/
index.html
File metadata and controls
52 lines (46 loc) · 1.94 KB
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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Image chage</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/style.css"/>
<link rel="stylesheet" href="css/font-awesome.min.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="col-md-12 text-center">
<h2>Image nature</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-3 col-md-offset-1 text-right">
<div class="single-box one"><a href=""><h4>Snow nature</h4><p>Snow nature feelings. Click here for ...</p></a></div>
<div class="single-box two"><a href=""><h4>Lime morning</h4><p>Lime morning feelings. Click here for ...</p></a></div>
<div class="single-box three"><a href=""><h4>Sun Light</h4><p>Sun Light feelings. Click here for ...</p></a></div>
</div>
<div class="col-md-4">
<div>
<img id="show-image" src="images/image%20(1).jpg" alt="Image" class="img-responsive">
</div>
</div>
<div class="col-md-3">
<div class="single-box four"><a href=""><h4>Street Morning</h4><p>Street Morning feelings. Click here for ...</p></a></div>
<div class="single-box five"><a href=""><h4>Amazan</h4><p>Amazan image. Click here for ...</p></a></div>
<div class="single-box six"><a href=""><h4>Blue Night</h4><p>Blue Night feelongs. Click here for ...</p></a></div>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
<hr>
<h2>wow</h2>
</div>
</div>
</div>
<script src="js/jquery-1.11.3.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/app.js"></script>
</body>
</html>