From 702d26ae1bb207ad3786ef9f39c4dec0841fd3f3 Mon Sep 17 00:00:00 2001 From: Kevin Matsubara Date: Tue, 4 Aug 2026 19:42:51 +0200 Subject: [PATCH] Fix te-form japanese page. --- portfolio/css/custom.css | 19 ++++- .../en/japan/language/te-form/te-form.md | 74 ++++++++++++++----- 2 files changed, 73 insertions(+), 20 deletions(-) diff --git a/portfolio/css/custom.css b/portfolio/css/custom.css index a57b11d..45a73e3 100644 --- a/portfolio/css/custom.css +++ b/portfolio/css/custom.css @@ -28,9 +28,26 @@ footer { } /* Japanese learning notes text colours. */ -span.jc-1 { +span.color-1 { color: mediumvioletred; } +span.color-2 { + color: rgb(6, 144, 107); +} +span.color-3 { + color: rgb(201, 134, 0); +} +span.color-4 { + color: rgb(141, 141, 141); +} + +article.japanese section { + border: #dadada 1px solid; + padding: 15px; + box-shadow: 5px 5px 10px rgb(221, 221, 221); + margin-bottom: 20px; +} + .cert-link { display: inline-flex; diff --git a/portfolio/pages/en/japan/language/te-form/te-form.md b/portfolio/pages/en/japan/language/te-form/te-form.md index 08dcf8a..1fb1b76 100644 --- a/portfolio/pages/en/japan/language/te-form/te-form.md +++ b/portfolio/pages/en/japan/language/te-form/te-form.md @@ -4,34 +4,70 @@ language: "en" title: "て-form" --- +
+ +## Connector form + The て-form also acts as a connector form. -* 母の新しいカメラは小さく軽い。 -* My mothers new camera is small light. - * 小さい > 小さくて +
+母の新しいカメラは小さく軽い。 -* 弟は16歳、学生です。 -* My younger brother is 16-years-old is a student. +My mothers new camera is small and light. -* 山田さんは元気面白い人です。 -* Yamada-san is a lively interesting person. +小さい > 小さくて -* は雪、昨日は雨でした。 -* The day before yesterday in snowed yesterday it rained. - * Note: do not use or even +
+
---- +弟は16歳、学生です。 -Express cause: +My younger brother is 16-years-old and is a student. -* を見漢字をえます。 -* I remember kanji looking at the dictionary. - * Note: do not use +
+
+山田さんは元気面白い人です。 -* 最近は忙しくあまり運動をしていない。 -* Lately, I've been busy I have not been exercising. +Yamada-san is a lively and interesting person. -* 自転車のカギをなくし、家まで歩い帰った。 -* I lost the key to my bicycle, I walked home. \ No newline at end of file +
+
+ +一昨日おとといは雪、昨日は雨でした。 + +The day before yesterday in snowed and yesterday it rained. + +* Note: do not use だった or even だったで + +
+ +## Cause + +It can be used to express causality. + +
+ +しょを見漢字をおぼえます。 + +I remember kanji by looking at the dictionary. + +* Note: do not use 見た + +
+
+ +最近は忙しくあまり運動をしていない。 + +Lately, I've been busy therefor I have not been exercising. + +
+
+ +自転車のカギをなくし<、家まで歩い帰った。 + +I lost the key to my bicycle, therefor I walked home. + +
+
\ No newline at end of file