Skip to content

stevenplatt/ResearchEng-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResearchEng Portoflio


CI/CD Build Status:


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.



Run this site locally using Nodejs

Note that Nodejs must be already installed to your local machine (Stack Overflow Instructions).

  1. npm install http-server -g
  2. git clone https://github.com/stevenplatt/ResearchEng-portfolio.git
  3. cd ResearchEng-portfolio/website/
  4. npx http-server



Run this site locally using Docker

Note that Docker must already be installed to your local machine. (Docker install instructions).

  1. docker pull telecomsteve/research-eng-portfolio:main
  2. 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.



Desktop Page Layouts

  • About
  • Resume
  • Research
  • Portfolio
  • Blog
  • Blog Post

About Page:

ResearchEng preview


Resume Page:

ResearchEng preview


Research Page:

ResearchEng preview


Portfolio Page:

ResearchEng preview


Blog Page:

ResearchEng preview


Blog Post Page:

ResearchEng preview


Mobile Page Layouts

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

ResearchEng preview


Google Page Speed Index: 100/100

For both desktop and mobile.

ResearchEng preview


Contributing

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.


License

The theme is available as open source under the terms of the MIT License.

About

A html portfolio website template for research engineers https://www.telecomsteve.com

Resources

License

Stars

Watchers

Forks