facebook tag things
This commit is contained in:
parent
8a649231f3
commit
f5bd39b72f
4 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,6 @@ banner: https://zeus.ugent.be/wp-content/uploads/2016/02/awkles-768x1007.jpg
|
|||
created_at: 01-02-2016
|
||||
time: 23-02-2016
|
||||
location: Auditorium A1, Campus Sterre, Gebouw S9
|
||||
author: Lorin Werthen
|
||||
---
|
||||
|
||||
Op **dinsdag 23 februari 18:00** (na de les Scriptingtalen) in **Auditorium A1** organiseren we een **AWK-les** gegeven door **professor Peter Dawyndt**.
|
||||
|
|
|
@ -4,7 +4,6 @@ banner: https://zeus.ugent.be/wp-content/uploads/2016/04/450px-Xtext_logo.png
|
|||
created_at: 01-04-2016
|
||||
time: 26-04-2016
|
||||
location: Auditorium A2, Campus Sterre, Gebouw S9
|
||||
author: Lorin Werthen
|
||||
---
|
||||
|
||||
Op **26 april om 18:00 in Auditorium A2, Campus Sterre, Gebouw S9** organiseren we een workshop over [Xtext](https://eclipse.org/Xtext/). **Xtext** is een framework om nieuwe domein-specifieke computertalen (**DSLs**) mee te ontwerpen. Een **DSL** kan een nieuwe programmeertaal zijn, maar is meestal erg specifiek: bijvoorbeeld voor het besturen van robots, voor controle van wasmachines of voor sturing van de on-board computer in auto’s. Mensen die deze machines maken zijn vaak geen programmeurs, en zij kunnen veel vlotter werken met een DSL dan met een algemene programmeertaal.
|
||||
|
|
|
@ -17,6 +17,8 @@
|
|||
|
||||
<meta name="generator" content="Nanoc <%= Nanoc::VERSION %>">
|
||||
|
||||
<meta property="fb:app_id" content="597670540410704">
|
||||
|
||||
<%= content_for(@item, :head) %>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<meta property="og:title" content="<%= item[:title] %>" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="<%= url_for(item) %>" />
|
||||
<meta property="og:author" content="<%= item[:author] %>" />
|
||||
<meta property="fb:app_id" content="597670540410704">
|
||||
<% end %>
|
||||
|
||||
<img class="pure-img" id="event-banner" src="<%= item[:banner] %>" alt="" />
|
||||
|
|
Loading…
Reference in a new issue