Skip to content
Snippets Groups Projects
Commit 641dba40 authored by David Mendez's avatar David Mendez
Browse files

Eubopen: fix some accessibility details (titles, color contrast)

parent d667a430
No related branches found
No related tags found
1 merge request!32Eubopen: fix some accessibility details (titles, color contrast)
......@@ -4,9 +4,8 @@
<div class="d-flex justify-center text-container">
<span class="text-body-2 text-justify">
Website hosted by the
<a target="_blank" href="https://www.ebi.ac.uk/">EMBL-EBI</a>, licensed
under the
<a target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0"
<a href="https://www.ebi.ac.uk/">EMBL-EBI</a>, licensed under the
<a href="https://www.apache.org/licenses/LICENSE-2.0"
>Apache License, Version 2.0.</a
>
|
......
......@@ -57,7 +57,7 @@
<v-row class="details-row" dense>
<v-col cols="12">
<div class="d-flex align-center flex-column flex-md-row">
<b>Protein Target Classification:</b>
<b>Protein Target Classifications:</b>
<ProteinTargetClassification
:protein-classifications="
......
<template>
<v-card tile flat>
<v-card-title> Accessibility </v-card-title>
<div>
<h1 class="font-weight-light">Accessibility</h1>
<v-divider />
<v-card-text> </v-card-text>
</v-card>
<br />
<p class="text-justify">Accessibility statement coming soon...</p>
</div>
</template>
<script>
......
<template>
<v-card tile flat>
<v-card-title> Acknowledgement </v-card-title>
<div>
<h1 class="font-weight-light">Acknoledgement</h1>
<v-divider />
<v-card-text>
<p class="text-justify">
The EUbOPEN project has received funding from the Innovative Medicines
Initiative 2 Joint Undertaking (JU) under grant agreement No 875510. The
JU receives support from the European Union’s Horizon 2020 research and
innovation programme and EFPIA and Ontario Institute for Cancer
Research, Royal Institution for the Advancement of Learning McGill
University, Kungliga Tekniska Hoegskolan, Diamond Light Source Limited.
</p>
<br />
<div>
<v-row>
<v-spacer />
<template v-for="partner in partners">
<v-col
:key="partner.id"
cols="3"
sm="2"
md="1"
class="d-flex justify-center align-center"
>
<a :href="partner.linkTo" class="logo-link">
<v-img
:src="
require(`@/static/img/partnerLogos/${partner.logoFilename}`)
"
:alt="partner.alt"
/>
</a>
</v-col>
<v-spacer :key="`${partner.id}-spacer`" />
</template>
<v-spacer />
</v-row>
</div>
</v-card-text>
</v-card>
<br />
<p class="text-justify">
The EUbOPEN project has received funding from the Innovative Medicines
Initiative 2 Joint Undertaking (JU) under grant agreement No 875510. The
JU receives support from the European Union’s Horizon 2020 research and
innovation programme and EFPIA and Ontario Institute for Cancer Research,
Royal Institution for the Advancement of Learning McGill University,
Kungliga Tekniska Hoegskolan, Diamond Light Source Limited.
</p>
<br />
<div>
<v-row>
<v-spacer />
<template v-for="partner in partners">
<v-col
:key="partner.id"
cols="3"
sm="2"
md="1"
class="d-flex justify-center align-center"
>
<a :href="partner.linkTo" class="logo-link">
<v-img
:src="
require(`@/static/img/partnerLogos/${partner.logoFilename}`)
"
:alt="partner.alt"
/>
</a>
</v-col>
<v-spacer :key="`${partner.id}-spacer`" />
</template>
<v-spacer />
</v-row>
</div>
</div>
</template>
<script>
......
<template>
<v-card tile flat>
<v-card-title> Disclaimer </v-card-title>
<div>
<h1 class="font-weight-light">Disclaimer</h1>
<v-divider />
<v-card-text>
<p class="text-justify">
This communication reflects the views of the authors and neither IMI nor
the European Union, EFPIA or any Associated Partners are liable for any
use that may be made of the information contained herein.
</p>
</v-card-text>
</v-card>
<br />
<p class="text-justify">
This communication reflects the views of the authors and neither IMI nor
the European Union, EFPIA or any Associated Partners are liable for any
use that may be made of the information contained herein.
</p>
</div>
</template>
<script>
......
......@@ -20,12 +20,12 @@
</p>
<div class="d-flex justify-space-between flex-wrap align-center">
<div class="buttons-container">
<v-btn depressed color="primary" nuxt to="/compound/browse/state">
<v-btn depressed color="primary" nuxt to="/compound/browse">
Explore all Compounds
</v-btn>
</div>
<div class="buttons-container">
<v-btn depressed color="primary" nuxt to="/target/browse/state">
<v-btn depressed color="primary" nuxt to="/target/browse">
Explore all Targets
</v-btn>
</div>
......
<template>
<v-card tile flat>
<v-card-title> Privacy Notice </v-card-title>
<div>
<h1 class="font-weight-light">Privacy Notice</h1>
<v-divider />
<v-card-text class="yellow lighten-4">
<p class="text-justify">
Click <a href="/DraftPrivacyNotice.pdf">here</a> to download the DRAFT
of the privacy notice. Ths draft is generated by the EBI Data Protection
Engine (DPE). Once we agree on a final version, this page will be
generated with the data generated by the DPE.
</p>
<p class="text-justify">
The PDF file was generated by printing the current record in the DPE.
</p>
</v-card-text>
</v-card>
<br />
<p class="text-justify">
Click <a href="/DraftPrivacyNotice.pdf">here</a> to download the DRAFT of
the privacy notice. Ths draft is generated by the EBI Data Protection
Engine (DPE). Once we agree on a final version, this page will be
generated with the data generated by the DPE.
</p>
<p class="text-justify">
The PDF file was generated by printing the current record in the DPE.
</p>
</div>
</template>
<script>
......
Subproject commit df9638341fc071673139879290074b2c495f4f5f
Subproject commit 93bc3bc56ced4381eb5c27947817ba0238fdd958
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment