Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
b3a027c4
Commit
b3a027c4
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Add contact us page
parent
aec8316c
No related branches found
Branches containing commit
No related tags found
1 merge request
!73
Add contact us page
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
components/Masthead/LinksMenu.vue
+7
-0
7 additions, 0 deletions
components/Masthead/LinksMenu.vue
components/Masthead/LinksMenuMobile.vue
+7
-0
7 additions, 0 deletions
components/Masthead/LinksMenuMobile.vue
pages/contact_us.vue
+17
-0
17 additions, 0 deletions
pages/contact_us.vue
with
31 additions
and
0 deletions
components/Masthead/LinksMenu.vue
+
7
−
0
View file @
b3a027c4
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
components/Masthead/LinksMenuMobile.vue
+
7
−
0
View file @
b3a027c4
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
pages/contact_us.vue
0 → 100644
+
17
−
0
View file @
b3a027c4
<
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
>
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment