-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
375 lines (314 loc) · 14.7 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
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
<!DOCTYPE html>
<html lang="en">
<head>
<style>
/* Footer */
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section {
padding: 60px 0;
}
section .section-title {
text-align: center;
color: #483D8B;
margin-bottom: 50px;
text-transform: uppercase;
}
#footer {
background: #483D8B !important;
}
#footer h5{
padding-left: 10px;
border-left: 3px solid #eeeeee;
padding-bottom: 6px;
margin-bottom: 20px;
color:#ffffff;
}
#footer a {
color: #ffffff;
text-decoration: none !important;
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
#footer ul.social li{
padding: 3px 0;
}
#footer ul.social li a i {
margin-right: 5px;
font-size:25px;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.social li:hover a i {
font-size:30px;
margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
color:#ffffff;
}
#footer ul.social li a:hover{
color:#eeeeee;
}
#footer ul.quick-links li{
padding: 3px 0;
-webkit-transition: .5s all ease;
-moz-transition: .5s all ease;
transition: .5s all ease;
}
#footer ul.quick-links li:hover{
padding: 3px 0;
margin-left:5px;
font-weight:700;
}
#footer ul.quick-links li a i{
margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
font-weight: 700;
}
@media (max-width:767px){
#footer h5 {
padding-left: 0;
border-left: transparent;
padding-bottom: 0px;
margin-bottom: 10px;
}
}
#gekko:hover{
text-decoration: none;
}
</style>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>Groone Opensource</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom fonts for this template -->
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- Custom styles for this template -->
<link href="css/freelancer.min.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navigation -->
<nav class="navbar navbar-expand-lg fixed-top text-uppercase" id="mainNav" style="background-color: white;border-bottom: 4px solid blue;" >
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top" style="color: #483D8B" ><code><1O1></code></a>
<button class="navbar-toggler navbar-toggler-right text-uppercase bg-primary text-white rounded" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ml-auto">
<li class="nav-item mx-0 mx-lg-1">
<a class=" py-3 px-0 px-lg-3 rounded js-scroll-trigger" id = "gekko"style="color: #483D8B" href="#portfolio"> Our project </a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class=" py-3 px-0 px-lg-3 rounded js-scroll-trigger" id = "gekko" style="color: #483D8B" href="#about"> About </a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class=" py-3 px-0 px-lg-3 rounded js-scroll-trigger" id = "gekko" style="color: #483D8B" href="#team">Our team </a>
</li>
<li class="nav-item mx-0 mx-lg-1">
<a class=" py-3 px-0 px-lg-3 rounded js-scroll-trigger" id = "gekko" style="color:red" href="#contact">Describe your project!</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Header -->
<header class="masthead text-center" style="background-image: url('./img/2088954.jpg') ;color:white
">
<div class="container">
<h1 class="text-uppercase mb-0"><a
style="color: white ;background-color:#483D8B ;font-family: Consolas, monaco, monospace;"> what we can for ?</a></h1>
<br>
<center><h2 class="font-weight-bold mb-0" style="background-color: #483D8B;width: 40% "> </h2></center>
<br>
<div class="row">
<div class="col-sm-3 ml-auto" style="background-color: #483D8B;margin-right: 4% ">
<br>
<h2 class="text-uppercase">{ can fix }</h2>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus imperdiet, risus in posuere laoreet, libero dolor congue leo </p>
</div>
<div class="col-sm-3 " style="background-color: #483D8B ">
<br>
<h2 class="text-uppercase">{ convert } </h2>
<p class="lead">lacus arcu placerat nunc, eu molestie mi ante vel tortor. Duis commodo, nisl nec porttitor feugiat, orci eros semper neque </p>
</div>
<div class="col-sm-3 mr-auto" style="background-color: #483D8B ;margin-left: 4%">
<br>
<h2 class="text-uppercase"> { create code }</h2>
<p class="lead">euismod tempor diam dui vel ligula. Nulla lobortis lacinia elit, quis venenatis nulla. Morbi sit amet auctor lacus. Ut convallis</p>
</div>
</div>
<br>
<br>
</div>
</header>
<!-- Portfolio Grid Section -->
<section class="portfolio" id="portfolio" style="background-color: #483D8B">
<div class="container">
<h2 class="text-center text-uppercase mb-0" style="color: white ">Our project</h2>
<br>
<br>
<center><a style ="text-decoration: none"href="https://github.com/woyfirman"><h4 style="color: white;" >CHECK OUR PROJECT ON </h4>
<br>
<image src="./img/Octocat.png" style="height: 10%;width: 15%"></image><h3 style="color: white">Github</h3></a></center>
</div>
</section>
<!-- About Section -->
<section class="text-white mb-0" id="about" style="background-color: #403d8b">
<div class="container">
<h2 class="text-center text-uppercase text-white" style="color: #ff0ba2">About</h2>
<br>
<div class="row">
<div class="col-lg-4 ml-auto">
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus imperdiet, risus in posuere laoreet, libero dolor congue leo </p>
</div>
<div class="col-lg-4 mr-auto">
<p class="lead">lacus arcu placerat nunc, eu molestie mi ante vel tortor. Duis commodo, nisl nec porttitor feugiat, orci eros semper neque</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" style="background-color: white">
<div class="container" >
<h3 class="text-center text-uppercase text-secondary mb-0 " style="font-size:63pt;" >Describe your project here!</h3>
<br>
<br>
<div class="row">
<div class="col-lg-8 mx-auto">
<!-- To configure the contact form email address, go to mail/contact_me.php and update the email address in the PHP file on line 19. -->
<!-- The form should work on most web servers, but if the form is not working you may need to configure your web server differently. -->
<form name="sentMessage" id="contactForm" novalidate="novalidate">
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label>Project Name</label>
<input class="form-control" id="name" type="text" placeholder="Name" required="required" data-validation-required-message="Please enter your name.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label>Email Address</label>
<input class="form-control" id="email" type="email" placeholder="Email Address" required="required" data-validation-required-message="Please enter your email address.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label>Phone Number</label>
<input class="form-control" id="phone" type="tel" placeholder="Phone Number" required="required" data-validation-required-message="Please enter your phone number.">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label>File</label>
<input type="file" class="form-control" id="message" rows="5" placeholder="file" required="required" data-validation-required-message="Please enter your project proposal.ad pdf or Docx"></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="control-group">
<div class="form-group floating-label-form-group controls mb-0 pb-2">
<label>Notes</label>
<textarea class="form-control" id="message" rows="5" placeholder="Notes" required="required" data-validation-required-message="Please enter a message."></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="form-group">
<button type="submit" class="btn btn-outline-dark btn-xl" id="sendMessageButton">submit</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<!-- Footer -->
</section>
<section id="footer">
<div class="container">
<div class="row text-center text-xs-center text-sm-left text-md-left">
<div class="col-xs-12 col-sm-4 col-md-4">
<h5>Groone</h5>
<ul class="list-unstyled quick-links">
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>Home</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>About</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>FAQ</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>Get Started</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h5>Development</h5>
<ul class="list-unstyled quick-links">
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>Our poject</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>investor</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>Charity</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>Donation</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>give your idea</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<h5>People</h5>
<ul class="list-unstyled quick-links">
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>Hire</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>contact author</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>Behind groone</a></li>
<li><a href="javascript:void();"><i class="fa fa-angle-double-right"></i>friendship</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-5">
<ul class="list-unstyled list-inline social text-center">
<li class="list-inline-item"><a href="javascript:void();"><i class="fa fa-facebook"></i></a></li>
<li class="list-inline-item"><a href="javascript:void();"><i class="fa fa-twitter"></i></a></li>
<li class="list-inline-item"><a href="javascript:void();"><i class="fa fa-instagram"></i></a></li>
<li class="list-inline-item"><a href="javascript:void();"><i class="fa fa-google-plus"></i></a></li>
<li class="list-inline-item"><a href="javascript:void();" target="_blank"><i class="fa fa-envelope"></i></a></li>
</ul>
</div>
</hr>
</div>
<div class="row">
<div class="col-xs-12 col-sm-12 col-md-12 mt-2 mt-sm-2 text-center text-white">
<p>Made with love from groone author. Thank you for visiting this website. No copyright added . Groone Hate copyright</p>
</div>
</div>
</div>
</section>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-to-top d-lg-none position-fixed ">
<a class="js-scroll-trigger d-block text-center text-white rounded" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<!-- Portfolio Modal 1 -->
<!-- Portfolio Modal 2 -->
<!-- Portfolio Modal 3 -->
<!-- Portfolio Modal 4 -->
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom scripts for this template -->
<script src="js/freelancer.min.js"></script>
</body>
</html>