service page

This commit is contained in:
dev-chiefworks
2022-01-01 20:58:29 -05:00
parent b47022ca50
commit 42e5495f29
3 changed files with 17 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

+16 -2
View File
@@ -1,5 +1,5 @@
import React from 'react';
import thumb from '../../assets/images/service-details-thumb.jpg';
import thumb from '../../assets/images/service-page.jpg';
function DetailsService() {
return (
@@ -9,6 +9,20 @@ function DetailsService() {
<div className="row">
<div className="col-lg-4">
<div className="service-details-sidebar mr-50">
<div className="service-download-widget">
<a href="#">
<i className="fal fa-download"></i>
<span>Download docs</span>
</a>
</div>
<div className="service-download-widget">
<a href="#">
<i className="fal fa-file-pdf"></i>
<span>Characteristics</span>
</a>
</div>
<div className="service-category-widget">
<ul>
<li>
@@ -48,7 +62,7 @@ function DetailsService() {
<img src={thumb} alt="" />
</div>
<div className="content">
<h3 className="title">What we're Building</h3>
<h3 className="title">What we have built</h3>
<p>
Tomfoolery wind up blag me old mucker chap super ruddy
chancer bobby, vagabond it's your round cuppa cheesed off
+1 -1
View File
@@ -10,7 +10,7 @@ function HeroService() {
<div className="col-lg-12">
<div className="appie-page-title-item">
<h1 className="appie-title">
Simple but effective, <br /> effortless yet powerful.
Connecting opportunities<br /> and you.
</h1>
<div className="thumb">
<img src={thumb} alt="" />