Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
21_22-J-02
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J-02
21_22-J-02
Commits
ec1d108b
Commit
ec1d108b
authored
May 01, 2022
by
NaweenTharuka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: Integrated pronounciation frontend
parent
5850a9da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
37 additions
and
3 deletions
+37
-3
Presently/presently/users/templates/users/pronuciation.html
Presently/presently/users/templates/users/pronuciation.html
+37
-3
No files found.
Presently/presently/users/templates/users/pronuciation.html
View file @
ec1d108b
...
@@ -11,12 +11,46 @@
...
@@ -11,12 +11,46 @@
</ol>
</ol>
</nav>
</nav>
<div
class=
"heading-text heading-section text-center py-3"
>
<div
class=
"heading-text heading-section text-center py-3"
>
<h4
>
Pronuciation and Grammer Error
s
</h4>
<h4
class=
"mb-0"
>
Pronuciation and Grammer Suggestion
s
</h4>
<span
class=
"lead"
>
See what presently think about your presentation
</span>
<span
class=
"lead"
>
See what presently think about your presentation
</span>
</div>
</div>
<hr/>
<div
class=
"tabs my-5"
>
<ul
class=
"nav nav-tabs"
id=
"myTab"
role=
"tablist"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link active"
id=
"home-tab"
data-toggle=
"tab"
href=
"#home"
role=
"tab"
aria-controls=
"home"
aria-selected=
"true"
>
Grammer Suggestions
</a>
</li>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
id=
"profile-tab"
data-toggle=
"tab"
href=
"#profile"
role=
"tab"
aria-controls=
"profile"
aria-selected=
"false"
>
Pronuciation Errors
</a>
</li>
</ul>
<div
class=
"tab-content"
id=
"myTabContent"
>
<div
class=
"tab-pane fade show active"
id=
"home"
role=
"tabpanel"
aria-labelledby=
"home-tab"
>
<h2
class=
"pb-5"
>
You have said..
</h2>
<div
class=
"pb-5 mx-5"
>
<h4
style=
"color: grey;"
>
" {{ stt }} "
</h4>
</div>
<h4>
{{ result }}
</h4>
<div
class=
"py-5"
>
<h2>
What
<span><img
src=
"{% static 'users/images/title.png' %}"
class=
"img-fluid"
style=
"width: 230px;"
></span>
Suggest to say...
</h2>
</div>
<section
class=
"background-colored"
>
<div
id=
"particles-dots"
class=
"particles"
></div>
<div
class=
"container"
>
<div
class=
"heading-text text-light px-5"
>
<h4>
{{ result }}
</h4>
</div>
</div>
</section>
</div>
<div
class=
"tab-pane fade"
id=
"profile"
role=
"tabpanel"
aria-labelledby=
"profile-tab"
>
</div>
</div>
</div>
<div
class=
"d-flex justify-content-center mb-5"
>
<div
class=
"d-flex justify-content-center mb-5"
>
<a
class=
"btn btn-outline"
href=
"{% url 'overallfeedback' %}"
type=
"submit"
>
View summery detail
</a>
<a
class=
"btn btn-outline"
href=
"{% url 'overallfeedback' %}"
type=
"submit"
>
View summery detail
</a>
...
...
Write
Preview
Markdown
is supported
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