Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
schdesign web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
schdesign
schdesign web
Commits
4aa4a4c9
You need to sign in or sign up before continuing.
Commit
4aa4a4c9
authored
4 years ago
by
Andris Borbás
Browse files
Options
Downloads
Patches
Plain Diff
Add join requirements
parent
2fbbad07
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#6064
passed with warnings
4 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/components/workshops/Workshops.tsx
+9
-2
9 additions, 2 deletions
src/components/workshops/Workshops.tsx
with
9 additions
and
2 deletions
src/components/workshops/Workshops.tsx
+
9
−
2
View file @
4aa4a4c9
...
...
@@ -33,7 +33,7 @@ export default function Workshops() {
</
a
>
{
"
"
}
on megtalálható form kitöltésével tudtok.
</
h3
>
<
h
4
className
=
"mb-6 text-lg"
>
<
h
5
className
=
"mb-6 text-lg"
>
<
span
className
=
"text-pink font-bold"
>
Figyelem!
</
span
>
A tanfolyam
alkalmak
<
span
className
=
"text-pink font-bold"
>
nem
</
span
>
időrendben
vannak felsorolva.
...
...
@@ -41,7 +41,7 @@ export default function Workshops() {
<
span
className
=
"text-base"
>
Mindig az első időpont a kezdő, a második a haladó tanfolyam.
</
span
>
</
h
4
>
</
h
5
>
<
div
className
=
"flex flex-wrap justify-center mb-4"
>
{
CoursesData
&&
CoursesData
.
map
(({
name
,
image
,
dates
})
=>
(
...
...
@@ -53,6 +53,13 @@ export default function Workshops() {
/>
))
}
</
div
>
<
h4
className
=
"mb-6 text-gray-700 text-sm"
>
A csatlakozáshoz 2 tanfolyamnak a háziját kell megcsinálni, de
akárhány tanfolyamon rész vehettek. Ezek után szívesen látunk majd
benneteket körgyűlésen és a projektmunkába is becsatlakozhattok utána.
A taggá váláshoz a félév során részt kell venni körös projektekben és
nyáron egy felvételi munkát kell elkészíteni.
</
h4
>
</
section
>
</>
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment