Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cristo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sofiane Lasri
Cristo
Commits
bdace4ed
Commit
bdace4ed
authored
2 years ago
by
v4nkor
Browse files
Options
Downloads
Patches
Plain Diff
Small changes and tests
parent
6b44f2fc
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
js/voice.js
+4
-0
4 additions, 0 deletions
js/voice.js
pages/accueil.php
+4
-0
4 additions, 0 deletions
pages/accueil.php
styles/scss/app.scss
+4
-0
4 additions, 0 deletions
styles/scss/app.scss
with
12 additions
and
0 deletions
js/voice.js
+
4
−
0
View file @
bdace4ed
...
...
@@ -271,6 +271,10 @@ function enableBtn(){
voiceSpan
.
style
.
display
=
"
none
"
;
}
function
scrollDown
(){
}
docReady
(
function
()
{
populateVoiceList
();
voiceSelect
.
value
=
"
Microsoft Paul - French (France) (fr-FR)
"
;
...
...
This diff is collapsed.
Click to expand it.
pages/accueil.php
+
4
−
0
View file @
bdace4ed
...
...
@@ -30,7 +30,11 @@
<div
class=
"votrerecette"
>
<p>
Vous souhaitez ajouter votre recette ? Cliquez ici
</p>
</div>
<div
style=
"background-color:lightgray;height:3000px;"
>
</div>
Cela etais un test pour le scroll
Bas de la page
<?php
//include "footer.php"; ?>
</
body
>
</
html
>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
styles/scss/app.scss
+
4
−
0
View file @
bdace4ed
@import
url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&family=Roboto:wght@500&display=swap')
;
@import
"../bootstrap/bootstrap"
;
html
{
scroll-behavior
:
smooth
;
}
body
{
font-family
:
'Roboto'
,
sans-serif
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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