- <!--OE goto this php ans check if cookie doe NOT exists. If no and code is valid, show the Maintenance screen-->
- <?php include ("check_maintenance_header.php"); ?>
- <!--OE goto this php ans check if cookie doe NOT exists. If no and code is valid, show the Maintenance screen-->
- <!DOCTYPE html>
- <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
- <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
- <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
- <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]-->
- <head>
- <?php include ("header.php"); ?>
- </head>
- <body>
- <!-- MAIN_WRAPPER -->
- <div class="main-wrapper animsition">
- <!-- HEADER -->
- <?php include ("menu.php"); ?>
- <!-- /HEADER -->
- <!-- CONTENT -->
- <div class="fullwidth fullscreen-height" data-background="images/about/venice_93901793_OE.jpg">
- <div class="entrance">
- <h2 class="title mb0">Who Is This Guy</h2>
- <p class="separator"></p>
- <p class="small">“To me, photography is an art of observation. It’s about finding something interesting in an ordinary place. I’ve found it has little to do with the things you see and everything to do with the way you see them.”<br>
- — Elliott Erwitt</p>
- </div>
- </div>
- <!-- /CONTENT -->
- <!-- FOOTER -->
- <?php include ("footer.php"); ?>
- <!-- /FOOTER -->
- </div>
- <!-- /MAIN-WRAPPER -->
- <!-- js -->
- <script src="js/lib/jquery.min.js"></script>
- <script src="js/lib/scripts.js"></script>
- <!-- main js -->
- <script src="js/main.js"></script>
- </body>
- </html>
Stikked
