-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
177 lines (142 loc) · 3.52 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
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bootstrap</title>
<link rel="stylesheet" href="font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body>
<div class="header">
<div class="nav">
<p>START BOOTSTRAP</p>
<div>
<p>ABOUT</p>
<p>SERVICES</p>
<p>PORTFOLIO</p>
<p>CONTACT</p>
</div>
</div>
<hr>
<div class="container">
<h1>YOUR FAVORITE SOURCE OF FREE BOOTSTRAP THEMES</h1>
<hr>
<p>
Start Bootstrap can help you build better websites using the Bootstrap CSS framework! Just download your template and start going, no strings attached!
</p>
<h1>FIND OUT MORE</h1>
</div>
</div>
<div class="about">
<h1>We've got what you need!</h1>
<hr>
<p>
Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!
</p>
<h1>GET STARTED</h1>
</div>
<div class="services">
<h1>At Your Service</h1>
<hr>
<div class="box">
<div class="services-box">
<i class="fa fa-diamond"></i>
<h3>Sturdy Templates</h3>
<p>
Our templates are updated regularly so they don't break.
</p>
</div>
<div class="services-box">
<i class="fa fa-paper-plane"></i>
<h3>Ready to ship</h3>
<p>
You can use this theme as is, or you can make changes!
</p>
</div>
<div class="services-box">
<i class="fa fa-newspaper-o"></i>
<h3>Up to Date</h3>
<p>
We update dependencies to keep things fresh.
</p>
</div>
<div class="services-box">
<i class="fa fa-heart"></i>
<h3>Made with Love</h3>
<p>
You have to make your websites with love these days!
</p>
</div>
</div>
</div>
<div class="portfolio">
<div>
<div>
<p>CATEGORY</p>
<p>Project Name</p>
</div>
<img src="img/1.jpg">
</div>
<div>
<div>
<p>CATEGORY</p>
<p>Project Name</p>
</div>
<img src="img/2.jpg">
</div>
<div>
<div>
<p>CATEGORY</p>
<p>Project Name</p>
</div>
<img src="img/3.jpg">
</div>
<div>
<div>
<p>CATEGORY</p>
<p>Project Name</p>
</div>
<img src="img/4.jpg">
</div>
<div>
<div>
<p>CATEGORY</p>
<p>Project Name</p>
</div>
<img src="img/5.jpg">
</div>
<div>
<div>
<p>CATEGORY</p>
<p>Project Name</p>
</div>
<img src="img/6.jpg">
</div>
</div>
<div class="bg-dark">
<h1>Free Download at Start Bootstrap!</h1>
<p>DOWNLOAD NOW</p>
</div>
<footer>
<h1>Let's Get In Touch!</h1>
<hr>
<p>
Ready to start your next project with us? That's great! Give us a call or send us an email and we will get back to you as soon as possible!
</p>
<div class="icon">
<div class="icon-box">
<i class="fa fa-twitter"></i>
<p>volnyio</p>
</div>
<div class="icon-box">
<i class="fa fa-envelope-o"></i>
<p>[email protected]</p>
</div>
<div class="icon-box">
<i class="fa fa-github"></i>
<p>volny</p>
</div>
</div>
</footer>
</body>
</html>