From 762ff2a398e457ff2df11baa94f874f48a1c93a0 Mon Sep 17 00:00:00 2001 From: Christopher Reichert Date: Sun, 16 Dec 2018 20:11:06 -0600 Subject: [PATCH] Implement new site --- CNAME | 2 +- README.md | 0 _config.yml | 2 + _legacy/CNAME | 1 + about.html => _legacy/about.html | 0 atom.xml => _legacy/atom.xml | 0 blog.html => _legacy/blog.html | 0 .../2014-02-07-reichert-brothers-blog.html | 0 .../blog}/posts/2014-04-06-wp-evernote.html | 0 .../posts/2014-04-08-hakyll-teasers.html | 0 .../blog}/posts/2014-04-11-ghc-hacking.html | 0 ...4-15-qml-haskell-integration-with-fay.html | 0 .../posts/2014-04-30-exploring-hsqml.html | 0 .../posts/2014-05-02-hhug-ghc-and-cabal.html | 0 ...stocqt-haskell-qml-data-visualization.html | 0 .../2014-06-23-yesod-angular-integration.html | 0 contact.html => _legacy/contact.html | 0 {css => _legacy/css}/default.css | 0 {css => _legacy/css}/syntax.css | 0 {images => _legacy/images}/RBlogo_noname.png | Bin {images => _legacy/images}/bitcoin.png | Bin {images => _legacy/images}/caf.png | Bin {images => _legacy/images}/cafandroid.jpg | Bin {images => _legacy/images}/cafios.png | Bin {images => _legacy/images}/fav.ico | Bin {images => _legacy/images}/grhsqmlstocqt.png | Bin {images => _legacy/images}/hackage.png | Bin {images => _legacy/images}/haskell-logo.png | Bin {images => _legacy/images}/haskell_logo1.png | Bin {images => _legacy/images}/haskell_logo2.png | Bin {images => _legacy/images}/houston.png | Bin {images => _legacy/images}/hsgui.png | Bin {images => _legacy/images}/hsqmlstocqt.png | Bin {images => _legacy/images}/hsqmlstocqt2.png | Bin {images => _legacy/images}/hsqmlstocqt3.png | Bin {images => _legacy/images}/multiply.png | Bin {images => _legacy/images}/okular.png | Bin {images => _legacy/images}/plus.png | Bin {images => _legacy/images}/qml.png | Bin {images => _legacy/images}/qt-logo.png | Bin {images => _legacy/images}/rblogo.png | Bin {images => _legacy/images}/tomahawk.png | Bin {images => _legacy/images}/tor.png | Bin {images => _legacy/images}/uh.png | Bin {images => _legacy/images}/wp-evernote.png | Bin {images => _legacy/images}/yesod.png | Bin index.html => _legacy/index.html | 0 {js => _legacy/js}/scripts.js | 0 portfolio.html => _legacy/portfolio.html | 0 services.html => _legacy/services.html | 0 {tags => _legacy/tags}/angular.html | 0 {tags => _legacy/tags}/cabal.html | 0 {tags => _legacy/tags}/evernote.html | 0 {tags => _legacy/tags}/ghc.html | 0 {tags => _legacy/tags}/hakyll.html | 0 {tags => _legacy/tags}/haskell.html | 0 {tags => _legacy/tags}/javascript.html | 0 {tags => _legacy/tags}/php.html | 0 {tags => _legacy/tags}/qml.html | 0 {tags => _legacy/tags}/qt.html | 0 {tags => _legacy/tags}/wordpress.html | 0 {tags => _legacy/tags}/yesod.html | 0 talks.html => _legacy/talks.html | 0 _posts/a-new-direction-for-rbros.md | 42 ++++++++++++++++ about.md | 45 ++++++++++++++++++ index.md | 35 ++++++++++++++ 66 files changed, 126 insertions(+), 1 deletion(-) create mode 100644 README.md create mode 100644 _config.yml create mode 100644 _legacy/CNAME rename about.html => _legacy/about.html (100%) rename atom.xml => _legacy/atom.xml (100%) rename blog.html => _legacy/blog.html (100%) rename {blog => _legacy/blog}/posts/2014-02-07-reichert-brothers-blog.html (100%) rename {blog => _legacy/blog}/posts/2014-04-06-wp-evernote.html (100%) rename {blog => _legacy/blog}/posts/2014-04-08-hakyll-teasers.html (100%) rename {blog => _legacy/blog}/posts/2014-04-11-ghc-hacking.html (100%) rename {blog => _legacy/blog}/posts/2014-04-15-qml-haskell-integration-with-fay.html (100%) rename {blog => _legacy/blog}/posts/2014-04-30-exploring-hsqml.html (100%) rename {blog => _legacy/blog}/posts/2014-05-02-hhug-ghc-and-cabal.html (100%) rename {blog => _legacy/blog}/posts/2014-06-06-hsqmlstocqt-haskell-qml-data-visualization.html (100%) rename {blog => _legacy/blog}/posts/2014-06-23-yesod-angular-integration.html (100%) rename contact.html => _legacy/contact.html (100%) rename {css => _legacy/css}/default.css (100%) rename {css => _legacy/css}/syntax.css (100%) rename {images => _legacy/images}/RBlogo_noname.png (100%) rename {images => _legacy/images}/bitcoin.png (100%) rename {images => _legacy/images}/caf.png (100%) rename {images => _legacy/images}/cafandroid.jpg (100%) rename {images => _legacy/images}/cafios.png (100%) rename {images => _legacy/images}/fav.ico (100%) rename {images => _legacy/images}/grhsqmlstocqt.png (100%) rename {images => _legacy/images}/hackage.png (100%) rename {images => _legacy/images}/haskell-logo.png (100%) rename {images => _legacy/images}/haskell_logo1.png (100%) rename {images => _legacy/images}/haskell_logo2.png (100%) rename {images => _legacy/images}/houston.png (100%) rename {images => _legacy/images}/hsgui.png (100%) rename {images => _legacy/images}/hsqmlstocqt.png (100%) rename {images => _legacy/images}/hsqmlstocqt2.png (100%) rename {images => _legacy/images}/hsqmlstocqt3.png (100%) rename {images => _legacy/images}/multiply.png (100%) rename {images => _legacy/images}/okular.png (100%) rename {images => _legacy/images}/plus.png (100%) rename {images => _legacy/images}/qml.png (100%) rename {images => _legacy/images}/qt-logo.png (100%) rename {images => _legacy/images}/rblogo.png (100%) rename {images => _legacy/images}/tomahawk.png (100%) rename {images => _legacy/images}/tor.png (100%) rename {images => _legacy/images}/uh.png (100%) rename {images => _legacy/images}/wp-evernote.png (100%) rename {images => _legacy/images}/yesod.png (100%) rename index.html => _legacy/index.html (100%) rename {js => _legacy/js}/scripts.js (100%) rename portfolio.html => _legacy/portfolio.html (100%) rename services.html => _legacy/services.html (100%) rename {tags => _legacy/tags}/angular.html (100%) rename {tags => _legacy/tags}/cabal.html (100%) rename {tags => _legacy/tags}/evernote.html (100%) rename {tags => _legacy/tags}/ghc.html (100%) rename {tags => _legacy/tags}/hakyll.html (100%) rename {tags => _legacy/tags}/haskell.html (100%) rename {tags => _legacy/tags}/javascript.html (100%) rename {tags => _legacy/tags}/php.html (100%) rename {tags => _legacy/tags}/qml.html (100%) rename {tags => _legacy/tags}/qt.html (100%) rename {tags => _legacy/tags}/wordpress.html (100%) rename {tags => _legacy/tags}/yesod.html (100%) rename talks.html => _legacy/talks.html (100%) create mode 100644 _posts/a-new-direction-for-rbros.md create mode 100644 about.md create mode 100644 index.md diff --git a/CNAME b/CNAME index 61f30a3..9be81db 100644 --- a/CNAME +++ b/CNAME @@ -1 +1 @@ -reichertbrothers.com +reichertbrothers.com \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..3a7ac26 --- /dev/null +++ b/_config.yml @@ -0,0 +1,2 @@ +theme: jekyll-theme-minimal +logo: https://s.gravatar.com/avatar/42d27c12f500f318b6acf35c726e05f1?s=256 diff --git a/_legacy/CNAME b/_legacy/CNAME new file mode 100644 index 0000000..61f30a3 --- /dev/null +++ b/_legacy/CNAME @@ -0,0 +1 @@ +reichertbrothers.com diff --git a/about.html b/_legacy/about.html similarity index 100% rename from about.html rename to _legacy/about.html diff --git a/atom.xml b/_legacy/atom.xml similarity index 100% rename from atom.xml rename to _legacy/atom.xml diff --git a/blog.html b/_legacy/blog.html similarity index 100% rename from blog.html rename to _legacy/blog.html diff --git a/blog/posts/2014-02-07-reichert-brothers-blog.html b/_legacy/blog/posts/2014-02-07-reichert-brothers-blog.html similarity index 100% rename from blog/posts/2014-02-07-reichert-brothers-blog.html rename to _legacy/blog/posts/2014-02-07-reichert-brothers-blog.html diff --git a/blog/posts/2014-04-06-wp-evernote.html b/_legacy/blog/posts/2014-04-06-wp-evernote.html similarity index 100% rename from blog/posts/2014-04-06-wp-evernote.html rename to _legacy/blog/posts/2014-04-06-wp-evernote.html diff --git a/blog/posts/2014-04-08-hakyll-teasers.html b/_legacy/blog/posts/2014-04-08-hakyll-teasers.html similarity index 100% rename from blog/posts/2014-04-08-hakyll-teasers.html rename to _legacy/blog/posts/2014-04-08-hakyll-teasers.html diff --git a/blog/posts/2014-04-11-ghc-hacking.html b/_legacy/blog/posts/2014-04-11-ghc-hacking.html similarity index 100% rename from blog/posts/2014-04-11-ghc-hacking.html rename to _legacy/blog/posts/2014-04-11-ghc-hacking.html diff --git a/blog/posts/2014-04-15-qml-haskell-integration-with-fay.html b/_legacy/blog/posts/2014-04-15-qml-haskell-integration-with-fay.html similarity index 100% rename from blog/posts/2014-04-15-qml-haskell-integration-with-fay.html rename to _legacy/blog/posts/2014-04-15-qml-haskell-integration-with-fay.html diff --git a/blog/posts/2014-04-30-exploring-hsqml.html b/_legacy/blog/posts/2014-04-30-exploring-hsqml.html similarity index 100% rename from blog/posts/2014-04-30-exploring-hsqml.html rename to _legacy/blog/posts/2014-04-30-exploring-hsqml.html diff --git a/blog/posts/2014-05-02-hhug-ghc-and-cabal.html b/_legacy/blog/posts/2014-05-02-hhug-ghc-and-cabal.html similarity index 100% rename from blog/posts/2014-05-02-hhug-ghc-and-cabal.html rename to _legacy/blog/posts/2014-05-02-hhug-ghc-and-cabal.html diff --git a/blog/posts/2014-06-06-hsqmlstocqt-haskell-qml-data-visualization.html b/_legacy/blog/posts/2014-06-06-hsqmlstocqt-haskell-qml-data-visualization.html similarity index 100% rename from blog/posts/2014-06-06-hsqmlstocqt-haskell-qml-data-visualization.html rename to _legacy/blog/posts/2014-06-06-hsqmlstocqt-haskell-qml-data-visualization.html diff --git a/blog/posts/2014-06-23-yesod-angular-integration.html b/_legacy/blog/posts/2014-06-23-yesod-angular-integration.html similarity index 100% rename from blog/posts/2014-06-23-yesod-angular-integration.html rename to _legacy/blog/posts/2014-06-23-yesod-angular-integration.html diff --git a/contact.html b/_legacy/contact.html similarity index 100% rename from contact.html rename to _legacy/contact.html diff --git a/css/default.css b/_legacy/css/default.css similarity index 100% rename from css/default.css rename to _legacy/css/default.css diff --git a/css/syntax.css b/_legacy/css/syntax.css similarity index 100% rename from css/syntax.css rename to _legacy/css/syntax.css diff --git a/images/RBlogo_noname.png b/_legacy/images/RBlogo_noname.png similarity index 100% rename from images/RBlogo_noname.png rename to _legacy/images/RBlogo_noname.png diff --git a/images/bitcoin.png b/_legacy/images/bitcoin.png similarity index 100% rename from images/bitcoin.png rename to _legacy/images/bitcoin.png diff --git a/images/caf.png b/_legacy/images/caf.png similarity index 100% rename from images/caf.png rename to _legacy/images/caf.png diff --git a/images/cafandroid.jpg b/_legacy/images/cafandroid.jpg similarity index 100% rename from images/cafandroid.jpg rename to _legacy/images/cafandroid.jpg diff --git a/images/cafios.png b/_legacy/images/cafios.png similarity index 100% rename from images/cafios.png rename to _legacy/images/cafios.png diff --git a/images/fav.ico b/_legacy/images/fav.ico similarity index 100% rename from images/fav.ico rename to _legacy/images/fav.ico diff --git a/images/grhsqmlstocqt.png b/_legacy/images/grhsqmlstocqt.png similarity index 100% rename from images/grhsqmlstocqt.png rename to _legacy/images/grhsqmlstocqt.png diff --git a/images/hackage.png b/_legacy/images/hackage.png similarity index 100% rename from images/hackage.png rename to _legacy/images/hackage.png diff --git a/images/haskell-logo.png b/_legacy/images/haskell-logo.png similarity index 100% rename from images/haskell-logo.png rename to _legacy/images/haskell-logo.png diff --git a/images/haskell_logo1.png b/_legacy/images/haskell_logo1.png similarity index 100% rename from images/haskell_logo1.png rename to _legacy/images/haskell_logo1.png diff --git a/images/haskell_logo2.png b/_legacy/images/haskell_logo2.png similarity index 100% rename from images/haskell_logo2.png rename to _legacy/images/haskell_logo2.png diff --git a/images/houston.png b/_legacy/images/houston.png similarity index 100% rename from images/houston.png rename to _legacy/images/houston.png diff --git a/images/hsgui.png b/_legacy/images/hsgui.png similarity index 100% rename from images/hsgui.png rename to _legacy/images/hsgui.png diff --git a/images/hsqmlstocqt.png b/_legacy/images/hsqmlstocqt.png similarity index 100% rename from images/hsqmlstocqt.png rename to _legacy/images/hsqmlstocqt.png diff --git a/images/hsqmlstocqt2.png b/_legacy/images/hsqmlstocqt2.png similarity index 100% rename from images/hsqmlstocqt2.png rename to _legacy/images/hsqmlstocqt2.png diff --git a/images/hsqmlstocqt3.png b/_legacy/images/hsqmlstocqt3.png similarity index 100% rename from images/hsqmlstocqt3.png rename to _legacy/images/hsqmlstocqt3.png diff --git a/images/multiply.png b/_legacy/images/multiply.png similarity index 100% rename from images/multiply.png rename to _legacy/images/multiply.png diff --git a/images/okular.png b/_legacy/images/okular.png similarity index 100% rename from images/okular.png rename to _legacy/images/okular.png diff --git a/images/plus.png b/_legacy/images/plus.png similarity index 100% rename from images/plus.png rename to _legacy/images/plus.png diff --git a/images/qml.png b/_legacy/images/qml.png similarity index 100% rename from images/qml.png rename to _legacy/images/qml.png diff --git a/images/qt-logo.png b/_legacy/images/qt-logo.png similarity index 100% rename from images/qt-logo.png rename to _legacy/images/qt-logo.png diff --git a/images/rblogo.png b/_legacy/images/rblogo.png similarity index 100% rename from images/rblogo.png rename to _legacy/images/rblogo.png diff --git a/images/tomahawk.png b/_legacy/images/tomahawk.png similarity index 100% rename from images/tomahawk.png rename to _legacy/images/tomahawk.png diff --git a/images/tor.png b/_legacy/images/tor.png similarity index 100% rename from images/tor.png rename to _legacy/images/tor.png diff --git a/images/uh.png b/_legacy/images/uh.png similarity index 100% rename from images/uh.png rename to _legacy/images/uh.png diff --git a/images/wp-evernote.png b/_legacy/images/wp-evernote.png similarity index 100% rename from images/wp-evernote.png rename to _legacy/images/wp-evernote.png diff --git a/images/yesod.png b/_legacy/images/yesod.png similarity index 100% rename from images/yesod.png rename to _legacy/images/yesod.png diff --git a/index.html b/_legacy/index.html similarity index 100% rename from index.html rename to _legacy/index.html diff --git a/js/scripts.js b/_legacy/js/scripts.js similarity index 100% rename from js/scripts.js rename to _legacy/js/scripts.js diff --git a/portfolio.html b/_legacy/portfolio.html similarity index 100% rename from portfolio.html rename to _legacy/portfolio.html diff --git a/services.html b/_legacy/services.html similarity index 100% rename from services.html rename to _legacy/services.html diff --git a/tags/angular.html b/_legacy/tags/angular.html similarity index 100% rename from tags/angular.html rename to _legacy/tags/angular.html diff --git a/tags/cabal.html b/_legacy/tags/cabal.html similarity index 100% rename from tags/cabal.html rename to _legacy/tags/cabal.html diff --git a/tags/evernote.html b/_legacy/tags/evernote.html similarity index 100% rename from tags/evernote.html rename to _legacy/tags/evernote.html diff --git a/tags/ghc.html b/_legacy/tags/ghc.html similarity index 100% rename from tags/ghc.html rename to _legacy/tags/ghc.html diff --git a/tags/hakyll.html b/_legacy/tags/hakyll.html similarity index 100% rename from tags/hakyll.html rename to _legacy/tags/hakyll.html diff --git a/tags/haskell.html b/_legacy/tags/haskell.html similarity index 100% rename from tags/haskell.html rename to _legacy/tags/haskell.html diff --git a/tags/javascript.html b/_legacy/tags/javascript.html similarity index 100% rename from tags/javascript.html rename to _legacy/tags/javascript.html diff --git a/tags/php.html b/_legacy/tags/php.html similarity index 100% rename from tags/php.html rename to _legacy/tags/php.html diff --git a/tags/qml.html b/_legacy/tags/qml.html similarity index 100% rename from tags/qml.html rename to _legacy/tags/qml.html diff --git a/tags/qt.html b/_legacy/tags/qt.html similarity index 100% rename from tags/qt.html rename to _legacy/tags/qt.html diff --git a/tags/wordpress.html b/_legacy/tags/wordpress.html similarity index 100% rename from tags/wordpress.html rename to _legacy/tags/wordpress.html diff --git a/tags/yesod.html b/_legacy/tags/yesod.html similarity index 100% rename from tags/yesod.html rename to _legacy/tags/yesod.html diff --git a/talks.html b/_legacy/talks.html similarity index 100% rename from talks.html rename to _legacy/talks.html diff --git a/_posts/a-new-direction-for-rbros.md b/_posts/a-new-direction-for-rbros.md new file mode 100644 index 0000000..b9dc77c --- /dev/null +++ b/_posts/a-new-direction-for-rbros.md @@ -0,0 +1,42 @@ +--- +title: How I work +author: creichert +layout: post +--- + +I give a lot of thought to my work habits. My primary goal is to be as +productive as possible in the shortest time frames possible. Although it's a +constant struggle, the closer I get to my _ideal_ productivity any given day, +the **more time** I have to enjoy as I please. + + +To start, I want to outline a few of the responsibilities that I have. The +nature of my tasks from day to day can change drastically. + +# Principles: + +I've found these principles have significantly increased my effectiveness + +- Avoid distraction at all costs + +- Be realistic about limitations< prioritize most important tasks + +- Factor in admin tasks + +- Break down tasks & Clump orthogonal tasks + +- Don't overburden + +# Tools + +- Task inbox (todo list) + + I am not a fan of TODO lists in general. My "TODO" list is actually more like a task inbox + +- Mail + +- + +# Process + +- Refer to TODO list (browser extension). An item is either actionable or not actionable. Not actionable items either need to be rescheduled, diff --git a/about.md b/about.md new file mode 100644 index 0000000..7ef8149 --- /dev/null +++ b/about.md @@ -0,0 +1,45 @@ +--- +title: About +layout: default +--- + +# History of Reichert Brothers + +Reichert Brothers was founded in 2013 as a software consulting company, +primarily working with Haskell and other functional languages. After years of +providing solutions and consulting services to other businesses, Reichert +Brothers started to develop and release products designed for mass consumption +based on in-house solutions they encountered. + +Since that time, Reichert Brothers has release 3 flagship products and realigned +their goals to bring useful software solutions to teams across the world: + +- [Assertible](https://assertible.com) + An API and website testing platform designed to be simple. +- [Identibyte](https://simplyrets.com) + Identify disposable and free emails in your forms +- [SimplyRETS](https://simplyrets.com) + A platform for developers to build real estate applications and websites. + +
+ + +## Christopher Reichert + +Founder & Partner + +- [creichert.io](https://creichert.io) +- [GitHub](https://github.com/creichert) +- [Linkedin](https://linkedin.com/codyreichert) + +
+ + +## Cody Reichert + +Founder & Partner + +- [codys.club](https://codys.club) +- [GitHub](https://github.com/CodyReichert) +- [Linkedin](https://linkedin.com/codyreichert) + diff --git a/index.md b/index.md new file mode 100644 index 0000000..050a59c --- /dev/null +++ b/index.md @@ -0,0 +1,35 @@ +--- +layout: default +--- + + +# Reichert Brothers + +An innovative product development company based in Houston, Texas. + +- [About us](/about.md) +- [Contact](/contact.md) +- [Blog](/blog.md) + +# projects & products + +Reichert Brothers is a software product company dedicated to building and +delivering software products that help real people. Reichert Brothers was +founded in 2012 by Christopher and Cody Reichert and is best known for: + +- **[Assertible](https://assertible.com)** + +- **[Identibyte](https://identibyte.com)** + +- **[SimplyRETS](https://simplyrets.com)** + +- **[CheckaFlip](https://checkaflip.com)** + + +# social + +- [GitHub](https://github.com/rbros) +- [Twitter](https://twitter.com/ReichertBrothers) +- [Facebook](https://www.facebook.com/ReichertBrothers) + +_For further inquiries, please email info at reichert brothers dot com._