Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions WorkshopASPNet/About.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<h2><%: Title %>.</h2>
<h3>Your application description page.</h3>
<p>Use this area to provide additional information.</p>
<h3>First task...</h3>
<p>About page has been changed :)</p>
</asp:Content>
8 changes: 4 additions & 4 deletions WorkshopASPNet/Contact.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
<h2><%: Title %>.</h2>
<h3>Your contact page.</h3>
<h3>Helen's contact page.</h3>
<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
<abbr title="Phone">P:</abbr>
425.555.0100
413895323
</address>

<address>
<strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
<strong>Support:</strong> <a href="hailun.tian@readify.net">Support@readify.net</a><br />
<strong>Marketing:</strong> <a href="hailun.tian@readify.net">Support@readify.net</a>
</address>
</asp:Content>
2 changes: 1 addition & 1 deletion WorkshopASPNet/Site.Master
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
</asp:ContentPlaceHolder>
<hr />
<footer>
<p>&copy; <%: DateTime.Now.Year %> - My ASP.NET Application</p>
<p>&copy; <%: DateTime.Now.Year %> - Helen's ASP.NET Application</p>
</footer>
</div>

Expand Down
21 changes: 5 additions & 16 deletions WorkshopASPNet/Site.Master.designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.