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

Add contact us page

parent aec8316c
No related branches found
No related tags found
1 merge request!73Add contact us page
......@@ -38,6 +38,13 @@
<v-list-item-title>Cookie Notice</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-divider />
<v-subheader>Contact</v-subheader>
<v-list-item nuxt to="/contact_us">
<v-list-item-content>
<v-list-item-title>Contact Us</v-list-item-title>
</v-list-item-content>
</v-list-item>
</v-list>
</v-menu>
</div>
......
......@@ -42,6 +42,13 @@
<v-list-item-title>Cookie Notice</v-list-item-title>
</v-list-item-content>
</v-list-item>
<v-divider />
<v-subheader>Contact</v-subheader>
<v-list-item nuxt to="/contact_us">
<v-list-item-content>
<v-list-item-title>Contact Us</v-list-item-title>
</v-list-item-content>
</v-list-item>
</v-list>
</v-menu>
</template>
......
<template>
<div>
<h1 class="font-weight-light">Contact Us</h1>
<v-divider />
<br />
<p class="text-justify">
To send any comment, feedback or suggestion please write an email to
<a href="mailto:chembl-help@ebi.ac.uk">chembl-help@ebi.ac.uk</a>.
</p>
</div>
</template>
<script>
export default {}
</script>
<style></style>
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