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
db8ae455
Commit
db8ae455
authored
May 24, 2017
by
M. Reza Qorib
Browse files
Merge branch 'develop' of
https://gitlab.com/PPL2017csui/PPLA1
into Features/CompanyProfile
parents
21f122c3
22f1f255
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/custom.css
View file @
db8ae455
...
...
@@ -248,37 +248,6 @@ card .formRegis{
.ui.segment.paginationCompany
{
margin-left
:
10%
;
margin-right
:
10%
;
.ui.segment.biodata-section{
background-color
:
white
;
}
.ui.segment.biodata-section
h1
{
color
:
black
;
}
.ui.segment.biodata-section
h3
{
color
:
black
;
}
.ui.segment.biodata-section
h4
{
color
:
black
;
}
.ui.segment.biodata-section
h5
{
color
:
black
;
}
.ui.segments.biodataBorder
{
border-color
:
transparent
;
}
.transkrip
{
color
:
black
;
}
.ui.segment.biodata-section
b
{
color
:
white
;
}
.admin-bar
{
...
...
@@ -301,3 +270,12 @@ border-color: transparent;
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 @
db8ae455
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
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