Skip to content

Commit

Permalink
Merge branch 'main' of github.com:claire-fletcher/claire-fh into main
Browse files Browse the repository at this point in the history
  • Loading branch information
claire-fletcher committed Jul 28, 2024
2 parents 93aae5d + 3fd323c commit 20db1e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# claire-fh

Website

## Deployment

Currently via Netlify continuouse deployment. However, for more interesting work there is a consideration of 1. serving this from a gcp bucket and 2. containerising and deploying from cloud run or kubernetes. If the website ever had a backend and wasn't static files then number 1 would become less valid.

Notes: https://cloud.google.com/storage/docs/hosting-static-website
Deployment to the bucket could be done in the github CI.
https://codelabs.developers.google.com/codelabs/cloud-run-deploy

Solution 2 with k8s or cloud run is really more useful to practice deployments to these and not a normal usecase for a static website.
4 changes: 3 additions & 1 deletion project/TRACKING.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Tracking Website Progress

## Week 1 - HTML

![website 1 with only text and nothing else](website1.png)

![Added new pages and some carbon tooling](website2.png)

## Week 2 - CSS
![Added CSS styling and fixed the navigation bar as well as a pinned footer](website3.png)

![Added CSS styling and fixed the navigation bar as well as a pinned footer](website3.png)

0 comments on commit 20db1e5

Please sign in to comment.