pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit 3a20f7c695bc55183680c0debad8b9b85fd0e698
parent 5522d6b6cbbf593cb040130089dfdad7fc9a5baa
Author: Jul <jul@9o.is>
Date:   Thu,  5 Jun 2014 20:00:46 -0400

all images points to s3 cdn in assets-pyc bucket (solves issue #25)

Diffstat:
Msrc/main/webapp/about.html | 6+++---
Msrc/main/webapp/index.html | 2+-
Msrc/main/webapp/settings/verification.html | 2+-
Msrc/main/webapp/settings/verified.html | 2+-
Msrc/main/webapp/templates-hidden/base-wrap.html | 10+++++-----
Msrc/main/webapp/templates-hidden/email/base-dev.html | 2+-
Msrc/main/webapp/templates-hidden/email/base.html | 2+-
7 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/main/webapp/about.html b/src/main/webapp/about.html @@ -18,7 +18,7 @@ <div class="row"> <div class="col-xs-12 pagination-centered"> - <img class="img-thumbnail img-responsive" src="/img/marist.jpg" /> + <img class="img-thumbnail img-responsive" src="https://s3.amazonaws.com/assets-pyc/marist.jpg" /> <p><small>Marist College, Poughkeepsie NY</small></p> </div> </div> @@ -42,7 +42,7 @@ <div class="row ourteam"> <div class="col-xs-12 col-sm-5 col-xs-offset-0 col-sm-offset-1 margin-top-10"> - <img class="img-thumbnail img-ourteam" src="/img/emilio.jpg" /> + <img class="img-thumbnail img-ourteam" src="https://s3.amazonaws.com/assets-pyc/emilio.jpg" /> <div class=""> <h3>Emilio Pagan-Yourno</h3> <h6>Co-Founder, Bitcoin Enthusiast</h6> @@ -58,7 +58,7 @@ </p> </div> <div class="col-xs-12 col-sm-5 col-xs-offset-0 col-sm-offset-1 margin-top-10"> - <img class="img-thumbnail img-ourteam" src="/img/julio.jpg" /> + <img class="img-thumbnail img-ourteam" src="https://s3.amazonaws.com/assets-pyc/julio.jpg" /> <div class=""> <h3>Julio Enrique Cabrera</h3> <h6>Co-Founder, Software Developer</h6> diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html @@ -118,7 +118,7 @@ <div class="col-xs-8 col-sm-6 col-md-12 padding-bottom-20"> <a data-lift="Menus.item?name=What Is Bitcoin" type="button" class="btn btn-default btn-lg btn-block"> <small>Click Here to </small><strong>Understand</strong><br> - <img src="/img/bitcoin_logo.png" alt="Click Here to Learn More About Bitcoin" style="width:100%"></img> + <img src="https://s3.amazonaws.com/assets-pyc/bitcoin_logo.png" alt="Click Here to Learn More About Bitcoin" style="width:100%"></img> </a> </div> <div class="col-xs-12"> diff --git a/src/main/webapp/settings/verification.html b/src/main/webapp/settings/verification.html @@ -7,7 +7,7 @@ <div class="well"> Prove your real identity to buy more bitcoin in one transaction. The transaction limits are shown below. </div> - <img style="width:100%" src="/img/identity-benefits-chart.jpg" /> + <img style="width:100%" src="https://s3.amazonaws.com/assets-pyc/identity-benefits-chart.jpg" /> </div> </div> </div> diff --git a/src/main/webapp/settings/verified.html b/src/main/webapp/settings/verified.html @@ -30,7 +30,7 @@ <div class="well"> Prove your real identity to buy more bitcoin in one transaction. The transaction limits are shown below. </div> - <img style="width:100%" src="/img/identity-benefits-chart.jpg" /> + <img style="width:100%" src="https://s3.amazonaws.com/assets-pyc/identity-benefits-chart.jpg" /> </div> </div> </div> \ No newline at end of file diff --git a/src/main/webapp/templates-hidden/base-wrap.html b/src/main/webapp/templates-hidden/base-wrap.html @@ -15,10 +15,10 @@ <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> -<link rel="shortcut icon" href="/img/favicon.ico"> -<link rel="apple-touch-icon" href="/img/apple-touch-icon.png"> -<link rel="apple-touch-icon" sizes="72x72" href="/img/apple-touch-icon-72x72.png"> -<link rel="apple-touch-icon" sizes="114x114" href="/img/apple-touch-icon-114x114.png"> +<link rel="shortcut icon" href="https://s3.amazonaws.com/assets-pyc/favicon.ico"> +<link rel="apple-touch-icon" href="https://s3.amazonaws.com/assets-pyc/apple-touch-icon.png"> +<link rel="apple-touch-icon" sizes="72x72" href="https://s3.amazonaws.com/assets-pyc/apple-touch-icon-72x72.png"> +<link rel="apple-touch-icon" sizes="114x114" href="https://s3.amazonaws.com/assets-pyc/apple-touch-icon-114x114.png"> </head> <body> @@ -33,7 +33,7 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" data-lift="Menus.item?name=Bitcoin ATM Services"><img src="/img/logo.png" alt="Go Back to Home Page"></a> + <a class="navbar-brand" data-lift="Menus.item?name=Bitcoin ATM Services"><img src="https://s3.amazonaws.com/assets-pyc/logo.png" alt="Go Back to Home Page"></a> </div> <div collapse="navCollapsed" class="collapse navbar-collapse navbar-responsive-collapse"> <div class="row top-row"> diff --git a/src/main/webapp/templates-hidden/email/base-dev.html b/src/main/webapp/templates-hidden/email/base-dev.html @@ -572,7 +572,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader"> <tr> <td valign="top" class="headerContent"> - <img src="https://www.pycbitcoin.com/img/logo.png" style="max-width:160px;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext /> + <img src="https://s3.amazonaws.com/assets-pyc/logo.png" style="max-width:160px;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext /> </td> </tr> </table> diff --git a/src/main/webapp/templates-hidden/email/base.html b/src/main/webapp/templates-hidden/email/base.html @@ -572,7 +572,7 @@ <table border="0" cellpadding="0" cellspacing="0" width="100%" id="templateHeader" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;background-color: #FFFFFF;border-collapse: collapse !important;"> <tr> <td valign="top" class="headerContent" style="-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;mso-table-lspace: 0pt;mso-table-rspace: 0pt;color: #505050;font-family: Helvetica;font-size: 20px;font-weight: bold;line-height: 100%;padding-top: 10px;padding-right: 10px;padding-bottom: 10px;padding-left: 10px;text-align: left;vertical-align: middle;"> - <img src="https://www.pycbitcoin.com/img/logo.png" style="max-width: 160px;-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext> + <img src="https://s3.amazonaws.com/assets-pyc/logo.png" style="max-width: 160px;-ms-interpolation-mode: bicubic;border: 0;height: auto;line-height: 100%;outline: none;text-decoration: none;" id="headerImage" mc:label="header_image" mc:edit="header_image" mc:allowdesigner mc:allowtext> </td> </tr> </table>