Skip to content

Commit ea1ee14

Browse files
committed
minor edits on margins and text content
1 parent 9e698c1 commit ea1ee14

File tree

5 files changed

+23
-20
lines changed

5 files changed

+23
-20
lines changed

README.md

+18-15
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,30 @@
1+
# react-folio
12

2-
# react-folio
3-
## Description
4-
My personal portfolio made with React.
3+
## Description
54

6-
[Deployed](https://nitrotap.github.io/react-folio/)
5+
My personal portfolio made with React.
76

8-
![badmath](https://img.shields.io/github/languages/top/nitrotap/react-folio)
7+
[Deployed](https://nitrotap.github.io/react-folio/)
98

9+
![badmath](https://img.shields.io/github/languages/top/nitrotap/react-folio)
10+
![badmath](https://img.shields.io/github/issues/nitrotap/react-folio)
11+
![badmath](https://img.shields.io/github/forks/nitrotap/react-folio)
12+
![badmath](https://img.shields.io/github/stars/nitrotap/react-folio)
1013

11-
## Table of Contents
12-
* [Screen Shot](#Screen-Shot)
13-
* [Questions](#Questions)
14-
* [License](#License)
14+
## Table of Contents
15+
16+
- [Screen Shot](#Screen-Shot)
17+
- [Questions](#Questions)
18+
- [License](#License)
1519

1620
## Screen-Shot
17-
<img src="ss.png" width="50%" height="50%">
1821

22+
<img src="ss.png" width="50%" height="50%">
1923

20-
## Questions
24+
## Questions
2125

22-
Please reach out to me on [GitHub](https://github.com/nitrotap) or by email at [email protected] for any additional questions.
26+
Please reach out to me on [GitHub](https://github.com/nitrotap) or by email at [email protected] for any additional questions.
2327

24-
## License
25-
None
26-
28+
## License
2729

30+
None

src/components/About/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import kjImg from '../../assets/images/kj-img.jpg'
33

44
function About() {
55
return (
6-
<div style={{ marginTop: 15, padding: 10 }}>
6+
<div style={{ marginTop: 15, padding: 10, marginBottom: 15 }}>
77
<section id="about" className="row valign-wrapper">
88
<div className='card' style={{ backgroundColor: '#14213d' }}>
99
<div className="col s12 m4">

src/components/Contact/index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import lILogo from '../../assets/images/LI-Logo.png'
66
function Contact() {
77

88
return (
9-
<section className="container" style={{ backgroundColor: '#14213d', padding: 10, marginTop: 15 }}>
9+
<section className="container" style={{ backgroundColor: '#14213d', padding: 10, marginTop: 15, marginBottom: 15 }}>
1010
<h4 className="center-align">Contact Info</h4>
1111
<div className='row'>
1212
<div className="col s12 center-align">
@@ -21,7 +21,7 @@ function Contact() {
2121
</div>
2222
<div className="col s12 center-align">
2323
<div className='card blue-grey'>
24-
<p className='card-title '>Message me on GitHub</p>
24+
<p className='card-title '>Find me on GitHub</p>
2525
<button type="button">
2626
<a href="https://github.com/nitrotap" target="_blank" rel="noreferrer">
2727
<img src={gitHubLogo} width="150px" className='white' alt="Find me on Github" />

src/components/Portfolio/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function Portfolio() {
6969
const projectHandler = (projectList) => {
7070
// dynamically generate multiple JSX fragments to put together
7171
return (
72-
<div style={{ padding: 10, marginTop: 15, backgroundColor: '#14213d' }}>
72+
<div style={{ padding: 10, marginTop: 15, backgroundColor: '#14213d', marginBottom: 15 }}>
7373
<h3 className="center-align">
7474
Portfolio
7575
</h3>

src/components/Resume/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
function Resume() {
44

55
return (
6-
<div className="container" style={{ padding: 10, backgroundColor: '#14213d', marginTop: 15 }}>
6+
<div className="container" style={{ padding: 10, backgroundColor: '#14213d', marginTop: 15, marginBottom: 15 }}>
77
<h4 className="center-align">
88
Resume
99
</h4>

0 commit comments

Comments
 (0)