Browse Source

[kitagata_support:12367] ホームページバナー作成依頼(AIチャット)

KuniakiTakenaka 3 years ago
parent
commit
981036d96a
3 changed files with 54 additions and 7 deletions
  1. BIN
      css/img/aichat.png
  2. 41
    5
      css/section_190212.css
  3. 13
    2
      index.html

BIN
css/img/aichat.png View File


+ 41
- 5
css/section_190212.css View File

847
   position: relative;
847
   position: relative;
848
   display: block;
848
   display: block;
849
   width: 200px;
849
   width: 200px;
850
-  height: 98px;
850
+  height: 48px;
851
   margin: 10px 10px 10px 0px;
851
   margin: 10px 10px 10px 0px;
852
   background-color: #ffffff;
852
   background-color: #ffffff;
853
   /*background-image: url(img/banner_background200170.png);*/
853
   /*background-image: url(img/banner_background200170.png);*/
858
   position: relative;
858
   position: relative;
859
   display: block;
859
   display: block;
860
   width: 160px;
860
   width: 160px;
861
-  height: 60px;
861
+  height: 20px;
862
   margin: 10px 10px 10px 10px;
862
   margin: 10px 10px 10px 10px;
863
 }
863
 }
864
 
864
 
1202
   top: 0px;
1202
   top: 0px;
1203
   left: 0px;
1203
   left: 0px;
1204
   width: 200px;
1204
   width: 200px;
1205
-  height: 100px;
1205
+  height: 60px;
1206
   margin: 10px 10px 10px 0px;
1206
   margin: 10px 10px 10px 0px;
1207
   background-color: #ffffff;
1207
   background-color: #ffffff;
1208
   /*background-image: url(img/kitagata_background.png);*/
1208
   /*background-image: url(img/kitagata_background.png);*/
1212
   position: relative;
1212
   position: relative;
1213
   display: block;
1213
   display: block;
1214
   width: 180px;
1214
   width: 180px;
1215
-  height: 80px;
1215
+  height: 40px;
1216
   margin: 0px 0px 0px 0px;
1216
   margin: 0px 0px 0px 0px;
1217
   padding: 10px 10px 10px 10px;
1217
   padding: 10px 10px 10px 10px;
1218
 }
1218
 }
1221
   position: relative;
1221
   position: relative;
1222
   display: block;
1222
   display: block;
1223
   width: 180px;
1223
   width: 180px;
1224
-  height: 80px;
1224
+  height: 40px;
1225
   background-color: #01a9de;
1225
   background-color: #01a9de;
1226
+  text-align: center;
1226
   /*background-image: url(img/banner_img200170red.png);*/
1227
   /*background-image: url(img/banner_img200170red.png);*/
1227
 }
1228
 }
1228
 
1229
 
1248
 
1249
 
1249
 /* kitagatakids ここまで */
1250
 /* kitagatakids ここまで */
1250
 
1251
 
1252
+/* 北方町紹介 ここから */
1253
+section#aichat {
1254
+  position: relative;
1255
+  display: block;
1256
+  top: 0px;
1257
+  left: 0px;
1258
+  width: 200px;
1259
+  height: 80px;
1260
+  margin: 0px 10px 10px 0px;
1261
+  background-color: #ffffff;
1262
+  /*background-image: url(img/kitagata_background.png);*/
1263
+}
1264
+
1265
+article#aichat {
1266
+  position: relative;
1267
+  display: block;
1268
+  width: 180px;
1269
+  height: 60px;
1270
+  margin: 0px 0px 0px 0px;
1271
+  padding: 10px 10px 10px 10px;
1272
+}
1273
+
1274
+div#aichat {
1275
+  position: relative;
1276
+  display: block;
1277
+  width: 160px;
1278
+  height: 40px;
1279
+  margin: 0px 0px 0px 0px;
1280
+  padding: 10px 10px 10px 10px;
1281
+  padding-top: 0px;
1282
+  padding-bottom: 0px;
1283
+  text-align: center;
1284
+}
1285
+/* 北方町紹介 ここまで */
1286
+
1251
 /* 各コンテンツブロック配置 */
1287
 /* 各コンテンツブロック配置 */

+ 13
- 2
index.html View File

1453
         </article>
1453
         </article>
1454
       </section>
1454
       </section>
1455
 
1455
 
1456
+      <!--セクション 北方町AIchat-->
1457
+      <section id="aichat">
1458
+        <article id="aichat">
1459
+          <div id="aichat">
1460
+            <a href="https://ai-staff.net/kitagata/chat" target="_blank">
1461
+              <img src="./css/img/aichat.png" height="60px">
1462
+            </a>
1463
+          </div>
1464
+        </article>
1465
+      </section>
1466
+
1456
       <!--セクション 北方町紹介-->
1467
       <!--セクション 北方町紹介-->
1457
       <section id="intro">
1468
       <section id="intro">
1458
         <article id="intro">
1469
         <article id="intro">
1758
       <!--セクション 非核平和都市宣言の町-->
1769
       <!--セクション 非核平和都市宣言の町-->
1759
       <section id="nuclear">
1770
       <section id="nuclear">
1760
         <a class="i_link" href="third/publicity_2/Non_nuclear_peace_promotion.html">
1771
         <a class="i_link" href="third/publicity_2/Non_nuclear_peace_promotion.html">
1761
-          <img src="css/img/hikakuheiwa.png" width="170px" alt="非核平和都市宣言の町" />
1772
+          <img src="css/img/hikakuheiwa.png" height="50px" alt="非核平和都市宣言の町" />
1762
         </a>
1773
         </a>
1763
       </section>
1774
       </section>
1764
 
1775
 
1853
         <article id="calendar3">
1864
         <article id="calendar3">
1854
           <a class="i_link" href="second/Calender.html">
1865
           <a class="i_link" href="second/Calender.html">
1855
             <div id="calendar3_img">
1866
             <div id="calendar3_img">
1856
-              <img src="css/img/Calendar_banner.png" alt="北方町イベントスケジュール" />
1867
+              <img src="css/img/Calendar_banner.png" height="40px" alt="北方町イベントスケジュール" />
1857
             </div>
1868
             </div>
1858
           </a>
1869
           </a>
1859
         </article>
1870
         </article>

Loading…
Cancel
Save