diff --git a/browser-and-ui-2/package.json b/browser-and-ui-2/package.json new file mode 100644 index 0000000..aa5a9f3 --- /dev/null +++ b/browser-and-ui-2/package.json @@ -0,0 +1,14 @@ +{ + "name": "@slide/browser-and-ui-2", + "version": "1.0.0", + "main": "index.js", + "scripts": { + "dev": "slidev", + "build": "slidev build", + "export": "slidev export" + }, + "keywords": [], + "author": "ken7253 ", + "license": "MIT", + "description": "" +} diff --git a/browser-and-ui-2/public/img/nu-html-checker-summary.png b/browser-and-ui-2/public/img/nu-html-checker-summary.png new file mode 100644 index 0000000..afac208 Binary files /dev/null and b/browser-and-ui-2/public/img/nu-html-checker-summary.png differ diff --git a/browser-and-ui-2/slides.md b/browser-and-ui-2/slides.md new file mode 100644 index 0000000..9d6da64 --- /dev/null +++ b/browser-and-ui-2/slides.md @@ -0,0 +1,50 @@ +--- +theme: ../theme-browser-and-ui +titleTemplate: '%s - ken7253' +layout: intro +--- + +# Browser and UI +\#2 HTML/ARIA + +--- +src: "../theme-browser-and-ui/me.md" +--- + +--- +src: "../theme-browser-and-ui/description.md" +--- +--- +layout: section +--- + +# Opening Talk + +--- +layout: section +--- + +## summary要素の不思議 + +--- + +## このHTMLは仕様違反なのか? + +```html +
+ example.comについて +

http://example.com は、documentなどでよく例示用に使われるドメインです。

+
+``` + +--- +layout: center +--- + +## 仕様違反ではない + +--- + +## 仕様違反ではない + +![](/img/nu-html-checker-summary.png) diff --git a/browser-and-ui-2/styles/index.ts b/browser-and-ui-2/styles/index.ts new file mode 100644 index 0000000..6b28ac1 --- /dev/null +++ b/browser-and-ui-2/styles/index.ts @@ -0,0 +1 @@ +import "./mod.css"; diff --git a/browser-and-ui-2/styles/mod.css b/browser-and-ui-2/styles/mod.css new file mode 100644 index 0000000..e69de29 diff --git a/package-lock.json b/package-lock.json index 0396361..3a1442d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,8 @@ "review-comment", "browser-and-ui-1", "theme-browser-and-ui", - "pepc" + "pepc", + "browser-and-ui-2" ], "dependencies": { "@iconify-json/mdi": "^1.2.3", @@ -73,6 +74,12 @@ "version": "1.0.0", "license": "MIT" }, + "browser-and-ui-2": { + "name": "@slide/browser-and-ui-2", + "version": "1.0.0", + "license": "MIT", + "devDependencies": {} + }, "frontend-conf-hokkaido": { "name": "@slide/frontend-conf-hokkaido", "version": "1.0.0", @@ -2148,6 +2155,10 @@ "resolved": "browser-and-ui-1", "link": true }, + "node_modules/@slide/browser-and-ui-2": { + "resolved": "browser-and-ui-2", + "link": true + }, "node_modules/@slide/frontend-conf-hokkaido": { "resolved": "frontend-conf-hokkaido", "link": true diff --git a/package.json b/package.json index de06173..a91f2b9 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,8 @@ "review-comment", "browser-and-ui-1", "theme-browser-and-ui", - "pepc" + "pepc", + "browser-and-ui-2" ], "devDependencies": { "@chromatic-com/storybook": "^3.2.4", diff --git a/theme-browser-and-ui/description.md b/theme-browser-and-ui/description.md new file mode 100644 index 0000000..f829caa --- /dev/null +++ b/theme-browser-and-ui/description.md @@ -0,0 +1,72 @@ +--- +theme: . +titleTemplate: '%s - ken7253' +layout: section +--- + +## Browser and UI とはなにか + +--- +layout: section +--- + +### **狭義の**フロントエンドエンジニアの勉強会 + + + +--- + +### **狭義の**フロントエンドエンジニアの勉強会 + +#### 話していきたいこと + +- ブラウザの仕様・標準化の話 +- ブラウザの実装について +- UI・デザインの話 +- UI実装を支えるツール +- フォント・画像とかのアセット系の話とかも + + + +--- + +### **狭義の**フロントエンドエンジニアの勉強会 + +#### 積極的にはやらないこと + +- ライブラリ・フレームワーク論 +- (サービス全体の)設計論・アーキテクチャ +- サーバーサイドの話 +- 技術以外の話 + + + +--- +layout: section +--- + +## お願いしたいこと + +--- + +### お願いしたいこと + +- 誰かを不快にさせる行動・発表はしないでください。 +- ミニマムな開催にご協力をお願いします。 +- 次回以降の会場提供できそうな人は教えて下さい。 +- また次回やるので来てください! + + \ No newline at end of file diff --git a/theme-browser-and-ui/me.md b/theme-browser-and-ui/me.md index 8e21aad..6ab6125 100644 --- a/theme-browser-and-ui/me.md +++ b/theme-browser-and-ui/me.md @@ -1,9 +1,6 @@ --- -theme: default +theme: . titleTemplate: '%s - ken7253' -fonts: - sans: 'M PLUS 2' - mono: 'M PLUS 1 Code' layout: cover --- diff --git a/theme-browser-and-ui/styles/layout.css b/theme-browser-and-ui/styles/layout.css index 5c93ba9..77e491e 100644 --- a/theme-browser-and-ui/styles/layout.css +++ b/theme-browser-and-ui/styles/layout.css @@ -4,8 +4,7 @@ } #app { - .slide-content, - .print-slide-container { + :is(#slide-content, .print-slide-container) { background-color: var(--theme-c-background); color: var(--theme-c-text); font-weight: 600; @@ -26,6 +25,23 @@ font-weight: 900; } + .slidev-layout.default h2 { + position: relative; + padding-bottom: 12px; + + &::after { + content: ""; + position: absolute; + bottom: 0; + left: 0; + height: 10%; + width: 100%; + background-color: #333; + opacity: 0.6; + border-radius: 100vh; + } + } + code { margin: 0 4px; color: var(--theme-c-background);