-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
187 lines (176 loc) · 6.66 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
178
179
180
181
182
183
184
185
186
187
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script src="https://kit.fontawesome.com/8fb3fe499f.js" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css2?family=Merriweather" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Merriweather+Sans" rel="stylesheet">
<link rel="stylesheet" href="css/creative.css">
<title>webdesign learning</title>
</head>
<body>
<!-- Start navigationbar -->
<nav>
<div class="container">
<a href="#" id="nav-brand">Start bootstrap</a>
<ul>
<li><a href="">about</a></li>
<li><a href="">portfolio</a></li>
<li><a href="">services</a></li>
<li><a href="">contact</a></li>
</ul>
</div>
</nav>
<!-- End navigationbar -->
<div class="clear-fix"></div>
<!-- Start Header -->
<header>
<div class="container">
<div class="row">
<h1 class="heading-1">YOUR FAVORITE SOURCE OF BOOTSTRAP THEMES</h1>
<span class="underline"></span>
<p class="heading-p">
Start Bootstrap can help you build better websites using the Bootstrap framework! Just download a theme and start customizing, no strings attached!
</p>
<a href="#" id="heading-link">FIND OUT MORE</a>
</div>
</div>
</header>
<!-- End Header -->
<!-- Start info Section -->
<section id="section-info">
<div class="container">
<div class="row">
<h2 class="info-h2">We've got what you need!</h2>
<span class="underline"></span>
<p class="info-p">
Start Bootstrap has everything you need to get your new website up and running in no time! Choose one of our open source, free to download, and easy to use themes! No strings attached!
</p>
<a href="#" id="info-link">GET STARTED</a>
</div>
</div>
</section>
<!-- End info Section -->
<!-- start services section -->
<section id="section-services">
<div class="container">
<div class="row">
<h2>At Your Service</h2>
<span class="underline"></span>
<div class="service-iteam">
<div class="iteam">
<i class="fas fa-gem"></i>
<h3>Sturdy Themes</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="iteam">
<i class="fas fa-laptop-code"></i>
<h3>Up to Date</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="iteam">
<i class="fas fa-globe"></i>
<h3>Ready to Publish</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
<div class="iteam">
<i class="fas fa-heart"></i>
<h3>Made with Love</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit.</p>
</div>
</div>
</div>
</div>
</section>
<!-- end services section -->
<!-- start porftfolio section -->
<section id="section-prtfolio">
<ul>
<li>
<div class="prt-item"> <img src="img/portfolio/thumbnails/1.jpg" alt=""></div>
<div class="prt-hover">
<h4>CATEGORY</h4>
<h2>project name</h2>
</div>
</li>
<li>
<div class="prt-item"> <img src="img/portfolio/thumbnails/2.jpg" alt=""></div>
<div class="prt-hover">
<h4>CATEGORY</h4>
<h2>project name</h2>
</div>
</li>
<li>
<div class="prt-item"> <img src="img/portfolio/thumbnails/3.jpg" alt=""></div>
<div class="prt-hover">
<h4>CATEGORY</h4>
<h2>project name</h2>
</div>
</li>
<li>
<div class="prt-item"> <img src="img/portfolio/thumbnails/4.jpg" alt=""></div>
<div class="prt-hover">
<h4>CATEGORY</h4>
<h2>project name</h2>
</div>
</li>
<li>
<div class="prt-item"> <img src="img/portfolio/thumbnails/5.jpg" alt=""></div>
<div class="prt-hover">
<h4>CATEGORY</h4>
<h2>project name</h2>
</div>
</li>
<li>
<div class="prt-item"> <img src="img/portfolio/thumbnails/6.jpg" alt=""></div>
<div class="prt-hover">
<h4>CATEGORY</h4>
<h2>project name</h2>
</div>
</li>
</ul>
</section>
<!-- end porftfolio section -->
<div class="clear-fix"></div>
<!-- start section download -->
<section id="section-downlod">
<div class="container">
<div class="row">
<h2>Free Download at Start Bootstrap!</h2>
<a href="" id="download-link">DOWNLOAD NOW!</a>
</div>
</div>
</section>
<!-- end section download -->
<!-- start section contact -->
<section id="section-contact">
<div class="container">
<div class="row">
<h2>Let's Get In Touch</h2>
<span class="underline"></span>
<p>
Ready to start your next project with us? Give us a call or send us an email and we will get back to you as soon as possible!</p>
<ul>
<li>
<i class="fas fa-phone"></i>
<p>02166652012</p>
</li>
<li>
<i class="fas fa-envelope"></i>
<p>[email protected]</p>
</li>
</ul>
</div>
</div>
</section>
<!-- end section contact -->
<!-- start footer -->
<footer>
<div class="container">
<p>Copyright 2020 - start Bootstrap</p>
</div>
</footer>
<!-- end footer -->
</body>
</html>