Skip to content

Commit

Permalink
Text content updates
Browse files Browse the repository at this point in the history
  • Loading branch information
lonekorean committed Oct 20, 2016
1 parent c550758 commit a865a93
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 0 additions & 3 deletions Website/About.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@
primary goal was to create a .NET regex tester that was powerful and provided lots of useful information,
while also keeping the interface clean and easy to use.
</p>
<p>
To find out more or just see what's new, check out the <a href="http://regexstorm.blogspot.com/" target="_blank">Regex Storm Dev Blog</a>.
</p>
<p>
Key features:
</p>
Expand Down
8 changes: 2 additions & 6 deletions Website/Default.aspx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
<div class="updates_title">What's New?</div>
<ul>
<li>
<div class="update_item_title">March 9, 2014</div>
<div class="update_item_title">October 20, 2016</div>
<div class="update_item_blurb">
Regex Storm is now open source. You can grab all code and assets from the <a href="https://github.com/lonekorean/regex-storm" target="_blank">Regex Storm GitHub Repo</a>.
Fixed some text and highlight alignment issues. Regex Storm is still open source. Check out the <a href="https://github.com/lonekorean/regex-storm" target="_blank">GitHub Repo</a>!
</div>
</li>
</ul>
Expand All @@ -41,10 +41,6 @@
<asp:HyperLink runat="server" NavigateUrl="~/about" CssClass="front_jump_link">About</asp:HyperLink>
<div class="front_jump_blurb">The purpose behind Regex Storm, key features, credits, all that good stuff.</div>
</div>
<div class="front_jump_block front_jump_blog">
<asp:HyperLink runat="server" NavigateUrl="http://regexstorm.blogspot.com/" Target="_blank" CssClass="front_jump_link">Dev Blog</asp:HyperLink>
<div class="front_jump_blurb">Take a look at what's going on behind the scenes at Regex Storm.</div>
</div>
</div>

</asp:Content>
1 change: 0 additions & 1 deletion Website/MasterPages/Standard.master
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<li><asp:HyperLink ID="hlNavTester" runat="server" NavigateUrl="~/tester">Tester</asp:HyperLink></li>
<li><asp:HyperLink ID="hlNavReference" runat="server" NavigateUrl="~/reference">Reference</asp:HyperLink></li>
<li><asp:HyperLink ID="hlNavAbout" runat="server" NavigateUrl="~/about">About</asp:HyperLink></li>
<li><a href="http://regexstorm.blogspot.com/" target="_blank">Blog</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit a865a93

Please sign in to comment.