diff --git a/static/img/main-img.png b/static/img/main-img.png new file mode 100644 index 0000000..bb003f0 Binary files /dev/null and b/static/img/main-img.png differ diff --git a/static/img/movie-img.png b/static/img/movie-img.png new file mode 100644 index 0000000..a4c139c Binary files /dev/null and b/static/img/movie-img.png differ diff --git a/static/img/todo-img.png b/static/img/todo-img.png new file mode 100644 index 0000000..94951c3 Binary files /dev/null and b/static/img/todo-img.png differ diff --git a/templates/base.html b/templates/base.html index 7b684d7..c6f588e 100644 --- a/templates/base.html +++ b/templates/base.html @@ -5,14 +5,17 @@ - + + + + + - - + {% block title %}JackShen World{% endblock %} diff --git a/templates/movie_finder/base.html b/templates/movie_finder/base.html index 1eb1620..b793232 100644 --- a/templates/movie_finder/base.html +++ b/templates/movie_finder/base.html @@ -8,11 +8,14 @@ + + + + - {% block title %}Movie Finder{% endblock %} diff --git a/templates/todo/base.html b/templates/todo/base.html index 6f3200f..6e730a8 100644 --- a/templates/todo/base.html +++ b/templates/todo/base.html @@ -8,6 +8,14 @@ + + + + + + + + {% block title %}To-Do App{% endblock %}