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/home/Hero.js | |
| parent | :sa: (diff) | |
| download | me-64537f8850fe00b759f258999f33ffd0ad8c08d6.tar.xz me-64537f8850fe00b759f258999f33ffd0ad8c08d6.zip | |
:star:
Diffstat (limited to 'src/components/home/Hero.js')
| -rw-r--r-- | src/components/home/Hero.js | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/components/home/Hero.js b/src/components/home/Hero.js deleted file mode 100644 index e3c0a45..0000000 --- a/src/components/home/Hero.js +++ /dev/null @@ -1,20 +0,0 @@ -import React, { Component } from 'react'; - -export default class Hero extends Component { - render() { - return( - <React.Fragment> - <div className="hero"> - <div className="header"> - <img className="wow fadeInUp" data-wow-delay="1s" src= "https://web.archive.org/web/20090830101531/http://geocities.com/SiliconValley/Lab/9783/images/Undercon-flash.gif" - alt="1990s era under constriction gif" /> - <br /> - <small className="wow fadeInUp" data-wow-delay="1.2s">last updated: 1991. 10. 12</small> - </div> - </div> - - { /* <div className="scroll-down"></div> */ } - </React.Fragment> - ) - } -}
\ No newline at end of file |