so-manager-dev.com/resources/views/swo1_1.blade.php

56 lines
2.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html>
<html lang="ja">
<head>
<title>So-Manager</title>
<meta charset="utf-8">
<link rel="icon" href="assets/img/favicon.ico">
<link href="https://cdnjs.cloudflare.com/ajax/libs/typicons/2.0.9/typicons.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css" rel="stylesheet" />
<link href="../bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<script src="assets/js/ie-emulation-modes-warning.js"></script>
</head>
<body id="" class="">
<div id="font-scale" class="home">
@include('layouts.header');
<!-- ▼ メイン部分 ▼ -->
<main role="main" id="" class="">
<section id="front-catch-area" class="jumbotron">
<div class="container text-center">
<h2>So-Managerの駐車場・駐輪場のご利用開始はこちらから</h2>
</div>
<div class="conainer mt40">
<div class="row">
<div class="col-6 col-md-2 offset-0 offset-md-4 mt20">
<div class="card">
<div class="card-body text-center">
<a href="{{route('swo5_1')}}">
<figure class=""><img src="assets/img/menu-sagasu.png" alt="menu1" class="w-75"></figure>
<h3 class="h6"><br>
<img src="assets/img/search-icon.png" style="height: 1em;">駐輪場を探す
</h3>
</a>
</div>
</div>
</div>
<div class="col-6 col-md-2 offset-0 mt20">
<div class="card">
<div class="card-body text-center">
<a href="{{route('swo8_1')}}">
<figure class=""><img src="assets/img/menu-loguin.png" alt="menu1" class="w-75"></figure>
<h3 class="h6">マイページへログイン<br>定期更新・予約確認</h3>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- ▲ メイン部分 ▲ -->
@include('layouts.info');
@include('layouts.footer');
</div>
</body>
</html>