-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update landing page #255
Comments
I am unable to do this myself because the code won't run on my machine (Apple M1 chip does not play nicely with old versions of many libraries) so I have no way to test the code. It's probably simpler for someone who gets it to run to make the changes, rather than to make a PR blindly without testing. |
@aerugo unfortunately I've also upgraded to a M1 chip recently. I might be able to dig out an old computer with an Intel chip, but can't do that before January 31 at the very earliest. An alternative is to simply build a new placeholder page that allows for a login to the old platform and redirects to the new for all new pages. Rather than relying on this old page that hasn't been updated in a million years, build a new one. I can give you direct access to the S3 bucket it serves from so the deployment is easy and you wouldn't have to wait for me. Or alternatively, build new pages in docker image you can either deploy yourself and I can move the DNS - or I can deploy the docker image on the existing machines. I'll strongly prefer not to try to maintain pages none of us can easily test. |
Alright, thanks @chime-gm, I appreciate it. I agree, if I have access to the S3 bucket I can just make a new one-pager and deploy a hotfix. Where is the S3 bucket and what do you need from me? |
I'll create an AWS user for you that should give you access to everything you need later today. I also need to check if anything need to change in the current setup. |
I have an AWS user tied to hugi at hugi dot se if that helps.
|
@chime-gm - I have tried changing the contents of index.html in the cobudget-prod bucket, but no results. |
Nevermind @chime-gm - I have figured it out. It was served from cobudget-prod-eu. |
Glad you found the solution @aerugo :) |
While we wait for the new Cobudget platform, we should update the landing page as follows:
This requires edits to three files.
Remove everything but logo and login in the landing page toolbar: https://github.com/cobudget-old/cobudget/blob/develop/ui/app/directives/landing-page-toolbar/landing-page-toolbar.html
Delete all sections from the landing page except the first section and the footer, and change the text to be as in the screen above: https://github.com/cobudget-old/cobudget/blob/develop/ui/app/components/landing-page/landing-page.html
Replace laptop image in https://github.com/cobudget-old/cobudget/blob/develop/ui/app/assets/img/landing_laptop.png with this:
The text was updated successfully, but these errors were encountered: