diff --git a/iwa810/index.html b/iwa810/index.html new file mode 100644 index 0000000..e863710 --- /dev/null +++ b/iwa810/index.html @@ -0,0 +1,58 @@ + + +
+ + + + +松江高専の一般的な学生です。このホームぺージを不定期的ではあるが、更新していきたいとは思っている。
+May,2007 | 島根県出雲市で生まれる |
---|---|
April,2011 | 中国江蘇省蘇州市に引っ越す |
April,2014 | 蘇州日本人学校 入学 |
September,2016 | 出雲市に帰る |
April,2020 | 出雲市立第一中学校 入学 |
April,2023 | 松江高専電気情報工学科 入学 |
〃 | 〃 弓道部 入部 |
June,2023 | 〃 情報科学研究部 入部 |
なし
+ + + + + + + diff --git a/iwa810/style.css b/iwa810/style.css new file mode 100644 index 0000000..133ef69 --- /dev/null +++ b/iwa810/style.css @@ -0,0 +1,97 @@ +:root { + font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif; + line-height: 1.5; + font-weight: 400; + + color-scheme: light dark; + color: rgba(255, 255, 255, 0.87); + background-color: #242424; + + font-synthesis: none; + text-rendering: optimizeLegibility; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +a { + font-weight: 500; + color: #646cff; + text-decoration: inherit; +} +a:hover { + color: #535bf2; +} + +body { + margin: 0; + display: flex; + place-items: center; + min-width: 320px; + min-height: 100vh; +} + +h1 { + font-size: 3.2em; + line-height: 1.1; +} + +#app { + max-width: 1280px; + margin: 0 auto; + padding: 2rem; + text-align: center; +} + +.logo { + height: 6em; + padding: 1.5em; + will-change: filter; + transition: filter 300ms; +} +.logo:hover { + filter: drop-shadow(0 0 2em #646cffaa); +} +.logo.vanilla:hover { + filter: drop-shadow(0 0 2em #f7df1eaa); +} + +.card { + padding: 2em; +} + +.read-the-docs { + color: #888; +} + +button { + border-radius: 8px; + border: 1px solid transparent; + padding: 0.6em 1.2em; + font-size: 1em; + font-weight: 500; + font-family: inherit; + background-color: #1a1a1a; + cursor: pointer; + transition: border-color 0.25s; +} +button:hover { + border-color: #646cff; +} +button:focus, +button:focus-visible { + outline: 4px auto -webkit-focus-ring-color; +} + +@media (prefers-color-scheme: light) { + :root { + color: #213547; + background-color: #ffffff; + } + a:hover { + color: #747bff; + } + button { + background-color: #f9f9f9; + } +} + diff --git a/procon-team1 b/procon-team1 new file mode 160000 index 0000000..ba13458 --- /dev/null +++ b/procon-team1 @@ -0,0 +1 @@ +Subproject commit ba13458c45a10b792808cdf4fcb3a495b0af676b diff --git a/public/vite.svg b/public/vite.svg new file mode 100644 index 0000000..e7b8dfb --- /dev/null +++ b/public/vite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/vite.config.js b/vite.config.js index dfa515a..67bd716 100644 --- a/vite.config.js +++ b/vite.config.js @@ -7,7 +7,7 @@ export default defineConfig({ rollupOptions: { input: { main: resolve(__dirname, 'index.html'), - a: resolve(__dirname, 'mwyk/index.html'), + iwa810: resolve(__dirname, 'iwa810/index.html'), }, }, },