diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 84c2e57..0000000 --- a/.babelrc +++ /dev/null @@ -1,16 +0,0 @@ -{ - "env": { - "test": { - "presets": [ - [ - "@babel/preset-env", - { - "targets": { - "node": "current" - } - } - ] - ] - } - } -} diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 4a7ea30..0000000 --- a/.editorconfig +++ /dev/null @@ -1,12 +0,0 @@ -root = true - -[*] -indent_style = space -indent_size = 2 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.md] -trim_trailing_whitespace = false diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 35ca399..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,48 +0,0 @@ -module.exports = { - root: true, - env: { - browser: true, - node: true - }, - extends: [ - '@nuxtjs/eslint-config-typescript', - 'plugin:nuxt/recommended', - 'plugin:@intlify/vue-i18n/recommended', - 'prettier' - ], - plugins: [ - ], - settings: { - 'vue-i18n': { - localeDir: './locales/*.{json,json5,yaml,yml}', - messageSyntaxVersion: '^8.25.0' - } - }, - overrides: [ - { - files: ['*.json', '*.json5'], - extends: ['plugin:@intlify/vue-i18n/recommended'], - }, - { - files: ['*.yaml', '*.yml'], - extends: ['plugin:@intlify/vue-i18n/recommended'], - }, - ], - // add your custom rules here - rules: { - '@intlify/vue-i18n/no-raw-text': [ - 'warn', - { - ignoreNodes: ['style'] - } - ], - '@intlify/vue-i18n/no-duplicate-keys-in-locale': 'warn', - '@intlify/vue-i18n/no-missing-keys-in-other-locales': 'warn', - '@intlify/vue-i18n/no-unused-keys': [ - 'warn', - { - extensions: ['.js', '.ts', '.vue'] - } - ] - } -} diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 176a458..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -* text=auto diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md deleted file mode 100644 index 9268885..0000000 --- a/.github/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,23 +0,0 @@ -# 行動規範 - -## 簡易版 - -Vue.js 日本ユーザーグループでは、性別、性別の表現、性的指向、障害の有無、外見、身体の大きさ、人種、民族、宗教、技術選択にかかわりなく、すべての参加者がハラスメント行為なくミートアップなどのイベント、Slack などのコミュニティに参加できる環境の提供に最善を尽くします。 - -Vue.js 日本ユーザーグループは参加者によるハラスメント行為を一切容認しません。性的な言葉や画像は会話、ワークショップ、懇親会、パーティ、Twitter などのオンラインメディアやソーシャル・ネットワーク・サービスなどにおける発言などイベントやコミュニティに関連するあらゆる場面、場所に不適切であり、これらの規則に違反している参加者は Vue.js 日本ユーザーグループの判断により Vue.js コミュニティ内での行動を制限、または 参加費の払い戻しなく退席をしていただく場合があります。 - -## 詳細版 - -ハラスメント行為には、性別、性同一性、性別の表現、性的指向による差別、障害の有無による差別、外見、身体の大きさによる差別、人種、民族、宗教による差別、技術選択による差別、公共空間での性的な映像表現、意図的な脅迫、ストーカー行為、つきまとい、写真撮影や録音などによる嫌がらせ、トークやその他のイベントなどに対して繰り返して意図的に中断させる行為、不適切な身体接触、そして望まれない性的な注意を引きつける行為を含みます。 - -参加者は、これらのハラスメント行為を止めるように求められた場合、すみやかに従わなければなりません。 - -スポンサーもまた、ハラスメント防止ポリシーの対象です。特に、スポンサーは性的な関心を引き起こすような映像表現、活動、資料、あるいはその他の物品を使用すべきではありません。ボランティアを含め、ブースのスタッフは、性的な関心を引き起こすような服装 / 制服 / コスチュームを使用すべきではありませんし、その他の手段で性的な関心を引き起こす様な環境を作るべきではありません。 - -参加者がハラスメント行為を行っている場合、Vue.js 日本ユーザーグループは当該行為を行っている者に対して我々が適切と判断した範囲で、警告や参加費の払い戻しなく退席していただくなどの措置を講じることがあります。 - -もしあなたがハラスメント行為を受けている場合や、誰かがハラスメント行為を受けていることに気づいた場合、またはその懸念がある場合は、すぐに Vue.js 日本ユーザーグループに連絡してください。 - -Vue.js 日本ユーザーグループは、ハラスメント行為を受けた人に安全な環境を守るためにホテル・会場の警備や警察に連絡すること、付き添い人の提供、およびその他のあらゆる支援を行います。私達にとってあなたの参加が何もよりも大切なことであり、常に私たちはハラスメント行為を受けた人の味方でありつづけます。 - -私たちは、すべての参加者が会場やワークショップ、Vue.js 日本ユーザーグループが企画・運営するソーシャルイベントにて、これらのルールに従うことを期待しています。 diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md deleted file mode 100644 index 1caf8d3..0000000 --- a/.github/CONTRIBUTING.md +++ /dev/null @@ -1,150 +0,0 @@ -# コントリビューションガイド - -Vue.js 日本ユーザーグループのウェブサイト開発に興味を持っていただき、ありがとうございます。実際に開発に参加いただく前に、以下のガイドラインをご確認ください。 - -## Issue レポート - -公式ウェブサイトのバグ報告、新規コンテンツの要望やご提案など、[当リポジトリのIssue](https://github.com/vuejs-jp/home/issues)をご活用ください。 - -## Pull Request - -全ての新規実装・修正は、個別のブランチを切って作業してください。原則、PRは`master`ブランチを対象としてください。 - -## 環境セットアップ - -当ウェブサイトは [Nuxt.js](https://nuxtjs.org/) で開発されています。ローカル環境で開発を行うには、以下のステップを踏んでください。 - -```bash -# 依存パッケージのインストール。 -$ yarn install - -# 開発用ウェブサーバの起動。 -$ yarn dev -``` - -このあと、http://localhost:3000 にアクセスできます。 - -### NPM スクリプト - -以下のコマンドが用意されています。 - -```bash -# 開発用ウェブサーバを起動。 -$ yarn dev - -# eslint、stylelintの実行。 -$ yarn lint - -# Jestによるユニットテストの実行。 -$ yarn test -``` - -## コーディングガイドライン - -コーディングにあたり以下のガイドラインに則って開発を行ってください。原則として、本プロジェクトでは可能な限りスタンダードに沿った形での実装を行います。例えば CSS においては SASS などのフレームワークではなく PostCSS を採用し、可能な限り純粋な CSS を用います。 - -なお、効率や可読性のために必要最低限のライブラリ、例えば PostCSS のプラグインなどを採用することも可能です。ただし、どのようなライブラリを使用する場合においても、単に便利になるということ以上に、本当に必要かどうか検討し、コミュニティメンバーと相談してください。 - -### TypeScript & Vue - -[Vue.js のスタイルガイド](https://jp.vuejs.org/v2/style-guide/index.html)に従ってコーディングしてください。 - -### CSS - -本プロジェクトでは、PostCSS を用いて CSS を記述しています。また、以下の PostCSS プラグインを用いています。 - -- [postcss-custom-properties](https://github.com/postcss/postcss-custom-properties) -- [postcss-nested](https://github.com/postcss/postcss-nested) - -なお、Nuxt.js により、デフォルトで Autoprefixer、Import などのプラグインもインストールされています。 - -#### 変数の利用 - -CSS Variablesを用いて、重要な定義について変数を定義しています。各種ブラウザへの対応のため、変数はRootレベルで定義してください。また、名前の衝突を避けるため、変数の分類に合わせたプリフィックスを用います。 - -```postcss -:root { - /** - * Colors - * ---------------------------------------------------------------- */ - - --c-black: #000000; - --c-white: #ffffff; - --c-danger: #ed3c50; - - /** - * Z Indexes - * ---------------------------------------------------------------- */ - - --z-index-header: 1000; - --z-index-backdrop: 2000; - --z-index-modal: 3000; -} -``` - -#### グローバル CSS - -共通のスタイルについてはグローバルに定義できます。SFC 内の Class との名前衝突を避けるため、グローバル Class は必ず `u-` プリフィックスを付与してください。コーディングルールとして [BEM](http://getbem.com/)を用い、1ファイル、1モジュールで記述してください。 - -```postcss -/* File name: u-card.css */ - -.u-card { - border-radius: 8px; - background-color: var(--c-white); - - &__header { - padding: 24px; - } -} -``` - -#### SFC での CSS - -SFCでは `scoped` CSSを使用してください。また、以下のルールを厳守してください。 - -- トップレベルのクラス名はコンポーネント名に沿った CapitalCase を使用してください。 - - これは親・子のコンポーネントでの不意な衝突を避けるためです。例えば `container` などありふれた名前を利用すると、思わぬところで衝突する可能性があります。 -- グローバル CSS と異なり、BEM スタイルは必要ありません。ただし、トップレベル以外のクラス名は全て小文字、ハイフンつなぎとしてください。 - -```vue - - - -``` diff --git a/.github/assets/esa.png b/.github/assets/esa.png deleted file mode 100644 index 7deb205..0000000 Binary files a/.github/assets/esa.png and /dev/null differ diff --git a/.github/assets/slack.png b/.github/assets/slack.png deleted file mode 100644 index b658fa2..0000000 Binary files a/.github/assets/slack.png and /dev/null differ diff --git a/.github/assets/vuejs-jp.png b/.github/assets/vuejs-jp.png deleted file mode 100644 index 5f237f1..0000000 Binary files a/.github/assets/vuejs-jp.png and /dev/null differ diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index 83b936b..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,42 +0,0 @@ -name: Test - -on: [push] - -jobs: - lint: - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [12.x] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm install and lint - run: | - yarn install - yarn lint:fail - - test: - needs: [lint] - - runs-on: ubuntu-latest - - strategy: - matrix: - node-version: [12.x] - - steps: - - uses: actions/checkout@v1 - - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v1 - with: - node-version: ${{ matrix.node-version }} - - name: npm install and test - run: | - yarn install - yarn test diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e8f682b..0000000 --- a/.gitignore +++ /dev/null @@ -1,90 +0,0 @@ -# Created by .ignore support plugin (hsz.mobi) -### Node template -# Logs -/logs -*.log -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Runtime data -pids -*.pid -*.seed -*.pid.lock - -# Directory for instrumented libs generated by jscoverage/JSCover -lib-cov - -# Coverage directory used by tools like istanbul -coverage - -# nyc test coverage -.nyc_output - -# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) -.grunt - -# Bower dependency directory (https://bower.io/) -bower_components - -# node-waf configuration -.lock-wscript - -# Compiled binary addons (https://nodejs.org/api/addons.html) -build/Release - -# Dependency directories -node_modules/ -jspm_packages/ - -# TypeScript v1 declaration files -typings/ - -# Optional npm cache directory -.npm - -# Optional eslint cache -.eslintcache - -# Optional REPL history -.node_repl_history - -# Output of 'npm pack' -*.tgz - -# Yarn Integrity file -.yarn-integrity - -# dotenv environment variables file -.env - -# parcel-bundler cache (https://parceljs.org/) -.cache - -# next.js build output -.next - -# nuxt.js build output -.nuxt - -# Nuxt generate -dist - -# vuepress build output -.vuepress/dist - -# Serverless directories -.serverless - -# IDE / Editor -.idea - -# Service worker -sw.* - -# macOS -.DS_Store - -# Vim swap files -*.swp diff --git a/.nvmrc b/.nvmrc deleted file mode 100644 index cab13a7..0000000 --- a/.nvmrc +++ /dev/null @@ -1 +0,0 @@ -v14.17.0 diff --git a/.prettierrc b/.prettierrc deleted file mode 100644 index b2095be..0000000 --- a/.prettierrc +++ /dev/null @@ -1,4 +0,0 @@ -{ - "semi": false, - "singleQuote": true -} diff --git a/.stylelintrc b/.stylelintrc deleted file mode 100644 index 2c76f6e..0000000 --- a/.stylelintrc +++ /dev/null @@ -1,29 +0,0 @@ -{ - "extends": "stylelint-config-recess-order", - "rules": { - "at-rule-no-vendor-prefix": true, - "color-hex-case": "lower", - "declaration-block-trailing-semicolon": "always", - "declaration-colon-space-after": "always", - "declaration-colon-space-before": "never", - "font-family-name-quotes": "always-where-required", - "function-url-quotes": "always", - "indentation": 2, - "media-feature-colon-space-after": "always", - "media-feature-colon-space-before": "never", - "media-feature-name-no-vendor-prefix": true, - "media-feature-range-operator-space-after": "always", - "media-feature-range-operator-space-before": "always", - "media-feature-parentheses-space-inside": "never", - "number-leading-zero": "always", - "selector-attribute-operator-space-after": "never", - "selector-attribute-operator-space-before": "never", - "selector-attribute-brackets-space-inside": "never", - "selector-attribute-quotes": "always", - "selector-combinator-space-after": "always", - "selector-no-vendor-prefix": true, - "selector-pseudo-class-parentheses-space-inside": "never", - "string-quotes": "single", - "value-no-vendor-prefix": true - } -} diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 6ac7e50..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2020 Vue.js Japan User Group - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/README.md b/README.md deleted file mode 100644 index 497c5e5..0000000 --- a/README.md +++ /dev/null @@ -1,66 +0,0 @@ -

- Vue.js Japan User Group -

- -

Vue.js 日本ユーザーグループ

- -

- - GitHub Actions - - - License - -

- -Vue.js 日本ユーザーグループへようこそ。私たちは、年に一度の大規模カンファレンス **“Vue Fes Japan”** の運営や、**Vue.js 公式ドキュメントの日本語翻訳**をはじめ、日本における Vue.js の普及と、Vue.js エコシステムへの貢献を行っている**日本最大の Vue.js コミュニティ**です。 - -Vue.js 日本ユーザグループは、 - -- 日本における Vue.js の普及 -- 日本語による Vue.js に関する情報の共有、およびディスカッション -- Vue.js への貢献 - -を目的としています。 - -Vue.js に興味のある方でしたらどなたでもお気軽にご参加ください。 - -## コミュニケーション - -- [Vue.js オフィシャルフォーラム](http://forum.vuejs.org) -- [Vue.js 日本ユーザーグループ 公式 Slack](https://join.slack.com/t/vuejs-jp/shared_invite/zt-vmg3iysl-~CPGAxFMWwa0Fnu2IqtMdQ) -- [Vue.js 日本ユーザーグループ 公式 Twitter](https://twitter.com/vuefes) -- [Vue.js 日本ユーザーグループ 公式 note](https://note.com/vuejs_jp) - -## 活動 - -- [Vue.js 公式ドキュメント 日本語翻訳プロジェクト](https://github.com/vuejs-jp/ja.vuejs.org) -- [Nuxt.js 公式ドキュメント 日本語翻訳プロジェクト](https://github.com/vuejs-jp/ja.nuxtjs.org/wiki) -- [Vue.js Meetup イベント](http://vuejs-meetup.connpass.com) - -## ツールスポンサー - - - - - - - - -
- - esa - - - - Slack - -
- -## 行動規範 - -Vue.js 日本ユーザーグループが掲げる[行動規範](https://github.com/vuejs-jp/home/blob/master/.github/CODE_OF_CONDUCT.md)をご確認ください。 - -## ウェブサイト開発への参加 - -Vue.js 日本ユーザーグループの公式ウェブサイトは、コミュニティの支援によって成り立っています。誰でも自由に開発に参加することができます。公式ウェブサイトの環境セットアップや開発の進め方については[コントリビューションガイド](https://github.com/vuejs-jp/home/blob/master/.github/CONTRIBUTING.md)をご確認ください。 diff --git a/assets/styles/bootstrap.css b/assets/styles/bootstrap.css deleted file mode 100644 index f43685a..0000000 --- a/assets/styles/bootstrap.css +++ /dev/null @@ -1,10 +0,0 @@ -@import './variables'; -@import './reboot'; - -@import './utilities/u-container'; -@import './utilities/u-link'; -@import './utilities/u-medium'; -@import './utilities/u-nowrap'; -@import './utilities/u-relative'; -@import './utilities/u-section-content'; -@import './utilities/u-wrapper'; diff --git a/assets/styles/reboot.css b/assets/styles/reboot.css deleted file mode 100644 index e072d15..0000000 --- a/assets/styles/reboot.css +++ /dev/null @@ -1,275 +0,0 @@ -html { - box-sizing: border-box; - font-size: 16px; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); - -ms-overflow-style: scrollbar; -} - -*, -*::before, -*::after { - box-sizing: inherit; -} - -body { - width: 100%; - min-width: 320px; - min-height: 100vh; - margin: 0; - overflow: hidden; - overflow-y: scroll; - font-family: var(--font-family-base); - font-size: 16px; - font-weight: 500; - line-height: 24px; - color: var(--c-black); - letter-spacing: 0.4px; - background-color: var(--c-white); - direction: ltr; - font-synthesis: none; - text-rendering: optimizeLegibility; - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; -} - -/** - * Suppress the focus outline on elements that cannot be accessed via keyboard. - * This prevents an unwanted focus outline from appearing around elements that - * might still respond to pointer events. - * - * Credit: https://github.com/suitcss/base - */ -[tabindex='-1']:focus { - outline: none !important; -} - -h1, -h2, -h3, -h4, -h5, -h6 { - margin: 0; - font-size: 16px; - font-weight: 500; -} - -p { - margin: 0; -} - - -abbr[title], -abbr[data-original-title] { - cursor: help; - border-bottom: 1px dotted #999; -} - -address { - margin: 0; -} - -ol, -ul, -dl { - margin: 0; -} - -ol ol, -ul ul, -ol ul, -ul ol { - margin: 0; -} - -ul { - padding-left: 0; - list-style: none; -} - -dd { - margin: 0; -} - -blockquote { - margin: 0; -} - -a { - color: inherit; - text-decoration: none; - - &:hover, - &:focus { - color: inherit; - text-decoration: none; - } - - &:focus { - outline: none; - } -} - -a:not([href]):not([tabindex]) { - color: inherit; - text-decoration: none; - - &:hover, - &:focus { - color: inherit; - text-decoration: none; - } - - &:focus { - outline: none; - } -} - - -pre { - margin: 0; - overflow: auto; -} - -figure { - margin: 0; -} - -img { - max-width: 100%; - vertical-align: middle; -} - -svg { - display: block; -} - -[role='button'] { - cursor: pointer; -} - -/** - * Avoid 300ms click delay on touch devices that support the `touch-action` - * CSS property. - * - * In particular, unlike most other browsers, IE11+Edge on Windows 10 on - * touch devices and IE Mobile 10-11 DON'T remove the click delay when - * `` is present. - * However, they DO support removing the click delay via - * `touch-action: manipulation`. - * - * See: - * http://v4-alpha.getbootstrap.com/content/reboot/#click-delay-optimization-for-touch - * http://caniuse.com/#feat=css-touch-action - * http://patrickhlauke.github.io/touch/tests/results/#suppressing-300ms-delay - */ -a, -area, -button, -[role='button'], -input, -label, -select, -summary, -textarea { - touch-action: manipulation; -} - -table { - border-collapse: collapse; - background-color: transparent; -} - -caption { - padding-top: 0; - padding-bottom: 0; - text-align: left; - caption-side: bottom; -} - -th { - text-align: left; -} - -label { - display: inline-block; - margin: 0; -} - -button { - padding: 0; - font-family: inherit; - font-size: inherit; - font-weight: inherit; - cursor: pointer; - background-color: transparent; - border: 0; -} - -button:focus { - outline: none; -} - -input, -button, -select, -textarea { - margin: 0; - line-height: inherit; - border-radius: 0; -} - -input, -textarea { - font-family: var(--font-family-base); - font-weight: 500; - background-color: transparent; - border: 0; - -webkit-appearance: none; -} - -input[type='radio'], -input[type='checkbox'] { - &:disabled { - cursor: not-allowed; - } -} - -input[type='date'], -input[type='time'], -input[type='datetime-local'], -input[type='month'] { - -webkit-appearance: listbox; -} - -input:focus, -textarea:focus, -select:focus { - outline: none; -} - -textarea { - resize: vertical; -} - -input[type='search'] { - -webkit-appearance: textfield; -} - -input[type='search']::-webkit-search-decoration { - -webkit-appearance: none; -} - -select { - cursor: pointer; - background-color: transparent; - -webkit-appearance: none; -} - -output { - display: inline-block; -} - -[hidden] { - display: none !important; -} diff --git a/assets/styles/utilities/u-container.css b/assets/styles/utilities/u-container.css deleted file mode 100644 index 7e8acf2..0000000 --- a/assets/styles/utilities/u-container.css +++ /dev/null @@ -1,4 +0,0 @@ -.u-container { - max-width: 960px; - margin: 0 auto; -} diff --git a/assets/styles/utilities/u-link.css b/assets/styles/utilities/u-link.css deleted file mode 100644 index e53f511..0000000 --- a/assets/styles/utilities/u-link.css +++ /dev/null @@ -1,9 +0,0 @@ -.u-link-text { - text-decoration: underline; - transition: color 0.25s; - - &:hover { - color: var(--c-gray); - text-decoration: underline; - } -} diff --git a/assets/styles/utilities/u-medium.css b/assets/styles/utilities/u-medium.css deleted file mode 100644 index 3d4fe37..0000000 --- a/assets/styles/utilities/u-medium.css +++ /dev/null @@ -1,43 +0,0 @@ -.u-medium { - p { - margin: 28px 0; - font-size: 16px; - line-height: 28px; - } - - h2 { - margin: 56px 0 28px; - font-size: 24px; - font-weight: 700; - line-height: 28px; - } - - ol { - padding-left: 22px; - margin: 28px 0; - } - - li { - line-height: 28px; - } - - li + li { - padding-top: 8px; - } - - li > ol { - padding-top: 8px; - margin: 0; - } - - a { - color: var(--c-vue-green); - text-decoration: none; - transition: color 0.25s; - - &:hover { - color: var(--c-vue-green-light); - text-decoration: none; - } - } -} diff --git a/assets/styles/utilities/u-nowrap.css b/assets/styles/utilities/u-nowrap.css deleted file mode 100644 index 4591a24..0000000 --- a/assets/styles/utilities/u-nowrap.css +++ /dev/null @@ -1,3 +0,0 @@ -.u-nowrap { - white-space: nowrap; -} diff --git a/assets/styles/utilities/u-relative.css b/assets/styles/utilities/u-relative.css deleted file mode 100644 index aa9b7b2..0000000 --- a/assets/styles/utilities/u-relative.css +++ /dev/null @@ -1,3 +0,0 @@ -.u-relative { - position: relative; -} diff --git a/assets/styles/utilities/u-section-content.css b/assets/styles/utilities/u-section-content.css deleted file mode 100644 index 2320c27..0000000 --- a/assets/styles/utilities/u-section-content.css +++ /dev/null @@ -1,48 +0,0 @@ -.u-section-content__heading { - font-family: var(--font-family-en); - font-size: 20px; - font-weight: 700; - color: var(--c-vue-green); - letter-spacing: 1px; -} - -.u-section-content__title { - padding-top: 8px; - font-size: 24px; - font-weight: 700; - line-height: 36px; - letter-spacing: 0; - - br { display: none; } - - @media (min-width: 768px) { - font-size: 32px; - line-height: 44px; - letter-spacing: -1px; - } - - @media (min-width: 1056px) { - br { display: block; } - } -} - -.u-section-content__body { - padding-top: 28px; - line-height: 28px; -} - -.u-section-content__actions { - display: flex; - flex-wrap: wrap; - padding-top: 40px; - margin: -8px; -} - -.u-section-content__action { - width: 256px; - padding: 8px; - - @media (min-width: 1056px) { - width: 50%; - } -} diff --git a/assets/styles/utilities/u-wrapper.css b/assets/styles/utilities/u-wrapper.css deleted file mode 100644 index 5ed14dd..0000000 --- a/assets/styles/utilities/u-wrapper.css +++ /dev/null @@ -1,15 +0,0 @@ -.u-wrapper { - padding-right: 24px; - padding-left: 24px; - overflow: hidden; - - @media (min-width: 375px) { - padding-right: 32px; - padding-left: 32px; - } - - @media (min-width: 768px) { - padding-right: 48px; - padding-left: 48px; - } -} diff --git a/assets/styles/variables.css b/assets/styles/variables.css deleted file mode 100644 index 7106a39..0000000 --- a/assets/styles/variables.css +++ /dev/null @@ -1,62 +0,0 @@ -:root { - - /** - * Colors - * --------------------------------------------------------------------- */ - - --c-black: #273849; - --c-black-pure: #000000; - - --c-white: #ffffff; - --c-white-soft: #fafafa; - --c-white-mute: #f2f2f2; - - --c-gray: #7e8a98; - --c-gray-light: #b3becb; - --c-gray-lighter: #cbd4e0; - - --c-divider: #eaeaea; - - --c-vue-green: #41b883; - --c-vue-green-light: #42e59d; - --c-vue-green-lighter: #88feca; - --c-vue-green-dark: #2a8f62; - --c-vue-green-darker: #125638; - - --c-danger: #ef295d; - - /** - * Typography - * --------------------------------------------------------------------- */ - - --font-family-base: 'Roboto', 'Noto Sans JP', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica Neue', 'Arial', 'sans-serif'; - --font-family-ja: 'Roboto', 'Noto Sans JP', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Helvetica Neue', 'Arial', 'sans-serif'; - --font-family-en: 'Source Sans Pro', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif'; - --font-family-dosis: 'Dosis', 'Source Sans Pro', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue', 'Arial', 'sans-serif'; - --font-family-mono: 'Iconsolata', 'monospace', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', '-apple-system', 'BlinkMacSystemFont', 'Segoe UI', 'Roboto', 'Helvetica Neue'; - - /** - * Z Indexes - * --------------------------------------------------------------------- */ - - --z-index-header: 1000; - --z-index-backdrop: 2000; - --z-index-modal: 3000; - - /** - * Shadows - * --------------------------------------------------------------------- */ - - --shadow-depth-1: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.06); - --shadow-depth-2: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); - --shadow-depth-3: 0 12px 32px rgba(0, 0, 0, 0.10), 0 2px 6px rgba(0, 0, 0, 0.08); - --shadow-depth-4: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); - --shadow-depth-5: 0 18px 56px rgba(0, 0, 0, 0.16), 0 4px 12px rgba(0, 0, 0, 0.16); - - /** - * Easings - * --------------------------------------------------------------------- */ - - --ease-out-quint: cubic-bezier(0.23, 1, 0.32, 1); - -} diff --git a/components/AboutDescription.vue b/components/AboutDescription.vue deleted file mode 100644 index dcd8a37..0000000 --- a/components/AboutDescription.vue +++ /dev/null @@ -1,114 +0,0 @@ - - - - - diff --git a/components/AboutHero.vue b/components/AboutHero.vue deleted file mode 100644 index b992ea8..0000000 --- a/components/AboutHero.vue +++ /dev/null @@ -1,156 +0,0 @@ - - - - - diff --git a/components/AppAlert.vue b/components/AppAlert.vue deleted file mode 100644 index c5d3163..0000000 --- a/components/AppAlert.vue +++ /dev/null @@ -1,162 +0,0 @@ - - - - - diff --git a/components/AppBackdrop.vue b/components/AppBackdrop.vue deleted file mode 100644 index de95b43..0000000 --- a/components/AppBackdrop.vue +++ /dev/null @@ -1,35 +0,0 @@ - - - - - diff --git a/components/AppDialog.vue b/components/AppDialog.vue deleted file mode 100644 index 84f2a3d..0000000 --- a/components/AppDialog.vue +++ /dev/null @@ -1,68 +0,0 @@ - - - - - diff --git a/components/AppModal.vue b/components/AppModal.vue deleted file mode 100644 index ce94df3..0000000 --- a/components/AppModal.vue +++ /dev/null @@ -1,46 +0,0 @@ - - - - - diff --git a/components/AppPage.vue b/components/AppPage.vue deleted file mode 100644 index 596d973..0000000 --- a/components/AppPage.vue +++ /dev/null @@ -1,16 +0,0 @@ - - - diff --git a/components/ButtonOutline.vue b/components/ButtonOutline.vue deleted file mode 100644 index ad23e29..0000000 --- a/components/ButtonOutline.vue +++ /dev/null @@ -1,88 +0,0 @@ - - - - - diff --git a/components/ChatStack.vue b/components/ChatStack.vue deleted file mode 100644 index 7df9b33..0000000 --- a/components/ChatStack.vue +++ /dev/null @@ -1,61 +0,0 @@ - - - - - diff --git a/components/ChatStackItem.vue b/components/ChatStackItem.vue deleted file mode 100644 index e67802e..0000000 --- a/components/ChatStackItem.vue +++ /dev/null @@ -1,132 +0,0 @@ - - - - - diff --git a/components/ContactForm.vue b/components/ContactForm.vue deleted file mode 100644 index e2e0928..0000000 --- a/components/ContactForm.vue +++ /dev/null @@ -1,255 +0,0 @@ - - - - - diff --git a/components/CookieAgreementPopup.vue b/components/CookieAgreementPopup.vue deleted file mode 100644 index a668af8..0000000 --- a/components/CookieAgreementPopup.vue +++ /dev/null @@ -1,104 +0,0 @@ - - - - - diff --git a/components/HamburgerMenu.vue b/components/HamburgerMenu.vue deleted file mode 100644 index ed6baa7..0000000 --- a/components/HamburgerMenu.vue +++ /dev/null @@ -1,64 +0,0 @@ - - - - - diff --git a/components/HomeAbout.vue b/components/HomeAbout.vue deleted file mode 100644 index 0a80f91..0000000 --- a/components/HomeAbout.vue +++ /dev/null @@ -1,187 +0,0 @@ - - - - - diff --git a/components/HomeCommunications.vue b/components/HomeCommunications.vue deleted file mode 100644 index bb6cd9c..0000000 --- a/components/HomeCommunications.vue +++ /dev/null @@ -1,191 +0,0 @@ - - - - - diff --git a/components/HomeEvents.vue b/components/HomeEvents.vue deleted file mode 100644 index e717ce4..0000000 --- a/components/HomeEvents.vue +++ /dev/null @@ -1,162 +0,0 @@ - - - - - diff --git a/components/HomeHero.vue b/components/HomeHero.vue deleted file mode 100644 index 8c0ceda..0000000 --- a/components/HomeHero.vue +++ /dev/null @@ -1,223 +0,0 @@ - - - - - diff --git a/components/HomeNews.vue b/components/HomeNews.vue deleted file mode 100644 index 4a97cb0..0000000 --- a/components/HomeNews.vue +++ /dev/null @@ -1,192 +0,0 @@ - - - - - diff --git a/components/HomeProjects.vue b/components/HomeProjects.vue deleted file mode 100644 index 71bae98..0000000 --- a/components/HomeProjects.vue +++ /dev/null @@ -1,223 +0,0 @@ - - - - - diff --git a/components/HomeSponsors.vue b/components/HomeSponsors.vue deleted file mode 100644 index 0984f31..0000000 --- a/components/HomeSponsors.vue +++ /dev/null @@ -1,113 +0,0 @@ - - - - - diff --git a/components/ImageStack.vue b/components/ImageStack.vue deleted file mode 100644 index f522624..0000000 --- a/components/ImageStack.vue +++ /dev/null @@ -1,289 +0,0 @@ - - - - - diff --git a/components/ImageStackItem.vue b/components/ImageStackItem.vue deleted file mode 100644 index 0a114c2..0000000 --- a/components/ImageStackItem.vue +++ /dev/null @@ -1,86 +0,0 @@ - - - - - diff --git a/components/InputBase.vue b/components/InputBase.vue deleted file mode 100644 index 21baca9..0000000 --- a/components/InputBase.vue +++ /dev/null @@ -1,42 +0,0 @@ - - - - - diff --git a/components/InputText.vue b/components/InputText.vue deleted file mode 100644 index d7433a2..0000000 --- a/components/InputText.vue +++ /dev/null @@ -1,92 +0,0 @@ - - - - - diff --git a/components/InputTextarea.vue b/components/InputTextarea.vue deleted file mode 100644 index d61a328..0000000 --- a/components/InputTextarea.vue +++ /dev/null @@ -1,92 +0,0 @@ -