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
ae1f556b
Commit
ae1f556b
authored
Apr 17, 2017
by
sirinbaisa
Browse files
[#22] [##140652771] Page Profile Student
parent
5c921954
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/custom.css
View file @
ae1f556b
body
{
padding
:
0
;
height
:
auto
;
...
...
assets/js/ProfilePage.jsx
0 → 100644
View file @
ae1f556b
import
React
from
'
react
'
;
import
{
Segment
,
Grid
,
Image
,
Header
,
Icon
}
from
'
semantic-ui-react
'
;
export
default
class
ProfilePage
extends
React
.
Component
{
render
()
{
return
(
<
div
className
=
"profilePage"
>
<
Segment
>
<
Header
as
=
'h2'
icon
textAlign
=
'center'
>
<
Image
src
=
"http://semantic-ui.com/images/wireframe/square-image.png"
size
=
"small"
shape
=
"circular"
/>
<
Header
.
Content
>
Students Name
</
Header
.
Content
>
</
Header
>
</
Segment
>
</
div
>
);
}
}
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