Newer
Older
web / apply / appreq.html
@ほうちん ほうちん on 5 Jun 2023 1 KB add:応募概要ページ
<!DOCTYPE html>
<html lang="ja">
<head><title>Junior-Doctor Chokai Academy</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap" rel="stylesheet">
<link href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="../jdmain.css">
<link rel="stylesheet" href="../testpage/responsive.css">
<script type="text/javascript" src="../jdinit.js"></script>
<style>
    .section-title{
    margin-top: 110px;
}
</style>
</head>
<body>
<header id="header">この部分は header.html に置き換わる</header>
<main>
    <section id="info" class="wrapper">
    	<h2 class="section-title">応募概要</h2>
            <p><img src="chirashi2023_1.png" alt="2023年度チラシ表"></p>
            <p><img src="chirashi2023_2.png" alt="2023年度チラシ裏"></p>
       
        <p class="info-bottom-text">
	応募は<a href="appform.html">応募フォーム</a>からお申込みいただけます。<br>
  オンライン説明会の詳細は6月7日(水)頃に掲載します。<br>
        </p>
        
   
<footer id="footer">この部分は footer.html に置き換わる</footer>
<script type="text/javascript" src="../testpage/header.js"></script>
</body>
</html>