Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PB138 - Film Database Group Project
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tomáš Havlíček
PB138 - Film Database Group Project
Commits
870a529a
There was an error fetching the commit references. Please try again later.
Commit
870a529a
authored
2 years ago
by
Tomáš Havlíček
Browse files
Options
Downloads
Patches
Plain Diff
feat: about page styling
parent
31ad59e2
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/src/components/About.tsx
+13
-2
13 additions, 2 deletions
frontend/src/components/About.tsx
with
13 additions
and
2 deletions
frontend/src/components/About.tsx
+
13
−
2
View file @
870a529a
import
React
from
"
react
"
import
{
Space
,
Typography
,
Card
}
from
"
antd
"
import
React
from
"
react
"
;
const
{
Title
,
Paragraph
,
Text
,
Link
}
=
Typography
;
export
const
About
=
()
=>
{
return
(
<
div
>
Future place for info about our site.
</
div
>
<>
<
Typography
>
<
Space
direction
=
"vertical"
size
=
"middle"
style
=
{
{
display
:
'
flex
'
,
padding
:
16
,
textAlign
:
'
center
'
}
}
>
<
Card
title
=
{
<
Title
>
About
</
Title
>
}
>
<
Paragraph
>
Movie Base is database of movies.
</
Paragraph
>
<
Paragraph
>
It is possible to view popular movies, search for your favourites or checkout details of every movie possible
</
Paragraph
>
</
Card
>
</
Space
>
</
Typography
>
</>
)
}
\ No newline at end of file
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