-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
75 lines (60 loc) · 3.28 KB
/
about.html
File metadata and controls
75 lines (60 loc) · 3.28 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<meta name="description" content="osTicket Reloaded is a multilingual Open Source Tciekting System" />
<meta name="keywords" content="osticket, helpdesk, support" />
<meta name="robots" content="all,follow" />
<link href="css/screen.css" type="text/css" rel="stylesheet" media="screen,projection" />
<title>osTicket – Reloaded</title>
</head>
<body>
<div id="layout">
<div id="header">
<h1 id="logo"><a href="http://code.osticket-reloaded.com" title="Home">osTicket Reloaded<span>About Us</span></a></h1>
<hr class="noscreen" />
<div id="navigation">
<ul>
<li><a href="index.html" title="home">HOME</a></li>
<li><a href="about.html" title="about">ABOUT US</a></li>
<li><a href="download.html" title="download">DOWNLOAD</a></li>
<li><a href="contact.html" title="contact">CONTACT</a></li>
</ul>
</div>
<hr class="noscreen" />
</div>
<div id="main">
<h2>About osTicket Reloaded</h2>
<p>osTicket Reloaded is an Open Source Helpdesk that supports several languages. We are working on an improved version of osTicket that is multilingual and that is extermely user friendly.</p>
<h3>Our team</h3>
<p>We currently work with two main members, our lead developer <a href="http://www.carlosdelfino.eti.br">Carlos Delfino</a> and <a href="http://imagewize.com" target="_blank">Jasper Frumau</a>, our project manager and front end developer. In our translation team we work with several volunteers. We currrently support over 7 languages - English, Spanish, Dutch, Arabic, Brazilian, Swedish, Italian</p>
<p> </p>
</div>
</div>
<div id="footer">
<div id="footer-inside">
<p id="copyright">© May 2011 <script language="JavaScript" type="text/javascript">
var d=new Date();
yr=d.getFullYear();
if (yr!=2010)
document.write("- "+yr);
</script> <a href="/">osTicket Reloaded</a></p>
<!-- Please don't delete this. You can use this template for free and this is the only way that you can say thanks to me -->
<p id="dont-delete-this">Design by <a href="http://www.davidkohout.cz">David Kohout</a></p>
<!-- Thank you :) -->
</div><div style="clear: both;"></div></div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-23558465-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>