Skip to content

Commit

Permalink
fix: 星陵会館への行き方の追加
Browse files Browse the repository at this point in the history
  • Loading branch information
aozoraUS committed Sep 12, 2024
1 parent 41ae108 commit ffb855c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions pages/map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<v-app>
<v-container>
<ToolsBackButton />
<h1 id="title">校内マップ</h1>
<h1 class="title">校内マップ</h1>
<v-row justify="center">
<v-btn-toggle
v-model="selected_floor"
Expand All @@ -25,6 +25,19 @@
/>
</v-col>
</v-row>
<h1 class="title" style="margin-top: 10%; margin-bottom: 5%">
星陵会館へ
</h1>
<v-row justify="center">
<v-col cols="12" md="6">
<v-img
class="img"
:src="`/images/to_seiryo_kaikan.jpg`"
alt="星陵会館への行き方"
>
</v-img>
</v-col>
</v-row>
</v-container>
</v-app>
</template>
Expand Down Expand Up @@ -55,7 +68,7 @@ h2 {
border: 9px solid var(--theme-color);
}
#title {
.title {
display: inline-block;
padding: 0.5rem 3rem 0.5rem 0;
margin-bottom: 5rem;
Expand Down
Binary file modified static/images/map1F.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/map2F.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/map3F.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/images/map4F.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/to_seiryo_kaikan.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ffb855c

Please sign in to comment.