Skip to content

Commit

Permalink
Add placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
martins-rafael committed Nov 11, 2020
1 parent 6c2bd4f commit 6a678ee
Show file tree
Hide file tree
Showing 12 changed files with 10 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
node_modules
public/images/
node_modules
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes
4 changes: 4 additions & 0 deletions public/images/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
!.gitignore
!chef_placeholder.png
!recipe_placeholder.png
Binary file added public/images/chef_placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/recipe_placeholder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/views/main/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</div>

<div class="banner-img">
<img src="images/chef.png" alt="chef">
<img src="assets/chef.png" alt="chef">
</div>
</section>

Expand Down
4 changes: 2 additions & 2 deletions src/app/views/templates/includes/head-content.njk
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<meta charset="UTF-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if IE]><link rel="shortcut icon" href="images/favicon.ico"><![endif]-->
<link rel="icon" href="/images/favicon.ico" type="image/x-icon">
<!--[if IE]><link rel="shortcut icon" href="assets/favicon.ico"><![endif]-->
<link rel="icon" href="/assets/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap">
<link rel="stylesheet" href="/styles/global.css">
2 changes: 1 addition & 1 deletion src/app/views/templates/includes/links-admin.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<a href="/admin"><img src="/images/logo_admin.png" alt="Foodfy logo"></a>
<a href="/admin"><img src="/assets/logo_admin.png" alt="Foodfy logo"></a>
</div>

<nav class="links">
Expand Down
2 changes: 1 addition & 1 deletion src/app/views/templates/includes/links-main.njk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div>
<a href="/"><img src="/images/logo.png" alt="Foodfy logo"></a>
<a href="/"><img src="/assets/logo.png" alt="Foodfy logo"></a>
</div>

<nav class="links">
Expand Down

0 comments on commit 6a678ee

Please sign in to comment.