diff options
Diffstat (limited to 'src/components/work/Hero.js')
| -rw-r--r-- | src/components/work/Hero.js | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/components/work/Hero.js b/src/components/work/Hero.js deleted file mode 100644 index 06885a3..0000000 --- a/src/components/work/Hero.js +++ /dev/null @@ -1,30 +0,0 @@ -import React, { Component } from 'react'; - -export default class Hero extends Component { - render() { - return( - <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">projects.</h3> - <br /> - <img className="wow fadeInUp" data-wow-delay="1.5s" - src="https://web.archive.org/web/20091027135032/http://geocities.com/ikiteiruna_yume/coding.gif" - alt="matrix flowing" /> - <br /><br /> - <p className="wow fadeInUp" data-wow-delay="1.2s"> - I usually do a couple little projects every now and then to exercise my skills. Here are a few. - </p> - <p className="wow fadeInUp" data-wow-delay="1.4s"> - Disclaimer: this page is under construction, along with the entirety of the project viewer feature. - </p> - </div> - </div> - </div> - </div> - ) - } -}
\ No newline at end of file |