-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'template' into personal
- Loading branch information
Showing
13 changed files
with
69 additions
and
40 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,51 @@ | ||
# Portfolio Website | ||
# Portfolio Template (Instructions NOT Validated) | ||
|
||
This template is designed to showcase your projects in the form of a portfolio. It features two main sections: a biography container and a portfolio container. The biography container displays your photo, name, profession, social links, and a short bio. The portfolio container provides a list of projects with dates. Clicking on a project reveals more details, such as an image or video, contributors, a description, and a link to more details. | ||
|
||
--- | ||
|
||
## Features | ||
|
||
- **Biography Section**: Share your personal information with a professional touch. | ||
- **Portfolio Section**: Highlight your projects interactively with descriptions and media. | ||
|
||
## Prerequisites | ||
|
||
This template is hosted on GitHub Pages, so the only requirement is a GitHub account. | ||
|
||
## Installation Instructions | ||
|
||
1. **Clone the Template Repository**: | ||
- Navigate to the template repository on GitHub. | ||
- Click the **"Use this template"** button (visible when signed in to GitHub). | ||
- Follow the prompts to create a new repository based on this template. | ||
|
||
2. **Set Up GitHub Pages**: | ||
- Go to your repository’s **Settings**. | ||
- Under **Pages**, configure GitHub Pages to use the `main` branch (or your preferred branch). | ||
- Enable GitHub Actions if necessary. | ||
|
||
## Usage Instructions | ||
|
||
1. **Host the Portfolio**: | ||
- After setting up GitHub Pages, your portfolio will be live at `https://<your-username>.github.io/<repository-name>/`. | ||
|
||
2. **Customize Your Portfolio**: | ||
- Switch to the `personal` branch. | ||
- Edit the following files: | ||
- `website/content/biography.json`: Update this file with your personal details, such as your name, photo, bio, and social links. | ||
- `website/content/portfolio.json`: Add or update your projects, including names, dates, media (images or videos), contributors, descriptions, and links. | ||
- Push your changes to the repository. The portfolio will automatically update via GitHub Actions. | ||
|
||
## License | ||
|
||
This template is distributed under the MIT License. This permissive license allows you to use, modify, and distribute the template freely. | ||
|
||
## Shoutouts | ||
|
||
- [Seyit Yilmaz](https://www.seyityilmaz.com/) for being such an amazing UX designer and creating the inspiration source for my implementation. | ||
- [Loading Artist](https://loadingartist.com/) for making the duck animation available on [giphy.com](https://giphy.com/stickers/happy-dance-cartoon-NdfUg7dmNlUOafGeW0). | ||
|
||
## Creator's Commentary | ||
|
||
For more information check out the [personal branch from the creator](https://github.com/ZuliusRoolf/portfolio-template/tree/personal). There is a [development journal](https://github.com/ZuliusRoolf/portfolio-template/blob/personal/JOURNAL.md) with documentation throughout the design process. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters