updated system reference, fixed team order(magnus <-> alex), manuel picture, project name
This commit is contained in:
parent
4223e431c2
commit
4d0dd7f3b5
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 57 KiB |
BIN
democracy/files/wir/manuel_ruck.jpg.org
Normal file
BIN
democracy/files/wir/manuel_ruck.jpg.org
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 279 KiB |
@ -37,13 +37,12 @@ class default_wir implements SYSTEM\PAGE\Page {
|
||||
$vars['team'] = '';
|
||||
$team = array( array( 'name' => 'Marius Krüger', 'text' => 'Mädchen für alles<br>Initiator & UI', 'img' => './files/wir/marius_krueger.jpg', 'aktiv' => 'lightgreen',
|
||||
'links' => array( array('icon' => 'fa-facebook', 'url' => 'https://www.facebook.com/kruegermarius'))),
|
||||
array( 'name' => 'Magnus Rembold', 'text' => 'Teamgeist<br>UX & Software Architektur', 'img' => './files/wir/magnus_rembold.jpg', 'aktiv' => 'lightgreen',
|
||||
'links' => array( array('icon' => 'fa-twitter', 'url' => 'https://twitter.com/magnusmunter'),
|
||||
array('icon' => 'fa-xing', 'url' => 'https://www.xing.com/profile/Magnus_Rembold'))),
|
||||
array( 'name' => 'Manuel Ruck', 'text' => 'React-Experte<br>Baut den Code für die App', 'img' => './files/wir/userdefault.jpg', 'aktiv' => 'lightgreen',//'./files/wir/manuel_ruck.jpg',
|
||||
array( 'name' => 'Manuel Ruck', 'text' => 'React-Experte<br>Baut den Code für die App', 'img' => './files/wir/manuel_ruck.jpg', 'aktiv' => 'lightgreen',
|
||||
'links' => array( array('icon' => 'fa-xing', 'url' => 'https://www.xing.com/profile/Manuel_Ruck'))),
|
||||
array( 'name' => 'Ulf Gebhardt', 'text' => '笑い男<br>Entwicklung & Planung', 'img' => './files/wir/ulf_gebhardt.jpg', 'aktiv' => 'lightgreen',
|
||||
'links' => array( array('icon' => 'fa-globe', 'url' => 'https://www.webcraft-media.de/#!ulf_gebhardt'))));
|
||||
'links' => array( array('icon' => 'fa-globe', 'url' => 'https://www.webcraft-media.de/#!ulf_gebhardt'))),
|
||||
array( 'name' => 'Alex Friedland', 'text' => 'Bastler<br>Web-Entwicklung', 'img' => './files/wir/alexander_friedland.jpg', 'aktiv' => 'orange',
|
||||
'links' => array()));
|
||||
foreach($team as $member){
|
||||
$links = $member['links'];
|
||||
$member['links'] = '';
|
||||
@ -52,13 +51,14 @@ class default_wir implements SYSTEM\PAGE\Page {
|
||||
$vars['team'] .= \SYSTEM\PAGE\replace::replaceFile((new PPAGE('default_wir/tpl/team_member.tpl'))->SERVERPATH(), $member);}
|
||||
|
||||
$vars['contributors'] = '';
|
||||
$contributors = array( array( 'name' => 'Dr. Annika Götz', 'text' => 'Kommunikatorin<br>Öffentlichkeitsarbeit', 'img' => './files/wir/annika_goetz.jpg', 'aktiv' => '#f44336',
|
||||
$contributors = array( array( 'name' => 'Magnus Rembold', 'text' => 'Teamgeist<br>UX & Software Architektur', 'img' => './files/wir/magnus_rembold.jpg', 'aktiv' => 'orange',
|
||||
'links' => array( array('icon' => 'fa-twitter', 'url' => 'https://twitter.com/magnusmunter'),
|
||||
array('icon' => 'fa-xing', 'url' => 'https://www.xing.com/profile/Magnus_Rembold'))),
|
||||
array( 'name' => 'Dr. Annika Götz', 'text' => 'Kommunikatorin<br>Öffentlichkeitsarbeit', 'img' => './files/wir/annika_goetz.jpg', 'aktiv' => '#f44336',
|
||||
'links' => array( array('icon' => 'fa-linkedin', 'url' => 'https://www.linkedin.com/in/annikagoetz'))),
|
||||
array( 'name' => 'Julia Suciu', 'text' => 'Quotencoach<br>Öffentlichkeitsarbeit', 'img' => './files/wir/julia_suciu.jpg', 'aktiv' => '#f44336',
|
||||
'links' => array( array('icon' => 'fa-facebook', 'url' => 'https://www.facebook.com/julia.suciu'),
|
||||
array('icon' => 'fa-instagram', 'url' => 'https://www.instagram.com/mindset_architect/'))),
|
||||
array( 'name' => 'Alex Friedland', 'text' => 'Bastler<br>Web-Entwicklung', 'img' => './files/wir/alexander_friedland.jpg', 'aktiv' => 'orange',
|
||||
'links' => array())/*,
|
||||
array('icon' => 'fa-instagram', 'url' => 'https://www.instagram.com/mindset_architect/')))/*,
|
||||
array( 'name' => 'Du', 'text' => '... kannst dabei sein<br>und mithelfen', 'img' => './files/wir/userdefault.jpg',
|
||||
'links' => array( array('icon' => 'fa-envelope', 'url' => '#!help')))*/);
|
||||
foreach($contributors as $member){
|
||||
|
||||
@ -19,9 +19,23 @@
|
||||
<div class="clearfix"> </div>
|
||||
</div>
|
||||
</div>
|
||||
<style>
|
||||
@media only screen and (max-width: 767px) {
|
||||
#hcorrection{
|
||||
height: 335px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 768px){
|
||||
#hcorrection{
|
||||
height: 190px;
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<!-- testimonial -->
|
||||
<div class="testimonial jarallax" style="margin-top: 50px;">
|
||||
<div class="container" style="min-height: 175px;">
|
||||
<div class="container" id="hcorrection">
|
||||
<div class="agileits-w3layouts-info">
|
||||
<div class="testimonial-grid">
|
||||
<div class="slider">
|
||||
|
||||
@ -1 +1 @@
|
||||
Subproject commit cce11a665751300ee442030c00a53009e2c6637c
|
||||
Subproject commit e2f9d8e913d8e1416ffa193beb610da50e721a6b
|
||||
@ -3,7 +3,7 @@
|
||||
<type>org.netbeans.modules.php.project</type>
|
||||
<configuration>
|
||||
<data xmlns="http://www.netbeans.org/ns/php-project/1">
|
||||
<name>democracy_deutschland</name>
|
||||
<name>democracy</name>
|
||||
</data>
|
||||
</configuration>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user