-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
executable file
·17 lines (16 loc) · 948 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>
UsabLog About
</title>
</head>
<body>
<p>UsabLog is an experimental usability test observation logging tool. I'm building UsaBlog partly to fill a need I've felt for easy, lightweight usability test logging and partly as a learning exercise for me to improve my coding skills.</p>
<p><strong>Use UsabLog at your own risk. I make no guarantees or warranties about this tool.</strong></p>
<p>UsabLog using HTML5 local storage to store logs. That means if you clear your browser history, you will lose your logs. I strongly recommend you copy and paste the log into another format after you log a session.</p>
<p>Interested in contributing to UsabLog's development effort? Check out <a href="https://github.com/willsansbury/Usablog" target="_blank">UsabLog on GitHub</a>.</p>
<p>—<a href="mailto:willsansbury@gmail.com">Will Sansbury</a></p>
</body>
</html>