medien update
This commit is contained in:
parent
82f8ecc6bf
commit
e71ecf8586
BIN
democracy/files/medien/StartUpValley.jpg
Normal file
BIN
democracy/files/medien/StartUpValley.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.0 MiB |
BIN
democracy/files/medien/StartUpValley.pdf
Normal file
BIN
democracy/files/medien/StartUpValley.pdf
Normal file
Binary file not shown.
BIN
democracy/files/medien/Video.jpg
Normal file
BIN
democracy/files/medien/Video.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 164 KiB |
@ -51,7 +51,18 @@ class default_medien implements SYSTEM\PAGE\Page {
|
||||
$vars = array();
|
||||
|
||||
$vars['articles'] = '';
|
||||
$articles = array( array( 'img' => './files/medien/interview_fabio_demasi.jpg', 'alt' => 'Fabio De Masi - Magnus Rembold',
|
||||
$articles = array( array( 'img' => './files/medien/StartUpValley.jpg', 'alt' => 'DEMOCRACY X StartUpValley',
|
||||
'day' => '21', 'month' => 'Februar 2018', 'link' => './files/medien/StartUpValley.pdf',
|
||||
'title' => 'DEMOCRACY X StartUpValley', 'text' => 'Das StartUpValley porträtiert die Realität von Morgen: Basisdemokratie in Echtzeit',
|
||||
'links' => array( array( 'icon' => 'fa-download', 'link' => './files/medien/StartUpValley.pdf'),
|
||||
array( 'icon' => 'fa-globe', 'link' => 'https://www.startupvalley.news/de/'))),
|
||||
array( 'img' => './files/medien/Video.jpg', 'alt' => 'Marius Krüger erklärt DEMOCRACY in 4 Min',
|
||||
'day' => '16', 'month' => 'Februar 2018', 'link' => 'https://www.facebook.com/kruegermarius/videos/1565466506855387/',
|
||||
'title' => 'DEMOCRACY X Idealism Prevails', 'text' => 'Marius Krüger erklärt DEMOCRACY in 4 Min',
|
||||
'links' => array( array( 'icon' => 'fa-youtube', 'link' => 'https://youtu.be/l7v4RtbPafg'),
|
||||
array( 'icon' => 'fa-facebook-square', 'link' => 'https://www.facebook.com/kruegermarius/videos/1565466506855387/'),
|
||||
array( 'icon' => 'fa-twitter', 'link' => 'https://twitter.com/democracy_de/status/966373377207406592'))),
|
||||
array( 'img' => './files/medien/interview_fabio_demasi.jpg', 'alt' => 'Fabio De Masi - Magnus Rembold',
|
||||
'day' => '23', 'month' => 'November 2017', 'link' => 'https://www.facebook.com/fabio.d.masi/videos/724139911119044/?hc_ref=ARQOUAwCEBF-BSc3ka28z7nFVaOjJVCYgIxLzJ_DEYH0VZfZpljYV3uPLum3LCkcB2s',
|
||||
'title' => 'Demokratie in Echtzeit', 'text' => 'Magnus Rembold im Interview mit Fabio De Masi, MdB Die Linke',
|
||||
'links' => array( array( 'icon' => 'fa-facebook-square', 'link' => 'https://www.facebook.com/fabio.d.masi/videos/724139911119044/?hc_ref=ARQOUAwCEBF-BSc3ka28z7nFVaOjJVCYgIxLzJ_DEYH0VZfZpljYV3uPLum3LCkcB2s'),
|
||||
|
||||
@ -1,13 +1,9 @@
|
||||
<div class="container">
|
||||
<div class="wthree-heading" style="padding-top: 4em;"><h3>Medien</h3></div>
|
||||
<div class="wthree-heading" style="padding-top: 4em;"><h3>Aktuelle Blogs</h3></div>
|
||||
<div class="card-group" style="padding-top: 4em;">${wp_entries}</div>
|
||||
<div class="wthree-heading" style="padding-top: 4em;"><h3>Pressespiegel</h3></div>
|
||||
<div class="agile_banner_bottom_grids">${articles}</div>
|
||||
</div>
|
||||
<br><br>
|
||||
<div class="row" style="margin: 0;">
|
||||
<div class="col-md-2"></div>
|
||||
<div class="col-md-8" style="padding: 0;">
|
||||
<a class="twitter-timeline" href="https://twitter.com/democracy_de?ref_src=twsrc%5Etfw">Tweets by democracy_de</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
|
||||
</div>
|
||||
<div class="col-md-2"></div>
|
||||
<!--<div class="wthree-heading" style="padding-top: 4em;"><h3>Medien zum Download</h3></div>
|
||||
<div class="card-group" style="padding-top: 4em;">${wp_entries}</div>-->
|
||||
<br><br>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user