Fakultas Ilmu Komputer UI
Skip to content
GitLab
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
7fd05f05
Commit
7fd05f05
authored
May 24, 2017
by
sirinbaisa
Browse files
Benerin Css
parent
307ae0a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/custom.css
View file @
7fd05f05
...
...
@@ -269,4 +269,13 @@ card .formRegis{
margin-left
:
7%
;
margin-top
:
2%
;
margin-bottom
:
0
;
}
.ui.segment.transkrip
{
margin-left
:
7%
;
margin-right
:
7%
;
}
.ui.segment.kop
{
line-height
:
5px
;
}
\ No newline at end of file
assets/js/components/CourseList.jsx
View file @
7fd05f05
import
React
from
'
react
'
;
import
{
Grid
,
Segment
,
Table
}
from
'
semantic-ui-react
'
;
import
{
Grid
,
Segment
,
Table
,
Header
,
Image
,
Container
}
from
'
semantic-ui-react
'
;
import
Course
from
'
./Course
'
;
export
default
class
CourseList
extends
React
.
Component
{
static
propTypes
=
{
...
...
@@ -23,22 +24,47 @@ export default class CourseList extends React.Component {
}
render
=
()
=>
(
<
Grid
.
Column
>
<
Segment
>
<
h2
>
Nama :
{
this
.
props
.
data
.
name
}
</
h2
>
<
Table
unstackable
>
<
Table
.
Header
>
<
Table
.
Row
>
<
Table
.
HeaderCell
>
Mata Kuliah
</
Table
.
HeaderCell
>
<
Table
.
HeaderCell
>
Nilai
</
Table
.
HeaderCell
>
</
Table
.
Row
>
</
Table
.
Header
>
<
Table
.
Body
>
{
this
.
generateCourse
()
}
</
Table
.
Body
>
</
Table
>
</
Segment
>
</
Grid
.
Column
>
<
Segment
className
=
"transkrip"
>
<
Grid
>
<
Grid
.
Row
columns
=
{
2
}
>
<
Grid
.
Column
width
=
{
2
}
>
<
Image
src
=
"/assets/img/UI.png"
size
=
"tiny"
floated
=
"right"
/>
</
Grid
.
Column
>
<
Grid
.
Column
width
=
{
4
}
>
<
Segment
basic
>
<
h3
style
=
{
{
lineHeight
:
'
1%
'
}
}
>
Universitas Indonesia
</
h3
>
<
h3
style
=
{
{
lineHeight
:
'
1%
'
}
}
>
Fakultas Ilmu Komputer
</
h3
>
<
h3
style
=
{
{
lineHeight
:
'
1%
'
}
}
>
Program Studi S1
</
h3
>
</
Segment
>
</
Grid
.
Column
>
</
Grid
.
Row
>
<
Container
fluid
>
<
hr
/>
</
Container
>
<
Grid
.
Row
columns
=
{
1
}
>
<
Grid
.
Column
>
<
Container
fluid
textAlign
=
"center"
>
<
h2
>
Riwayat Akademik Mahasiswa
</
h2
>
</
Container
>
<
h3
>
Nama :
{
this
.
props
.
data
.
name
}
</
h3
>
<
Table
unstackable
>
<
Table
.
Header
>
<
Table
.
Row
>
<
Table
.
HeaderCell
>
Mata Kuliah
</
Table
.
HeaderCell
>
<
Table
.
HeaderCell
>
Nilai
</
Table
.
HeaderCell
>
</
Table
.
Row
>
</
Table
.
Header
>
<
Table
.
Body
>
{
this
.
generateCourse
()
}
</
Table
.
Body
>
</
Table
>
</
Grid
.
Column
>
</
Grid
.
Row
>
</
Grid
>
</
Segment
>
);
}
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment