Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First commit by Helen #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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:[email protected]">Support@example.com</a><br />
<strong>Marketing:</strong> <a href="mailto:[email protected]">[email protected]</a>
<strong>Support:</strong> <a href="[email protected]">Support@readify.net</a><br />
<strong>Marketing:</strong> <a href="[email protected]">[email protected]</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.