Browse Source

新增ip代理服務頁面

jeter20131220 3 years ago
parent
commit
bccc89d2bf
5 changed files with 22 additions and 8 deletions
  1. 2 0
      index.html
  2. 6 6
      index2.html
  3. 8 1
      style.css
  4. 0 0
      style.css.map
  5. 6 1
      style.scss

+ 2 - 0
index.html

@@ -344,9 +344,11 @@
 
     <!-- sec01 news -->
     <section id="sec01" class="container-fluid" style="padding:5vw 0;">
+        <a style="text-decoration: none;" target="_blank" href="./index2.html">
         <div class="NEWS">
             <h1>NEWS</h1>
         </div>
+        </a>
         <div id="sec01-container" class="container-fluid mx-0 px-0">
             <div id="sec01-container-card" class="row"></div>
         </div>

+ 6 - 6
index2.html

@@ -50,9 +50,9 @@
         </div>
     </div>
     <!-- ip代理服務介紹 -->
-    <section id="sec-service" class="py-5">
+    <section id="sec-service" class="">
      <div>
-       <h1><img style="width: 200px; margin-bottom: 24px;" class="me-3" src="./img/LOGO.png" alt="">IP X NFT</h1>
+       <h1><img style="width: 200px; margin-bottom: 24px;" class="me-3" src="./img/LOGO.png" alt="">IP代理發行</h1>
      </div>
        
         <div class="container-fluid py-5">
@@ -108,15 +108,15 @@
          
             <div class="right col-lg-5 px-0">
                 <div>
-                    <img style="width: 200px; margin-bottom: 24px;"  src="./img/LOGO.png" alt="">
+                  
                     <h1>IP代理發行服務</h1>
-                    <div>
+                    <!-- <div>
                         <h2>發行NFT作品</h2>
                         <p>讓您的作品被全世界看見</p>
                     </div>
                    
                     <h2>策展活動</h2>
-                    <h2>運營與行銷</h2>
+                    <h2>運營與行銷</h2> -->
                     <!-- <ul>
                         <li>發行NFT作品</li>
                         <li>策展活動</li>
@@ -155,7 +155,7 @@
             </div>
         </div>      
     </section>
-    <footer id="footer" class="container-fluid mt-5" style="padding:0;margin:0">
+    <footer id="footer" class="container-fluid" style="padding:0;margin:0">
         <div class="text" style="padding-right:0;">
             <a target="_blank" href="mailto:nftboard.info@gmail.com">
                 <h2>客服信箱:nftboard.info@gmail.com</h2>

+ 8 - 1
style.css

@@ -919,8 +919,14 @@ body .learn-more:hover {
           box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
 }
 
+#sec-works .sec-work-title {
+  margin-top: -120px;
+  margin-bottom: 50px;
+  color: #fff;
+}
+
 #sec-works .sec-work-title h1 {
-  font-size: 45px;
+  font-size: 60px;
   font-weight: 900;
   padding: 15px;
 }
@@ -2793,6 +2799,7 @@ body .learn-more:hover {
 
 #sec-service {
   background: #000;
+  padding: 5vw 0px;
 }
 
 #sec-service h5 {

File diff suppressed because it is too large
+ 0 - 0
style.css.map


+ 6 - 1
style.scss

@@ -671,6 +671,7 @@ body {
 }
 // 活動作品集
 #sec-works {
+
     @media screen and(max-width:$moblie) {
         margin: 10px;
     }
@@ -696,8 +697,11 @@ body {
         }
     }
     .sec-work-title {
+        margin-top: -120px;
+        margin-bottom: 50px;
+        color:#fff;
         h1 {
-            font-size: 45px;
+            font-size: 60px;
             font-weight: 900;
             padding: 15px;
         }
@@ -2478,6 +2482,7 @@ body {
 }
 #sec-service {
     background: #000;
+    padding:5vw 0px;
     h5 {
         font-size: 24px;
     }

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