-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
242 lines (203 loc) · 7.04 KB
/
index.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Genesys Open Source Software</title>
<style>
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
}
.header-logo {
margin-top: 16px;
margin-bottom: 25px;
}
#logo {
background: url(assets/logo.png) left top repeat-y;
height: 50px;
width: 450px;
}
.bodyContainer {
width: 950px;
margin: 0 auto;
}
#sub-header {
height: 29px;
overflow: hidden;
background: #4c4c4c;
}
#sub-header a:hover .sub-header-item {
background-color: #c90;
}
.sub-header-item {
float: left;
border-right: 1px solid #8C8C8C;
color: #fff;
height: 28px;
padding: 7px 16px 5px 16px;
text-transform: uppercase;
}
.page-title {
background-color: #E2E3E5;
border-bottom: #d5d6d6 1px solid;
border-top: #FFFFFF 1px solid;
color: #FF4F00;
font: 21px Verdana, Arial, Sans-Serif;
height: 33px;
margin: 0px 0px 2px 0px;
padding: 8px 3px 3px 11px;
}
#categoryList ul {
list-style: none;
color: #FF4F00;
}
.nav-anchor:link,
.nav-anchor:visited,
.nav-anchor:active {
text-decoration: none;
color: #FF4F00;
text-transform: capitalize;
font-size: 1.25em;
margin-bottom: 3px;
line-height: 1.8em;
}
.nav-anchor:hover {
text-decoration: underline;
}
#content-repos {
width: 645px;
color: rgb(78, 80, 84);
font-family: calibri;
font-size: 16px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
float: right;
clear: both;
}
#content-repos a:link {
color: #0072BC;
text-decoration: none;
}
#content-repos a:visited {
text-decoration: none;
}
#content-repos a:hover {
text-decoration: underline;
}
#content-repos a:hover,
#content-repos a:visited {
color: #6B0014
}
#content-repos .category-anchor:link,
#content-repos .category-anchor:visited,
#content-repos .category-anchor:active,
#content-repos .category-anchor:hover {
text-decoration: none;
color: rgb(78, 80, 84);
}
.searchInput {
border: 1px solid #d5d6d6;
font-size: 11px;
height: 21px;
padding: 0 6px;
margin-top: -10px;
}
.searchInput:focus {
outline: none;
}
.repo-list-item-container {
margin: 10px 10px 20px;
box-shadow: 1px 1px 1px #aaa;
border: 1px solid #999;
padding: 20px;
}
#content-repos a.repo-list-item-anchor:link,
#content-repos a.repo-list-item-anchor:visited,
#content-repos a.repo-list-item-anchor:active {
color: #FF4F00;
text-decoration: none;
text-transform: capitalize;
font-size: 1.25em;
margin-bottom: 3px;
}
#content-repos a.repo-list-item-anchor:hover {
text-decoration: underline;
}
.repo-list-item-description {
margin-bottom: 8px;
overflow: hidden;
text-overflow: ellipsis;
max-height: 90px;
}
.repo-list-item-label {
float: left;
width: 100px;
font-weight: bold;
}
.repo-list-item-value {
clear: both;
}
.category {
float: left;
clear: both;
margin-bottom: 30px;
width: 90%
}
.projectsHeader {
float: left;
}
.search {
float: left;
margin-left: 30px;
margin-top: 30px;
}
</style>
<script type="text/javascript" src="https://code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="js/jquery.dotdotdot.min.js"></script>
<script type="text/javascript" src="js/jquery-dateFormat.min.js"></script>
<script type="text/javascript" src="js/tabs.js"></script>
<script type="text/javascript" src="js/categories.js"></script>
<script type="text/javascript" src="js/page.js"></script>
</head>
<body>
<div class="bodyContainer">
<div id="header">
<div class="header-logo">
<a href="http://developer.inin.com">
<div id='logo'></div>
</a>
</div>
<div id="sub-header"></div>
</div>
<div class="page-title">
Open Source
</div>
<div id="content-repos">
<p>
The Genesys Developer Portal has open source projects available for reference or for the development community to fork, extend, and enhance. The organization can be found at <a href="https://github.com/GenesysPureConnect/">https://github.com/GenesysPureConnect/</a>.
</p>
<p>
Here you will be able to find simple example projects as well as complete applications. These projects are hosted under the <a href="http://www.mozilla.org/MPL/2.0/">Mozilla Public License 2.0</a> license which means that all code
can be used in other open source or closed source projects as well as free and paid applications.
</p>
<h1>Contributing</h1>
<p>
Community contributions to open source projects is strongly encouraged. First step is to get a free account on GitHub and become familiar with some of the basics of git. Next create a fork of the project you want to work on. GitHub has a good tutorial
on <a href="https://help.github.com/articles/fork-a-repo">how to fork a repo</a>. Make any necessary changes in your repo and when you are ready to have those changes integrated back into the main repository, issue
a pull request. GitHub again has a good tutorial on <a href="https://help.github.com/articles/creating-a-pull-request">how to create a pull request</a>.
</p>
<div class="projectsHeader">
<h1>Projects</h1>
</div>
<div class="search">
<input class="searchInput" placeholder="Search Projects">
</div>
<div id="categories"></div>
</div>
<div id="categoryList">
</div>
</div>
</body>
</html>