Portfolio Website - v2.0
roessner.tech
You can fork this repo to modify and make changes of your own. Please give me proper credit by linking back to FleetAdmiralJakob. Thanks!
My personal portfolio roessner.tech which features some of my
GitHub projects as well as my resume and technical skills.
This project was built using these technologies.
- ReactJS
- Node.js
- Express.js
- CSS3
- Sass
- Webstorm
- VSCode
- Typescript
📖 Multi-Page Layout
🎨 Styled with React-Bootstrap and CSS with easy to customize colors
📱 Fully Responsive
Clone down this repository. You will need node.js
and git
installed globally on your machine.
-
Installation:
npm install
-
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
- In package.json update
"homepage": ""
by adding your GitHub page url. npm run deploy
- Go to settings -> pages -> build and deployment -> choose
gh-pages
as root branch
Open the project folder and Navigate to /src/components/
.
You will find all the components used, and you can edit your information accordingly.
Copyright 2023 Jakob Felix Eugen Rössner
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.