Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
17d6ae7c
Commit
17d6ae7c
authored
Jun 30, 2021
by
Kim, Subin
Browse files
collection
parent
05882672
Changes
2
Show whitespace changes
Inline
Side-by-side
client/src/components/Collection.js
0 → 100644
View file @
17d6ae7c
const
Collection
=
()
=>
{
return
(
<>
<
h2
className
=
"
fw-bold text-white text-center my-5
"
>
Movie
Collection
<
/h2
>
<
div
className
=
"
d-flex container justify-content-between
"
style
=
{{
marginBottom
:
"
8em
"
}}
>
<
div
className
=
"
col-md-8 col-12 bg-white
"
style
=
{{
height
:
"
20em
"
}}
><
/div
>
<
img
className
=
"
col-md-3 bg-white
"
style
=
{{
height
:
"
20em
"
}}
/
>
<
/div
>
<
/
>
)
}
export
default
Collection
\ No newline at end of file
client/src/pages/HomePage.js
View file @
17d6ae7c
import
MainNav
from
"
../components/Navs/MainNav
"
;
import
MainNav
from
"
../components/Navs/MainNav
"
;
import
MovieChart
from
"
../components/MovieChart
"
;
import
MovieChart
from
"
../components/MovieChart
"
;
import
Collection
from
"
../components/Collection
"
;
import
Footer
from
"
../components/Footer
"
;
import
Footer
from
"
../components/Footer
"
;
const
HomePage
=
()
=>
{
const
HomePage
=
()
=>
{
...
@@ -7,6 +8,7 @@ const HomePage = () => {
...
@@ -7,6 +8,7 @@ const HomePage = () => {
<
div
className
=
"
bg-dark
"
>
<
div
className
=
"
bg-dark
"
>
<
MainNav
/>
<
MainNav
/>
<
MovieChart
/>
<
MovieChart
/>
<
Collection
/>
<
Footer
/>
<
Footer
/>
<
/div
>
<
/div
>
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment