This is my professional web page to showcase my work and experience in http://se-vel.com
It is built with vanilla JavaScript and supported with JQuery and Bootstrap. It is available here
It is build with SvelteKit. It is a major update with better layout and structure. The source code is in this repo.
Any change in the original repo has to be fetched here in a new branch. Then, a pull request has to be created to merge it and start the build and deployment.
Follow the next steps to integrate the changes from the other repo:
Create a new branch.
git checkout -b se-vel-v2
Add the remote repo.
git remote add se-vel-v2 git@github.com:sosegon/se-vel.git
Fetch the changes from the repo.
git fetch se-vel-v2
Add the code to a folder.
git subtree add --prefix=se-vel-v2 se-vel-v2 main
Do not remove the files 54071fdb.html and CNAME. They are needed for the domain configuratiion.
- Complete the development of
landing3dto serve it from its own repo. - Complete the development of
watch-finderto serve it from its own repo. - Complete the development of
renderingto serve it from its own repo.