@@ -12,6 +12,7 @@ import { Button } from 'components/Button'
12
12
import { ArrowSquareOut } from 'phosphor-react'
13
13
import { styled } from '@stitches/react'
14
14
import { constants } from 'os'
15
+ import Centerer from 'components/Centerer'
15
16
16
17
const DisabledExternLink = styled ( Flex , {
17
18
display : 'flex' ,
@@ -32,6 +33,14 @@ const EnabledExternLink = styled(Flex, {
32
33
paddingBottom : '$2'
33
34
} )
34
35
36
+ const LinksContainer = styled ( Flex , {
37
+ width : '60%' ,
38
+ maxWidth : '600px' ,
39
+ margin : '0 auto' ,
40
+ justifyContent : 'space-between' ,
41
+ }
42
+ )
43
+
35
44
const OpenDevTwo : NextPage = ( ) => {
36
45
return (
37
46
< ArticleLayout >
@@ -73,9 +82,10 @@ const OpenDevTwo: NextPage = () => {
73
82
form a complete set of skills to allow you to build your own
74
83
projects.
75
84
</ p >
76
- < p > Scroll down to see the full schedule. See you soon !</ p >
85
+ < p > Scroll down to see the slides, code and exercises for all weeks !</ p >
77
86
</ Text >
78
87
</ Box >
88
+
79
89
< Text
80
90
size = "headline"
81
91
css = { {
@@ -84,15 +94,62 @@ const OpenDevTwo: NextPage = () => {
84
94
padding : '$2' ,
85
95
alignSelf : 'center' ,
86
96
marginTop : '1rem' ,
87
- } } >
88
- Resources
89
- </ Text >
90
- < Text size = "info" > < p > The workshop slides for Week 1 can be found here:
91
- < a href = "https://www.canva.com/design/DAFLpV21DLY/5GP43_9-0QocXmk7aNAurw/view?utm_content=DAFLpV21DLY& utm_campaign = designshare & utm_medium = link & utm_source = viewer " target = "_blank" >
92
- Week 1 Workshop Slides</ a >
93
- </ p > </ Text >
97
+ } } > Week 1</ Text >
98
+ < LinksContainer justify = "around" >
99
+ < a href = "https://www.canva.com/design/DAFLpV21DLY/5GP43_9-0QocXmk7aNAurw/view?utm_content=DAFLpV21DLY& utm_campaign = designshare & utm_medium = link & utm_source = viewer " target = "_blank" > Slides</ a >
100
+ < a href = "https://codepen.io/xylo274/pen/jOQrQQE" target = "_blank" > Code</ a >
101
+ < a href = "https://www.notion.so/CSESoc-Open-Dev-HTML-CSS-JavaScript-Exercises-7085baebc47e49a0b1710212eebf4b30" target = "_blank" > Exercises</ a >
102
+ </ LinksContainer >
94
103
< a href = "https://www.canva.com/design/DAFLpV21DLY/5GP43_9-0QocXmk7aNAurw/view?utm_content=DAFLpV21DLY& utm_campaign = designshare & utm_medium = link & utm_source = viewer " target = "_blank" >
95
- < Image src = "/images/opendev/opendev-23t2-wk1-cover-slide.png" alt = "Week 1" width = "800" height = "450" />
104
+ < Centerer >
105
+ < Image src = "/images/opendev/opendev-23t2-wk1-cover-slide.png" alt = "Week 1 Slides" width = "480" height = "270" />
106
+
107
+ </ Centerer >
108
+ </ a >
109
+
110
+ < Text
111
+ size = "headline"
112
+ css = { {
113
+ color : '$slate12' ,
114
+ fontWeight : '600' ,
115
+ padding : '$2' ,
116
+ alignSelf : 'center' ,
117
+ marginTop : '1rem' ,
118
+ } } > Week 2</ Text >
119
+ < LinksContainer justify = "around" >
120
+ < a href = "https://www.canva.com/design/DAFj64DPw5g/-h9rLyCEeLi3QzZgVpQFrQ/view?utm_content=DAFj64DPw5g& utm_campaign = designshare & utm_medium = link & utm_source = publishsharelink " target = "_blank" > Slides</ a >
121
+ < a href = "https://codepen.io/parvyyy/pen/qBJgxwK" target = "_blank" > Javascript Code</ a >
122
+ < a href = "https://github.com/BinaryGamer/open-dev/tree/main/WEEK2" target = "_blank" > ReactJS Code</ a >
123
+ </ LinksContainer >
124
+ < Text as = 'body' css = { {
125
+ marginTop : '1rem' ,
126
+ fontSize : '0.8rem' ,
127
+ textAlign : 'center' ,
128
+ } } > No exercises for week 2</ Text >
129
+ < a href = "https://www.canva.com/design/DAFj64DPw5g/-h9rLyCEeLi3QzZgVpQFrQ/view?utm_content=DAFj64DPw5g& utm_campaign = designshare & utm_medium = link & utm_source = viewer " target = "_blank" >
130
+ < Centerer >
131
+ < Image src = "/images/opendev/opendev-23t2-wk2-cover-slide.png" alt = "Week 2 Slides" width = "480" height = "270" />
132
+ </ Centerer >
133
+ </ a >
134
+
135
+ < Text
136
+ size = "headline"
137
+ css = { {
138
+ color : '$slate12' ,
139
+ fontWeight : '600' ,
140
+ padding : '$2' ,
141
+ alignSelf : 'center' ,
142
+ marginTop : '1rem' ,
143
+ } } > Week 3</ Text >
144
+ < LinksContainer justify = "around" >
145
+ < a href = "https://www.canva.com/design/DAFlvj_OQsE/jVRyWqpHGUuW7rdlkBYJyA/view?utm_content=DAFlvj_OQsE& utm_campaign = designshare & utm_medium = link & utm_source = publishsharelink " target = "_blank" > Slides</ a >
146
+ < a href = "https://github.com/BinaryGamer/open-dev/tree/main/WEEK3" target = "_blank" > Code</ a >
147
+ < a href = "https://terrie.notion.site/Intro-to-React-Part-1-Exercises-f960c27b17b94115b87c50bdfc4bbb3b" target = "_blank" > Exercise</ a >
148
+ </ LinksContainer >
149
+ < a href = "https://www.canva.com/design/DAFlvj_OQsE/jVRyWqpHGUuW7rdlkBYJyA/view?utm_content=DAFlvj_OQsE& utm_campaign = designshare & utm_medium = link & utm_source = viewer " target = "_blank" >
150
+ < Centerer >
151
+ < Image src = "/images/opendev/opendev-23t2-wk3-cover-slide.png" alt = "Week 3 Slides" width = "480" height = "270" />
152
+ </ Centerer >
96
153
</ a >
97
154
< Text
98
155
size = "headline"
0 commit comments