Skip to content

Commit 8d8d697

Browse files
committed
ref: removed unwanted #deploy
1 parent 6276444 commit 8d8d697

2 files changed

Lines changed: 0 additions & 99 deletions

File tree

src/pages/ci6.jsx

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -197,43 +197,6 @@ const cseaimlsem6 = [
197197
},
198198
]
199199

200-
const cseaimlsem7 = [
201-
{
202-
title: 'Multicore Architecture and Programming',
203-
description: '(3:0:1) CI71',
204-
link: 'https://drive.google.com/drive/folders/1Q-zuu-J90wQuzY6Sbcp3Ltqxa1IurCdK?usp=sharing',
205-
otherlink: '/links',
206-
tag: '',
207-
},
208-
{
209-
title: 'Computer Vision',
210-
description: '(2:1:0) CI72',
211-
link: 'https://drive.google.com/drive/folders/1PrOvTgemJMjau5ZscGexgB3JJr0-7A2Y?usp=sharing',
212-
otherlink: '/links',
213-
tag: '',
214-
},
215-
{
216-
title: 'Information Retrieval',
217-
description: '(3:0:0) CIE731',
218-
link: 'https://drive.google.com/drive/folders/1UVY0zGayzSeiPB6mY7aZOJlnNmZeOsEb?usp=sharing',
219-
otherlink: '/links',
220-
tag: '',
221-
},
222-
{
223-
title: 'Containerization Lab',
224-
description: '(0:0:1) CIL74',
225-
link: 'https://drive.google.com/drive/folders/1XeWhwFc96ik8bViUdaz0GssGZ1pFf9Yd?usp=sharing',
226-
github: 'https://github.com/githubhosting/Docker_Lab',
227-
},
228-
{
229-
title: 'Skill Lab: Generative AI',
230-
description: '(0:0:1) CIL75',
231-
link: 'https://drive.google.com/drive/folders/1Wi83kXCKzW3EaXSIv3-fLKwX7uDZSCRV?usp=sharing',
232-
github: 'https://github.com/githubhosting/GenAI_Lab',
233-
tag: '',
234-
},
235-
]
236-
237200
export default function Home() {
238201
const [showButton, setShowButton] = useState(false)
239202

src/pages/ci7.jsx

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -16,68 +16,6 @@ import { Counter } from '@/components/Calendar'
1616
import { GCalendar } from '@/components/GoogleCalendar'
1717
import { Button } from '@/components/Button'
1818

19-
const subjects6 = [
20-
{
21-
Day: 'Monday',
22-
subject: [
23-
'DL Tut',
24-
'DL Tut',
25-
'Entrepreneurship',
26-
'Cloud Computing',
27-
'-',
28-
'Elective',
29-
'Mini Project',
30-
'Mini Project',
31-
],
32-
},
33-
{
34-
Day: 'Tuesday',
35-
subject: [
36-
'Deep Learning',
37-
'Cloud Computing',
38-
'Cryptography',
39-
'Entrepreneurship',
40-
'-',
41-
'Elective',
42-
'Mini Project',
43-
'Mini Project',
44-
],
45-
},
46-
{
47-
Day: 'Wednesday',
48-
subject: [
49-
'Cloud Computing',
50-
'Deep Learning',
51-
'Cryptography',
52-
'Entrepreneurship',
53-
'-',
54-
'Elective',
55-
'Mini Project',
56-
'Mini Project',
57-
],
58-
},
59-
{
60-
Day: 'Thursday',
61-
subject: [
62-
'Deep Learning',
63-
'Big Data Lab',
64-
'Big Data Lab',
65-
'Big Data Lab',
66-
'-',
67-
'Cloud Computing',
68-
'Cryptography',
69-
'*',
70-
],
71-
},
72-
{
73-
Day: 'Friday',
74-
subject: ['Cryptography', 'DL Lab', 'DL Lab', 'DL Lab', '-', '*', '*', '*'],
75-
},
76-
{
77-
Day: 'Saturday',
78-
subject: ['Chill', 'Madi', '-', '-', '-', '-', '-', '-'],
79-
},
80-
]
8119
const subjects7 = [
8220
{
8321
Day: 'Monday',

0 commit comments

Comments
 (0)