-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·71 lines (66 loc) · 2.58 KB
/
index.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
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" >
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link href="1.css" type="text/css" rel="stylesheet">
<title>Web Builder</title>
</head>
<body>
<div class="h">
<div class="ih">
<nav>
<ul>
<li><a href="#" class="logo">Website Builder</a></li>
<li><a href="#hero1" class="link">Templets</a></li>
<li><a href="#hero" class="link">Home</a></li>
</ul>
</nav>
</div>
</div>
<section id="hero" >
<div class="container">
</div>
</section>
<section id="hero1">
<center><h1><b>Templets</b><h1/>
<h3>Select Best Templets For Your Website.</h3><br>
</center>
</section>
<div class="container">
<div class="row text-center" id="item_list">
<div class="col-sm-4">
<a href="business/examples/basic_with_content.php" >
<div class="thumbnail">
<img src="1.png" alt="">
<div class="caption">
<h3>Business</h3>
<p>Create web for car washing business.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-4">
<a href="ecommerce/examples/basic_with_content.php" >
<div class="thumbnail">
<img src="2.png" alt="">
<div class="caption">
<h3>E-Commerce</h3>
<p>Create Web for footware shop.</p>
</div>
</div>
</a>
</div>
<div class="col-sm-4">
<a href="photography/examples/basic_with_content.php" >
<div class="thumbnail">
<img src="3.png" alt="">
<div class="caption">
<h3>Photography</h3>
<p>Create Web For Photo shop.</p>
</div>
</div>
</a>
</div>
</div>
</body>
</html>