-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
49 lines (49 loc) · 2.15 KB
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html>
<head>
<title>Untitled Document</title>
<link href="css/styles.css" rel="stylesheet" type="text/css">
</head>
<center>
<body>
<div class = "header"></div>
<div class = "menu">
<a href = "index.html"><div class = "menu-home"></div></a>
<a href = "stickfigures.html"><div class = "menu-stickfigures"></div></a>
<a href = "animations.html"><div class = "menu-animations"></div></a>
<a href = "tutorials.html"><div class = "menu-tutorials"></div></a>
<a href = "about.html"><div class = "menu-about-active"></div></a>
</div>
<div class = "contents">
<img src = "img/about-picture.jpg" style="position:absolute;display:block;margin-top:50px;margin-left:300px">
<div style="position:absolute;display:block;width:740px;margin-left:50px;margin-top:200px;text-align:justify;font-size:15px;">
<p><font size="5px"><b>T</b></font>wigmax Animator is a 2d modeling and stickfigure animation program that
I have written over the past couple of months, not as a commercial endeavor,
but because I love programming. While it is far from a complete professional
level application like Flash, I believe that it has enough capability to be of use to others.</p>
<p>
Version v1.2 beta is now available. Twigmax Animator has come a long way since the
first release called v1.0 beta. There are still many areas that need improvement, primarily
the speed and performance. I don’t plan on stopping there, but it’ll be a nice
milestone along the way.</p>
<p>
Glenn Michael Mejias<br>
August 28, 2013
</p>
<p>
<b>Contact Me:</b>
<br>
</p>
<br>
<img src = "img/mikeytronix softwares.jpg">
</div>
</div>
<div class = "footer">
Copyright © 2013-2014 Mikeytronix Softwares, All Rights Reserved.
<br>
Send all comments to <a href = "#">[email protected]</a>
</div>
</body>
</center>
</html>