-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathdatabases.ts
48 lines (47 loc) · 2.07 KB
/
databases.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
import type { Databases } from './src/types';
export const databases: Databases = {
2025: {
text: '魔法のスプレッドシート2025',
href: 'https://butter-lamb-af5.notion.site/120a1618c45480e2b96afe16f98d49cd?v=120a1618c4548156879e000c46d1b39b',
},
2024: {
text: '魔法のスプレッドシート2024',
href: 'https://deep-professor-e3c.notion.site/277c859180bd4f99bc7dd1707a7e9b16?v=b9cbe037a2364cc5a1c62dad9f62fa81',
},
2023: {
text: '魔法のスプレッドシート2023・夏',
href: 'https://uncovered-nymphea-c74.notion.site/16655ccce6fd423c93065eed26879244?v=119890e687ab815aa0a5000c8c84319f',
},
2022: {
text: '2022夏ITエンジニアインターン',
href: 'https://docs.google.com/spreadsheets/d/1O4LqD6tfVisshD4YngjEKwpU1FQCGuD8vZ1qlVX0sBY/edit#gid=762111034',
},
2021: {
text: '2021夏ITエンジニアインターン',
href: 'https://docs.google.com/spreadsheets/d/1O4LqD6tfVisshD4YngjEKwpU1FQCGuD8vZ1qlVX0sBY/edit#gid=62946583',
},
2020: {
text: '2020夏ITエンジニアインターン',
href: 'https://docs.google.com/spreadsheets/d/1O4LqD6tfVisshD4YngjEKwpU1FQCGuD8vZ1qlVX0sBY/edit#gid=1644405096',
},
2019: {
text: '2019夏ITエンジニアインターン',
href: 'https://docs.google.com/spreadsheets/d/1O4LqD6tfVisshD4YngjEKwpU1FQCGuD8vZ1qlVX0sBY/edit#gid=0',
},
2018: {
text: '2018夏ITエンジニアインターン',
href: 'https://docs.google.com/spreadsheets/d/1O4LqD6tfVisshD4YngjEKwpU1FQCGuD8vZ1qlVX0sBY/edit#gid=1234947860',
},
2017: {
text: '2017夏ITエンジニアインターン',
href: 'https://docs.google.com/spreadsheets/d/1O4LqD6tfVisshD4YngjEKwpU1FQCGuD8vZ1qlVX0sBY/edit#gid=211039304',
},
2016: {
text: '2016夏ITエンジニアインターン',
href: 'https://docs.google.com/spreadsheets/d/1O4LqD6tfVisshD4YngjEKwpU1FQCGuD8vZ1qlVX0sBY/edit#gid=397387909',
},
2015: {
text: '2015夏ITエンジニアインターン',
href: 'https://docs.google.com/spreadsheets/d/1O4LqD6tfVisshD4YngjEKwpU1FQCGuD8vZ1qlVX0sBY/edit#gid=142019139',
},
};