Guest User

Untitled

a guest
Dec 9th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 5.65 KB | None | 0 0
  1. <%@ Master Language="C#" AutoEventWireup="true" CodeFile="MasterPage.master.cs" Inherits="project_MasterPage" %>
  2.  
  3. <!DOCTYPE HTML>
  4. <!--
  5.     Verti by HTML5 UP
  6.     html5up.net | @n33co
  7.     Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
  8. -->
  9. <html>
  10.     <head runat="server">
  11.         <title><%= Page.Title %></title>
  12.         <meta charset="utf-8" />
  13.         <meta name="viewport" content="width=device-width, initial-scale=1" />
  14.         <!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
  15.         <link rel="stylesheet" href="assets/css/main.css" />
  16.         <!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
  17.         <asp:ContentPlaceHolder id="Head" runat="server">
  18.         </asp:ContentPlaceHolder>
  19.     </head>
  20.     <body class="homepage">
  21.         <div id="page-wrapper">
  22.  
  23.             <!-- Header -->
  24.                 <div id="header-wrapper">
  25.                     <header id="header" class="container">
  26.  
  27.                         <!-- Logo -->
  28.                             <div id="logo">
  29.                                 <h1><a href="Default.aspx">MCV Software</a></h1>
  30.                                 <span>by Eric Lindsey</span>
  31.                             </div>
  32.  
  33.                         <!-- Nav -->
  34.                             <nav id="nav">
  35.                                 <ul>
  36.                                     <!-- "current" class gets added by script at the end of the document -->
  37.                                     <li><a href="Default.aspx">Welcome</a></li>
  38.                                     <li>
  39.                                         <a href="#">My Work</a>
  40.                                         <ul>
  41.                                             <li><a href="Parking.asp">FGCU Parking</a></li>
  42.                                             <li><a href="BlitzTrivia.asp">Blitz! Trivia</a></li>
  43.                                             <li><a href="BoostBot.asp">BoostBot</a></li>
  44.                                         </ul>
  45.                                     </li>
  46.                                     <!--
  47.                                     <li><a href="left-sidebar.html">Left Sidebar</a></li>
  48.                                     <li><a href="right-sidebar.html">Right Sidebar</a></li>
  49.                                     <li><a href="no-sidebar.html">No Sidebar</a></li>
  50.                                     -->
  51.                                 </ul>
  52.                             </nav>
  53.  
  54.                     </header>
  55.                 </div>
  56.  
  57.             <!-- Content -->
  58.                 <asp:ContentPlaceHolder id="Main" runat="server">
  59.                 </asp:ContentPlaceHolder>
  60.  
  61.             <!-- Footer -->
  62.                 <div id="footer-wrapper">
  63.                     <footer id="footer" class="container">
  64.                         <div class="row">
  65.                             <!--
  66.                             <div class="3u 6u(medium) 12u$(small)">
  67.  
  68.                                 <!-- Links !->
  69.                                     <section class="widget links">
  70.                                         <h3>Random Stuff</h3>
  71.                                         <ul class="style2">
  72.                                             <li><a href="#">Etiam feugiat condimentum</a></li>
  73.                                             <li><a href="#">Aliquam imperdiet suscipit odio</a></li>
  74.                                             <li><a href="#">Sed porttitor cras in erat nec</a></li>
  75.                                             <li><a href="#">Felis varius pellentesque potenti</a></li>
  76.                                             <li><a href="#">Nullam scelerisque blandit leo</a></li>
  77.                                         </ul>
  78.                                     </section>
  79.  
  80.                             </div>
  81.                             <div class="3u 6u$(medium) 12u$(small)">
  82.  
  83.                                 <!-- Links !->
  84.                                     <section class="widget links">
  85.                                         <h3>Random Stuff</h3>
  86.                                         <ul class="style2">
  87.                                             <li><a href="#">Etiam feugiat condimentum</a></li>
  88.                                             <li><a href="#">Aliquam imperdiet suscipit odio</a></li>
  89.                                             <li><a href="#">Sed porttitor cras in erat nec</a></li>
  90.                                             <li><a href="#">Felis varius pellentesque potenti</a></li>
  91.                                             <li><a href="#">Nullam scelerisque blandit leo</a></li>
  92.                                         </ul>
  93.                                     </section>
  94.  
  95.                             </div>
  96.                             <div class="3u 6u(medium) 12u$(small)">
  97.  
  98.                                 <!-- Links !->
  99.                                     <section class="widget links">
  100.                                         <h3>Random Stuff</h3>
  101.                                         <ul class="style2">
  102.                                             <li><a href="#">Etiam feugiat condimentum</a></li>
  103.                                             <li><a href="#">Aliquam imperdiet suscipit odio</a></li>
  104.                                             <li><a href="#">Sed porttitor cras in erat nec</a></li>
  105.                                             <li><a href="#">Felis varius pellentesque potenti</a></li>
  106.                                             <li><a href="#">Nullam scelerisque blandit leo</a></li>
  107.                                         </ul>
  108.                                     </section>
  109.  
  110.                             </div>
  111.                             -->
  112.                             <div class="3u 6u$(medium) 12u$(small)">
  113.  
  114.                                 <!-- Contact -->
  115.                                     <section class="widget contact last">
  116.                                         <h3>Contact Us</h3>
  117.                                         <ul>
  118.                                             <li><a href="tel:2398264890" class="icon fa-phone"><span class="label">Phone</span></a></li>
  119.                                             <li><a href="#" class="icon fa-envelope" onclick="javascript:location = 'mailto:' + 'eslindsey' + '@gmail.com'"><span class="label">E-mail</span>"</a></li>
  120.                                             <li><a href="https://www.facebook.com/eric.lindsey.735" target="_blank" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
  121.                                         </ul>
  122.                                     </section>
  123.  
  124.                             </div>
  125.                         </div>
  126.                         <div class="row">
  127.                             <div class="12u">
  128.                                 <div id="copyright">
  129.                                     <ul class="menu">
  130.                                         <li>&copy; Untitled. All rights reserved</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
  131.                                     </ul>
  132.                                 </div>
  133.                             </div>
  134.                         </div>
  135.                     </footer>
  136.                 </div>
  137.  
  138.             </div>
  139.  
  140.         <!-- Scripts -->
  141.        
  142.             <script src="assets/js/jquery.min.js"></script>
  143.             <script src="assets/js/jquery.dropotron.min.js"></script>
  144.             <script src="assets/js/skel.min.js"></script>
  145.             <script src="assets/js/util.js"></script>
  146.             <!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
  147.             <script src="assets/js/main.js"></script>
  148.             <script>
  149.                 // Set the current class if this page is in the navbar
  150.                 $(document).ready(function() {
  151.                     $('#nav a').each(function () {
  152.                         if (this.href == location) {
  153.                             // We need to add the class to the LI, not to the A
  154.                             $(this).parent().addClass('current');
  155.                         }
  156.                     });
  157.                 });
  158.             </script>
  159.  
  160.     </body>
  161. </html>
Advertisement
Add Comment
Please, Sign In to add comment