@conorheffron/ironoc-frontend 2.1.2 → 5.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,9 +1,12 @@
1
1
  # ironoc-frontend
2
2
 
3
- [![Node.js Package](https://github.com/conorheffron/ironoc/actions/workflows/npm-publish-github-packages.yml/badge.svg)](https://github.com/conorheffron/ironoc/actions/workflows/npm-publish-github-packages.yml)
3
+ The ironoc UI built with react for personal portfolio website.
4
+
5
+ [![Node.js Package](https://github.com/conorheffron/ironoc/actions/workflows/npm-publish-packages.yml/badge.svg)](https://github.com/conorheffron/ironoc/actions/workflows/npm-publish-packages.yml)
4
6
 
5
7
  - See project README.md [here](https://github.com/conorheffron/ironoc/blob/main/README.md)
6
- - See published GitHub package details [here](https://github.com/conorheffron/ironoc/pkgs/npm/ironoc-frontend)
8
+ - See npmjs package details here [https://www.npmjs.com/package/@conorheffron/ironoc-frontend](https://www.npmjs.com/package/@conorheffron/ironoc-frontend)
9
+ - See GitHub package details here [https://github.com/conorheffron/ironoc/pkgs/npm/ironoc-frontend](https://github.com/conorheffron/ironoc/pkgs/npm/ironoc-frontend)
7
10
 
8
11
  ## Getting Started with React App
9
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@conorheffron/ironoc-frontend",
3
- "version": "2.1.2",
3
+ "version": "5.5.9",
4
4
  "private": false,
5
5
  "dependencies": {
6
6
  "@testing-library/jest-dom": "^5.17.0",
package/src/App.css CHANGED
@@ -3,7 +3,7 @@
3
3
  }
4
4
 
5
5
  .App-logo {
6
- height: 70vmin;
6
+ height: 37vmin;
7
7
  pointer-events: none;
8
8
  }
9
9
 
package/src/Footer.js ADDED
@@ -0,0 +1,11 @@
1
+ import { Container } from 'reactstrap';
2
+
3
+ export default function Footer() {
4
+ return (
5
+ <div className="App">
6
+ <Container>
7
+ <footer><p>© 2017 by Conor Heffron</p></footer>
8
+ </Container>
9
+ </div>
10
+ );
11
+ }
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
2
2
  import { Container } from 'reactstrap';
3
3
  import '.././App.css';
4
4
  import AppNavbar from '.././AppNavbar';
5
+ import Footer from '.././Footer';
5
6
 
6
7
  class About extends Component {
7
8
 
@@ -16,11 +17,19 @@ class About extends Component {
16
17
  <img src="https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_160x33.png"
17
18
  width="160" height="33" border="0" alt="View Conor Heffron's profile on LinkedIn"></img>
18
19
  </a>
19
- <p id="my-intro"><br />Welcome, I'm Conor Heffron, a Software Engineer hailing from County Meath, Ireland.
20
- With over ten years of professional experience, I specialize in writing clean code and
20
+ <p id="my-intro">
21
+ <br />
22
+ Welcome, I'm Conor Heffron, a Software Engineer hailing from County Meath, Ireland.
23
+ With over fourteen years of professional experience, I specialize in writing clean code and
21
24
  developing high-performance applications. As a passionate Full Stack Developer, I am constantly
22
- expanding my technical expertise across various tech stacks, languages, frameworks, and
23
- tools in the realm of Software, Data, and DevOps. Let's connect and explore exciting
25
+ expanding my technical expertise across various tech stacks, languages, frameworks, and tools in the
26
+ realm of Software Engineering, Data Engineering, & DevOps.
27
+ <br /><br />
28
+ I believe in continuous learning & practical skills that can be demonstrated in a positive & collaborative
29
+ manner (open source is great!). When not learning or working, I like jogging/cycling, music, cooking,
30
+ pretending to be a caffeine connoisseur, & searching for new forms of salsa verde / green sauce!
31
+ <br /><br />
32
+ Let's connect and explore exciting
24
33
  opportunities together! See above & beyond for contact details and further information.
25
34
  </p><br />
26
35
  <a class="strava-badge" href='https://strava.com/athletes/2582329' target="_clean">
@@ -29,9 +38,10 @@ class About extends Component {
29
38
  </a>
30
39
  </header>
31
40
  </Container>
41
+ <Footer/>
32
42
  </div>
33
43
  );
34
44
  }
35
45
  }
36
46
 
37
- export default About;
47
+ export default About;
@@ -4,6 +4,7 @@ import 'bootstrap/dist/css/bootstrap.css';
4
4
  import '.././App.css';
5
5
  import { Container } from 'reactstrap';
6
6
  import AppNavbar from '.././AppNavbar';
7
+ import Footer from '.././Footer';
7
8
  import navy from '.././img/darkblue-bg.png';
8
9
  import teal from '.././img/teal-bg.png';
9
10
  import red from '.././img/red-bg.png';
@@ -103,6 +104,7 @@ class ControlledCarousel extends Component {
103
104
  </Carousel.Item>
104
105
  </Carousel>
105
106
  </Container>
107
+ <Footer/>
106
108
  </div>
107
109
  );
108
110
  }
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
2
2
  import { Container } from 'reactstrap';
3
3
  import '.././App.css';
4
4
  import AppNavbar from '.././AppNavbar';
5
+ import Footer from '.././Footer';
5
6
  import logo from '.././img/robot-logo.png';
6
7
 
7
8
  class Home extends Component {
@@ -12,10 +13,24 @@ class Home extends Component {
12
13
  <AppNavbar/>
13
14
  <Container>
14
15
  <header className="App-header">
16
+ <br /><br />
15
17
  <a href="/"><img src={logo} className="App-logo" alt="iRonoc"/></a>
16
- <p id="my-intro">Web Application Development | Software & Data Engineering | DevOps</p>
18
+ <p id="my-intro"> Welcome to my personal portfolio site.<br />
19
+ Please use the navigation bar to view different features such as about me, my link tree, a carousel
20
+ that scrolls through highlighted projects & the GitHub project manager (PM) tool which is built
21
+ against the iRonoc API.
22
+ <br /><br />
23
+ The GitHub PM tool allows you to view & navigate the backlog of issues & bugs for a given project
24
+ repository for the corresponding user or organisation account. There is an option to search by user ID
25
+ or to drill down to a specific repository name via search or 'List Issues' icon in the 'Actions' column
26
+ of the <a href="https://www.ironoc.net/projects/conorheffron">projects component view</a>.
27
+ <br /><br />
28
+ The ironoc API is documented with <a href="https://www.ironoc.net/swagger-ui-ironoc.html">Open API</a>
29
+ & sample GET requests that return raw JSON responses are available for demonstration purposes only i.e.
30
+ <a href="https://www.ironoc.net/get-repo-issue/conorheffron/ironoc/">Issues JSON Sample</a>.</p>
17
31
  </header>
18
32
  </Container>
33
+ <Footer/>
19
34
  </div>
20
35
  );
21
36
  }
@@ -2,6 +2,7 @@ import React, { Component } from 'react';
2
2
  import { Container } from 'reactstrap';
3
3
  import '.././App.css';
4
4
  import AppNavbar from '.././AppNavbar';
5
+ import Footer from '.././Footer';
5
6
 
6
7
  class NotFound extends Component {
7
8
 
@@ -15,6 +16,7 @@ class NotFound extends Component {
15
16
  <p id="my-intro">Sorry, the page you are looking for could not be found.</p>
16
17
  </header>
17
18
  </Container>
19
+ <Footer/>
18
20
  </div>
19
21
  );
20
22
  }
@@ -3,6 +3,7 @@ import { Button, ButtonGroup, Container, InputGroup, Table } from 'reactstrap';
3
3
  import '.././App.css';
4
4
  import Form from 'react-bootstrap/Form';
5
5
  import AppNavbar from '.././AppNavbar';
6
+ import Footer from '.././Footer';
6
7
  import { Link } from 'react-router-dom';
7
8
 
8
9
  class RepoDetails extends Component {
@@ -82,6 +83,7 @@ class RepoDetails extends Component {
82
83
  <tbody>{repoList}</tbody>
83
84
  </Table>
84
85
  </Container>
86
+ <Footer/>
85
87
  </div>
86
88
  );
87
89
  }
@@ -3,6 +3,7 @@ import { Button, Container, InputGroup, Table } from 'reactstrap';
3
3
  import '.././App.css';
4
4
  import Form from 'react-bootstrap/Form';
5
5
  import AppNavbar from '.././AppNavbar';
6
+ import Footer from '.././Footer';
6
7
 
7
8
  class RepoIssues extends Component {
8
9
 
@@ -75,6 +76,7 @@ class RepoIssues extends Component {
75
76
  <tbody>{repoList}</tbody>
76
77
  </Table>
77
78
  </Container>
79
+ <Footer/>
78
80
  </div>
79
81
  );
80
82
  }