-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
134 lines (66 loc) · 3.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="generator" content="Hugo 0.134.2">
<meta name="description" content="News">
<link rel="stylesheet" href="https://emoflon.org/css/normalize.css">
<link rel="stylesheet" href="https://emoflon.org/css/custom.css">
<link href='/css/google-open-sans.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://emoflon.org/css/cayman.ea0e967413f3851071cc8ace3621bc4205fe8fa79b2abe3d7bf94ff2841f0d47.css">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<title>News | eMoflon Project Site</title>
</head>
<body>
<section class="page-header">
<h1 class="project-name">
<img src="/img/emoflon_logo_with_tex_semitransparent_300px.png" alt="">
</h1>
<h2 class="project-tagline">
<strong>eMoflon</strong> is a tool suite for Model-Driven Engineering (MDE) that provides a range of visual and textual languages for (meta-)modeling and model management.
</h2>
<nav>
<a href="/" class="btn">News</a>
<a href="/ibex/" class="btn">eMoflon::IBeX</a>
<a href="/neo/" class="btn">eMoflon::Neo</a>
<a href="/getting-started/" class="btn">Getting Started</a>
<a href="/dev/" class="btn">Development</a>
<a href="/download/" class="btn">Download</a>
<a href="/publications/" class="btn">Publications</a>
<a href="/contact/" class="btn">Contact</a>
</nav>
</section>
<section class="main-content">
<h1>News</h1>
<ul>
<li>
2023-01-30
<a href="https://emoflon.org/new-neo-tutorials/">
eMoflon::Neo New tutorials available
</a>
</li>
<li>
2022-11-29
<a href="https://emoflon.org/neo-eclipse-and-vm/">
eMoflon::Neo Eclipse build and VM released
</a>
</li>
<li>
2022-09-02
<a href="https://emoflon.org/new-webpage/">
New Webpage
</a>
</li>
</ul>
<footer class="site-footer">
<span class="site-footer-credits">
© 2012-2025 <a href="/dev-team">eMoflon Dev Team</a> • Built with <a href="https://gohugo.io/">Hugo</a> • <a href="https://github.com/zwbetz-gh/cayman-hugo-theme">Theme</a> • <a href="https://www.es.tu-darmstadt.de/impressum">Legal Notice</a> • <a href="https://www.es.tu-darmstadt.de/es/datenschutzerklaerung">Privacy Policy</a> • <a href="https://docs.github.com/en/site-policy/privacy-policies/github-privacy-statement">GitHub Privacy Policy</a>.
</span>
</footer>
</section>
</body>
</html>