Skip to content

Commit

Permalink
Merge pull request #39 from kitbusstopproject/sousu
Browse files Browse the repository at this point in the history
Sousu
  • Loading branch information
sousu0927 authored Feb 9, 2024
2 parents 945cb17 + 7885b7d commit 2f3d3b7
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 33 deletions.
Binary file added image/appapuri.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 36 additions & 20 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,7 @@
}


.link {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 10px;
background-color: #f2f2f2; /* オプション: 背景色を設定する */
}


.Twitter {
flex: 1; /* 利用可能なスペースを占有 */
Expand All @@ -249,19 +242,7 @@
margin: auto;
}

.flex {
display: flex;
align-items: center;
}

.flex .right {
max-width: 100%; /* 画像がコンテナを超えないようにする */
margin-right: 10px; /* オプション: 画像とテキストの間にマージンを追加 */
}

.right, .left {
flex: 1; /* 右と左のdivに均等な幅を設定 */
}

.title {
font-weight:bold;
Expand Down Expand Up @@ -405,6 +386,7 @@
margin:1rem;
border-radius: 20px;
align-items:center;
margin: 0 auto;
}
.app_line{
height: 60rem;
Expand Down Expand Up @@ -450,6 +432,7 @@
margin:1rem;
align-items: center;
border-radius: 20px;

}
.webline{
height: 60rem;
Expand All @@ -459,6 +442,7 @@
margin:1rem;
align-items: center;
border-radius: 20px;
margin: 0 auto;
}
.web-img{
width: 60rem;
Expand Down Expand Up @@ -494,6 +478,7 @@
margin:1rem;
align-items: center;
border-radius: 20px;
margin: 0 auto;
}
.gazou-img{

Expand Down Expand Up @@ -529,6 +514,7 @@
margin:1rem;
align-items: center;
border-radius: 20px;
margin: 0 auto;
}
.sensa-img{

Expand Down Expand Up @@ -638,4 +624,34 @@ li{
height: 100px;
margin: 0 auto;
text-align: center;
}
.link{
font-weight:bold;
font-size:7rem;
text-align: center;
margin: 10rem;
color: #EA4E43;
}
.basudoko{
border: solid;
margin:4rem;
background-color: #ebeced;
border-radius: 20px;
}
.appp{
width: 100rem;
}
.appppp{
width:30rem;
text-align: left;
margin: 10rem;
}

.GooglePlay{
width:40rem;
margin:5rem;
}

.basswheresystem{
font-size: 5rem;
}
27 changes: 14 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,24 +151,25 @@
”電子情報通信学会 画像工学研究会, 2016/12/8-9.<br>
</div>
</div>
<div class ="basudoko">
<div class="link">のっティバスどこシステム公開中</div>


<img src="image/appapuri.png" alt="" class="appppp">
<img src="../portal-site/image/nottybus.jpg" alt="" class="appp">
<!--<div class="right">
<p class="title">【のっティバスどこのサイトは<a href="https://nottydoko-demo.sodeproject.com/">こちら</a>!!!】</p>
</div><-->

<a href="https://play.google.com/store/apps/details?id=com.busstopprj.buslocationsystem&hl=ja-JP"><img src="image/google play.png" class = "GooglePlay" alt=""></a>
<a class ="basswheresystem" href="https://nottydoko-demo.sodeproject.com/">バスどこシステムはこちらから</a>

</div>


</main>

</body>
<div class="link">


<div class="flex">
<img src="../portal-site/image/nottybus.jpg" alt="">
<div class="right">
<p class="title">【のっティバスどこのサイトは<a href="https://nottydoko-demo.sodeproject.com/">こちら</a>!!!】</p>
</div>
<div class="left">
<a href="https://play.google.com/store/apps/details?id=com.busstopprj.buslocationsystem&hl=ja-JP"><img src="image/google play.png" alt=""></a>
</div>
</div>
</div>
<div id="footer">
<small class="kopi-raito">©bus stop project 2024</small>

Expand Down

0 comments on commit 2f3d3b7

Please sign in to comment.