An html portfolio website template for Research Engineers
Demo Link: https://demo.telecomsteve.com
ResearchEng Portfolio is a flat file website written entirely in HTML and CSS. It is designed to be fast and easy to maintain, while also including 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.
Note that Nodejs must be already installed to your local machine (Stack Overflow Instructions).
- npm install http-server -g
- git clone https://github.com/stevenplatt/ResearchEng-portfolio.git
- cd ResearchEng-portfolio/website/
- npx http-server
Note that Docker must already be installed to your local machine. (Docker install instructions).
- docker pull telecomsteve/research-eng-portfolio:main
- docker run --name telecomsteve -d -p 8080:80 telecomsteve/research-eng-portfolio:main
The website is now reachable at http://localhost:8080 in your browser.
- About
- Resume
- Research
- Portfolio
- Blog
- Blog Post
All pages of the ResearchEng website template are also optimized for mobile.
Google Page Speed Index: 100/100
For both desktop and mobile.
Bug reports and pull requests are welcome on GitHub at https://github.com/stevenplatt/ResearchEng-portfolio. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The theme is available as open source under the terms of the MIT License.