Advertisement
Guest User

Untitled

a guest
Dec 9th, 2015
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 4.23 KB | None | 0 0
  1. <%@ Page Title="MCV Software, Inc." Language="C#" MasterPageFile="./MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="project_Default" %>
  2.  
  3. <asp:Content ID="Content1" ContentPlaceHolderID="Head" Runat="Server">
  4. </asp:Content>
  5. <asp:Content ID="Content2" ContentPlaceHolderID="Main" Runat="Server">
  6.             <!-- Banner -->
  7.                 <div id="banner-wrapper">
  8.                     <div id="banner" class="box container">
  9.                         <div class="row">
  10.                             <div class="7u 12u(medium)">
  11.                                 <h2>Software, done right.</h2>
  12.                                 <p>Check out some of the stuff I've been doing!</p>
  13.                             </div>
  14.                             <div class="5u 12u(medium)">
  15.                                 <ul>
  16.                                     <li><a href="Contact.aspx" class="button big icon fa-arrow-circle-right">Get a quote</a></li>
  17.                                     <li><a href="#content" class="button alt big icon fa-question-circle">More info</a></li>
  18.                                 </ul>
  19.                             </div>
  20.                         </div>
  21.                     </div>
  22.                 </div>
  23.  
  24.             <!-- Features -->
  25.                 <div id="features-wrapper">
  26.                     <div class="container">
  27.                         <div class="row">
  28.                             <div class="4u 12u(medium)">
  29.  
  30.                                 <!-- Box -->
  31.                                     <section class="box feature">
  32.                                         <a href="Parking.aspx" class="image featured"><img src="images/Parking.png" alt="" /></a>
  33.                                         <div class="inner">
  34.                                             <header>
  35.                                                 <h2>FGCU Parking</h2>
  36.                                                 <p>Strctured Approach to Parking</p>
  37.                                             </header>
  38.                                             <p>This projects aims to simplify the process of navgating to a parking space.</p>
  39.                                         </div>
  40.                                     </section>
  41.  
  42.                             </div>
  43.                             <div class="4u 12u(medium)">
  44.  
  45.                                 <!-- Box -->
  46.                                     <section class="box feature">
  47.                                         <a href="BlitzTrivia.aspx" class="image featured"><img src="images/BlitzTrivia.png" alt="" /></a>
  48.                                         <div class="inner">
  49.                                             <header>
  50.                                                 <h2>Blitz! Trivia</h2>
  51.                                                 <p>Fun, Fast-Paced Pub Trivia</p>
  52.                                             </header>
  53.                                             <p>The software that drives these exciting events was designed and produced by me.</p>
  54.                                         </div>
  55.                                     </section>
  56.  
  57.                             </div>
  58.                             <div class="4u 12u(medium)">
  59.  
  60.                                 <!-- Box -->
  61.                                     <section class="box feature">
  62.                                         <a href="BoostBot.aspx" class="image featured"><img src="images/BoostBot.png" alt="" /></a>
  63.                                         <div class="inner">
  64.                                             <header>
  65.                                                 <h2>BoostBot</h2>
  66.                                                 <p>An Advanced Clash of Clans Bot</p>
  67.                                             </header>
  68.                                             <p>Read about the development work I have done for this project.</p>
  69.                                         </div>
  70.                                     </section>
  71.  
  72.                             </div>
  73.                         </div>
  74.                     </div>
  75.                 </div>
  76.  
  77.             <!-- Main -->
  78.                 <div id="main-wrapper">
  79.                     <div class="container">
  80.                         <div class="row 200%">
  81.                             <!--
  82.                             <div class="4u 12u(medium)">
  83.  
  84.                                 <!-- Sidebar !->
  85.                                     <div id="sidebar">
  86.                                         <section class="widget thumbnails">
  87.                                             <h3>Interesting stuff</h3>
  88.                                             <div class="grid">
  89.                                                 <div class="row 50%">
  90.                                                     <div class="6u"><a href="#" class="image fit"><img src="images/pic04.jpg" alt="" /></a></div>
  91.                                                     <div class="6u"><a href="#" class="image fit"><img src="images/pic05.jpg" alt="" /></a></div>
  92.                                                     <div class="6u"><a href="#" class="image fit"><img src="images/pic06.jpg" alt="" /></a></div>
  93.                                                     <div class="6u"><a href="#" class="image fit"><img src="images/pic07.jpg" alt="" /></a></div>
  94.                                                 </div>
  95.                                             </div>
  96.                                             <a href="#" class="button icon fa-file-text-o">More</a>
  97.                                         </section>
  98.                                     </div>
  99.  
  100.                             </div>
  101.                             -->
  102.                             <div class="8u 12u(medium) important(medium)">
  103.  
  104.                                 <!-- Content -->
  105.                                     <div id="content">
  106.                                         <section class="last">
  107.                                             <h2>So what's this all about?</h2>
  108.                                             <p>Eric Lindsey is a software engineering student at Florida Gulf Coast University slated to graduate in May 2015. He is involved in several different projects, each demanding some of his creative expertise. For more information, click on the links above, or <a href="Contact.aspx">request a quote</a>.</p>
  109.                                             <!--<a href="#" class="button icon fa-arrow-circle-right">Continue Reading</a>-->
  110.                                         </section>
  111.                                     </div>
  112.  
  113.                             </div>
  114.                         </div>
  115.                     </div>
  116.                 </div>
  117. </asp:Content>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement