<section id="sectionFeed" class="ftco-section pt-5"> <!-- Page Content --> <div class="container"> <!-- Unsichtbarer Anker für "Zurück zur Navigation" --> <span id="topnavigation" class="d-block position-relative" style="top: -80px; visibility: hidden;"></span> <!-- Schnellnavigation --> <div id="schnellnavigation" class="quick-navigation mb-4"> <div class="row"> <div class="col-12"> <h4>{% if lang == 'DE' %}Schnellnavigation{% else %}Quick Navigation{% endif %}</h4> <div class="d-flex flex-wrap"> {% if startupsSpCgn %} <a href="#koeln" class="btn btn-outline-primary m-1">{% if lang== 'DE' %}Köln{% else %}Cologne{% endif %}</a> {% endif %} {% if startupsSpDus %} <a href="#duesseldorf" class="btn btn-outline-primary m-1">Düsseldorf</a> {% endif %} {% if startupsRheinlandPitch %} <a href="#rheinlandpitch" class="btn btn-outline-primary m-1">Rheinland Pitch</a> {% endif %} {% if startupsCurrentBatch %} <a href="#batch{{ currentBatchNumber }}" class="btn btn-outline-primary m-1">Batch #{{ currentBatchNumber }}</a> {% endif %} {% if startupsLastBatch %} <a href="#batch{{ currentBatchNumber -1 }}" class="btn btn-outline-primary m-1">Batch #{{ currentBatchNumber -1 }}</a> {% endif %} {% if startupsBatch20 %} <a href="#batch{{ currentBatchNumber -2 }}" class="btn btn-outline-primary m-1">Batch #{{ currentBatchNumber -2 }}</a> {% endif %} {% if startupsGruenderstipendium is defined %} <a href="#gruenderstipendium" class="btn btn-outline-primary m-1">{% if lang== 'DE' %}Gründerstipendium{% else %}Founders' Scholarship{% endif %}</a> {% endif %} {% if startupsGruenderstipendiumAlumni is defined %} <a href="#gruenderstipendium-alumnis" class="btn btn-outline-primary m-1">{% if lang== 'DE' %}Gründerstipendium Alumni{% else %}Founders' Scholarship Alumni{% endif %}</a> {% endif %} {% if startupsAlumni %} <a href="#alumni" class="btn btn-outline-primary m-1">{% if lang== 'DE' %}Ehemalige Startups{% else %}Alumni Startups{% endif %}</a> {% endif %} {% if startupsExtern|length > 0 %} <a href="#oekosystem" class="btn btn-outline-primary m-1">{% if lang== 'DE' %}Ökosystem{% else %}Ecosystem{% endif %}</a> {% endif %} </div> </div> </div> </div> <!-- Unsichtbares Padding für Anker-Links, um unter dem fixen Menü zu erscheinen --> <style> .section-anchor { display: block; position: relative; top: -120px; /* Höhe des Menüs + etwas Extra-Abstand */ visibility: hidden; } .back-to-top { margin-bottom: 20px; display: inline-block; } </style> {% if startupsSpCgn %} <span class="section-anchor" id="koeln"></span> <h2>{% if lang== 'DE' %}Unsere Startups im STARTPLATZ Köln{% else %}Our startups at STARTPLATZ Cologne{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsSpCgn} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} {% if startupsSpDus %} <span class="section-anchor" id="duesseldorf"></span> <h2>{% if lang== 'DE' %}Unsere Startups im STARTPLATZ Düsseldorf{% else %}Our startups at STARTPLATZ Dusseldorf{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsSpDus} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} {% if startupsRheinlandPitch %} <span class="section-anchor" id="rheinlandpitch"></span> <h2>{% if lang== 'DE' %}Die Teams beim aktuellen Rheinland Pitch{% else %}The teams at the current Rhineland pitch{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsRheinlandPitch} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} {% if startupsCurrentBatch %} <span class="section-anchor" id="batch{{ currentBatchNumber }}"></span> <h2 class="mt-3">{% if lang== 'DE' %}Batch #{{ currentBatchNumber }}{% else %}Batch #{{ currentBatchNumber }}{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsCurrentBatch} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} {% if startupsLastBatch %} <span class="section-anchor" id="batch{{ currentBatchNumber -1 }}"></span> <h2 class="mt-3">{% if lang== 'DE' %}Batch #{{ currentBatchNumber -1 }}{% else %}Batch #{{ currentBatchNumber -1 }}{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsLastBatch} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} {% if startupsBatch20 %} <span class="section-anchor" id="batch{{ currentBatchNumber -2 }}"></span> <h2 class="mt-3">{% if lang== 'DE' %}Batch #{{ currentBatchNumber -2 }}{% else %}Batch #{{ currentBatchNumber -2 }}{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsBatch20} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} {% if startupsGruenderstipendium is defined %} <div class="mt-3"></div> <span class="section-anchor" id="gruenderstipendium"></span> <h2>{% if lang== 'DE' %}Die Teams im Gründungsstipendium{% else %}The teams in the Founders' Scholarship{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsGruenderstipendium} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} {% if startupsGruenderstipendiumAlumni is defined %} <span class="section-anchor" id="gruenderstipendium-alumnis"></span> <h2>{% if lang== 'DE' %}Gründungsstipendium Alumnis{% else %}Founders' Scholarship Alumni{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsGruenderstipendiumAlumni} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} {% if startupsAlumni %} <span class="section-anchor" id="alumni"></span> <h2>{% if lang== 'DE' %}Raus aus dem Brutkasten - einige unserer ehemaligen Startups{% else %}Out of the incubator - some of our former startups{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsAlumni} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} {% if startupsExtern|length > 0 %} <span class="section-anchor" id="oekosystem"></span> <h2>{% if lang== 'DE' %}Startups im STARTPLATZ Ökosystem{% else %}Startups in the STARTPLATZ ecosystem{% endif %}</h2> {% include '@StartPlatzAlphaBundle/Startup/_feed.startups.homepage.html.twig' with {'startups':startupsExtern} %} <a href="#topnavigation" class="back-to-top btn btn-sm btn-outline-secondary"> <i class="fas fa-arrow-up"></i> {% if lang== 'DE' %}Zurück zur Navigation{% else %}Back to navigation{% endif %} </a> {% endif %} </div></section>