-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
207 lines (194 loc) · 8.81 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
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Loop</title>
<link rel="shortcut icon" href="./design/img/loop ~ 1.png" type="image/x-icon">
<link rel="stylesheet" href="./design/css/bootstrap/bootstrap.css">
<link rel="stylesheet" href="./design/css/custom/animate.css">
<link rel="stylesheet" href="./design/css/custom/fonts.css">
<link rel="stylesheet" href="./design/css/custom/main.css">
</head>
<nav class="navbar navbar-expand fixed-top navbar-dark bg-transparent">
<div class="container-lg">
<a href="./" class="navbar-brand"><img src="./design/img/loop%20~%201.png" class="img-fluid" alt="" style="width: 85px"></a>
<div class="navbar-nav">
<a href="#welcome" class="nav-link">Home</a>
<a href="#about" class="nav-link">About</a>
<a href="#work" class="nav-link">Work</a>
<a href="#contact" class="nav-link">Contact Us</a>
</div>
</div>
</nav>
<body>
<section id="welcome" class="hero position-relative">
<div class="content-wrapper">
<div class="content" style="z-index: 200">
<span class="title">Welcome To The LOOP</span>
<span class="subtitle">If you can dream it, we can build it!</span>
<a href="" class="btn btn-light fw-bold mx-auto mt-4 py-2">Let's get started!</a>
</div>
</div>
<div class="hero-background position-absolute"></div>
</section>
<section id="about">
<div class="header text-center">
<span>Our Passion</span>
</div>
<div class="content container-lg">
<div class="row">
<div class="col-lg-4 col-6 mb-4 text-center order-first">
<img src="./design/img/icons/ui-ux.png" alt="" style="width: 80px">
<h5 class="fw-bold my-2">UI/UX</h5>
<p class="text-white-50 small">Landing Pages, Web App Design, Mobile App Design, Wireframing, User Flow</p>
</div>
<div class="col-lg-4 col-6 mb-4 text-center order-0">
<img src="./design/img/icons/blockchain.png" alt="" style="width: 80px">
<h5 class="fw-bold my-2">Web 3.0</h5>
<p class="text-white-50 small">Blockchain development & Smart Contracts. <em> <[JavaScript, Solidity, Python]></em></p>
</div>
<div class="col-lg-4 col-6 mb-4 text-center order-1">
<img src="./design/img/icons/mobile-app-dev.png" alt="" style="width: 80px">
<h5 class="fw-bold my-2">Mobile App Development</h5>
<p class="text-white-50 small">Mobile App design & development. <em><[Flutter & Dart, Firebase}></em></p>
</div>
<div class="col-lg-4 col-6 mb-4 text-center order-last order-lg-0">
<img src="./design/img/icons/web-dev.png" alt="" style="width: 80px">
<h5 class="fw-bold my-2">Web Development</h5>
<p class="text-white-50 small">Responsive Website/Web App design & development. <em> <[HTML/CSS, JS {VanillaJS, jQuery, Node.js, Express.js, EJS}, Core & Custom PHP, Django, MySQL]></em></p>
</div>
<div class="col-lg-4 col-6 mb-4 text-center order-3">
<img src="./design/img/icons/web-management.png" alt="" style="width: 80px">
<h5 class="fw-bold my-2">Web Management</h5>
<p class="text-white-50 small">Maintenance, Guaranteed Web Security, Design Updates, Achieving consistent user experience across all platforms. <em></em></p>
</div>
<div class="col-lg-4 col-6 mb-4 text-center">
<img src="./design/img/icons/mobile-app-dev.png" alt="" style="width: 80px">
<h5 class="fw-bold my-2">Music Production</h5>
<p class="text-white-50 small">Beat Making, Mixing & Mastering. <em><[Pop, Hip-Pop, Afro, Contemporary]></em></p>
</div>
</div>
</div>
</section>
<section id="work">
<div class="header text-center">
<span>Our Works</span>
</div>
<div class="content container-lg px-2 px-lg-0">
<div class="mb-4">
<div class="card-group">
<div class="card m-0 p-0 shadow">
<img src="./design/img/hajedi.png" alt="" class="card-img" style="object-position: left;object-fit: cover;min-height: 500px">
<div class="card-body d-lg-none bg-white text-white" style="background: linear-gradient(60deg, red, black)">
<div class="d-flex flex-fill h-100">
<div class="m-auto">
<div class="fs-3" style="font-family: 'Lato-Bold',serif">Complete design of Hajedi Engineering Company Website</div>
<p class="text-white fs-4">Web Development</p>
<div class="mt-5"><a href="https://hajedieng.000webhostapp.com" class="w-25 btn btn-outline-info">View</a></div>
</div>
</div>
</div>
</div>
<div class="d-none d-lg-flex border-light card m-0 p-0" style="background: linear-gradient(60deg, red, black)">
<div class="card-body text-white">
<div class="d-flex flex-fill w-100 h-100">
<div class="m-auto">
<div class="fs-3" style="font-family: 'Lato-Bold',serif">Complete design of Hajedi Engineering Company Website</div>
<p class="text-white fs-4">Web Development</p>
<div class="text-center mt-5"><a href="https://hajedieng.000webhostapp.com" class="w-50 btn btn-outline-info">View</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mb-4">
<div class="card-group">
<div class="card m-0 p-0 shadow">
<img src="./design/img/soundcmnty.png" alt="" class="card-img" style="object-position: left;object-fit: cover;min-height: 500px">
<div class="card-body d-lg-none bg-white text-black" style="background: linear-gradient(60deg, red, blueviolet)">
<div class="d-flex flex-fill h-100">
<div class="m-auto">
<div class="fs-3" style="font-family: 'Lato-Bold',serif">Development of Sound Community Web Application</div>
<p class="text-black fs-4">Web Development</p>
<div class="mt-5"><a href="https://soundcmnty.000webhostapp.com" class="w-25 btn btn-outline-warning">View</a></div>
</div>
</div>
</div>
</div>
<div class="d-none d-lg-flex border-light card m-0 p-0" style="background: linear-gradient(60deg, red, blueviolet)">
<div class="card-body text-black">
<div class="d-flex flex-fill w-100 h-100">
<div class="m-auto">
<div class="fs-3" style="font-family: 'Lato-Bold',serif">Development of Sound Community Web Application</div>
<p class="text-black fs-4">Web Development</p>
<div class="text-center mt-5"><a href="https://soundcmnty.000webhostapp.com" class="w-50 btn btn-outline-warning">View</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="mb-4">
<div class="card-group">
<div class="card m-0 p-0 shadow">
<img src="./design/img/cradle.png" alt="" class="card-img" style="object-position: left;object-fit: cover;min-height: 500px">
<div class="card-body d-lg-none bg-white text-white" style="background: linear-gradient(60deg, red, orange)">
<div class="d-flex flex-fill h-100">
<div class="m-auto">
<div class="fs-3" style="font-family: 'Lato-Bold',serif">Development of Cradle World Company Website</div>
<p class="text-white fs-4">Web Development</p>
<div class="mt-5"><a href="https://cradleworld.000webhostapp.com" class="w-25 btn btn-outline-light">View</a></div>
</div>
</div>
</div>
</div>
<div class="d-none d-lg-flex border-light card m-0 p-0" style="background: linear-gradient(60deg, red, orange)">
<div class="card-body text-white">
<div class="d-flex flex-fill h-100">
<div class="m-auto">
<div class="fs-3" style="font-family: 'Lato-Bold',serif">Design of Cradle World Company Website</div>
<p class="text-white fs-4">Web Development</p>
<div class="text-center mt-5"><a href="https://cradleworld.000webhostapp.com" class="w-50 btn btn-outline-light">View</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="position-relative pb-3">
<div class="header text-center">
<span>Get in touch</span>
</div>
<div class="content container-lg">
<div id="contact-background" class="position-absolute"></div>
<div class="card">
<div class="card-body">
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
</div>
</div>
</div>
<!--<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>
<div>Hello</div>-->
</section>
</body>
<script src="./design/js/jquery/jquery.js"></script>
<script src="./design/js/jquery-form/jquery.form.min.js"></script>
<script src="./design/js/bootstrap/bootstrap.bundle.js"></script>
<script src="./design/js/custom/main.js"></script>
</html>