Skip to content

Commit d59c105

Browse files
committed
website done
1 parent e89c5d4 commit d59c105

File tree

5 files changed

+242
-134
lines changed

5 files changed

+242
-134
lines changed

.DS_Store

0 Bytes
Binary file not shown.

views/assets/css/custom.css

Lines changed: 128 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
/* Add here all your css styles (customizations) */
22

3+
.navbar-brand > img{
4+
width: 150px!important;
5+
}
6+
37
#contact .btn:hover {
48
color: #e74c3c !important;
59
}
@@ -107,7 +111,7 @@ hr {
107111
}
108112

109113
.g-heading-v9:after {
110-
width: 143px !important;
114+
width: 143px!important;
111115
}
112116

113117
#blog {
@@ -197,11 +201,63 @@ ul {
197201
width: 60px !important;
198202
}
199203

200-
.team-h2{
201-
margin-top: 80px;
204+
.team-h2 {
205+
margin-top: 80px;
206+
}
207+
208+
/*Project*/
209+
.project-heading{
210+
font-size: 30px;
211+
}
212+
213+
.project-sub-headings{
214+
font-size: 30px!important;
215+
}
216+
217+
.pb-15{
218+
padding-bottom: 1px!important;
219+
}
220+
221+
.pt-15{
222+
padding-top: 15px!important;
223+
}
224+
225+
.mb-0{
226+
margin-bottom: 0!important;
227+
}
228+
229+
.pt-30{
230+
padding-top: 30px!important;
231+
}
232+
233+
.features i{
234+
font-size: 10px!important;
235+
}
236+
237+
.features ul, .features li {
238+
margin-bottom: 5px!important;
239+
color: #a49da6!important;
240+
}
241+
242+
.features{
243+
font-size: 18px!important;
244+
padding-left: 30px!important;
245+
}
246+
247+
.fa-circle:before{
248+
color: #e74c3c;
249+
}
250+
251+
#blog #donut .g-heading-v9:after, #blog2 #codo .g-heading-v9:after{
252+
left: 0!important;
202253
}
203254

204255
@media (max-width: 768px) {
256+
257+
.navbar-brand > img{
258+
width: 110px!important;
259+
}
260+
205261
.center-align {
206262
text-align: center;
207263
}
@@ -210,6 +266,10 @@ ul {
210266
padding-bottom: 20px;
211267
}
212268

269+
.pb-20 {
270+
padding-bottom: 20px;
271+
}
272+
213273
#blog h2 {
214274
font-size: 30px;
215275
}
@@ -249,43 +309,79 @@ ul {
249309

250310
/*Get Involved*/
251311
#points {
252-
padding-left: 0!important;
312+
padding-left: 0 !important;
253313
}
254314

255315
#getInvolved p {
256316
font-size: 16px;
257317
margin-bottom: 0;
258-
text-align: justify;
259318
}
260319

261320
#getInvolved-content h3 {
262321
font-size: 30px;
263-
line-height: 0.9;
264-
text-align: center;
322+
line-height: 1.2;
323+
text-align: left;
324+
}
325+
326+
#getInvolved-content .g-heading-v9:after{
327+
left: 0!important;
328+
}
329+
330+
#getInvolved-content .g-heading-v9{
331+
padding-bottom: 12px!important;
332+
}
333+
334+
#getInvolved,
335+
#projects {
336+
margin-top: 55px;
337+
}
338+
339+
.steps-heading:after {
340+
left: 0 !important;
341+
}
342+
343+
/*Home*/
344+
.promo {
345+
padding-top: 55px;
346+
}
347+
348+
.one-page-header .navbar-toggle {
349+
margin-top: 11px !important;
350+
}
351+
352+
.underline .g-heading-v9.text-center:after{
353+
left: 31%!important;
354+
width: 143px!important;
355+
}
356+
357+
/*Team*/
358+
.team-h2{
359+
margin-top: 30px!important;
360+
}
361+
362+
.our-team-v4-start {
363+
height: 404px !important;
364+
}
365+
366+
.our-team-v4-start:after {
367+
background: #4e4353 !important;
368+
}
369+
370+
/*Projects*/
371+
.project-sub-headings{
372+
font-size: 20px!important;
373+
}
374+
375+
#blog p, #blog2 p{
376+
font-size: 16px!important;
377+
}
378+
#blog #donut .g-heading-v9:after, #blog2 #codo .g-heading-v9:after{
379+
width: 78px!important;
380+
}
381+
.features ul, .features li {
382+
font-size: 16px;
383+
}
384+
#blog2 h2{
385+
font-size: 30px;
265386
}
266-
#getInvolved, #projects{
267-
margin-top: 55px;
268-
}
269-
270-
.steps-heading:after{
271-
left:0!important;
272-
}
273-
274-
/*Home*/
275-
.promo {
276-
padding-top: 55px;
277-
}
278-
279-
.one-page-header .navbar-toggle{
280-
margin-top: 11px!important;
281-
}
282-
283-
/*Team*/
284-
.our-team-v4-start{
285-
height: 404px!important;
286-
}
287-
288-
.our-team-v4-start:after{
289-
background: #4e4353!important;
290-
}
291387
}

0 commit comments

Comments
 (0)