Sources Server

Back to Home

Directory List for the Web Site:





File List for the Selected Directory:

 






<%@ Page Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" Title="Untitled Page" %>

<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
    <div id="column2">
        <h1>Welcome to Jiangjiang's website</h1>
        <!-- **** INSERT PAGE CONTENT HERE **** -->
        <p>
           Hello everyone, this website is created for CSG175 Web Development. 
           Please feel free to leave me a comment. 
        </p>
        <h1>Site News</h1>
         <p>Apr 15th, documented the project</p>
         <p>Apr 15th, documented the experiment #7 and #8</p>
         <p>Apr 15th, added the experiment #7 and #8</p>
         <p>Apr 14th, added the fractal project</p>
         <p>Apr 13th, documented the experiment #3 - #6</p>
         <p>Apr 12th, documented the experiment #1 - #2</p>
         <p>Apr 5th, fixed a bug and enhanced the experiment #2</p>
         <p>Apr 1th, enhanced the experiment #4</p>
         <p>Mar 28th, fixed a few bugs in experiment #3 - #6</p>
         <p>Mar 22th, added the experiment #6</p>
         <p>Mar 19th, added the experiment #5</p>
         <p>Mar 13th, added the experiment #4</p>
         <p>Mar 10th, added the experiment #3</p> 
         <p>Feb 16th, added the experiment #2</p>
         <p>Feb 14th, added the experiment #1</p>                  
         <p>Feb 11th, fixed a few issues about the site appearance</p>
         <p>Feb 4th, finished the general site appearance design </p>
         <p>Jan 19th, website created, added the source server and blog software</p>    
    </div>    
</asp:Content>