diff --git a/asklyphe-auth-frontend/templates/login.html b/asklyphe-auth-frontend/templates/login.html index 4d40273..5414025 100644 --- a/asklyphe-auth-frontend/templates/login.html +++ b/asklyphe-auth-frontend/templates/login.html @@ -3,7 +3,7 @@ {% block title %}Login{% endblock %} {% block head %} - + {% endblock %} {% block page %} @@ -11,10 +11,10 @@
- image of lyphe, our mascot! + image of lyphe, our mascot!
- ask Lyphe! + ask Lyphe!

the best search engine!

diff --git a/asklyphe-auth-frontend/templates/register.html b/asklyphe-auth-frontend/templates/register.html index 24c06e2..6a4c917 100644 --- a/asklyphe-auth-frontend/templates/register.html +++ b/asklyphe-auth-frontend/templates/register.html @@ -3,7 +3,7 @@ {% block title %}Register{% endblock %} {% block head %} - + {% endblock %} {% block page %} @@ -11,10 +11,10 @@
- image of lyphe, our mascot! + image of lyphe, our mascot!
- ask Lyphe! + ask Lyphe!

the best search engine!

diff --git a/asklyphe-auth-frontend/templates/shell.html b/asklyphe-auth-frontend/templates/shell.html index 7e69818..f1f5651 100644 --- a/asklyphe-auth-frontend/templates/shell.html +++ b/asklyphe-auth-frontend/templates/shell.html @@ -11,7 +11,7 @@ title="AskLyphe" href="/static/osd.xml" /> - + {% block head %}{% endblock %} diff --git a/asklyphe-auth-frontend/templates/verify.html b/asklyphe-auth-frontend/templates/verify.html index 2956a49..9068015 100644 --- a/asklyphe-auth-frontend/templates/verify.html +++ b/asklyphe-auth-frontend/templates/verify.html @@ -3,7 +3,7 @@ {% block title %}Verify Email{% endblock %} {% block head %} - + {% endblock %} {% block page %} @@ -11,10 +11,10 @@
- image of lyphe, our mascot! + image of lyphe, our mascot!
- ask Lyphe! + ask Lyphe!

the best search engine!

diff --git a/asklyphe-frontend/templates/announcement.html b/asklyphe-frontend/templates/announcement.html index 2b0e566..40f2a70 100644 --- a/asklyphe-frontend/templates/announcement.html +++ b/asklyphe-frontend/templates/announcement.html @@ -3,7 +3,7 @@ {% block title %}{{ announcement.title }}{% endblock %} {% block head %} - + {% endblock %} {% block page %} @@ -12,11 +12,11 @@
- image of lyphe, our mascot!
- ask lyphe! + ask lyphe!
diff --git a/asklyphe-frontend/templates/frontpage.html b/asklyphe-frontend/templates/frontpage.html index 7536376..1216ea2 100644 --- a/asklyphe-frontend/templates/frontpage.html +++ b/asklyphe-frontend/templates/frontpage.html @@ -3,8 +3,8 @@ {% block title %}the best search engine{% endblock %} {% block head %} - - + + {% endblock %} {% block page %} @@ -17,10 +17,10 @@ {% endmatch %}
- image of lyphe, our mascot! + image of lyphe, our mascot!
- ask Lyphe! + ask Lyphe!

a user-first, customizable, useful, and fun search engine!

@@ -67,7 +67,7 @@

user-first

- lorem ipsum dolor sit amet + lorem ipsum dolor sit amet

we will never serve a single ad.
@@ -90,7 +90,7 @@

customizable

- lorem ipsum dolor sit amet + lorem ipsum dolor sit amet

we aim to design askLyphe in a way that makes personalizing your search results easy and fun!
@@ -102,7 +102,7 @@

useful, but fun!

- lorem ipsum dolor sit amet + lorem ipsum dolor sit amet

our search engine does not rely on (however may still include, for completeness) results from Google, Bing, or any other search engine out there. @@ -135,7 +135,7 @@

fourth box!

- lorem ipsum dolor sit amet + lorem ipsum dolor sit amet

i haven't decided what to put here yet! we're still in alpha so i'm sure i'll come up with something eventually, but i wanted this fourth box because i feel like the design flows nicer with it (: diff --git a/asklyphe-frontend/templates/home.html b/asklyphe-frontend/templates/home.html index 44e9eb0..8a34980 100644 --- a/asklyphe-frontend/templates/home.html +++ b/asklyphe-frontend/templates/home.html @@ -3,9 +3,9 @@ {% block title %}Home{% endblock %} {% block head %} - - - + + + {% endblock %} {% block page %} @@ -15,10 +15,10 @@

- image of lyphe, our mascot! + image of lyphe, our mascot!
- ask Lyphe! + ask Lyphe!

the best search engine!

diff --git a/asklyphe-frontend/templates/image_search.html b/asklyphe-frontend/templates/image_search.html index de06850..0c31ec3 100644 --- a/asklyphe-frontend/templates/image_search.html +++ b/asklyphe-frontend/templates/image_search.html @@ -3,9 +3,9 @@ {% block title %}Images - {{ search_query }}{% endblock %} {% block head %} - - -{% if search_query == "notnite" %}{% endif %} + + +{% if search_query == "notnite" %}{% endif %} {% endblock %} {% block page %} @@ -16,10 +16,10 @@ diff --git a/asklyphe-frontend/templates/search.html b/asklyphe-frontend/templates/search.html index 82d1dcc..12b4a44 100644 --- a/asklyphe-frontend/templates/search.html +++ b/asklyphe-frontend/templates/search.html @@ -3,9 +3,9 @@ {% block title %}{{ search_query }}{% endblock %} {% block head %} - - -{% if search_query == "notnite" %}{% endif %} + + +{% if search_query == "notnite" %}{% endif %} {% endblock %} {% block page %} @@ -16,10 +16,10 @@ diff --git a/asklyphe-frontend/templates/search_js.html b/asklyphe-frontend/templates/search_js.html index 71cc5d3..ea00300 100644 --- a/asklyphe-frontend/templates/search_js.html +++ b/asklyphe-frontend/templates/search_js.html @@ -3,10 +3,10 @@ {% block title %}{{ search_query }}{% endblock %} {% block head %} - - -{% if search_query == "notnite" %}{% endif %} - + + +{% if search_query == "notnite" %}{% endif %} + {% endblock %} {% block page %} @@ -17,10 +17,10 @@ diff --git a/asklyphe-frontend/templates/shell.html b/asklyphe-frontend/templates/shell.html index a61cdd9..200539d 100644 --- a/asklyphe-frontend/templates/shell.html +++ b/asklyphe-frontend/templates/shell.html @@ -11,8 +11,8 @@ title="AskLyphe" href="/static/osd.xml" /> - - + + {% block head %}{% endblock %} diff --git a/asklyphe-frontend/templates/user_settings.html b/asklyphe-frontend/templates/user_settings.html index 63cfec8..8a6d3b9 100644 --- a/asklyphe-frontend/templates/user_settings.html +++ b/asklyphe-frontend/templates/user_settings.html @@ -3,8 +3,8 @@ {% block title %}{{ search_query }}{% endblock %} {% block head %} - - + + {% endblock %} {% block page %}