Skip to content

Commit 87668f9

Browse files
committed
content: update 2025.1
1 parent c042ad5 commit 87668f9

File tree

2 files changed

+28
-22
lines changed

2 files changed

+28
-22
lines changed

src/consts.ts

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
11
// subject data
22
export const SUBJECT = {
33
CLASSROOM_URLS: {
4-
A: 'https://classroom.google.com/c/NzIzOTg2NzMwNzcy',
5-
B: 'https://classroom.google.com/c/NzE0ODY1MTk2Mzk5',
4+
A: 'https://classroom.google.com/c/Njk4NzMyNjg1NzE3',
5+
B: 'https://classroom.google.com/c/Njk4NzMyNjg1NzE3',
66
},
7-
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAAAhZsrfgs',
7+
CHAT_URL: 'https://mail.google.com/mail/u/0/#chat/space/AAQAhqXoa04',
88
PROJECTS_URL: {
9-
padlet: 'https://padlet.com/lucachaves/projetols20242',
9+
padlet: 'https://padlet.com/lucachaves/projetols20251',
1010
github: 'https://ifpb.github.io/projects/codes/ls/1',
1111
},
1212
GITHUB_URLS: {
13-
A: 'https://github.com/franciscodnn/ls-2024-2',
14-
B: 'https://github.com/luizchaves/ls-2024-2',
13+
A: 'https://github.com/franciscodnn/ls-2025-1',
14+
B: 'https://github.com/luizchaves/ls-2025-1',
1515
},
1616
SCHEDULES: [
1717
{
1818
className: 'A',
19-
room: 'Lab 57',
20-
day: 'Segunda',
21-
start: '14:40',
22-
end: '16:40',
19+
room: 'Lab 58',
20+
day: 'Quarta',
21+
start: '16:40',
22+
end: '18:20',
2323
},
2424
{
2525
className: 'B',
26-
room: 'Lab 58',
27-
day: 'Segunda',
28-
start: '14:40',
29-
end: '16:40',
26+
room: 'Lab 02',
27+
day: 'Quarta',
28+
start: '16:40',
29+
end: '18:20',
3030
},
3131
{
3232
className: 'A',
33-
room: 'Lab 4',
34-
day: 'Quarta',
35-
start: '14:40',
36-
end: '16:40',
33+
room: 'Lab 58',
34+
day: 'Sexta',
35+
start: '15:50',
36+
end: '17:30',
3737
},
3838
{
3939
className: 'B',
40-
room: 'Lab 5',
41-
day: 'Quarta',
42-
start: '14:40',
43-
end: '16:40',
40+
room: 'Lab 02',
41+
day: 'Sexta',
42+
start: '15:50',
43+
end: '17:30',
4444
},
4545
],
4646
};

src/pages/index.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,3 +121,9 @@ E para completar ainda mais a listagem existe estes [exemplares](https://github.
121121
- [Chrome](https://www.google.com/chrome/browser/index.html) ([Chrome status](https://www.chromestatus.com/features), [Web Developer](https://chrome.google.com/webstore/detail/web-developer/bfbameneiokkgbdmiekhjnmfkcnldhhm))
122122
- Versionamento de código
123123
- [Git](https://git-scm.com/)
124+
125+
## Links úteis
126+
127+
- Google Chat: <a href={SUBJECT.CHAT_URL} target="_blank">Turma A e B</a>
128+
- Google Classroom: {Object.keys(SUBJECT.CLASSROOM_URLS).map((github) => (<a href={SUBJECT.GITHUB_URLS[github]} target="_blank">Turma {github}</a>)).reduce((prev, curr) => [prev, ', ', curr])}
129+
- Github das aulas: {Object.keys(SUBJECT.GITHUB_URLS).map((github) => (<a href={SUBJECT.GITHUB_URLS[github]} target="_blank">Turma {github}</a>)).reduce((prev, curr) => [prev, ', ', curr])}

0 commit comments

Comments
 (0)