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
68057a2a
Commit
68057a2a
authored
Oct 16, 2020
by
Akshay S Dinesh
Browse files
Close links to apply as mentor
parent
8c6dc99f
Changes
2
Hide whitespace changes
Inline
Side-by-side
website/layouts/index.html
View file @
68057a2a
...
...
@@ -11,7 +11,7 @@
<div
class=
"dropdown cta"
>
<button
onclick=
"myFunction()"
class=
"dropbtn"
>
Apply
</button>
<div
id=
"myDropdown"
class=
"dropdown-content"
style=
"padding: 5px;"
>
<button
style=
"padding: 0px;"
><a
href=
'
{{.Site.BaseURL}}/learners
'
>
As Learner
</a></button>
<button
style=
"padding: 0px;"
><a
href=
'
#
'
>
As Learner
(closed)
</a></button>
<button
style=
"padding: 0px;"
><a
href=
'{{.Site.BaseURL}}/mentors'
>
As Mentor
</a></button>
</div>
</div>
...
...
website/layouts/partials/nav.html
View file @
68057a2a
...
...
@@ -17,8 +17,8 @@
<div
class=
"dropdown cta"
>
<button
onclick=
"myFunctionnav()"
class=
"dropbtn"
>
Apply
</button>
<div
id=
"myDropdownnav"
class=
"dropdown-content"
style=
"padding: 5px;"
>
<button
style=
"padding: 0px;"
><a
href=
'{{.Site.BaseURL}}/learners'
>
As Learner
</a></button>
<div
id=
"myDropdownnav"
class=
"dropdown-content"
style=
"padding: 5px;
right: 0
"
>
<button
style=
"padding: 0px;"
><a
href=
"#"
>
As Learner
(closed)
</a></button>
<button
style=
"padding: 0px;"
><a
href=
'{{.Site.BaseURL}}/mentors'
>
As Mentor
</a></button>
</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