An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

# ResearchEng Portfolio

An html portfolio website template for Research Engineers.

[![CI/CD Suite](https://github.com/stevenplatt/ResearchEng-Portfolio/actions/workflows/ci.yml/badge.svg?branch=main)](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

![ResearchEng preview](img/screenshots/about_page.png)

### Resume Page

![ResearchEng preview](img/screenshots/resume_page.png)

### Research Page

![ResearchEng preview](img/screenshots/research_page.png)

### Portfolio Page

![ResearchEng preview](img/screenshots/portfolio_page.png)

### Blog Page

![ResearchEng preview](img/screenshots/blog_page.png)

### Blog Post Page

![ResearchEng preview](img/screenshots/blog_post_page.png)

## Mobile Page Layouts

All pages of the ResearchEng website template are also optimized for mobile.

![ResearchEng preview](img/screenshots/mobile_layout.png)

## Google Page Speed Index: 100/100

For both desktop and mobile.

![ResearchEng preview](img/screenshots/page_speed.png)

## 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).