Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53bb794

Browse filesBrowse files
committed
Add README.md file + update logo image
1 parent 0f5f84a commit 53bb794
Copy full SHA for 53bb794

File tree

3 files changed

+22
-3
lines changed
Filter options

3 files changed

+22
-3
lines changed

‎README.md

Copy file name to clipboard
+19Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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.

‎assets/images/logo.png

Copy file name to clipboard
-1.79 KB
Loading

‎index.html

Copy file name to clipboardExpand all lines: index.html
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<body>
1616
<!-- Header -->
1717
<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">
1919
<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">
2222
</a>
2323
</nav>
2424
</div>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.