Skip to content

Commit 18442ed

Browse files
committed
Replace animated GIF with up-to-date screen shots (high-DPI-friendly).
1 parent c2a6988 commit 18442ed

6 files changed

Lines changed: 11 additions & 1 deletion

TextAnalysisTool-ScreenShot-0.png

19 KB
Loading

TextAnalysisTool-ScreenShot-1.png

25.6 KB
Loading

TextAnalysisTool-ScreenShot-2.png

24.4 KB
Loading

TextAnalysisTool-ScreenShot-3.png

20 KB
Loading

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@ <h2>Summary</h2>
2121
TextAnalysisTool.NET is a free program designed to excel at viewing, searching, and navigating large files quickly and efficiently.
2222
TextAnalysisTool.NET provides a view of the data that you can easily manipulate (through the use of various filters) to display exactly the information you need - as you need it!
2323
</p>
24-
<img src="TextAnalysisTool.NET.gif" alt="Animated GIF showing basic TextAnalysisTool.NET functionality" width="681" height="329" style="margin-top: 1em"/>
24+
<a href="TextAnalysisTool-ScreenShot-0.png"><img src="TextAnalysisTool-ScreenShot-0.png" alt="Showing all lines with filters"/></a>
25+
<a href="TextAnalysisTool-ScreenShot-1.png"><img src="TextAnalysisTool-ScreenShot-1.png" alt="Showing only filtered lines"/></a>
26+
<a href="TextAnalysisTool-ScreenShot-2.png"><img src="TextAnalysisTool-ScreenShot-2.png" alt="Add Filter dialog"/></a>
27+
<a href="TextAnalysisTool-ScreenShot-3.png"><img src="TextAnalysisTool-ScreenShot-3.png" alt="Find dialog"/></a>
2528
<h2>Download</h2>
2629
<p>
2730
<strong class="large"><a href="//github.com/TextAnalysisTool/Releases/raw/master/TextAnalysisTool.zip">TextAnalysisTool.NET.zip</a></strong>

tool.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ h3 {
2020
margin-bottom: 0;
2121
}
2222

23+
img {
24+
width: 400px;
25+
height: 300px;
26+
margin-top: 1em;
27+
margin-right: 1em;
28+
}
29+
2330
.center {
2431
text-align:center;
2532
}

0 commit comments

Comments
 (0)