Bladeren bron

updates to homepage

Elliott Stansbury 5 jaren geleden
bovenliggende
commit
72e78ca7ad

+ 1
- 1
src/main/resources/templates/error.html Bestand weergeven

@@ -3,7 +3,7 @@
3 3
       xsi:schemaLocation="http://www.thymeleaf.org ">
4 4
 <head>
5 5
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
6
-    <link rel="shortcut icon" href="${baseUrl}/favicon.ico" />
6
+    <link rel="shortcut icon" href="${baseUrl}/fa" />
7 7
     <title>Your request cannot be processed</title>
8 8
     <style>
9 9
         ::-moz-selection {

+ 1
- 1
src/main/resources/templates/mail/creationEmail.html Bestand weergeven

@@ -3,7 +3,7 @@
3 3
     <head>
4 4
         <title th:text="#{email.activation.title}">JHipster creation</title>
5 5
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
6
-        <link rel="shortcut icon" th:href="@{|${baseUrl}/favicon.ico|}" />
6
+        <link rel="shortcut icon" th:href="@{|${baseUrl}/faceofbooks4.png|}" />
7 7
     </head>
8 8
     <body>
9 9
         <p th:text="#{email.activation.greeting(${user.login})}">

+ 1
- 1
src/main/webapp/404.html Bestand weergeven

@@ -4,7 +4,7 @@
4 4
     <meta charset="utf-8">
5 5
     <title>Page Not Found</title>
6 6
     <meta name="viewport" content="width=device-width, initial-scale=1">
7
-    <link rel="shortcut icon" href="favicon.ico" />
7
+    <link rel="shortcut icon" href="faceofbooks4.png" />
8 8
     <style>
9 9
 
10 10
         * {

+ 2
- 0
src/main/webapp/app/home/home.component.html Bestand weergeven

@@ -23,6 +23,8 @@
23 23
                 <span jhiTranslate="global.messages.info.register.noaccount">You don't have an account yet?</span>&nbsp;
24 24
                 <a class="alert-link" routerLink="register" jhiTranslate="global.messages.info.register.link">Register a new account</a>
25 25
             </div>
26
+
27
+            <iframe src="https://giphy.com/embed/NQZhGb4uBcVa0" width="900" height="270" frameBorder="0" class="giphy-embed" allowFullScreen></iframe>
26 28
         </div>
27 29
 
28 30
 

+ 1
- 1
src/main/webapp/app/layouts/navbar/navbar.scss Bestand weergeven

@@ -71,7 +71,7 @@ Logo styles
71 71
             width: 70px;
72 72
             display: inline-block;
73 73
             vertical-align: middle;
74
-            background: url('../../../content/images/faceofbooks4.jpg') no-repeat center center;
74
+            background: url('../../../content/images/faceofbooks4.png') no-repeat center center;
75 75
             background-size: contain;
76 76
         }
77 77
     }

BIN
src/main/webapp/content/images/faceofbooks4.jpg Bestand weergeven


BIN
src/main/webapp/content/images/faceofbooks4.png Bestand weergeven


BIN
src/main/webapp/content/images/giphy.gif Bestand weergeven


BIN
src/main/webapp/favicon.ico Bestand weergeven


BIN
src/main/webapp/favicon1.ico Bestand weergeven


+ 1
- 1
src/main/webapp/index.html Bestand weergeven

@@ -9,7 +9,7 @@
9 9
     <meta name="google" value="notranslate">
10 10
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
11 11
     <meta name="theme-color" content="#000000">
12
-    <link rel="shortcut icon" href="favicon.ico" />
12
+    <link rel="shortcut icon" href="faceofbooks4.png" />
13 13
     <link rel="manifest" href="manifest.webapp" />
14 14
     <link rel="stylesheet" href="content/css/loading.css">
15 15
     <!-- jhipster-needle-add-resources-to-root - JHipster will add new resources here -->