Guest User

masterpage

a guest
Jul 12th, 2017
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 12.07 KB | None | 0 0
  1. <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="MasterPage" %>
  2.  
  3. <!DOCTYPE html>
  4.  
  5. <html>
  6. <head runat="server">
  7.  
  8.         <!-- Basic -->
  9.         <meta charset="utf-8">
  10.         <meta http-equiv="X-UA-Compatible" content="IE=edge">  
  11.  
  12.         <title>JWoods | Apparel Printing Company</title>   
  13.  
  14.         <meta name="keywords" content="HTML5 Template" />
  15.         <meta name="description" content="Porto - Responsive HTML5 Template">
  16.         <meta name="author" content="okler.net">
  17.        
  18.         <!-- Favicon -->
  19.         <link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
  20.         <link rel="apple-touch-icon" href="img/apple-touch-icon.png">
  21.  
  22.         <!-- Mobile Metas -->
  23.         <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  24.  
  25.         <!-- Web Fonts  -->
  26.         <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light" rel="stylesheet" type="text/css">
  27.        
  28.  
  29.  
  30.        
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.         <!-- Vendor CSS -->
  38.         <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css">
  39.         <link rel="stylesheet" href="vendor/font-awesome/css/font-awesome.min.css">
  40.         <link rel="stylesheet" href="vendor/animate/animate.min.css">
  41.         <link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.min.css">
  42.         <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css">
  43.         <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css">
  44.         <link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.min.css">
  45.        
  46.  
  47.         <!-- Theme CSS -->
  48.         <link rel="stylesheet" href="css/theme.css">
  49.         <link rel="stylesheet" href="css/theme-elements.css">
  50.         <link rel="stylesheet" href="css/theme-blog.css">
  51.         <link rel="stylesheet" href="css/theme-shop.css">
  52.  
  53.         <!-- Current Page CSS -->
  54.         <link rel="stylesheet" href="vendor/rs-plugin/css/settings.css">
  55.         <link rel="stylesheet" href="vendor/rs-plugin/css/layers.css">
  56.         <link rel="stylesheet" href="vendor/rs-plugin/css/navigation.css">
  57.  
  58.         <!-- Skin CSS -->
  59.         <link rel="stylesheet" href="css/skins/skin-digital-agency.css">
  60.  
  61.  
  62.  
  63.         <!-- Demo CSS -->
  64.         <link rel="stylesheet" href="css/demos/demo-digital-agency.css">
  65.  
  66.         <!-- Theme Custom CSS -->
  67.         <link rel="stylesheet" href="css/custom.css">
  68.  
  69.         <!-- Head Libs -->
  70.         <script src="vendor/modernizr/modernizr.min.js"></script>
  71.  
  72.         <!-- Main CSS for the product designer -->
  73.         <link rel="stylesheet" type="text/css" href="designer/css/FancyProductDesigner-all.min.css" />
  74.         <!-- Optional - only when you would like to use custom fonts -->
  75.         <link rel="stylesheet" type="text/css" href="designer/css/jquery.fancyProductDesigner-fonts.css" />
  76.        
  77.  
  78. </head>
  79. <body>
  80.     <form id="form1" runat="server">
  81.     <div class="body">
  82.             <header id="header" class="header-narrow header-semi-transparent" data-plugin-options="{'stickyEnabled': true, 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': true, 'stickyStartAt': 1, 'stickySetTop': '0'}">
  83.                 <div class="header-body">
  84.                     <div class="header-container container">
  85.                         <div class="header-row">
  86.                             <div class="header-column">
  87.                                 <div class="header-logo">
  88.                                     <a href="HomePage.aspx">
  89.                                         <img alt="Jwoods" width="131" height="40" src="img/jwoods.png">
  90.                                     </a>
  91.                                 </div>
  92.                             </div>
  93.                             <div class="header-column">
  94.                                 <div class="header-row">
  95.                                     <div class="header-nav header-nav-stripe">
  96.                                         <button class="btn header-btn-collapse-nav" data-toggle="collapse" data-target=".header-nav-main">
  97.                                             <i class="fa fa-bars"></i>
  98.                                         </button>
  99.                                        
  100.                                         <div class="header-nav-main header-nav-main-square header-nav-main-effect-2 header-nav-main-sub-effect-1 collapse">
  101.                                             <nav>
  102.                                                 <ul class="nav nav-pills" id="mainNav">
  103.                                                     <li>
  104.                                                         <a href="HomePage.aspx">
  105.                                                             Home
  106.                                                         </a>
  107.                                                     </li>
  108.                                                     <li class="dropdown">
  109.                                                         <a href="#" class="dropdown-toggle">
  110.                                                             About
  111.                                                         </a>
  112.                                                         <ul class="dropdown-menu">
  113.                                                             <li>
  114.                                                                 <a href="Services.aspx">Services</a>
  115.                                                             </li>
  116.                                                             <li>
  117.                                                                 <a href="AboutUs.aspx">Who We Are</a>
  118.                                                             </li>
  119.                                                         </ul>
  120.                                                     </li>
  121.                                                     <li>
  122.                                                         <a href="Shop.aspx">
  123.                                                             Shop
  124.                                                         </a>
  125.                                                     </li>
  126.                                                     <li>
  127.                                                         <a href="ContactUs.aspx">
  128.                                                             Contact
  129.                                                         </a>
  130.                                                     </li>
  131.                                                     <li class="dropdown">
  132.                                                         <a class="dropdown-toggle" href="#">
  133.                                                             Miscellaneous
  134.                                                         </a>
  135.                                                         <ul class="dropdown-menu">
  136.                                                             <li>
  137.                                                                 <a href="FAQ.aspx">FAQ</a>
  138.                                                          
  139.                                                             </li>
  140.                                                             <li>
  141.                                                                 <a href="Sizing.aspx">Sizing Charts</a>
  142.                                                          
  143.                                                             </li>
  144.                                                             <li>
  145.                                                                 <a href="Templates.aspx">Templates</a>
  146.                                                          
  147.                                                             </li>
  148.                                                         </ul>
  149.                                                    
  150.                                                     </li>
  151.                                                     <li>
  152.                                                         <asp:HyperLink ID="userNav" runat="server" OnClick="userNav_Click" NavigateUrl="MyAccount.aspx">My Account</asp:HyperLink>
  153.                                                     </li>
  154.                                                 </ul>
  155.                                             </nav>
  156.                                         </div>
  157.                                     </div>
  158.                                 </div>
  159.                             </div>
  160.                         </div>
  161.                     </div>
  162.                 </div>
  163.             </header>
  164.  
  165.             <asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
  166.  
  167.             </asp:ContentPlaceHolder>
  168.  
  169.             <footer id="footer">
  170.             <!--(remove-empty-lines-end)-->
  171.                 <div class="container">
  172.                     <div class="row">
  173.                        
  174.                         <div class="col-md-3">
  175.                             <h4>My Account</h4>
  176.                             <ul class="links" style="list-style-type:none; padding-left:0;">
  177.                                 <li>
  178.                                     <i class="fa fa-caret-right" style="color:#43A047;"></i>
  179.                                     <a href="AboutUs.aspx">About Us</a>
  180.                                 </li>
  181.                                 <li>
  182.                                     <i class="fa fa-caret-right" style="color:#43A047;"></i>
  183.                                     <a href="ContactUs.aspx">Contact Us</a>
  184.                                 </li>
  185.                                 <li>
  186.                                     <i class="fa fa-caret-right" style="color:#43A047;"></i>
  187.                                     <a href="MyAccount.aspx">My account</a>
  188.                                 </li>
  189.                                 <li>
  190.                                     <i class="fa fa-caret-right" style="color:#43A047;"></i>
  191.                                     <a href="#">Orders history</a>
  192.                                 </li>
  193.                                 <li>
  194.                                     <i class="fa fa-caret-right" style="color:#43A047;"></i>
  195.                                     <a href="EmployeeLogin.aspx">Employee Login</a>
  196.                                 </li>
  197.                             </ul>
  198.                         </div>
  199.                         <div class="col-md-3">
  200.                             <div class="contact-details">
  201.                                 <h4>Contact Information</h4>
  202.                                 <ul class="contact">
  203.                                     <li><p><i class="fa fa-map-marker" style="color:#43A047;"></i> <strong style="color:white">Address:</strong><br> Queensway Centre, #03-40, S149053</p></li>
  204.                                     <li><p><i class="fa fa-phone" style="color:#43A047;"></i> <strong style="color:white">Phone:</strong><br> (65) 8298-0861</p></li>
  205.                                     <li><p><i class="fa fa-envelope-o" style="color:#43A047;"></i> <strong style="color:white">Email:</strong><br> <a href="mailto:jwoodsapparels@yahoo.com.sg">jwoodsapparels@yahoo.com.sg</a></p></li>
  206.                                 </ul>
  207.                             </div>
  208.                         </div>
  209.                         <div class="col-md-3">
  210.                             <h4>Why Us</h4>
  211.                             <ul class="features" style="list-style-type:none;padding-left:0;">
  212.                                 <li>
  213.                                     <i class="fa fa-check" style="color:#43A047;"></i>
  214.                                     <a href="#">Wide Range of Products</a>
  215.                                 </li>
  216.                                 <li>
  217.                                     <i class="fa fa-check" style="color:#43A047;"></i>
  218.                                     <a href="#">Best Quality</a>
  219.                                 </li>
  220.                                 <li>
  221.                                     <i class="fa fa-check" style="color:#43A047;"></i>
  222.                                     <a href="#">Competitive Pricing</a>
  223.                                 </li>
  224.                                 <li>
  225.                                     <i class="fa fa-check" style="color:#43A047;"></i>
  226.                                     <a href="#">Friendly Staff</a>
  227.                                 </li>
  228.                                 <li>
  229.                                     <i class="fa fa-check" style="color:#43A047;"></i>
  230.                                     <a href="#">Mobile &amp; Retina Optimized</a>
  231.                                 </li>
  232.                             </ul>
  233.                         </div>
  234.                         <div class="col-md-3">
  235.                             <div class="newsletter">
  236.                                 <h4>Be the First to Know</h4>
  237.                                 <p class="newsletter-info" style="color:white;">Get all the latest information on Events,<br> Sales and Offers. Sign up for newsletter today.</p>
  238.  
  239.                                 <div class="alert alert-success hidden" id="newsletterSuccess">
  240.                                     <strong>Success!</strong> You've been added to our email list.
  241.                                 </div>
  242.  
  243.                                 <div class="alert alert-danger hidden" id="newsletterError"></div>
  244.  
  245.  
  246.                                 <p style="color:white;">Enter your e-mail Address:</p>
  247.                                 <form id="newsletterForm" action="../php/newsletter-subscribe.php" method="POST">
  248.                                     <div class="input-group">
  249.                                         <input class="form-control" placeholder="Email Address" name="newsletterEmail" id="newsletterEmail" type="text">
  250.                                         <span class="input-group-btn">
  251.                                             <button class="btn btn-primary" type="submit">Submit</button>
  252.                                         </span>
  253.                                     </div>
  254.                                 </form>
  255.                             </div>
  256.                         </div>
  257.                     </div>
  258.                 </div>
  259.                
  260.             </footer>
  261.         </div>
  262.  
  263.         <!-- Vendor -->
  264.         <script src="vendor/jquery/jquery.min.js"></script>
  265.         <script src="vendor/jquery.appear/jquery.appear.min.js"></script>
  266.         <script src="vendor/jquery.easing/jquery.easing.min.js"></script>
  267.         <script src="vendor/jquery-cookie/jquery-cookie.min.js"></script>
  268.         <script src="vendor/bootstrap/js/bootstrap.min.js"></script>
  269.         <script src="vendor/common/common.min.js"></script>
  270.         <script src="vendor/jquery.validation/jquery.validation.min.js"></script>
  271.         <script src="vendor/jquery.easy-pie-chart/jquery.easy-pie-chart.min.js"></script>
  272.         <script src="vendor/jquery.gmap/jquery.gmap.min.js"></script>
  273.         <script src="vendor/jquery.lazyload/jquery.lazyload.min.js"></script>
  274.         <script src="vendor/isotope/jquery.isotope.min.js"></script>
  275.         <script src="vendor/owl.carousel/owl.carousel.min.js"></script>
  276.         <script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
  277.         <script src="vendor/vide/vide.min.js"></script>
  278.        
  279.         <!-- Theme Base, Components and Settings -->
  280.         <script src="js/theme.js"></script>
  281.  
  282.         <!-- Current Page Vendor and Views -->
  283.         <script src="js/views/view.contact.js"></script>
  284.        
  285.         <!-- Current Page Vendor and Views -->
  286.         <script src="vendor/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
  287.         <script src="vendor/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
  288.        
  289.         <!-- Theme Custom -->
  290.         <script src="js/custom.js"></script>
  291.        
  292.         <!-- Theme Initialization Files -->
  293.         <script src="js/theme.init.js"></script>
  294.  
  295.         <script src="designer/js/jquery.min.js" type="text/javascript"></script>
  296.         <script src="designer/js/jquery-ui.min.js" type="text/javascript"></script>
  297.         <!-- HTML5 canvas library -->
  298.         <script src="designer/js/fabric.min.js" type="text/javascript"></script>
  299.         <!-- The plugin itself -->
  300.         <script src="designer/js/FancyProductDesigner-all.min.js" type="text/javascript"></script>
  301.  
  302.     </form>
  303.  
  304.  
  305. </body>
  306. </html>
Add Comment
Please, Sign In to add comment