-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
34 lines (34 loc) · 1.39 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
<!DOCTYPE html>
<html>
<head>
<title>Vortex Systems - About</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
</head>
<style>
body { background: url(images/bkgd/skewcrss.png); }
</style>
<body>
<br>
<div class="main">
<!-- Begin common HTML -->
<img src="images/logopc64.png" alt="Vortesys Logo" style="float: left;">
<center>
<a class="nbtn" href="index.html"><img src="images/button-home.png" alt="Index" title="Home"></a>
<a class="nbtn" href="programs.html"><img src="images/button-programs.png" alt="Programs" title="Programs"></a>
<a class="nbtn" href="sites.html"><img src="images/button-sites.png" alt="Sites" title="Sites"></a>
<img src="images/indent-header.png">
<a class="nbtn" href="about.html"><img src="images/button-about-h.png" alt="About" title="About"></a>
</center>
<!-- End common HTML -->
<h1>About Vortex Systems</h1>
<h3>Who are we?</h3>
<p><i>Vortex Systems</i> is an organization committed to developing and maintaining desktop software for Windows.</p>
<h4><img src="images/txt.png"> freedom7341</h4>
<p>I am an amateur, but improving, C Developer. I love writing programs that are useful to me and others, as well as working on cars.</p>
<h4><img src="images/txt-win.png"> Template</h4>
<p>Placeholder!</p>
</div>
<br>
</body>
</html>