Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gangjun06/SimpleIntro.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgangjun06 <me@gangjun.dev>2020-08-13 16:30:59 +0300
committergangjun06 <me@gangjun.dev>2020-08-13 16:30:59 +0300
commit5726fcc29a1093c0b146b457a9c117519fc9dc57 (patch)
tree1de375b07593e2deef2521689017b766fbe3f385
parent00799926ab09c490e769e56b36543848d4b8fdb6 (diff)
update
-rw-r--r--layouts/partials/home.html8
-rw-r--r--static/css/index.css1
2 files changed, 4 insertions, 5 deletions
diff --git a/layouts/partials/home.html b/layouts/partials/home.html
index 5b5e93a..4fb373a 100644
--- a/layouts/partials/home.html
+++ b/layouts/partials/home.html
@@ -2,19 +2,19 @@
<div id="mainBG" style="background-image: url('{{ $.Site.Params.mainbg }}');">
<div
class="wave wave1"
- style="background-image: url('{{ .Site.BaseURL }}')/img/wave,png;"
+ style="background-image: url('{{ .Site.BaseURL }}/img/wave.png');"
></div>
<div
class="wave wave2"
- style="background-image: url('{{ .Site.BaseURL }}')/img/wave,png;"
+ style="background-image: url('{{ .Site.BaseURL }}/img/wave.png');"
></div>
<div
class="wave wave3"
- style="background-image: url('{{ .Site.BaseURL }}')/img/wave,png;"
+ style="background-image: url('{{ .Site.BaseURL }}/img/wave.png');"
></div>
<div
class="wave wave4"
- style="background-image: url('{{ .Site.BaseURL }}')/img/wave,png;"
+ style="background-image: url('{{ .Site.BaseURL }}/img/wave.png');"
></div>
<div class="centerAll">
<div class="title text-6xl font-bold text-center">
diff --git a/static/css/index.css b/static/css/index.css
index ef50956..341ab35 100644
--- a/static/css/index.css
+++ b/static/css/index.css
@@ -21,7 +21,6 @@
left: 0;
width: 100%;
height: 100px;
- background: url("/img/wave.png");
background-size: 1000px 100px;
}