diff --git a/class_content/index.html b/class_content/index.html index 447a9a8..de46137 100644 --- a/class_content/index.html +++ b/class_content/index.html @@ -10,32 +10,75 @@
-

ジュニアドクター鳥海塾第2回

+

ジュニアドクター鳥海塾第2021授業内容

※(8月11日現在)感染症対策や講師の都合により変更になる場合があります。

-
-
-
-
日時
-
令和3年8月28日(土)午後2時から
-
場所
-
オンライン
-
-
+
+

第1日目

+
+
+
日時
+
令和3年8月7日(土)午後2時から
+
場所
+
東北公益分科大学
+
+
-
-
-
目次
-
1. 変数とは
-
2. print、printf
-
3. gets.chomp!
- -.to_i
- -.to_f -
-
4. 練習問題
- - -
-
+
+
+
目次
+
1. 受講生への挨拶
+
2. メンターの自己紹介
+
3. グループごとでの自己紹介
+
4. メール設定、s4設定
+
+
+
+
+

第2日目

+
+
+
日時
+
令和3年8月21日(土)午後2時から
+
場所
+
東北公益分科大学
+
+
+ +
+
+
目次
+
1. 抽象表現について
+
2. ジュニアドクターシステムの話し合い
+
3. ログインの操作
+
4. サンプルプログラムの話し合い
+
+
+
+
+

第3日目

+
+
+
日時
+
令和3年8月28日(土)午後2時から
+
場所
+
オンライン
+
+
+ +
+
+
目次
+
1. 変数とは
+
2. print、printf
+
3. gets.chomp!
+ -.to_i
+ -.to_f +
+
4. 練習問題
+ + +
+
diff --git a/jdmain.css b/jdmain.css index 3e1a6f2..60175c7 100644 --- a/jdmain.css +++ b/jdmain.css @@ -236,13 +236,20 @@ /* ---------------------------------------- class-content -----------------------------------------*/ .class-content-items{ - background-color:rgb(187, 235, 241); + background-color:white; padding: 60px; margin-bottom: 60px; margin-top: 60px; - box-shadow: 0 0 8px 4px #ccc; + /* box-shadow: 0 0 8px 4px #ccc; */ font-size: 1.1rem; } +.class-content-items-text{ + text-align: left; + background-color: rgb(24, 99, 238); + color: white; + font-size: 1.1rem; + padding: 5px 7px; +} #class-content .class-content-items { display: flex; align-items: center;