Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ravish shankar
camp
Commits
dfcb5466
Commit
dfcb5466
authored
Jul 29, 2021
by
Bady
Browse files
Add subscribe button within apply button
parent
be4b48a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/i18n/en.yaml
View file @
dfcb5466
...
...
@@ -37,6 +37,9 @@
-
id
:
not-opened
translation
:
Not opened
-
id
:
subscribe-updates
translation
:
Subscribe<br>to updates
-
id
:
whats-sfcamp
translation
:
What is Software Freedom Camp?
...
...
website/layouts/index.html
View file @
dfcb5466
...
...
@@ -16,6 +16,7 @@
<div
id=
"myDropdown"
class=
"dropdown-content"
style=
"padding: 5px;"
>
<button
style=
"padding: 0px;"
><a
href=
'{{"learners" | relLangURL}}'
>
{{i18n "as-learner"}}
<br>
({{i18n "not-opened"}})
</a></button>
<button
style=
"padding: 0px;"
><a
href=
'{{"mentors" | relLangURL}}'
>
{{i18n "as-mentor"}}
<br>
({{i18n "not-opened"}})
</a></button>
<button
style=
"padding: 0px;"
><a
href=
"#subscribe"
>
{{i18n "subscribe-updates" | safeHTML}}
</a></button>
</div>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment