-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathindex.html
406 lines (371 loc) · 19.8 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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]><html lang="en" class="ie ie9"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html dir="ltr" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<title>FenixEdu™</title>
<meta http-equiv="Content-Language" content="en"/>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="description" content="FenixEdu™ open-source software for higher education."/>
<meta name="keywords" content="FenixEdu, open-source, academic administration, higher education software, developer training, software team building"/>
<meta name="robots" content="all,NOYDIR,NOOD"/>
<meta name="revisit-after" content="1 month"/>
<meta name="contact" content="[email protected]"/>
<meta name="copyright" content="Instituto Superior Tecnico"/>
<meta name="distribution" content="global"/>
<meta name="googlebot" content="noodp"/>
<meta name="language" content="English"/>
<meta name="rating" content="General"/>
<meta name="reply-to" content="[email protected]"/>
<meta name="slurp" content="noydir,noodp">
<meta name="msnbot" content="noydir,noodp">
<!-- OpenGraph Specific Metas -->
<meta property="og:title" content="FenixEdu™" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/images/logo_og.png" />
<meta property="og:url" content="https://fenixedu.org" />
<meta property="og:site_name" content="FenixEdu" />
<meta property="og:description" content="FenixEdu™ open-source software for higher education." />
<meta property="fb:profile_id" content="379238245509413" />
<!-- Mobile Specific Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS -->
<link rel="stylesheet" href="/stylesheets/reset.css">
<link rel="stylesheet" href="/stylesheets/normalize_v_2_1_3.css">
<link rel="stylesheet" href="/stylesheets/main.css">
<link rel="stylesheet" href="/stylesheets/skeleton_v_1_2.css">
<link rel="stylesheet" href="/stylesheets/fenixedu_base.css">
<link rel="stylesheet" href="/map/map.css">
<link rel="stylesheet" href="/fonts/entypo/entypo.css">
<link rel="stylesheet" href="/stylesheets/mobile_menu.css">
<!-- JS -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
<script src="/js/scrollTo.js" type="text/javascript"></script>
<script src="/js/placeholder.js" type="text/javascript"></script>
<script src="/js/events.js" type="text/javascript"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="/map/map.js" type="text/javascript"></script>
<script type="text/javascript" src="https://googlemaps.github.io/js-info-bubble/src/infobubble.js"></script>
<script>
$(function() {
$("#burguer-menu").click(function() {
$("header#mainmenu").toggleClass("mobile-menu-active", 500);
});
$("#mainmenu li a").on("click", function() {
$(".mobile-menu-active").toggleClass("mobile-menu-active",500);
});
});
</script>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons & TouchIcons-->
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
<!-- For iPad with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="/images/apple-touch-icon-152x152-precomposed.png">
<!-- For iPad with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png">
<!-- For iPhone with high-resolution Retina display running iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="/images/apple-touch-icon-120x120-precomposed.png">
<!-- For iPhone with high-resolution Retina display running iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png">
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≥ 7: -->
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="/images/apple-touch-icon-76x76-precomposed.png">
<!-- For the iPad mini and the first- and second-generation iPad on iOS ≤ 6: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png">
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png">
</head>
<body>
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<header class="container" id="mainmenu" role="banner">
<a href="#" id="logo" class="three columns"></a>
<div id="burguer-menu" class="open-sidebar">
<div class="burguer-lines-wrapper">
<span class="burguer-line"></span>
<span class="burguer-line"></span>
<span class="burguer-line"></span>
</div>
</div>
<nav class="thirteen columns" role="navigation">
<ul>
<li><a href="#about" class="anchor_link">about</a></li>
<li><a href="#start" class="anchor_link">start</a></li>
<li><a href="#terms" class="anchor_link">terms</a></li>
<li><a href="https://github.com/FenixEdu">github</a></li>
<li><a href="/dev">dev</a></li>
</ul>
</nav>
</header>
<section id="highlight">
<div class="container">
<h1 class="twelve columns"><span>Collaborate, Encourage,</span><br/><span>Contribute, Share</span></h1>
<br class="clear" />
<p class="nine columns lead">
We aim to provide useful open-source software for higher education through team work, knowledge creation and knowledge transmission.
</p>
<br class="clear" />
<div>
<a href="#start" class="button three columns anchor">join the community</a>
<a href="https://github.com/FenixEdu" class="button three columns">explore projects</a>
<br class="clear" />
</div>
</div>
</section>
<div class="container">
<section role="main" id="about" name="about" class="anchor_section">
<h2 class="sixteen columns"><i aria-hidden="true" class="icon-graduation-cap"></i>what is fenixedu?</h2>
<br class="clear" />
<p class="eight columns">
The FenixEdu project aims to produce professional grade useful software
for the higher education community. We bring together a team of IT
professionals, students and enthusiasts of computer science and related
IT areas to collaborate and develop solutions for the community.
<br/><br/>
While the main focus of the project is software for higher education,
many of the developed components have applications in other areas and
in vastly different business models.
</p>
<p class="eight columns">
With the constant evolution of technologies, keeping software up-to-date
is many times challenging, and can consume allot of resources. On the
other hand, the use of new and up-to-date technologies keeps contributors
interested, promotes constant learning and is many times a source of
motivation.
<br/><br/>
Collaboration is key, and the FenixEdu project unites an interesting
mix of professionals and aspiring professionals with a common
love of software and technology. In our experience, the more we collaborate
the faster and better we evolve, not only our software, but our own capacity.
</p>
<br class="clearfix" />
</section>
</div>
<!--
<hr/>
<div class="container">
<section class="anchor_section">
<h2 class="sixteen columns"><i aria-hidden="true" class="icon-calendar"></i>getting the word out</h2>
<br class="clear" />
<time datetime="2015-04-23 18:30" class="one columns"><span>23</span><br /><span>APR</span></time>
<p class="seven columns">
We will be sharing our experience about how to evolve applications
and not let them stagnate in time at the next
<a href="http://jug.pt/">PT.JUG</a> event hosted at
<a href="http://tecnico.ulisboa.pt/">Técnco Lisboa.</a> Everyone
is invited to participate.
</p>
<time datetime="2015-06-12 09:30" class="one columns"><span>12</span><br /><span>JUN</span></time>
<p class="seven columns">
<a href="http://www.eunis.org/eunis2015/congress-2/#keynoteTabs5">Eunis 2015</a>
is coming up. This year we will be speaking about
Ad-hoc Workflows for Higher Education to show off our cool new
workflow application.
</p>
<br class="clear" />
</section>
</div>
<hr/>
<div class="container">
<section class="anchor_section">
<h2 class="sixteen columns"><i aria-hidden="true" class="icon-chat"></i>Features</h2>
<div class="user_box eight columns">
</div>
<div class="user_box eight columns">
</div>
<br class="clear" />
<div class="user_box eight columns">
</div>
<div class="user_box eight columns">
</div>
<br class="clear" />
<div class="user_box eight columns">
</div>
<div class="user_box eight columns">
</div>
</section>
</div>
-->
<hr/>
<div class="container">
<section id="start" class="anchor_section">
<h2 class="sixteen columns"><i aria-hidden="true" class="icon-rocket"></i>getting started</h2>
<div class="user_box">
<p>
There are many ways to get involved in the project.
You may choose to simply use our software, or have a more active role and contribute in some way.
Hopefully the following topics will interest you in contributing in some way.
Let us know what other topics you want to see listed here.
</p>
</div>
<div class="user_box eight columns">
<h5>Examples & Demos</h5>
<p>
<!--
We provide some demo applications if you want to just try it out.
-->
Soon we will provide some demo applications if you want to just try it out.
Check back in a bit.
</p>
</div>
<div class="user_box eight columns">
<h5>Download & Installation</h5>
<p>
<!--
Try running our software on your environment.
-->
Also coming soon...
</p>
</div>
<div class="user_box eight columns">
<h5><a href="/dev/api/">APIs & Integrations</a></h5>
<p>
<a href="/dev/api/">Explore</a> our APIs, develop your own software and build custom solutions.
</p>
</div>
<div class="user_box eight columns">
<h5><a href="/dev/overview/">Developers</a></h5>
<p>
Check out one of our development stacks, customise your applications or help us improve the common code base.
More information will soon be updated <a href="/dev/overview/">here</a>.:
</p>
</div>
</section>
</div>
<hr/>
<div class="container">
<section id="terms" class="anchor_section">
<h2 class="sixteen columns"><i aria-hidden="true" class="icon-feather"></i>Terms and Conditions</h2>
<div class="user_box fourteen columns">
<p>
FenixEDU: Collaborate, encourage, contribute and share
</p>
<p>
Copyright © 2002-2019 Instituto Superior Técnico
</p>
<p>
We believe in open and free software. All software developed under the FenixEdu project is
licensed with either a LGPL or an AGPL license. If for some reason you need to use our
software in a manner that is not compatible with the supplied license, please contact us
to evaluate the possibility of applying a commercial license.
</p>
</div>
<div class="user_box eight columns">
<p style="text-align: center;">
<img src="/images/licenses/lgplv3.png" alt="LGPL Version 3" style="width: 30%;">
</p>
</div>
<div class="user_box eight columns">
<p>
<img src="/images/licenses/agplv3.png" alt="AGPL Version 3" style="width: 30%;">
</p>
</div>
</section>
</div>
<hr/>
<div class="container">
<section class="anchor_section">
<h2 class="sixteen columns"><i aria-hidden="true" class="icon-thumbs-up"></i>related & recommended projects</h2>
<br class="clear" />
<p class="eight columns">
<img src="images/smartsigner.png" width="100%"/>
An easy to use software for digitally signing documents and managing the signature process. It provides such
features as signing documents in bulk, document certification and more. Check out the
<a href="https://smartsigner.eu">SmartSigner</a>
web page for more information.
</p>
<p class="eight columns">
</p>
<br class="clear" />
</section>
</div>
<hr/>
<!--
<div class="container">
<section id="map_box" class="anchor_section">
<h2 class="sixteen columns"><i aria-hidden="true" class="icon-location"></i>a world of fenixedu</h2>
</section>
</div>
<hr/>
<section id="calltoaction">
<div class="container">
<h3 class="sixteen columns"><a href="/blog/2014/06/16/fenixedu-node/"><!--these schools’ systems are powered by fenixedu.<span>be the next</span> - - > 132739 educational paths are powered by fenixedu.<span>be the next</span></a></h3>
</div>
</section>
-->
<footer role="contentinfo">
<div class="container">
<div class="eleven columns">
</div>
<div class="five columns social">
<h6>connect with us</h6>
<div class="github">
<a href="https://github.com/FenixEdu" title="GitHub"></a>
</div>
<div class="email">
<a href="mailto:[email protected]" title="Email"></a>
</div>
<div class="facebook">
<a href="http://www.facebook.com/fenixedu" title="Facebook"></a>
</div>
<div class="twitter">
<a href="http://twitter.com/FenixEduProject" title="Twitter"></a>
</div>
</div>
<a class="twelve columns" href="https://tecnico.ulisboa.pt"></a>
<p class="four columns right">© 2019 - <a style="color: #808080" href="https://tecnico.ulisboa.pt"><span style="text-decoration: none">Instituto Superior Técnico</span></a></p>
</div>
</footer>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-45631967-1', 'fenixedu.org');
ga('send', 'pageview');
</script>
<script type="text/javascript">
$(document).ready(function() {
$.getJSON("https://graph.facebook.com/fenixedu", function(data) {
$("#facebook-count").html(data.likes);
});
//$.getJSON("http://fenixedu.org/ignition/twittercount", function(data) {
// $("#twitter-count").html(data);
//});
$("#submit-message").click(function(e) {
e.preventDefault();
var name = $("#fullname").val();
var email = $("#emailaddress").val();
var subject = $("#subject").val();
var msg = $("#textarea").val();
if(name != "" && email != "" && subject != "" && msg != "") {
var data = {
"name": name,
"email": email,
"subject": subject,
"msg": msg
};
$.ajax({
type: "POST",
url: "http://fenixedu.org/ignition/contact-form-message",
contentType: "application/json; charset=UTF-8",
data: JSON.stringify(data),
success: function(data) {
$("#fullname").val("");
$("#emailaddress").val("");
$("#subject").val("");
$("#textarea").val("");
alert("Thank you for your message!");
}
});
}
});
});
</script>
</body>
</html>