Browse Source

add links, adjust config

huaisianhuang 3 years ago
parent
commit
979517baa8

+ 10 - 2
assets/scss/_typography.scss

@@ -77,9 +77,17 @@ h6,
 }
 
 .linkedin_sec {
-  display: block;
+  display: inline-block;
   border: 1px solid $text-color;
   border-radius: 50%;
   width: 40px;
   height: 40px;
-}
+  margin-right: 1rem;
+}
+
+.linkedin_sec.line {
+  font-size: .8rem;
+  color: #777;
+  font-weight: bold;
+}
+

+ 2 - 2
config.toml

@@ -42,7 +42,7 @@ languageName = "Ch"
 languageCode = "zh-Hant"
 weight = 1
 ########### footer content ##########
-footer_content = "<p style='display:flex;justify-content:center'><a href='https://www.linkedin.com/company/choozmo/?viewAsMember=true' class='linkedin_sec'><i class='ti-linkedin' style='color:#777;line-height:35px;'></i></a><p> <a href='https://www.google.com/maps?q=新竹縣竹北市復興二路229號9樓之9' target='_blank' style='color:#6c757d;'>新竹縣竹北市復興二路229號9樓之9</a> <p> <a href='tel:036670804' style='color:#6c757d;'>03-6670804</a> <p> <a href='mailto:service@choozmo.com'>service@choozmo.com</a>"
+footer_content = "<p style='display:flex;justify-content:center'><a href='https://www.linkedin.com/company/choozmo/?viewAsMember=true' class='linkedin_sec'><i class='ti-linkedin' style='color:#777;line-height:35px;'></i></a><a href='https://page.line.me/choozmo' class='linkedin_sec line'>LINE<i class='ti-line' style='color:#777;line-height:35px;'></i></a><p> <a href='https://www.google.com/maps?q=新竹縣竹北市復興二路229號9樓之9' target='_blank' style='color:#6c757d;'>新竹縣竹北市復興二路229號9樓之9</a> <p> <a href='tel:036670804' style='color:#6c757d;'>03-6670804</a> <p> <a href='mailto:service@choozmo.com'>service@choozmo.com</a>"
 # copyright
 copyright = "© 2021 集仕多股份有限公司 版權所有"
 # Navigation buttons
@@ -94,7 +94,7 @@ identifier = "contact"
 languageName = "En"
 languageCode = "en-us"
 weight = 2
-footer_content = "<p style='display:flex;justify-content:center'><a href='https://www.linkedin.com/company/choozmo/?viewAsMember=true' class='linkedin_sec'><i class='ti-linkedin' style='color:#777;line-height:35px;'></i></a><p> <a href='https://www.google.com/maps?q=新竹縣竹北市復興二路229號9樓之9' target='_blank' style='color:#6c757d;'>Rm. 9, 9F., No. 229, Fuxing 2nd Rd., Zhubei City, Hsinchu County 302052, Taiwan (R.O.C.)</a> <p> <a href='tel:036670804' style='color:#6c757d;'>03-6670804</a> <p> <a href='mailto:service@choozmo.com'>service@choozmo.com</a>"
+footer_content = "<p style='display:flex;justify-content:center'><a href='https://www.linkedin.com/company/choozmo/?viewAsMember=true' class='linkedin_sec'><i class='ti-linkedin' style='color:#777;line-height:35px;'></i></a><a href='https://page.line.me/choozmo' class='linkedin_sec line'>LINE<i class='ti-line' style='color:#777;line-height:35px;'></i></a><p> <a href='https://www.google.com/maps?q=新竹縣竹北市復興二路229號9樓之9' target='_blank' style='color:#6c757d;'>Rm. 9, 9F., No. 229, Fuxing 2nd Rd., Zhubei City, Hsinchu County 302052, Taiwan (R.O.C.)</a> <p> <a href='tel:036670804' style='color:#6c757d;'>03-6670804</a> <p> <a href='mailto:service@choozmo.com'>service@choozmo.com</a>"
 copyright = "Copyright © 2021 By Choozmo"
 
 [Languages.en.params.navigation_button]

+ 1 - 0
content/AI國際代言人/_index.ch.md

@@ -1,6 +1,7 @@
 ---
 title: "AI國際代言人"
 subtitle: "行銷全球無障礙<br>虛擬人像技術,不論是要以白人女性代言人銷售歐美,或是戴頭巾銷售中東都能達成"
+button: "了解更多"
 # meta description
 description: "行銷全球無障礙<br>虛擬人像技術,不論是要以白人女性代言人銷售歐美,或是戴頭巾銷售中東都能達成"
 draft: false

+ 1 - 0
content/AI國際代言人/_index.en.md

@@ -1,6 +1,7 @@
 ---
 title: "AI Spokesgirl"
 subtitle: "Global marketing barrier-free<br>With virtual portrait, whether you want to enter to Europe market as a white female spokesperson, or in the middle east market woman with hijab, we can switch and make it."
+button: "Learn More"
 # meta description
 description: "Global marketing barrier-free<br>With virtual portrait, whether you want to enter to Europe market as a white female spokesperson, or in the middle east market woman with hijab, we can switch and make it."
 draft: false

+ 5 - 0
layouts/partials/page-header.html

@@ -4,5 +4,10 @@
     {{ with .Params.subtitle }}
     <p>{{ . | markdownify }}</p>
     {{ end }}
+    {{ if .Params.button }}
+    {{ with .Params.button }}
+    <a href="http://ai.choozmo.com/"><button class="btn btn btn-sm btn-primary learnMore">{{ . | markdownify }}</button></a>
+    {{ end }}
+    {{ end }}
   </div>
 </section>

File diff suppressed because it is too large
+ 0 - 0
resources/_gen/assets/scss/scss/style.scss_b95b077eb505d5c0aff8055eaced30ad.content


Some files were not shown because too many files changed in this diff