-
Notifications
You must be signed in to change notification settings - Fork 18
/
404.html
executable file
·150 lines (128 loc) · 8 KB
/
404.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
<!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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en" dir="ltr"><!--<![endif]-->
<head>
<!-- Basic Page Needs -->
<meta charset="utf-8">
<title>Page Not Found</title>
<meta http-equiv="Content-Language" content="en" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="Description" content="FenixEdu™ is an open-source academic information platform." />
<meta name="Keywords" content="FenixEdu, open-source, academic, information, platform, academic administration, higher education, e-learning, developers, documentation, dev" />
<meta name="Language" content="en" />
<meta name="Robots" content="all" />
<meta name="Author" content="FenixEdu" />
<meta name="Email" content="[email protected]" />
<meta name="Copyright" content="Técnico Lisboa — Instituto Superior Técnico" />
<meta name="Distribution" content="Global" />
<meta name="Rating" content="General" />
<!-- 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/pygment_trac.css">
<link rel="stylesheet" href="/stylesheets/fenixedu_dev.css">
<link rel="stylesheet" href="/fonts/entypo/entypo.css">
<!-- JS -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.6.2/modernizr.min.js"></script>
<script type="text/javascript" src="/js/placeholder.js"></script>
<script type="text/javascript" src="/js/events.js"></script>
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Favicons -->
<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">
<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>
</head>
<body>
<header class="container" role="banner">
<h1 class="three columns alpha">
<a href="/dev" id="logo"></a>
</h1>
<span>developer pages</span>
<a id="sidebarButton" href="#sidebar"></a>
</header>
<div class="container">
<main class="twelve columns alpha" role="main">
<nav>
<ul>
<li><a href="/dev"></a></li>
<li><a href="#">not found</a></li>
</ul>
</nav>
<h2>Not Found!</h2>
<p>Sorry, but the page you were trying to view does not exist.</br />
It looks like this was the result of either:</p>
<ul>
<li>A mistyped address;</li>
<li>An out-of-date link.</li>
</ul>
<p>Navigate through the table of contents aside and lookup for the ones you need to learn more about FenixEdu™.</p>
<p>Is there something you would like to know that still isn't documented?<br /><a href="">Open up a discussion on GitHub</a> or <a href="">email us your answer</a> and we will gladly help you out.</p>
</main>
<aside class="four columns omega">
<nav role="navigation">
<ul>
<li>documentation</li>
<ul>
<li><a href="/dev/overview"><i aria-hidden="true" class="icon-eye"></i>overview</a></li>
<li><a href="/dev/methodology"><i aria-hidden="true" class="icon-cog"></i>methodology</a></li>
<li><a href="/dev/tutorials"><i aria-hidden="true" class="icon-graduation-cap"></i>tutorials</a></li>
<li><a href="/dev/api"><i aria-hidden="true" class="icon-code"></i>api</a></li>
<li class="subtitle"><a href="/dev/sub-projects"><i aria-hidden="true" class="icon-flow-cascade"></i>sub-projects</a></li>
</ul>
<li><a href="https://github.com/fenixedu/fenixedu.github.io/issues/new">report documentation issue</a></li>
<li><a href="/dev/team">meet the team</a></li>
<li><a href="http://facebook.com/fenixedu" target="_blank">follow fenixedu</li>
<ul>
<li><a href="http://github.com/fenixedu" target="_blank"><i aria-hidden="true" class="icon-github"></i>github.com/fenixedu</a></li>
<li><a href="http://facebook.com/fenixedu" target="_blank"><i aria-hidden="true" class="icon-facebook"></i>facebook.com/fenixedu</a></li>
<li><a href="http://twitter.com/fenixeduproject" target="_blank"><i aria-hidden="true" class="icon-twitter"></i>@fenixeduproject</a></li>
<li><a href="irc://irc.freenode.net/fenixedu"><i aria-hidden="true" data-icon="#"></i>fenixedu @ irc.freenode.net</a></li>
</ul>
<li><a href="/dev/terms">terms & conditions</a>
<img src="/images/licenses/lgpl3.svg" alt="LGPL Version 3">
</li>
<li><a href="http://www.ej-technologies.com/products/jprofiler/overview.html">Thanks to</a>
<img src="/images/licenses/jprofiler.png" alt="JProfiler">
<img src="/images/licenses/intellij.svg" alt="IntelliJ Idea">
</li>
</ul>
</nav>
</aside>
</div>
<footer class="container" role="footer">
<span class="twelve columns alpha">
<a href="http://fenixedu.org">FenixEdu™</a>. This is Free Software, published under the LGPL software licence. See our <a href="/dev/terms">terms and conditions</a>. Powered by <a href="http://www.ej-technologies.com/products/jprofiler/overview.html">JProfiler - Java Profiler</a>.
<br />© 2002–17 <a href="http://tecnico.ulisboa.pt/">Instituto Superior Técnico</a>. All rights reserved.
</span>
<br class="clear">
</footer>
</body>
</html>