Skip to content
This repository has been archived by the owner on Dec 7, 2022. It is now read-only.

Commit

Permalink
Update meta
Browse files Browse the repository at this point in the history
  • Loading branch information
jackshendrikov committed Jul 25, 2021
1 parent e87e8c2 commit 977a011
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 4 deletions.
Binary file added static/img/main-img.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 static/img/movie-img.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 static/img/todo-img.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 6 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,17 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="To-Do App">
<meta name="description" content="Portfolio with my Web Development projects">
<meta name="author" content="JackShen">

<meta property="og:image" content="{% static 'img/main-img.png' %}" />
<meta property="og:image:alt" content="Portfolio with my Web Development projects" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="og:title" content="JackShen World" />
<meta property="og:description" content="Portfolio with my web development projects" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jackshen.herokuapp.com/home/" />
<meta property="og:image:url" content="https://i.imgur.com/rRdN8kn.png" />
<meta property="og:description" content="Portfolio with my Web Development projects" />

<title>{% block title %}JackShen World{% endblock %}</title>
<link rel="icon" href="{% static 'ico/logo.ico' %}" type="image/x-icon">
Expand Down
5 changes: 4 additions & 1 deletion templates/movie_finder/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,14 @@
<meta name="description" content="Movie Finder">
<meta name="author" content="JackShen">

<meta property="og:image" content="{% static 'img/movie-img.png' %}" />
<meta property="og:image:alt" content="Movie Finder" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="og:title" content="Movie Finder" />
<meta property="og:description" content="Find movie, add review, get recommendation, watch on Netflix" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jackshen.herokuapp.com/movie-finder/" />
<meta property="og:image:url" content="https://i.imgur.com/rRdN8kn.png" />

<title>{% block title %}Movie Finder{% endblock %}</title>
<link rel="icon" href="{% static 'ico/logo.ico' %}" type="image/x-icon">
Expand Down
8 changes: 8 additions & 0 deletions templates/todo/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@
<meta name="description" content="To-Do App">
<meta name="author" content="JackShen">

<meta property="og:image" content="{% static 'img/todo-img.png' %}" />
<meta property="og:image:alt" content="To-Do App" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="600" />
<meta property="og:title" content="To-Do App" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jackshen.herokuapp.com/todo/" />

<title>{% block title %}To-Do App{% endblock %}</title>
<link rel="icon" href="{% static 'ico/logo.ico' %}" type="image/x-icon">

Expand Down

0 comments on commit 977a011

Please sign in to comment.