Skip to content
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
merged 63 commits into from
Mar 26, 2020
Merged
Show file tree
Hide file tree
Changes from 61 commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
19f2d4c
add image
atrn0 Mar 17, 2020
bddaf6d
in-view-port effect
atrn0 Mar 18, 2020
f5456f2
hero in-viewport effect
atrn0 Mar 18, 2020
942ba47
ignore .idea
atrn0 Mar 18, 2020
625ab28
Removed submodule
atrn0 Mar 18, 2020
f77e4bb
add website
atrn0 Mar 18, 2020
2f623bb
button design
atrn0 Mar 19, 2020
fac35af
separate files
atrn0 Mar 19, 2020
baf2a18
add menu aside
atrn0 Mar 19, 2020
6cb69eb
toggle menu
atrn0 Mar 19, 2020
0b47e05
menu transition
atrn0 Mar 19, 2020
3ca96fc
menu items
atrn0 Mar 19, 2020
05119d5
add target
atrn0 Mar 19, 2020
fabb2ed
add ページ内リンク
atrn0 Mar 19, 2020
b05da90
navbarを隠す
atrn0 Mar 19, 2020
e7eb639
plugin for smooth scroll
atrn0 Mar 19, 2020
6988345
smooth scroll
atrn0 Mar 19, 2020
df10330
アンカーリンクがついてたらスクロール
atrn0 Mar 19, 2020
0b17e48
トップにもどったらアンカーリンクを解除
atrn0 Mar 19, 2020
8f27eab
add PrimaryButton.vue
atrn0 Mar 19, 2020
b31486a
replace with primary button
atrn0 Mar 19, 2020
eb8658f
丸いボタン
atrn0 Mar 19, 2020
5cfb659
Merge branch 'master' into website
atrn0 Mar 21, 2020
5a920c2
change favicon.ico
atrn0 Mar 21, 2020
5d4a26d
Merge remote-tracking branch 'origin/website' into website
atrn0 Mar 21, 2020
b5ca4a6
edit gitignore
atrn0 Mar 21, 2020
0632935
add dist
atrn0 Mar 21, 2020
52dccaa
もっとビュンビュン
atrn0 Mar 21, 2020
ae49a93
下に行って戻ったらタイトルとかが出てこない問題を修正
atrn0 Mar 21, 2020
4fac1d6
htmlのoverflowをhiddenに
atrn0 Mar 21, 2020
6130483
add camphorについて
atrn0 Mar 21, 2020
6311a47
add footer
atrn0 Mar 21, 2020
f8b9311
refactor footer
atrn0 Mar 21, 2020
2fc2099
modify footer padding
atrn0 Mar 21, 2020
631a12a
refactor footer links
atrn0 Mar 21, 2020
5e0f575
edit link
atrn0 Mar 21, 2020
7b7b0f6
fix overflow of html
atrn0 Mar 21, 2020
d6c5da4
transform の調整
atrn0 Mar 21, 2020
913f0e0
safariの調整
atrn0 Mar 21, 2020
49b5a29
Google Analytics
atrn0 Mar 26, 2020
43647e9
build
atrn0 Mar 26, 2020
b8f50b0
title and description
atrn0 Mar 26, 2020
e981fa4
background をfixedに
atrn0 Mar 26, 2020
7843a0b
ogp
atrn0 Mar 26, 2020
ddc11de
ogp.png
atrn0 Mar 26, 2020
06103da
fix nuxt.config.js
atrn0 Mar 26, 2020
2b196d0
いらないdivを削除
atrn0 Mar 26, 2020
19391a2
add rel="noopener noreferrer"
atrn0 Mar 26, 2020
1c89c2b
add CNAME
atrn0 Mar 26, 2020
34705a3
langを設定した
atrn0 Mar 26, 2020
493c8ef
画像を小さくした
atrn0 Mar 26, 2020
538f951
人が消えちゃう問題を修正
atrn0 Mar 26, 2020
715c979
heroの背景のカーブをなめらかにした
atrn0 Mar 26, 2020
c8d34dd
いらないCSSを削除
atrn0 Mar 26, 2020
089a9c0
refactor
atrn0 Mar 26, 2020
0ce87ea
style と scriptの順番を変えた
atrn0 Mar 26, 2020
64580df
画像をassetsにコピー
atrn0 Mar 26, 2020
6002174
せまんちっくうぇぶ
atrn0 Mar 26, 2020
c298254
変更しない値をcomputedで返す
atrn0 Mar 26, 2020
2bf034f
©
atrn0 Mar 26, 2020
996663f
リストをulにする
atrn0 Mar 26, 2020
01b7338
ライセンス表記
atrn0 Mar 26, 2020
9cb5ff1
フッターのレイアウトを調整
atrn0 Mar 26, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions website/.editorconfig
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
20 changes: 20 additions & 0 deletions website/.eslintrc.js
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: {}
}
87 changes: 87 additions & 0 deletions website/.gitignore
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
5 changes: 5 additions & 0 deletions website/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"semi": false,
"arrowParens": "always",
"singleQuote": true
}
22 changes: 22 additions & 0 deletions website/README.md
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).
Comment on lines +1 to +22
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

そのうちREADME書こうな

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

そのうち書きます

7 changes: 7 additions & 0 deletions website/assets/README.md
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 added website/assets/about.md
Empty file.
Binary file added website/assets/available-resources.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
93 changes: 93 additions & 0 deletions website/assets/camphor-oss.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/camphor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/connect-idea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions website/assets/css/common.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
html {
overflow: visible;
}
5 changes: 5 additions & 0 deletions website/assets/hero_bottom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions website/assets/hero_bottom_s.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading