Skip to content

Commit b760e3c

Browse files
committed
testmonial linking
1 parent c71ce27 commit b760e3c

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

src/screens/Welcome.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import React from "react";
22
import "./Welcome.css";
33
import Footbt from '../components/Footbt';
4-
import Testimonial from './About';
4+
import { Button } from '@material-ui/core';
5+
import * as routes from "../constants/routes";
6+
import {Link} from 'react-router-dom';
57
let tagline = <span style={{ color: "red" }}>Attendlt</span>;
68

79
function Welcome() {
@@ -76,7 +78,16 @@ function Welcome() {
7678
Your browser does not support the video tag.
7779
</video>
7880
</div>
79-
<Testimonial/>
81+
{/* testimonial button section */}
82+
<div className="poster-abt">
83+
84+
<div className="about">
85+
<h2>Here Are Few Of The Testimonials For {tagline}:Attendance System</h2> </div>
86+
<div className="footer">
87+
<Link to ={routes.ABOUT}><Button variant ="primary" style={{background:'teal',color:'white',width:'40%',height:'2000%',position:'relative','box-shadow': 'inset 0 0.2 0.2 0.8 grey'}}>Testimonials
88+
</Button></Link>
89+
</div>
90+
</div>
8091
</div>
8192
);
8293
}

0 commit comments

Comments
 (0)