Bladeren bron

updates to homepage

Elliott Stansbury 5 jaren geleden
bovenliggende
commit
72e78ca7ad

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

3
       xsi:schemaLocation="http://www.thymeleaf.org ">
3
       xsi:schemaLocation="http://www.thymeleaf.org ">
4
 <head>
4
 <head>
5
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
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
     <title>Your request cannot be processed</title>
7
     <title>Your request cannot be processed</title>
8
     <style>
8
     <style>
9
         ::-moz-selection {
9
         ::-moz-selection {

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

3
     <head>
3
     <head>
4
         <title th:text="#{email.activation.title}">JHipster creation</title>
4
         <title th:text="#{email.activation.title}">JHipster creation</title>
5
         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
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
     </head>
7
     </head>
8
     <body>
8
     <body>
9
         <p th:text="#{email.activation.greeting(${user.login})}">
9
         <p th:text="#{email.activation.greeting(${user.login})}">

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

4
     <meta charset="utf-8">
4
     <meta charset="utf-8">
5
     <title>Page Not Found</title>
5
     <title>Page Not Found</title>
6
     <meta name="viewport" content="width=device-width, initial-scale=1">
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
     <style>
8
     <style>
9
 
9
 
10
         * {
10
         * {

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

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

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

71
             width: 70px;
71
             width: 70px;
72
             display: inline-block;
72
             display: inline-block;
73
             vertical-align: middle;
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
             background-size: contain;
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
     <meta name="google" value="notranslate">
9
     <meta name="google" value="notranslate">
10
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
10
     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
11
     <meta name="theme-color" content="#000000">
11
     <meta name="theme-color" content="#000000">
12
-    <link rel="shortcut icon" href="favicon.ico" />
12
+    <link rel="shortcut icon" href="faceofbooks4.png" />
13
     <link rel="manifest" href="manifest.webapp" />
13
     <link rel="manifest" href="manifest.webapp" />
14
     <link rel="stylesheet" href="content/css/loading.css">
14
     <link rel="stylesheet" href="content/css/loading.css">
15
     <!-- jhipster-needle-add-resources-to-root - JHipster will add new resources here -->
15
     <!-- jhipster-needle-add-resources-to-root - JHipster will add new resources here -->