diff --git a/README.md b/README.md index 450e1ce..bb0cdcf 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ 2018年度ガイダンス(情報科目+α) =============== -[ガイダンス](../../pages/index.html) +* [秋学期ガイダンス](../../pages/index.html) +* [コース分けガイダンス](../../pages/couse-selection/index.html) diff --git a/course-selection/.htaccess b/course-selection/.htaccess new file mode 100644 index 0000000..210dfa3 --- /dev/null +++ b/course-selection/.htaccess @@ -0,0 +1 @@ +AddType "text/html; charset=utf-8" .html diff --git a/course-selection/default.css b/course-selection/default.css new file mode 100644 index 0000000..02ca54f --- /dev/null +++ b/course-selection/default.css @@ -0,0 +1,127 @@ +/* + * Default CSS Definitions for Lecture Note + * (C)2009-2016 by HIROSE, Yuuji [yuuji>a ";} +.screen span.rc {color: yellow;} +.screen var {color: cyan;} +span.contline {color: blue; background: white;} + +.screen a:link {color: #9f9;} +.screen a:visited {color: #7e7;} + +.m0 {margin: 0;} +.e {color: red;} +.u, .ul {text-decoration: underline;} +.see {color: blue;} +.large {font-size: large;} +.xlarge {font-size: x-large;} +.small {font-size: smaller;} +.xsmall {font-size: x-small;} +.screen .e {color: cyan;} +.screen .see {color: #bfe; color: #242; xborder: 1px solid white; background: #fff;} +.shout {text-align: center; font-size: 150%;} +.notice, .topic { + background-color: #fff8dc; /* cornsilk */ + margin-left: 1em; padding: 0 0.5ex; + border: 1px solid navy; xx_list-style-position: inside; /* for ul */ +} +.notice {color: red; font-size: 120%;} +.monolog {font-size: 80%;} + +.list { + background-color: #fffff0; /* ivory */ + margin-left: 5%; margin-right: 5%; + padding: 0px 1ex; clear: both; +} +li .list, li .screen {margin: 0.5ex;} +.list code, .pre {white-space: pre;} +.list span.see {color: blue; /* more specific */} +.list span.string {color: #060;} /* Dark green */ +.list var {color: green;} +pre.scroll {overflow: auto;} +.u, span.rootcmd+span { + color: yellow; +} +div.sample, div.indent { + margin-left: 2em; +} +.ln pre code:before { + content: counter(ln); text-align: center; min-width: 2ex; padding-right: 2ex; + xxborder: 1px solid; +} +.ln pre {counter-reset: ln;} +.ln pre code { counter-increment: ln; margin-left: 4ex;} + +table.border, table.border td, table.border th, table.border tr { + border: 1px solid; border-collapse: collapse; + padding: 0.1ex 0.5ex; vertical-align: top; +} +table.border {margin-left: 2em;} +table.vtop td, table.vtop th {vertical-align: top;} +tr.head {background: #fdf;} +td, th {padding-right: 1ex; padding-left: 1ex;} + +table.fl, div.fl, p.fl {float: left; margin-right: 1em; margin-top: 0;} +div.fr, p.fr {float: right; margin-left: 1em;} +p.fl+p, p.fr+p {clear: none;} +h2, p.clear {clear: both;} p.clear {padding-top: 1em;} +*.c {text-align: center;} +*.framebox {border: 1px solid black; padding 0.2ex;} +*.right {text-align: right;} +address {clear: both; + margin-top: 1ex; border-top: 1px solid black; padding-top: 0.4ex;} + +.footnote { + background-color: #e2f4b0; color: navy; font-size: 80%; + width: 50%; float: right; + border: 1px solid brown; + margin: 0.5ex 0 0.2ex 1ex; padding: 1ex 2em; +} +.footnote + p {margin-top: 5em;} +.footnote + p.nogap {margin-top: 0em;} + +/* footnote mark */ +a.ast {text-decoration: none; color: black;} +a.ast:after {content: "(*)";} diff --git a/course-selection/index.html b/course-selection/index.html new file mode 100644 index 0000000..311ae22 --- /dev/null +++ b/course-selection/index.html @@ -0,0 +1,64 @@ + + + + + + + + + + +

情報特別選抜について

+ +

3年半後

+

どこにいますか?

+

2年後

+

就職活動スタート

+

今の装備のままで
+大丈夫??

+

情報処理の国家資格 - IPA

+ +

情報処理力

+

本学の必修科目

+ + +

力はついている

+

ついた力をどうするか

+ + + +
放置活用
+ +

情報特別選抜

+

+自分の情報処理力を
+人の役に立つレベルまで高める

+ +

卒業単位数は同じ。

+ +

おまけ

+

2017年11月17日: 鶴岡北高校体験授業
+「ポケモンGOみたいなのって作れるの?」

+ +

+https://map.koeki-prj.org/mq5/ipss2017.html

+ +

宝をゲットしたら画面を保持してB-3研究室へ。先着3名様に粗品進呈。

+
+ + + diff --git a/course-selection/project.css b/course-selection/project.css new file mode 100644 index 0000000..cdcd3c8 --- /dev/null +++ b/course-selection/project.css @@ -0,0 +1,49 @@ +/* + * CSS for Sakata City Lecture + */ +@media screen { + body {font-size: 220%; line-height: 1.4;} + table {font-size: 100%;} + h3 {margin-top: 2em;} + h3:before {color: #282;} + h4:before {color: #22b;} + h1 { + margin: 2em 1ex; background: white; border: green; + text-shadow: green 2px 3px 1px; + } + .topic {font-size: 140%;} +} +@media print { + .screen span.e {color: black; text-decoration: underline;} + p.fr + *, p.fl + * {clear: both;} + ul ul, ul p+p {display: none;} +} +h1 {text-align: center; border: double 10px; padding: 1ex;} +h2, address {border-top: 1px solid black; padding-top: 1ex;} +h2 {text-decoration: underline; margin-top: 3em;} +h3:before {content: "■";} +h4:before {content: "▲";} +p.subtitle {margin: 4em; background: #aae; padding: 0.8ex;} +p.indent {margin-left: 2em; background: #dad; padding: 0.5ex;} + +.c {text-align: center;} +.rfloat { + width: 40%; float: right; +} +.lfloat { + width: 40%; float: left; +} +p.fr {float: right; margin-left: 2em;} +p.fl {float: left; margin-right: 2em;} +p.fr + *, p.fl + * {margin-top: 2em;} + +dt:before {content: "◎";} +dt {background: #aeb;} +address {margin-top: 1ex; border-top: 1px solid black; padding-top: 0.4ex;} + +table.border, table.border th, table.border td { + border: 1px solid black; border-collapse: collapse; + padding: 1ex; +} +table.topic td {padding: 1em 3em;} +table.topic {margin: 1ex auto;} diff --git a/course-selection/project.js b/course-selection/project.js new file mode 100644 index 0000000..5eb82fd --- /dev/null +++ b/course-selection/project.js @@ -0,0 +1,10 @@ +/* + * js tricks for trivial motion in presentation + */ + +function light(me) { + me.style.backgroundColor = "#ff9"; + // me.style.fontSize = "150%"; + me.style.color = "#f00"; + me.style.transition = "2.0s"; +} diff --git a/course-selection/qr.png b/course-selection/qr.png new file mode 100644 index 0000000..d25bd8f --- /dev/null +++ b/course-selection/qr.png Binary files differ