-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
151 lines (135 loc) · 6.38 KB
/
index.html
File metadata and controls
151 lines (135 loc) · 6.38 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
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
<!DOCTYPE html>
<html lang="en" >
<head>
<title>EEF</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Eclipse EEF">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Roboto:400,500,700,400italic'>
<!-- Angular Material style sheet -->
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/angular_material/1.0.1/angular-material.min.css">
<link rel="stylesheet" href="assets/css/stylesheet.css">
<!-- Eclipse Foundation Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-5WLCZXC');</script>
<!-- End Google Tag Manager -->
<!-- Eclipse Foundation cookie consent: -->
<link rel="stylesheet" type="text/css" href="//www.eclipse.org/eclipse.org-common/themes/solstice/public/stylesheets/vendor/cookieconsent/cookieconsent.min.css" />
<script src="//www.eclipse.org/eclipse.org-common/themes/solstice/public/javascript/vendor/cookieconsent/default.min.js"></script>
</head>
<body ng-app="eef" layout="row" ng-cloak ng-controller="MainController as main">
<md-sidenav class="md-sidenav-left md-whiteframe-z2 site-sidenav" md-component-id="left" md-is-locked-open="main.mdMedia('gt-md')">
<header class="nav-header">
<a class="docs-logo" href="#/" ng-click="main.toggle()">
<h1 class="docs-logotype md-heading">Eclipse EEF</h1>
</a>
</header>
<md-content flex role="navigation">
<ul class="docs-menu">
<li>
<menu-link section="section">
<a class="md-button md-ink-ripple" href="#/" ng-click="main.toggle()">
<span>Homepage</span>
</a>
</menu-link>
</li>
<li>
<menu-link section="section">
<a class="md-button md-ink-ripple" href="#/overview" ng-click="main.toggle()">
<span>Overview</span>
</a>
</menu-link>
<menu-link section="section">
<a class="md-button md-ink-ripple" href="#/gallery" ng-click="main.toggle()">
<span>Gallery</span>
</a>
</menu-link>
<menu-link section="section">
<a class="md-button md-ink-ripple" href="#/documentation" ng-click="main.toggle()">
<span>Documentation</span>
</a>
</menu-link>
<menu-link section="section">
<a class="md-button md-ink-ripple" href="#/contribute" ng-click="main.toggle()">
<span>Contribute</span>
</a>
</menu-link>
<menu-link section="section">
<a class="md-button md-ink-ripple" href="#/support" ng-click="main.toggle()">
<span>Support</span>
</a>
</menu-link>
<menu-link section="section">
<a class="md-button md-ink-ripple" href="#/download" ng-click="main.toggle()">
<span>Download</span>
</a>
</menu-link>
</li>
</ul>
</md-content>
</md-sidenav>
<div layout="column" flex>
<md-toolbar>
<div class="md-toolbar-tools">
<md-button class="md-icon-button" aria-label="Toggle Menu" hide-gt-md ng-click="main.toggle()">
<md-icon md-svg-icon="assets/images/menu.svg"></md-icon>
</md-button>
<h2>
<span>{{main.pageName}}</span>
</h2>
</div>
</md-toolbar>
<md-content md-scroll-y layout="column" flex>
<div ng-view autoscroll="true" layout-paddin flex="noshrink" id="top"></div>
<div class="footer" layout="column" flex="noshrink">
<div layout="row" layout-xs="column" flex layout-align="space-around start">
<div>
<h3>EEF</h3>
<ul>
<li><a href="https://www.obeo.fr/en/services/support-maintenance">Professional Support</a></li>
<li><a href="https://wiki.eclipse.org/EEF">Wiki</a></li>
<li><a href="https://git.eclipse.org/c/eef/org.eclipse.eef.git/">Source Code</a></li>
<li><a href="https://git.eclipse.org/r/#/q/is:watched+is:open+project:eef/org.eclipse.eef">Code Review</a></li>
</ul>
</div>
<div>
<h3>Related Tools</h3>
<ul>
<li><a href="https://www.eclipse.org/sirius">Sirius</a></li>
<li><a href="https://www.eclipse.org/acceleo">Acceleo</a></li>
<li><a href="https://www.eclipse.org/emf">EMF</a></li>
</ul>
</div>
<div>
<h3>Eclipse</h3>
<ul>
<li><a href="https://eclipse.org/">Eclipse</a></li>
<li><a href="https://www.eclipse.org/legal/privacy.php">Privacy Policy</a></li>
<li><a href="https://www.eclipse.org/legal/termsofuse.php">Terms of Use</a></li>
<li><a href="https://www.eclipse.org/legal/copyright.php">Copyright Agent</a></li>
<li><a href="https://www.eclipse.org/legal/">Legal</a></li>
</ul>
</div>
</div>
<div class="copyright">
Copyright 2016-2023 Eclipse Foundation. This document is made available under the terms of the <a href="http://www.eclipse.org/legal/eplv10.html">Eclipse Public License v1.0</a>.
</div>
</div>
</md-content>
</div>
<!-- Angular Material requires Angular.js Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-animate.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-aria.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-messages.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.4.8/angular-route.min.js"></script>
<!-- Angular Material Library -->
<script src="https://ajax.googleapis.com/ajax/libs/angular_material/1.0.1/angular-material.min.js"></script>
<!-- Your application bootstrap -->
<script src="app.js"></script>
</body>
</html>