pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 620822d3aac70d0d70f9e97f8fc7cfadf85f08ed parent 9c5728898234dba5297061bfcd33069159b639c3 Author: Jul <jul@9o.is> Date: Fri, 17 Oct 2014 12:10:05 -0400 removed matt and hannah Diffstat:
| M | src/main/webapp/about/resources-hidden/_resources_team.html | | | 31 | +++++++++++++++++++++++++++++-- |
| M | src/main/webapp/about/team.html | | | 18 | +----------------- |
2 files changed, 30 insertions(+), 19 deletions(-)
diff --git a/src/main/webapp/about/resources-hidden/_resources_team.html b/src/main/webapp/about/resources-hidden/_resources_team.html @@ -6,9 +6,36 @@ <res name="welcome"> <p> - PYC is comprised of four Bitcoin enthusiasts that are bringing Bitcoin to the masses with easy - to use Bitcoin Teller Machines (BTMs) in the NYC area and beyond. Our goal is to help spread + PYC is comprised of two Bitcoin enthusiasts that are bringing Bitcoin to the masses with easy + to use Bitcoin ATM's in the NYC area and beyond. Our goal is to help spread awareness and adoption of this incredible new technology. </p> </res> + + <res name="emilio_about"> + <p> + Emilio has an unparalleled drive to learn more + about the potential applications with regards to Bitcoin. He believes + it is a potential replacement to the archaic credit card processing + system that has too easily allowed for cybercriminals to cause headaches + and billions in damages. Emilio enjoys researching security and is currently + a Senior at Marist College. In his free time you can find him traveling the + world and playing tennis. + </p> + </res> + + <res name="julio_about"> + <p> + Julio is a visionary -- he is always looking for ways to make the world an + easier, safer and better place to live which is why he works hard + everyday to make Bitcoin the standard payment for everyone. Upon + graduation of Miami Senior High School (Miami, FL) as part of the class + of 2010, Julio attended Marist College (Poughkeepsie, NY) where he was + awarded the National Science Foundation 4-year scholarship and received a + degree in Computer Science. He takes security extremely seriously and + knows how he can help people migrate to Bitcoin safely. For fun, he likes + to hack while eating chili cheese nachos and watching The Colbert Report. + </p> + </res> + </resources> \ No newline at end of file diff --git a/src/main/webapp/about/team.html b/src/main/webapp/about/team.html @@ -2,7 +2,7 @@ <div class="row ourteam"> <div class="col-xs-12"> - <div class="welcome padding-20"> + <div class="welcome text-center padding-20"> <span data-lift="Loc.welcome"></span> </div> @@ -27,22 +27,6 @@ </div> </div> - <div class="col-xs-8 col-sm-6 col-xs-offset-2 col-sm-offset-0 padding-bottom-20"> - <img class="img-thumbnail img-ourteam" src="https://s3.amazonaws.com/assets-pyc/matt.jpg" /> - <div> - <h3>Matt Russell</h3> - <h6><span data-lift="Loc.team_cmo"></span></h6> - </div> - </div> - - <div class="col-xs-8 col-sm-6 col-xs-offset-2 col-sm-offset-0 padding-bottom-20"> - <img class="img-thumbnail img-ourteam" src="https://s3.amazonaws.com/assets-pyc/hannah.jpg" /> - <div> - <h3>Hannah Yu</h3> - <h6><span data-lift="Loc.team_strategy"></span></h6> - </div> - </div> - </div> </div>