Skip to content

Commit

Permalink
Correct the About and Contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
alvachien committed Sep 23, 2016
1 parent 58d136f commit a66a083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/acidserver/Views/Home/About.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
<h2>@ViewData["Title"].</h2>
<h3>@ViewData["Message"]</h3>

<p>Use this area to provide additional information.</p>
<p>AC Identity Server App, provides the identification service for web apps.</p>
9 changes: 4 additions & 5 deletions src/acidserver/Views/Home/Contact.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
<h3>@ViewData["Message"]</h3>

<address>
One Microsoft Way<br />
Redmond, WA 98052-6399<br />
Shanghai<br />
Shanghai, China<br />
<abbr title="Phone">P:</abbr>
425.555.0100
0086 21 XXXXXXXX
</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>Contact me:</strong> <a href="mailto:alvachien@163.com">alvachien@163.com</a><br />
</address>

0 comments on commit a66a083

Please sign in to comment.