diff options
| author | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-01-21 19:19:46 -0800 |
| commit | 64537f8850fe00b759f258999f33ffd0ad8c08d6 (patch) | |
| tree | 8c8a5f32a75f1318c49ca33b0e279780c9896008 /src/components/contact/Hero.js | |
| parent | :sa: (diff) | |
| download | me-64537f8850fe00b759f258999f33ffd0ad8c08d6.tar.xz me-64537f8850fe00b759f258999f33ffd0ad8c08d6.zip | |
:star:
Diffstat (limited to 'src/components/contact/Hero.js')
| -rw-r--r-- | src/components/contact/Hero.js | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/components/contact/Hero.js b/src/components/contact/Hero.js deleted file mode 100644 index 847b27b..0000000 --- a/src/components/contact/Hero.js +++ /dev/null @@ -1,23 +0,0 @@ -import React, { Component } from 'react'; - -export default class Hero extends Component { - render() { - return( - <React.Fragment> - <div className="container"> - <div className="hero-content"> - <br /><br /> - - <div className="row"> - <div className="col-lg-8"> - <h3 className="wow fadeInUp" data-wow-delay="1s">say hello <span role="img" aria-label="waving emoji">👋</span></h3> - <br /> - <p className="wow fadeInUp" data-wow-delay="1.2s">Need something? Write me!</p> - </div> - </div> - </div> - </div> - </React.Fragment> - ) - } -}
\ No newline at end of file |