Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pado
Behira Younes
Commits
5ac0c4e0
Commit
5ac0c4e0
authored
Oct 12, 2020
by
Ratnadeep Rajendra Kharade
Browse files
added feedback button and toggle feedback form functionality
parent
3692a651
Pipeline
#1065
passed with stages
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
5ac0c4e0
...
@@ -78,15 +78,20 @@
...
@@ -78,15 +78,20 @@
<div>
<div>
<button
onclick=
"calculateReadingTime()"
>
Calculate
</button>
<button
onclick=
"calculateReadingTime()"
>
Calculate
</button>
</div>
</div>
<div>
<div
id=
"calculate-time-element"
style=
"display: none;"
>
<div
id=
"calculate-time-element"
class=
"title"
style=
"display: none;
"
>
<div
class=
"title
"
>
<h2>
Estimated Reading Time: 5 min
</h2>
<h2>
Estimated Reading Time: 5 min
</h2>
</div>
</div>
<div>
Send your feedback on: ybehira@yahoo.com
<button
onclick=
"showFeedbackForm()"
>
Feedback
</button>
</div>
</div>
</div>
</div>
</div>
<div>
<div
id=
"feedback-form"
style=
"display: none;"
>
<div
class=
"title"
style=
"padding-bottom: 12px; border-bottom: 1px solid #dddddd; margin-bottom: 10px;"
>
<div
class=
"title"
style=
"padding-bottom: 12px; border-bottom: 1px solid #dddddd; margin-bottom: 10px;"
>
<h3>
Please provide f
eedback
</h3>
<h3>
F
eedback
Form
</h3>
</div>
</div>
<div>
<div>
<form
action=
"mailto:ratnadeepkharade@gmail.com"
method=
"GET"
target=
"_blank"
>
<form
action=
"mailto:ratnadeepkharade@gmail.com"
method=
"GET"
target=
"_blank"
>
...
@@ -159,6 +164,11 @@
...
@@ -159,6 +164,11 @@
x
.
style
.
display
=
"
block
"
;
x
.
style
.
display
=
"
block
"
;
}
}
function
showFeedbackForm
()
{
let
x
=
document
.
getElementById
(
'
feedback-form
'
);
x
.
style
.
display
=
"
block
"
;
}
</script>
</script>
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
<!-- KEINE ÄNDERUNGEN NACH DIESER ZEILE -->
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment