Skip to content

Commit

Permalink
Merge branch 'main' into cpy
Browse files Browse the repository at this point in the history
  • Loading branch information
conorheffron authored Jan 5, 2025
2 parents 9fed36d + 7a34232 commit 547f5dc
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 7 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ Personal website / portfolio [https://www.ironoc.net/](https://www.ironoc.net/)
Java 21 (LTS), Spring Boot 3.4, ReactJs 18, Maven 3.8 or later, HTML5+CSS,
Docker / Bash, AWS, minikube, & kubectl.

## See ironoc-frontend README [here](./frontend/README.md)

## Run without cloning project:
```
docker run -d --restart=always -p 8080:8080 conorheffron/ironoc
Expand Down
2 changes: 2 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ironoc-frontend

The ironoc UI built with react for personal portfolio website.

[![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)

- See project README.md [here](https://github.com/conorheffron/ironoc/blob/main/README.md)
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.App-logo {
height: 70vmin;
height: 37vmin;
pointer-events: none;
}

Expand Down
18 changes: 13 additions & 5 deletions frontend/src/components/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,19 @@ class About extends Component {
<img src="https://static.licdn.com/scds/common/u/img/webpromo/btn_viewmy_160x33.png"
width="160" height="33" border="0" alt="View Conor Heffron's profile on LinkedIn"></img>
</a>
<p id="my-intro"><br />Welcome, I'm Conor Heffron, a Software Engineer hailing from County Meath, Ireland.
With over ten years of professional experience, I specialize in writing clean code and
<p id="my-intro">
<br />
Welcome, I'm Conor Heffron, a Software Engineer hailing from County Meath, Ireland.
With over fourteen years of professional experience, I specialize in writing clean code and
developing high-performance applications. As a passionate Full Stack Developer, I am constantly
expanding my technical expertise across various tech stacks, languages, frameworks, and
tools in the realm of Software, Data, and DevOps. Let's connect and explore exciting
expanding my technical expertise across various tech stacks, languages, frameworks, and tools in the
realm of Software Engineering, Data Engineering, & DevOps.
<br /><br />
I believe in continuous learning & practical skills that can be demonstrated in a positive & collaborative
manner (open source is great!). When not learning or working, I like jogging/cycling, music, cooking,
pretending to be a caffeine connoisseur, & searching for new forms of salsa verde / green sauce!
<br /><br />
Let's connect and explore exciting
opportunities together! See above & beyond for contact details and further information.
</p><br />
<a class="strava-badge" href='https://strava.com/athletes/2582329' target="_clean">
Expand All @@ -36,4 +44,4 @@ class About extends Component {
}
}

export default About;
export default About;
14 changes: 13 additions & 1 deletion frontend/src/components/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,19 @@ class Home extends Component {
<Container>
<header className="App-header">
<a href="/"><img src={logo} className="App-logo" alt="iRonoc"/></a>
<p id="my-intro">Web Application Development | Software & Data Engineering | DevOps</p>
<p id="my-intro"> Welcome to my personal portfolio site.<br />
Please use the navigation bar to view different features such as about me, my link tree, a carousel
that scrolls through highlighted projects & the GitHub project manager (PM) tool which is built
against the iRonoc API.
<br /><br />
The GitHub PM tool allows you to view & navigate the backlog of issues & bugs for a given project
repository for the corresponding user or organisation account. There is an option to search by user ID
or to drill down to a specific repository name via search or 'List Issues' icon in the 'Actions' column
of the <a href="https://www.ironoc.net/projects/conorheffron">projects component view</a>.
<br /><br />
The ironoc API is documented with <a href="https://www.ironoc.net/swagger-ui-ironoc.html">Open API</a>
& sample GET requests that return raw JSON responses are available for demonstration purposes only i.e.
<a href="https://www.ironoc.net/get-repo-issue/conorheffron/ironoc/">Issues JSON Sample</a>.</p>
</header>
</Container>
<Footer/>
Expand Down

0 comments on commit 547f5dc

Please sign in to comment.