forked from orangehrm/orangehrm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorangehrm-quick-start-guide.html
74 lines (59 loc) · 1.74 KB
/
orangehrm-quick-start-guide.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
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>OrangeHRM Quick Start Guide</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
a {
color: #009900;
text-decoration: underline;
}
#logo {
background-image : url('http://www.orangehrm.com/images/ohrm-quick-logo.png');
background-repeat: no-repeat;
text-align: left;
height:62px;
}
h1 {
text-align:center;
font-size:24px;
}
h2 {
text-align:left;
font-size:16px;
}
body {
font-family: Arial, Helvetica, sans-serif;
margin-top: 5px;
margin-bottom: 0;
margin-left: 150px;
margin-right: 150px;
}
li {
padding-bottom: 5px;
padding-top: 5px;
}
#content {
margin-left:50px;
margin-right:50px;
}
</style>
</head>
<body>
<div id="logo"></div>
<h1>Welcome to OrangeHRM Quick Start Guide!</h1>
<p>
Below you can find links to our web site where installation prerequisites and installation process are explained. Make sure you are connected to the Internet to follow these links. If you find any problem, feel free to post it at our <a href="http://www.orangehrm.com/forum/" target="_blank">forum</a>.
</p>
<h2>Installing OrangeHRM 3.3.3 in Windows</h2>
<ul>
<li><a href="http://www.orangehrm.com/installation-windows.shtml" target="_blank">Prerequisites for installing in Windows</a></li>
<li><a href="http://www.orangehrm.com/web-installation.shtml" target="_blank">Installing steps for Windows</a></li>
</ul>
<h2>Installing OrangeHRM 3.3.3 in Linux</h2>
<ul>
<li><a href="http://www.orangehrm.com/installation-Linux.shtml" target="_blank">Prerequisites for installing in Linux</a></li>
<li><a href="http://www.orangehrm.com/web-installation.shtml" target="_blank">Installing steps for Linux</a></li>
</ul>
</body>
</html>