First edition
This commit is contained in:
18
README.md
Normal file
18
README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# seanstarkey.dev
|
||||
|
||||
A static project portfolio generated from Sean Starkey's public GitHub repositories.
|
||||
|
||||
## Files
|
||||
|
||||
- `index.html` contains the page structure and metadata.
|
||||
- `styles.css` contains the responsive layout and visual design.
|
||||
- `projects.js` contains editable project data.
|
||||
- `app.js` renders featured projects, the project grid, search, and filters.
|
||||
|
||||
To add a live project link, add `siteUrl` to any project in `projects.js`:
|
||||
|
||||
```js
|
||||
siteUrl: "https://seanstarkey.dev/Hallowdeep/"
|
||||
```
|
||||
|
||||
Open `index.html` directly in a browser or deploy the whole directory to any static host.
|
||||
Reference in New Issue
Block a user