Guest User

Untitled

a guest
Jun 22nd, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. <%@ Page Title="Miramar Community Garden" Language="C#" MasterPageFile="~/MasterOne.Master" AutoEventWireup="true" CodeBehind="Contact_ASC.aspx.cs" Inherits="SeniorProject.Contact_Us" %>
  2.  
  3.  
  4. <asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
  5. <link href="style/screen.css" rel="stylesheet" type="text/css" />
  6. <script src="Scripts/jquery-1.3.js" type="text/javascript"></script>
  7. <script src="Scripts/jquery.cycle.all.js" type="text/javascript"></script>
  8.  
  9. <script type="text/javascript">
  10. $(document).ready(function () {
  11. $('#myslides').cycle({
  12. fx: 'cover',
  13. speed: 2000,
  14. timeout: 3000
  15. });
  16. });
  17. </script>
  18.  
  19. <style type="text/css">
  20. .style1
  21. {
  22. width: 600px;
  23. height: 200px;
  24. }
  25. </style>
  26. </asp:Content>
  27. <asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
  28. <h1>Miramar Community Garden Senior Project
  29. <asp:Image ID="Image1" runat="server" Height="60px"
  30. ImageUrl="~/Images/garden.bmp" Width="71px" />
  31. <br /></h1>
  32. <h2> Proposed Web Page Designs</h2>
  33. <div id="myslides">
  34.  
  35.  
  36. <img src="Images/proposed1.jpg" alt="Proposed Webpage Design 1" />
  37. <img src="Images/proposed2.jpg" alt="Prosed Webpage Design 2" />
  38.  
  39.  
  40.  
  41.  
  42.  
  43. </div>
  44. <div id ="body">
  45. <h2>Project Objective</h2>
  46. <p>Work with City of Mirmar's Community Garden to identify needs for financial sustainability and online functionality. Financial opportunities will generate revenues, increase funding for operations, up keep of garden and set future budgets. Online opportunities will improve visibility, improve navigation and accept online donations.
  47. </p>
  48. <h2>Project Deliverable</h2>
  49. <p>There are two(2) deliverables for the Community Garden; raise money and purpose ideas for improved design and layout of community garden's website.</p>
  50. </div>
  51. </asp:Content>
Add Comment
Please, Sign In to add comment