forked from MEDIVIEWSOFT/winterschool2017-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
569b9d3
commit 99afbad
Showing
2 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,8 @@ import React, { Component } from 'react'; | |
import { render } from 'react-dom'; | ||
|
||
import { Grid, Row, Col } from 'react-bootstrap'; | ||
import FontAwesome from 'react-fontawesome'; | ||
|
||
// export class FooterLayout extends Component { | ||
export const FooterLayout = () => ( | ||
|
||
<Grid> | ||
|
@@ -13,8 +13,8 @@ export const FooterLayout = () => ( | |
<p> <strong>Event manager</strong> </p> | ||
<p> | ||
Haeeun Han <br /> | ||
<i className="fa fa-phone" aria-hidden="true"></i> (82) 2 2123-6121 <br /> | ||
<i className="fa fa-envelope-o" aria-hidden="true"></i> <a href="mailto:[email protected]"> [email protected]</a> | ||
<FontAwesome name="phone" /> (82) 2 2123-6121 <br /> | ||
<FontAwesome name="envelope-o" /> <a href="mailto:[email protected]"> [email protected]</a> | ||
</p> | ||
</Col> | ||
|
||
|
@@ -24,9 +24,9 @@ export const FooterLayout = () => ( | |
<strong>MEDVIEWSOFT</strong><br /> | ||
50 Yonsei-ro, Seodaemun-gu<br /> | ||
Seoul, Korea, 03722<br /> | ||
<i className="fa fa-link" aria-hidden="true"></i> <a href="http://mediviewsoft.com/"> homepage </a> <br /> | ||
<i className="fa fa-phone" aria-hidden="true"></i> (82) 2 2123-6121 <br /> | ||
<i className="fa fa-envelope-o" aria-hidden="true"></i> <a href="mailto:[email protected]"> [email protected]</a> | ||
<FontAwesome name="link" /> <a href="http://mediviewsoft.com/"> homepage </a> <br /> | ||
<FontAwesome name="phone" /> (82) 2 2123-6121 <br /> | ||
<FontAwesome name="envelope-o" /> <a href="mailto:[email protected]"> [email protected]</a> | ||
</address> | ||
</Col> | ||
</Row> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters