-
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.
chore:delete white spaces to show 2 space and add ;
- Loading branch information
Showing
32 changed files
with
276 additions
and
280 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 |
---|---|---|
|
@@ -27,7 +27,7 @@ class App extends Component { | |
</Router> | ||
</Fragment> | ||
); | ||
} | ||
} | ||
}; | ||
}; | ||
|
||
export default App; |
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
File renamed without changes.
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
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
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
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
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
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 |
---|---|---|
@@ -1,23 +1,23 @@ | ||
import React from 'react'; | ||
import styles from './MyInfoCard.module.scss' | ||
import styles from './MyInfoCard.module.scss'; | ||
|
||
const aboutInfo = "My name is Lee Ren Jie. I am aspiring to be a Web/Block Chain Developer! "+ | ||
"I am a computer science student studying at Asia Pacific University. I am also a passionate and curious person. "+ | ||
"I write articles on Hashnode and do self-learning to keep myself updated with the cutting-edge technologies. " + | ||
"I love sports, music, and sushi 🍣! " | ||
"I love sports, music, and sushi 🍣! "; | ||
|
||
const MyInfoCard = () => { | ||
return( | ||
<div> | ||
<div className={styles["styled-div"]}></div> | ||
<div className={styles["about-container"]}> | ||
<div className={styles["avatar-container"]}> | ||
<img className={styles.avatar} src={process.env.PUBLIC_URL + "/images/Splash.jpg"} alt="Avatar"/> | ||
</div> | ||
<p className={styles["about-info"]}>{aboutInfo}</p> | ||
</div> | ||
return( | ||
<div> | ||
<div className={styles["styled-div"]}></div> | ||
<div className={styles["about-container"]}> | ||
<div className={styles["avatar-container"]}> | ||
<img className={styles.avatar} src={process.env.PUBLIC_URL + "/images/Splash.jpg"} alt="Avatar"/> | ||
</div> | ||
) | ||
<p className={styles["about-info"]}>{aboutInfo}</p> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
export default MyInfoCard; |
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
import React from 'react'; | ||
// import styles from './Skills.module.scss' | ||
import style from '../../../shared/styles/Title.module.scss' | ||
import SkillsGrid from './SkillsGrid' | ||
import style from '../../../shared/styles/Title.module.scss'; | ||
import SkillsGrid from './SkillsGrid'; | ||
|
||
const Skills = () => { | ||
return( | ||
<div> | ||
<div className={style['title-container']}> | ||
<h1 className={style.title}> | ||
My Skillsets | ||
</h1> | ||
</div> | ||
<SkillsGrid/> | ||
</div> | ||
) | ||
return( | ||
<div> | ||
<div className={style['title-container']}> | ||
<h1 className={style.title}> | ||
My Skillsets | ||
</h1> | ||
</div> | ||
<SkillsGrid/> | ||
</div> | ||
) | ||
}; | ||
|
||
export default Skills; |
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 |
---|---|---|
@@ -1,29 +1,26 @@ | ||
import React from 'react'; | ||
import SkillsGrid from './SkillsGrid' | ||
import SkillsGrid from './SkillsGrid'; | ||
// Add tags: https://dev.to/prvnbist/create-a-tags-input-component-in-reactjs-ki | ||
// Filter tags: https://codepen.io/nregard/pen/KGbvoG | ||
|
||
const SkillsData = () => { | ||
const SKILLS = [ | ||
{ | ||
id: 'Ruby on Rails', | ||
|
||
}, | ||
{ | ||
id: 'Python', | ||
|
||
}, | ||
{ | ||
id: 'React', | ||
|
||
}, | ||
]; | ||
|
||
return( | ||
return ( | ||
<div> | ||
<SkillsGrid skills={SKILLS}/> | ||
</div> | ||
) | ||
); | ||
}; | ||
|
||
export default SkillsData; |
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
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 |
---|---|---|
@@ -1,18 +1,18 @@ | ||
import React from 'react'; | ||
import Education from '../components/Education/Education' | ||
import MyInfo from '../components/MyInfo/MyInfo' | ||
import Skills from '../components/Skills/Skills' | ||
import Education from '../components/Education/Education'; | ||
import MyInfo from '../components/MyInfo/MyInfo'; | ||
import Skills from '../components/Skills/Skills'; | ||
// import Footer from "../../shared/components/Footer/Footer" | ||
|
||
const About = () => { | ||
return( | ||
<div style={{ backgroundColor: "#232323" }}> | ||
<MyInfo/> | ||
<Skills/> | ||
<Education/> | ||
{/* <Footer/> */} | ||
</div> | ||
) | ||
return( | ||
<div style={{ backgroundColor: "#232323" }}> | ||
<MyInfo/> | ||
<Skills/> | ||
<Education/> | ||
{/* <Footer/> */} | ||
</div> | ||
); | ||
}; | ||
|
||
export default About; |
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
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
import React from 'react'; | ||
import './Post.scss' | ||
import './Post.scss'; | ||
|
||
const Post = ({ post }) => { | ||
return ( | ||
<div className="post-card"> | ||
<img className="post-image" src={post.coverImage} alt={post.title} /> | ||
<h3 className="post-title">{post.title}</h3> | ||
<p className="post-brief">{post.brief}</p> | ||
</div> | ||
) | ||
} | ||
return ( | ||
<div className="post-card"> | ||
<img className="post-image" src={post.coverImage} alt={post.title} /> | ||
<h3 className="post-title">{post.title}</h3> | ||
<p className="post-brief">{post.brief}</p> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Post; |
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
import React from 'react'; | ||
import BlogPosts from '../component/BlogPosts.js'; | ||
import styles from '../../shared/styles/Title.module.scss' | ||
import './Blog.scss' | ||
import styles from '../../shared/styles/Title.module.scss'; | ||
import './Blog.scss'; | ||
|
||
const Blog = () => { | ||
return( | ||
<div className="colored-container"> | ||
<div className={styles['title-container']}> | ||
<h1 className={styles.title}> | ||
Latest Blogs | ||
Latest Blogs | ||
</h1> | ||
</div> | ||
<BlogPosts /> | ||
</div> | ||
) | ||
} | ||
); | ||
}; | ||
|
||
export default Blog; |
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
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
import React from 'react'; | ||
// import Footer from "../../shared/components/Footer/Footer" | ||
import styles from '../../shared/styles/Title.module.scss' | ||
import styles from '../../shared/styles/Title.module.scss'; | ||
import ExperienceList from '../components/Experience/ExperienceList'; | ||
|
||
const Experience = () => { | ||
return( | ||
<div className="black-bg"> | ||
<div className={styles['title-container']}> | ||
<h1 className={styles.title}> | ||
Experiences | ||
</h1> | ||
</div> | ||
<ExperienceList/> | ||
</div> | ||
) | ||
return( | ||
<div className="black-bg"> | ||
<div className={styles['title-container']}> | ||
<h1 className={styles.title}> | ||
Experiences | ||
</h1> | ||
</div> | ||
<ExperienceList/> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Experience; |
Oops, something went wrong.