@@ -2,107 +2,28 @@
< head >
< title > Ben Halpern</ title >
< link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css ">
< link rel ="stylesheet " href ="css/application.css ">
< link rel ="shortcut icon " type ="image/png " href ="./images/benpic.ico "/>
< script type ="text/javascript " src ="./js/lib/jquery.js "> </ script >
< script type ="text/javascript " src ="./js/application.js "> </ script >
</ head >
< body >
< section class ="container ">
< header >
< div class ="profile-pic ">
< img class ="main-pic " src ="./images/benpic.png ">
</ div >
< div class ="headline ">
< h1 > Ben Halpern</ h1 >
< h2 > CTO, Engineer, Designer
</ div >
< h1 > Ben Halpern's website</ h1 >
< hr />
</ header >
< section class ="main ">
< div class ="content ">
< h1 > Professional Projects:</ h1 >
< a class ="stufflink " href ="http://texts.com " target ="_blank ">
< div class ="thing ">
< div class ="stuff-icon "> < img src ="./images/texts-logo.png "> </ div >
< h2 > Texts.com</ h2 >
< h3 > Textbook Marketplace for Students</ h3 >
</ div >
</ a >
< a class ="stufflink " href ="http://dev.texts.com " target ="_blank ">
< div class ="thing ">
< div class ="stuff-icon "> < img src ="./images/texts-logo.png "> </ div >
< h2 > Texts.com Developer</ h2 >
< h3 > Developer portal for Texts.com API</ h3 >
</ div >
</ a >
< a class ="stufflink " href ="http://occupythebookstore.com " target ="_blank ">
< div class ="thing ">
< div class ="stuff-icon "> < img src ="./images/otb-hash.png "> </ div >
< h2 > Occupy The Bookstore</ h2 >
< h3 > Chrome Extension for College Students</ h3 >
</ div >
</ a >
< a class ="stufflink " href ="http://threddit.clothing " target ="_blank ">
< div class ="thing ">
< div class ="stuff-icon "> < img src ="./images/thredd.png "> </ div >
< h2 > Threddit</ h2 >
< h3 > Custom Apparel Created by Artists</ h3 >
</ div >
</ a >
< h1 > For Fun or concepts sites for random business ideas</ h1 >
< a class ="stufflink " href ="http://fuzzcom.com " target ="_blank ">
< div class ="thing ">
< div class ="stuff-icon "> < img src ="./images/fuzz-logo.png "> </ div >
< h2 > Fuzz Comics</ h2 >
< h3 > Make fun web comics in the browser via collage</ h3 >
</ div >
</ a >
< a class ="stufflink " href ="http://bananawho.github.io " target ="_blank ">
< div class ="thing ">
< div class ="stuff-icon "> < img src ="./images/banana.jpg "> </ div >
< h2 > Knock knock. Who's There?</ h2 >
< h3 > This is a joke, don't give up on it too quickly.</ h3 >
</ div >
</ a >
</ div >
< div class ="sidebar ">
< a href ="http://twitter.com/bhalp1 " target ="_blank ">
< div class ="social ">
Twitter
</ div >
</ a >
< a href ="http://github.com/benhalpern " target ="_blank ">
< div class ="social ">
Github
</ div >
</ a >
< a href ="http://facebook.com/501097736 " target ="_blank ">
< div class ="social ">
Facebook
</ div >
</ a >
< a href ="https://www.linkedin.com/pub/ben-halpern/31/aa7/3a1 " target ="_blank ">
< div class ="social ">
Linkedin
</ div >
</ a >
< a href ="mailto:bendhalpern@gmail.com ">
< div class ="social ">
bendhalpern@gmail.com
</ div >
</ a >
</ div >
</ section >
< div class ="main ">
Hi, I'm Ben. I'm the CTO of < a href ="https://texts.com "> Texts.com</ a > . I write in mostly Ruby and JavaScript. I build websites and mobile apps. I also run the Twitter account < a href ="https://twitter.com/thepracticaldev "> @thepracticaldev</ a > . and I constantly have some sort of side project. If you want to contact me, email < a href ="mailto:bendhalpern@gmail.com "> bendhalpern@gmail.com</ a > or through social media below.
</ div >
< div class ="social ">
< a href ="http://twitter.com/bhalp1 " target ="_blank "> < i class ="fa fa-twitter "> </ i > </ a >
< a href ="http://facebook.com/501097736 " target ="_blank "> < i class ="fa fa-facebook "> </ i > </ a >
< a href ="https://github.com/benhalpern " target ="_blank "> < i class ="fa fa-github "> </ i > </ a >
< a href ="https://www.linkedin.com/pub/ben-halpern/31/aa7/3a1 " target ="_blank "> < i class ="fa fa-linkedin "> </ i > </ a >
</ div >
</ section >
</ body >