Mercurial > hgrepos > hgweb.cgi > skipweb
changeset 3315:474002c36e00
hg add oasis2017.html
author | Fumiya Sato <c116092@h.koeki-u.ac.jp> |
---|---|
date | Tue, 25 Jul 2017 18:45:09 +0900 |
parents | dd0ae12e9d17 |
children | 812e526cf956 |
files | event/oasis2017/.htaccess event/oasis2017/oasis2017.css event/oasis2017/oasis2017.html |
diffstat | 3 files changed, 101 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/event/oasis2017/.htaccess Tue Jul 25 18:45:09 2017 +0900 @@ -0,0 +1,1 @@ +AddType "text/html;charaset=utf-8" .html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/event/oasis2017/oasis2017.css Tue Jul 25 18:45:09 2017 +0900 @@ -0,0 +1,62 @@ +body { color:#000; + background:url("idolpost.jpg") no-repeat left top ; + } + +a {color:#0000ff; + text-decoration:none; + } + +a:hover {color:#339999; + cursor:e-resize;} + +h1 { + font-size:xx-large; + color:#339999; + font-weight:bold; + text-align:center; + margin:1em; + } + +#wrapper { + margin-right:400px; + text-align:left; + padding:10px; +} + +#menu ul { +text-align: center; + list-style:none; + padding-left:10ex; + margin:1em; +} + +#menu li { + display:inline; + padding-right:10ex; +} + +#contents h2 { + border-bottom:1px #899501 dotted; + font-size:1em; + font-weight:normal; + line-height:29px; + margin:0; +} + +#contents p { + margin:0; + padding:0.5em 0 2em 0; +} + +#contents strong { + color:red; + font-weight:normal; + border-bottom:1px dashed #999; +} + +#footer { + font-size:small; + text-align:center; + padding:1em; + border-top:1ex double #899501; +}
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/event/oasis2017/oasis2017.html Tue Jul 25 18:45:09 2017 +0900 @@ -0,0 +1,38 @@ +<!DOCTYPE HTML> +<html> +<head> +<title>東北公益文科大学 SKIP みなとオアシスまつり2017</title> +<link rel="stylesheet" type="text/css" href="oasis2017.css"> +</head> + +<body> +<div id="menu"> +<h1 class="title">東北公益文科大学 SKIP みなとオアシスまつり2017</h1> +<ul> + <li><a href="oasis2017.html">TOP</a></li> + <li><a href="https://skip.koeki-prj.org/event/oasis2017/idol/idol.html">アイドル</a></li> + <li><a href="https://skip.koeki-prj.org/event/oasis2017/ikusei/kayaku4.rb">育成</a></li> + <li><a href="https://skip.koeki-prj.org/event/oasis2017/quiz/quiz.html">クイズ</a></li> + <li><a href="https://skip.koeki-prj.org">SKIP</a></li> +</ul> +</div><!-- menu end --> +<div id="contents"> +<h2>みなとオアシスまつり ゲームイベント</h2> +<p>今年もみなとオアシスまつりに公益大の情報サークルSKIPがやってきました! +</p> +<p>今回のゲームはなんと<em>3本立て!?</em></p> +<p>昨年よりもパワーアップしたゲームでみなとオアシスまつりをもっと楽しんじゃおう!</p> +<h2>アイドルエキスパート Side S'</h2> +<p>屋外で楽しみたい人におすすめ!</p> + +<h2>さかたっち R</h2> +<p>涼しい場所でゆっくりあそびたいひとにおすすめ!</p> + +<h2>Quiz in SHONAI</h2> +<p>屋内で遊びたい人におすすめ!</p> +</div><!-- contents end --> +<div id="footer"> +<p>Presented by 東北公益文科大学 Shonai Koeki Infomation Project</p> +</div><!-- footer end --> +</body> +</html>