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
Ariele Luciano Sgheiza
Portfolio CUI
Commits
8ab16012
Commit
8ab16012
authored
Dec 09, 2020
by
Luca Silly
Browse files
bouton recherche interface
parent
6d50f1f8
Pipeline
#21534
failed with stages
in 33 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
index.css
View file @
8ab16012
...
...
@@ -49,8 +49,16 @@ header{
#chercher
{
position
:
absolute
;
margin-left
:
50%
;
margin-right
:
50%
;
margin-left
:
40%
;
margin-right
:
40%
;
padding-top
:
10px
;
}
#chercher2
{
position
:
absolute
;
margin-left
:
40%
;
margin-right
:
40%
;
}
#search
{
...
...
@@ -78,3 +86,12 @@ header{
text-align
:
center
;
}
#hautPage
{
background-color
:
#f3f3f3
ff
;
height
:
80px
;
}
#ligneGrise
{
background-color
:
#434343
ff
;
height
:
20px
;
}
\ No newline at end of file
index.html
View file @
8ab16012
...
...
@@ -16,12 +16,7 @@
<div
class=
"header-right"
>
<img
src=
"images/profil.png"
alt=
"profil"
id=
"profil_user"
>
</div>
<div
id=
"chercher"
>
<input
type=
"text"
placeholder=
"Cherchez un projet..."
id=
"search"
>
<button
type=
"submit"
class=
"searchButton"
id=
"submit"
onclick=
"lancerRecherche()"
>
<i
class=
"fas fa-search"
></i>
</button>
</div>
<div
class=
"header-left"
>
<img
src=
"images/logo.png"
alt=
"logo"
id=
"logo"
>
<div
id=
"logo_couleur"
>
...
...
@@ -31,6 +26,15 @@
</div>
</header>
<div
id=
"hautPage"
>
<div
id=
"chercher"
>
<input
type=
"text"
placeholder=
"Cherchez un projet..."
id=
"search"
>
<button
type=
"submit"
class=
"searchButton"
id=
"submit"
onclick=
"lancerRecherche()"
>
<i
class=
"fas fa-search"
></i>
</div>
</div>
<div
id=
"ligneGrise"
></div>
Login temporaire :
<br>
...
...
@@ -41,4 +45,6 @@
</button>
</body>
</html>
\ No newline at end of file
</html>
profil.html
View file @
8ab16012
...
...
@@ -18,7 +18,7 @@
<div
class=
"header-right"
>
<img
src=
"images/profil.png"
alt=
"profil"
id=
"profil_user"
>
</div>
<div
id=
"chercher"
>
<div
id=
"chercher
2
"
>
<input
type=
"text"
placeholder=
"Cherchez un projet..."
id=
"search"
>
<button
type=
"submit"
class=
"searchButton"
id=
"submit"
onclick=
"lancerRecherche()"
>
<i
class=
"fas fa-search"
></i>
...
...
projet.html
View file @
8ab16012
...
...
@@ -17,7 +17,7 @@
<div
class=
"header-right"
>
<img
src=
"images/profil.png"
alt=
"profil"
id=
"profil_user"
>
</div>
<div
id=
"chercher"
>
<div
id=
"chercher
2
"
>
<input
type=
"text"
placeholder=
"Cherchez un projet..."
id=
"search"
>
<button
type=
"submit"
class=
"searchButton"
id=
"submit"
onclick=
"lancerRecherche()"
>
<i
class=
"fas fa-search"
></i>
...
...
recherche.html
View file @
8ab16012
...
...
@@ -17,12 +17,7 @@
<div
class=
"header-right"
>
<img
src=
"images/profil.png"
alt=
"profil"
id=
"profil_user"
>
</div>
<div
id=
"chercher"
>
<input
type=
"text"
placeholder=
"Cherchez un projet..."
id=
"search"
>
<button
type=
"submit"
class=
"searchButton"
id=
"submit"
onclick=
"lancerRecherche()"
>
<i
class=
"fas fa-search"
></i>
</button>
</div>
<div
class=
"header-left"
>
<img
src=
"images/logo.png"
alt=
"logo"
id=
"logo"
>
<div
id=
"logo_couleur"
>
...
...
@@ -32,6 +27,16 @@
</div>
</header>
<div
id=
"hautPage"
>
<div
id=
"chercher"
>
<input
type=
"text"
placeholder=
"Cherchez un projet..."
id=
"search"
>
<button
type=
"submit"
class=
"searchButton"
id=
"submit"
onclick=
"lancerRecherche()"
>
<i
class=
"fas fa-search"
></i>
</div>
</div>
<div
id=
"ligneGrise"
></div>
<script>
rechercher
(
localStorage
.
recherche
)
</script>
...
...
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