service page
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -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
|
||||
|
||||
@@ -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="" />
|
||||
|
||||
Reference in New Issue
Block a user