Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontpage: fix grid layout responsiveness #789

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,19 +119,18 @@ <h1 class="ui large header">{{ _("Recent uploads") }}</h1>
</div>
{% endif %}

<div class="ui stackable theme-font grid container rel-mt-2">
<div class="ui stackable theme-font one column grid container rel-mt-2">
<div class="column">
<div class="row item">
<h1 class="ui large header">{{ _("How it works") }}</h1>
</div>
<div class="ui divider ml-0"></div>
<div class="sixteen wide stretched column rel-mt-4">
<div class="ui equal width grid">
<div class="five wide computer sixteen wide mobile segment-container column rel-m-1">
<section>
<div class="ui divider ml-0"></div>
<div class="ui wide stretched stackable three column grid rel-mt-3">
<div class="column">
<div class="segment-container rel-p-1">
<h1 class="center aligned ui medium header rel-m-1">{{ _("Submit your research") }} </h1>
<div class="ui bottom attached">
<ul>
<div class="ui bottom attached">
<ul class="rel-pr-2">
<li>
<strong>{{ _("Eligibility") }}</strong> — {{ _("Any research output (data, software, posters, presentation, deliverables, ...) stemming from Horizon Europe (including ERC, MCSA, and earlier Framework Programmes) and/or Euratom across all subject areas") }}
</li>
Expand All @@ -153,13 +152,13 @@ <h1 class="center aligned ui medium header rel-m-1">{{ _("Submit your research")
</a>
</div>
</div>
</section>
</div>
<div class="five wide computer sixteen wide mobile segment-container column rel-m-1">
<section>
<h1 class=" center aligned ui medium header rel-m-1">{{ _("Get an EC project community") }} </h1>
<div class="ui bottom attached">
<ul>
</div>
<div class="column">
<div class="segment-container rel-p-1">
<h1 class="center aligned ui medium header rel-m-1">{{ _("Get an EC project community") }} </h1>
<div class="ui bottom attached">
<ul class="rel-pr-2">
<li>
<strong>{{ _("Manage your project's research outputs") }}</strong> — {{ _("An EC project community provides you with a common space to manage research outputs from your project and from all your partners.") }}
</li>
Expand All @@ -184,13 +183,13 @@ <h1 class=" center aligned ui medium header rel-m-1">{{ _("Get an EC project com
</a>
</div>
</div>
</section>
</div>
<div class="five wide computer sixteen wide mobile segment-container column rel-m-1">
<section>
</div>
<div class="column">
<div class="segment-container rel-p-1">
<h1 class="center aligned ui medium header rel-m-1">{{ _("About") }} </h1>
<div class="ui bottom attached ">
<ul>
<div class="ui bottom attached">
<ul class="rel-pr-2">
<li>
<strong>{{ _("Pilot") }}</strong> — {{ _("EU Open Research Repository is in a pilot phase and expected to be fully operational in autumn 2024.") }}
</li>
Expand All @@ -215,10 +214,9 @@ <h1 class="center aligned ui medium header rel-m-1">{{ _("About") }} </h1>
</a>
</div>
</div>
</section>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down
Loading