-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
197 lines (185 loc) · 8.14 KB
/
index.html
File metadata and controls
197 lines (185 loc) · 8.14 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
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
188
189
190
191
192
193
194
195
196
197
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Weekend Project</title>
<!-- Bootstrap -->
<link rel="stylesheet" href="bootstrap.min.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<section class="hero">
<header class="container-fluid">
<div class="hero-header d-flex justify-content-between pt-4">
<img src="img/Team Bracket - Copy (2).jpg" alt="">
<h3>Call: +2349040931311</h3>
</div>
</header>
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="hero-content">
<h2>Make an <br> awesome</h2>
<p>profile picture from any photo</p>
<button>Get Started</button>
</div>
</div>
<div class="col-sm-6">
<div class="hero-image">
<img src="img/hero.png" alt="">
</div>
</div>
</div>
</div>
</section>
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: #0caa7d;">
<div class="container">
<a class="navbar-brand text-light" href="#">Home</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link text-light" aria-current="page" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#">Services</a>
</li>
<li class="nav-item">
<a class="nav-link text-light" href="#">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="about">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="about-image">
<img src="img/about-img.png" alt="">
</div>
</div>
<div class="col-sm-6">
<div class="about-content">
<h2>About me (D.P)</h2>
<p>D.P is an acronym for Display picture. It does have other meanings, however, display pic has
become more common in recent years. The acronym has been rapidly adopted across all social
networks and messengers across all user groups. Thus today it is mostly associated with
one’s avatar or, in other words, display picture.</p>
</div>
</div>
</div>
</div>
</section>
<section class="services">
<div class="container">
<div class="services-header ">
<h2>What we do</h2>
</div>
<div class="row mt-4">
<div class="col-sm-3">
<div class="card-body">
<div class="card-image">
<img class="pt-3" src="img/idea.png" alt="">
</div>
<div class="card-content">
<h3>Original Ideas</h3>
<p class="text-light text-center">It is a long established fact that a reader will be
distracted by the readable content</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="card-body" style="background-color: #0ca57a;">
<div class="card-image">
<img class="pt-3" src="img/controller.png" alt="">
</div>
<div class="card-content">
<h3>Great web apps</h3>
<p class="text-light text-center">It is a long established fact that a reader will be
distracted by the readable content</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="card-body">
<div class="card-image">
<img class="pt-3" src="img/monitor.png" alt="">
</div>
<div class="card-content">
<h3>High Resolution</h3>
<p class="text-light text-center">It is a long established fact that a reader will be
distracted by the readable content</p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="card-body" style="background-color: #0ca57a;">
<div class="card-image">
<img class="pt-3" src="img/rocket-ship.png" alt="">
</div>
<div class="card-content">
<h3>Fast Loading</h3>
<p class="text-light text-center">It is a long established fact that a reader will be
distracted by the readable content</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-sm-3">
<ul class="links">
<h4>Menu</h4>
<li>Home</li>
<li>About</li>
<li>Services</li>
<li>Contact</li>
</ul>
</div>
<div class="col-sm-3">
<ul class="address">
<h4>Location</h4>
<li><i class='bx bxs-location-plus'></i> N0 1 Ilofa Road GRA Ilorin</li>
<li style="margin-top: 10px;"><i class='bx bx-phone-call' ></i> ( +234 9040931311 )</li>
<li style="margin-top: 10px;"><i class='bx bx-envelope' ></i> [email protected]</li>
</ul>
</div>
<div class="col-sm-3">
<ul class="social-links">
<h4>Social Links</h4>
<div class="d-flex">
<li><i class='bx bxl-facebook-square'></i></li>
<li><i class='bx bxl-twitter' ></i></li>
<li><i class='bx bxl-instagram-alt' ></i></li>
<li><i class='bx bxl-linkedin-square'></i></li>
</div>
</ul>
</div>
<div class="col-sm-3">
<form action="">
<h4>Newsletter</h4>
<input type="text" placeholder="Enter Your Email">
<button>Subscribe</button>
</form>
</div>
</div>
<hr>
<p class="copy">© 2022 All Rights Reserved By Team Bracket</p>
</div>
</footer>
<!-- Bootstrap Js -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous">
</script>
</body>
</html>