https://github.com/stevenplatt/researcheng-portfolio
A html portfolio website template for research engineers.
https://github.com/stevenplatt/researcheng-portfolio
portfolio-website research-software-engineering
Last synced: 2 months ago
JSON representation
A html portfolio website template for research engineers.
- Host: GitHub
- URL: https://github.com/stevenplatt/researcheng-portfolio
- Owner: stevenplatt
- License: mit
- Created: 2021-04-20T06:52:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T17:30:23.000Z (5 months ago)
- Last Synced: 2025-01-26T15:30:36.453Z (4 months ago)
- Topics: portfolio-website, research-software-engineering
- Language: HTML
- Homepage: https://demo.telecomsteve.com
- Size: 2.05 MB
- Stars: 19
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ResearchEng Portfolio
An html portfolio website template for Research Engineers.
[](https://github.com/stevenplatt/ResearchEng-Portfolio/actions/workflows/ci.yml)
**Demo Link**:
ResearchEng Portfolio is a portfolio template designed to be fast and easy to maintain. It includes a section for research, which is often not included in standard developer portfolio templates.
The site is designed to be served directly from object storage such as Amazon S3 but can also be deployed using Apache, Nginx, or other web server. Example instructions for serving a website from Amazon S3 can be found [here](https://medium.com/@kyle.galbraith/how-to-host-a-website-on-s3-without-getting-lost-in-the-sea-e2b82aa6cd38).
### Run this site locally using Nodejs
>1. npm install http-server -g
>1. git clone
>1. cd ResearchEng-portfolio/
>1. npx http-server## Desktop Page Layouts
- About
- Resume
- Research
- Portfolio
- Blog
- Blog Post### About Page

### Resume Page

### Research Page

### Portfolio Page

### Blog Page

### Blog Post Page

## Mobile Page Layouts
All pages of the ResearchEng website template are also optimized for mobile.

## Google Page Speed Index: 100/100
For both desktop and mobile.

## Contributing
Bug reports and pull requests are welcome on GitHub at . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).