Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fasilkom UI Open Source Software
Kape
Commits
9ca43d3e
Commit
9ca43d3e
authored
Mar 28, 2017
by
sirinbaisa
Browse files
[#140654507] #12 update Lowongan.jsx
parent
4c2e619a
Changes
3
Hide whitespace changes
Inline
Side-by-side
assets/js/Dashboard.jsx
View file @
9ca43d3e
...
...
@@ -11,7 +11,7 @@ export default class Dashboard extends React.Component {
render
=
()
=>
(
<
div
>
<
TopMenu
/>
<
TopMenu
color
=
"blue"
/>
{
this
.
props
.
children
}
</
div
>
)
...
...
assets/js/VacancyPage.jsx
View file @
9ca43d3e
...
...
@@ -16,7 +16,7 @@ export default class VacancyPage extends React.Component {
handleItemClick
=
(
e
,
{
name
})
=>
this
.
setState
({
activeItem
:
name
});
render
()
{
const
data
=
[{
data1
:
'
val1
'
},
{
data1
:
'
val2
'
}];
const
data
=
[{
data1
:
'
Software Enggineer
'
},
{
data1
:
'
System Analyst
'
}];
const
{
activeItem
}
=
this
.
state
;
...
...
assets/js/components/Lowongan.jsx
View file @
9ca43d3e
...
...
@@ -4,7 +4,7 @@ import ModalPendaftaran from './ModalPendaftaran';
const
paragraph
=
<
ImageComponent
src
=
"http://semantic-ui.com/images/wireframe/short-paragraph.png"
/>;
const
image
=
<
Item
.
Image
size
=
"small"
src
=
"http://semantic-ui.com/images/wireframe/image.png"
/>;
export
default
class
Lowongan
extends
React
.
Component
{
static
propTypes
=
{
data
:
React
.
PropTypes
.
object
.
isRequired
,
...
...
@@ -14,14 +14,16 @@ export default class Lowongan extends React.Component {
return
(
<
Item
>
{
this
.
props
.
image
}
{
image
}
<
Item
.
Content
verticalAlign
=
"middle"
>
<
Item
.
Header
>
{
this
.
props
.
header
}
</
Item
.
Header
>
<
Item
.
Description
>
{
this
.
props
.
content
}
</
Item
.
Description
>
<
Item
.
Extra
>
<
h3
>
{
this
.
props
.
data
.
data1
}
</
h3
>
{
paragraph
}
<
h4
>
PT. Koding Kuat
</
h4
>
<
h5
>
JL.Kali deres utara no.1
</
h5
>
<
h5
>
Jakarta Barat, DKI Jakarta
</
h5
>
<
ModalPendaftaran
id
=
{
1
}
data
=
{
{
header
:
'
Deskripsi Lowongan
'
,
description
:
'
Lorem ipsum dolor sit amet, consectetur
'
+
'
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim
'
+
...
...
Write
Preview
Supports
Markdown
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