Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
go
Commits
bd1ea1ef
Commit
bd1ea1ef
authored
Oct 30, 2018
by
Paul R Otto
Browse files
Added drop shadows to the cards
parent
5b7bc96b
Pipeline
#3306
passed with stage
in 1 minute and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
go/go_ahead/src/Components/Pages/AboutPage.js
View file @
bd1ea1ef
...
...
@@ -3,16 +3,24 @@ import { Card, CardImg, CardText, CardBody,
CardTitle
,
CardSubtitle
,
Button
}
from
'
reactstrap
'
;
//Using Card class: reactstrap.github.io/components/card/
import
{
PageTemplate
}
from
'
Components
'
;
// Apply Global Masonstrap styling
import
'
masonstrap/build/css/masonstrap.min.css
'
;
import
'
masonstrap/build/js/masonstrap.min.js
'
;
export
default
class
AboutPage
extends
React
.
Component
{
state
=
{};
componentDidMount
(){
document
.
title
=
"
About
"
}
render
()
{
return
(
<
PageTemplate
page
=
{
'
about
'
}
>
<
p
>
About
page
<
/p
>
<
Card
>
<
Card
className
=
"
shadow-lg p-3 mb-5 bg-white rounded
"
>
<
CardBody
>
<
CardTitle
>
Terms
of
Use
<
/CardTitle
>
<
CardText
>
...
...
@@ -32,7 +40,7 @@ export default class AboutPage extends React.Component {
<
/CardText
>
<
/CardBody
>
<
/Card
>
<
Card
>
<
Card
className
=
"
shadow-lg p-3 mb-5 bg-white rounded
"
>
<
CardBody
>
<
CardTitle
>
Who
made
Go
?
<
/CardTitle
>
<
CardText
>
...
...
@@ -53,7 +61,7 @@ export default class AboutPage extends React.Component {
<
/CardText
>
<
/CardBody
>
<
/Card
>
<
Card
>
<
Card
className
=
"
shadow-lg p-3 mb-5 bg-white rounded
"
>
<
CardBody
>
<
CardTitle
>
Thanks
!<
/CardTitle
>
<
CardText
>
...
...
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