Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
c9058cf
added bulma framework
softwarebycg Mar 3, 2025
8ee832b
initial concept index
softwarebycg Mar 3, 2025
7a8eadd
WIP bulma scaffold
softwarebycg Mar 5, 2025
67bbb67
WIP improvements to layout
softwarebycg Mar 5, 2025
6a96042
added linkedin badge and contact details
softwarebycg Mar 5, 2025
5a18c81
added GitHub code exerpt
softwarebycg Mar 5, 2025
355b4f3
added embedded content
softwarebycg Mar 5, 2025
d759f5e
WIP added remaining buttons, improved contant and navbar
softwarebycg Mar 6, 2025
62961b9
WIP sorted menu system
softwarebycg Mar 6, 2025
3633300
about page content
softwarebycg Mar 6, 2025
f30ed59
finished websites and apps content
softwarebycg Mar 6, 2025
a4200d3
added software content
softwarebycg Mar 6, 2025
643cdd2
media production content
softwarebycg Mar 6, 2025
fb69974
added examples of my work buttons to each sections in outlined
softwarebycg Mar 6, 2025
5544fea
games description
softwarebycg Mar 6, 2025
3082e21
updated games links and page title
softwarebycg Mar 7, 2025
9484f06
indentation, seo and accessibility
softwarebycg Mar 7, 2025
11e507a
improvements for mobile responsiveness
softwarebycg Mar 7, 2025
780d92b
updated digital media content, fixed iframes
softwarebycg Mar 7, 2025
3b9c72b
improved responsiveness and some content
softwarebycg Mar 7, 2025
1109600
added favicon
softwarebycg Mar 7, 2025
c9c2a22
removed adm video
softwarebycg Mar 7, 2025
f127ab1
added readme explaining the sites design choices
softwarebycg Mar 7, 2025
87f4c5e
updated readme
softwarebycg Mar 7, 2025
9d70140
Merge pull request #3 from hex333ham/dev-hex333ham
softwarebycg Mar 7, 2025
74c84e6
added repo link, web to promote adm for fancy video banner
softwarebycg Mar 7, 2025
881fc69
Merge pull request #6 from hex333ham/dev-hex333ham
softwarebycg Mar 7, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# connorgraham.uk

Hello, you’re browsing the code for my professional website: [connorgraham.uk](https://connorgraham.uk)

If you have any questions, please get in touch!

## ~~CMS~~

The goal with this was to create a website that is dead simple for me to manage and that doesn’t require a CMS.

CMS solutions are great for large teams, but for a solo software engineer they can feel like extra steps that take more time than creating code.

## CSS

I’ve used the CSS framework [Bulma](https://bulma.io/) to save me time.

I’m always grateful for people that create these and make them freely available. I can produce complex SASS/CSS but it’s always nice not to have to, as they can be a lot of work when you include accessibility concerns.

Usually I work with Bootstrap, but I tried something different and I’ve been pleasantly surprised by how much easier Bulma is to use.

## Hosting & Git

GitHub Pages hosts this site, and I have made the source code, including the full branch and tree structure, publicly available. I'm hoping this will give people an easy-to-understand overview of the software development process I follow on my projects.

I use [GitFlow](https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow) for all of my projects and [Semantic Versioning](https://semver.org/), I have done on a semi-casual basis here as well.

As it's just me working on this, I can take some shortcuts you can't when working with a team. I'm using `dev-hex333ham` as my "living feature branch" and merging (via PRs) into `dev` before `main`. I'm using the same release structure and you can see how my site has developed through them here: https://github.com/hex333ham/hex333ham.github.io/releases
21,551 changes: 21,551 additions & 0 deletions css/bulma.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions css/bulma.css.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions css/bulma.min.css

Large diffs are not rendered by default.

144 changes: 144 additions & 0 deletions css/vision_font.css

Large diffs are not rendered by default.

Loading