File tree 3 files changed +22
-3
lines changed
Filter options
3 files changed +22
-3
lines changed
Original file line number Diff line number Diff line change
1
+ # Les petits plats
2
+
3
+ ## Project
4
+ - Allow users to quickly find recipes from a fluid search engine.
5
+
6
+ ## Front-end method
7
+ - Development of an efficient search algorithm.
8
+
9
+ ## Two approaches to compare
10
+ - Classic linear search.
11
+ - Linear search using chunks.
12
+
13
+ ### Language
14
+
15
+ JavaScript
16
+
17
+ ### Tools
18
+
19
+ Using the framework [ Bootstrap] ( https://getbootstrap.com/ ) and the preprocessor sass.
Original file line number Diff line number Diff line change 15
15
< body >
16
16
<!-- Header -->
17
17
< header class ="header-site position-absolute top-0 start-0 w-100 ">
18
- < div class ="container-xxl bg-transparent ">
18
+ < div class ="container-xxl w-90 py-5 bg-transparent ">
19
19
< nav class ="navbar navbar-expand-lg py-0 " aria-label ="Navigation principale ">
20
- < a href ="/ " class ="navbar-brand ms-6 ">
21
- < img src ="./assets/images/logo.png " alt ="Les Petits Plats, page d'accueil ">
20
+ < a href ="/ " class ="navbar-brand ">
21
+ < img src ="./assets/images/logo.png " alt ="Les Petits Plats, page d'accueil " width =" 180 " height =" 22 " >
22
22
</ a >
23
23
</ nav >
24
24
</ div >
You can’t perform that action at this time.
0 commit comments