Created
May 23, 2014 07:02
-
-
Save guert/770d4bc42dae908f9c4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta http-equiv="content-type" content="text/html; charset=utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>GUERT</title> | |
| <link rel="shortcut icon" href="images/guert_ico.png" /> | |
| <link rel="stylesheet" type="text/css" href="css/global.css" /> | |
| <link rel="stylesheet" type="text/css" href="css/screen.css" /> | |
| <script src="http://www.guert.com/2014/js/picturefill.js"></script> | |
| <script type="text/javascript" src="js/min.js"></script> | |
| <script type="text/javascript" src="js/cufon.js"></script> | |
| <script type="text/javascript" src="js/bebas.js"></script> | |
| <!--[if gte IE 9]> <script type="text/javascript"> | |
| Cufon.set('engine', 'canvas'); </script> <![endif]--> | |
| <script type="text/javascript"> | |
| Cufon.DOM.ready(function() { | |
| Cufon.replace('.bebas', { fontFamily: 'bebas', hover:true }); | |
| $('.bebas').css('visibility','visible'); | |
| }); | |
| </script> | |
| </head> | |
| <body style="background: url(http://www.guert.com/2014/images/big.jpg) no-repeat;display:block;"> | |
| <div style="width:200px;margin-left:auto;margin-right:auto;"> | |
| <a href="http://www.guert.com"> | |
| <img src="http://www.guert.com/2014/images/sunset_logo_small.png" style="border:none;" alt="GUERT" /> | |
| </a> | |
| </div> | |
| <div style="padding-top:14px;"></div> | |
| <div id="center"> | |
| <script type="text/javascript">var switchTo5x=true;</script> | |
| <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> | |
| <div id="wrapper"> | |
| <div style="text-align:center;"> | |
| <h3 class="bebas" style="text-align:center;"> | |
| <a href="index.php">GUERT SHIRTS</a> | |
| <a href="guert_tunes.php">GUERT TUNES</a> | |
| <a href="guert_films.php">GUERT FILMS</a> | |
| <a href="web_production.php">GUERT WEB</a> | |
| </h3> | |
| <div> | |
| <img src="images/shirt_nav_sprite.png" width="677" style="border:none;" alt="Guert Shirts" /> | |
| </div> | |
| <div> | |
| <?php | |
| // configure Zazzle Store Builder display | |
| $_GET['showPagination'] = 'false'; | |
| $_GET['showSorting'] = 'true'; | |
| $_GET['showProductDescription'] = 'false'; | |
| $_GET['showByLine'] = 'false'; | |
| $_GET['showProductTitle'] = 'false'; | |
| $_GET['showProductPrice'] = 'false'; | |
| $_GET['gridCellSize'] = 'large'; | |
| $_GET['showHowMany'] = '192'; // 192 | |
| include "include/zstore.php"; | |
| ?> | |
| </div> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment