-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ウェブサイト #5
Merged
ウェブサイト #5
Changes from 61 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
19f2d4c
add image
atrn0 bddaf6d
in-view-port effect
atrn0 f5456f2
hero in-viewport effect
atrn0 942ba47
ignore .idea
atrn0 625ab28
Removed submodule
atrn0 f77e4bb
add website
atrn0 2f623bb
button design
atrn0 fac35af
separate files
atrn0 baf2a18
add menu aside
atrn0 6cb69eb
toggle menu
atrn0 0b47e05
menu transition
atrn0 3ca96fc
menu items
atrn0 05119d5
add target
atrn0 fabb2ed
add ページ内リンク
atrn0 b05da90
navbarを隠す
atrn0 e7eb639
plugin for smooth scroll
atrn0 6988345
smooth scroll
atrn0 df10330
アンカーリンクがついてたらスクロール
atrn0 0b17e48
トップにもどったらアンカーリンクを解除
atrn0 8f27eab
add PrimaryButton.vue
atrn0 b31486a
replace with primary button
atrn0 eb8658f
丸いボタン
atrn0 5cfb659
Merge branch 'master' into website
atrn0 5a920c2
change favicon.ico
atrn0 5d4a26d
Merge remote-tracking branch 'origin/website' into website
atrn0 b5ca4a6
edit gitignore
atrn0 0632935
add dist
atrn0 52dccaa
もっとビュンビュン
atrn0 ae49a93
下に行って戻ったらタイトルとかが出てこない問題を修正
atrn0 4fac1d6
htmlのoverflowをhiddenに
atrn0 6130483
add camphorについて
atrn0 6311a47
add footer
atrn0 f8b9311
refactor footer
atrn0 2fc2099
modify footer padding
atrn0 631a12a
refactor footer links
atrn0 5e0f575
edit link
atrn0 7b7b0f6
fix overflow of html
atrn0 d6c5da4
transform の調整
atrn0 913f0e0
safariの調整
atrn0 49b5a29
Google Analytics
atrn0 43647e9
build
atrn0 b8f50b0
title and description
atrn0 e981fa4
background をfixedに
atrn0 7843a0b
ogp
atrn0 ddc11de
ogp.png
atrn0 06103da
fix nuxt.config.js
atrn0 2b196d0
いらないdivを削除
atrn0 19391a2
add rel="noopener noreferrer"
atrn0 1c89c2b
add CNAME
atrn0 34705a3
langを設定した
atrn0 493c8ef
画像を小さくした
atrn0 538f951
人が消えちゃう問題を修正
atrn0 715c979
heroの背景のカーブをなめらかにした
atrn0 c8d34dd
いらないCSSを削除
atrn0 089a9c0
refactor
atrn0 0ce87ea
style と scriptの順番を変えた
atrn0 64580df
画像をassetsにコピー
atrn0 6002174
せまんちっくうぇぶ
atrn0 c298254
変更しない値をcomputedで返す
atrn0 2bf034f
©
atrn0 996663f
リストをulにする
atrn0 01b7338
ライセンス表記
atrn0 9cb5ff1
フッターのレイアウトを調整
atrn0 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# editorconfig.org | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
module.exports = { | ||
root: true, | ||
env: { | ||
browser: true, | ||
node: true | ||
}, | ||
parserOptions: { | ||
parser: 'babel-eslint' | ||
}, | ||
extends: [ | ||
'@nuxtjs', | ||
'prettier', | ||
'prettier/vue', | ||
'plugin:prettier/recommended', | ||
'plugin:nuxt/recommended' | ||
], | ||
plugins: ['prettier'], | ||
// add your custom rules here | ||
rules: {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
# 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 | ||
|
||
# vuepress build output | ||
.vuepress/dist | ||
|
||
# Serverless directories | ||
.serverless | ||
|
||
# IDE / Editor | ||
.idea | ||
|
||
# Service worker | ||
sw.* | ||
|
||
# macOS | ||
.DS_Store | ||
|
||
# Vim swap files | ||
*.swp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"semi": false, | ||
"arrowParens": "always", | ||
"singleQuote": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# CAMPHOR- Lab Website | ||
|
||
> Website for CAMPHOR- Lab | ||
|
||
## Build Setup | ||
|
||
```shell script | ||
# install dependencies | ||
$ yarn | ||
|
||
# serve with hot reload at localhost:3000 | ||
$ yarn dev | ||
|
||
# build for production and launch server | ||
$ yarn build | ||
$ yarn start | ||
|
||
# generate static project | ||
$ yarn generate | ||
``` | ||
|
||
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org). | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# ASSETS | ||
|
||
**This directory is not required, you can delete it if you don't want to use it.** | ||
|
||
This directory contains your un-compiled assets such as LESS, SASS, or JavaScript. | ||
|
||
More information about the usage of this directory in [the documentation](https://nuxtjs.org/guide/assets#webpacked). |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
html { | ||
overflow: visible; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そのうちREADME書こうな
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
そのうち書きます