Files
rozario/index.html
2025-05-17 00:12:19 +09:00

92 lines
2.7 KiB
HTML
Executable File
Raw Permalink 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">
<meta charset="UTF-8">
<title>池田教会ロザリオ・サークル</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/5/w3.css">
<!-- Load an icon library to show a hamburger menu (bars) on small screens -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
/* Add a black background color to the top navigation */
.topnav {
background-color: #333;
overflow: hidden;
}
/* Style the links inside the navigation bar */
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
/* Change the color of links on hover */
.topnav a:hover {
background-color: #ddd;
color: black;
}
/* Add an active class to highlight the current page */
.topnav a.active {
/* background-color: #04AA6D;*/
background-color: #87CEEB;
color: white;
}
/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
display: none;
}
</style>
<script src=""></script>
<body>
<img src="christ-mary-angels.png" alt="Mary and Christ-child" style="width:100%">
<div class="topnav" id="myTopnav">
<a href="index2.html" class="active">ホーム</a>
<a href="connect2.html">接続方法</a>
<a href="inori2.html">ロザリオの祈り</a>
<a href="javascript:void(0);" class="icon" onclick="myFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="w3-container">
<h1>池田教会ロザリオ・サークル</h1>
<p>「池田教会ロザリオ・サークル」にご参加頂ける方を募集中です。</p>
<p>是非、お気軽に皆様ご参加ください。</p>
<h2>「池田教会ロザリオ・サークル」について</h2>
<p>週に一回、パソコン、スマートフォンを使って、ウェブのオンラインで一緒にロザリオをお捧げする祈りの会です。</p>
<h2>日時 </h2>
<p>毎週日曜日夜9時頃開始</p>
<h2>方法</h2>
<p>パソコンやスマートフォンAndroid、iPhoneいずれでも可能を使って、ご自宅や電車の中から等でもご参加頂けます。詳細について、<a href="connect.html">接続方法</a>のページをご覧ください。</p>
<p>お分かりにならないときは、マイヤー ディビッド&lt;papa@sdf.org&gt;
までおたずねください。</p>
<p>霊的指導:中村神父様</p>
<p>ホームページhttp://papa.sdf.org/rozario/</p>
</div>
</body>
</html>