Closed tuomas2 closed 3 years ago
PR to https://github.com/AndBible/andbible.github.io would be appreciated :-)
Oops I forgot that we use template in this main repo, see play/homepage_template.html . compile_description.py is used to compile it with latest content.
Are you thinking mostly changes in the css/styling without major changes in the actual content?
I'm very comfortable working with html/css, I've worked also a bit with js and C#, but I don't feel as comfortable working with those.
I'd like primarily to get new layout.
Content is slightly updated after 4.0 is released. I think Google Play description is main content and tutorial videos and related graphics are useful content. But I'm open to improvements.
@agrogers might have ideas for changes to content?
The site content is pretty good already. Making the header more beautiful would be good. Links to the new features video. And some compelling screenshots is all I would add.
On Sat, 21 Aug 2021, 3:17 am Tuomas Airaksinen, @.***> wrote:
I'd like primarily to get new layout.
Content is slightly updated after 4.0 is released. I think Google Play description is main content and tutorial videos and related graphics are useful content. But I'm open to improvements.
@agrogers https://github.com/agrogers might have ideas for changes to content?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1608#issuecomment-902839925, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJWHT4ZLQF5OWMZV4X3T52E3FANCNFSM5CQTO73A .
If you @BryceSteuer will try to make a facelift then :-) Can you estimate when you would have time to do it?
I should be able to do it in the next two weeks. I have a big standardized test to take next week, and after that I'll be free. It should only take 3-5 hours in my estimation anyway. Do you have a preferred time schedule you want it done by?
Well we will release as soon as we get tutorial videos from @agrogers and some translations finalize :-) If we get it before release, great, but if not, it's okay also a few weeks after too.
@agrogers Could you provide me with some good screenshots of AB major features for the webpage? Perhaps each category that you discuss in the promo video.
How exactly do I get to editing the html and css? Do I need to do a clone or something? (sorry, I haven't done really any collab on github before). Once I'm in a place where I can edit, I should be fine from there
Are you familiar with git? Clone homepage repo https://github.com/AndBible/andbible.github.io and make pull request against it.
You can do changes directly there. I can change it to template later (play/homepage_template.html
on this repository, which is usually used to update homepage).
Ok, so from the homepage repo I can change the css, but can you specify how I ought to edit the html from the template page? Sorry for the confusion
I'm hoping to have initial videos finished this week - before Saturday. I will share the screenshots I have been taking tomorrow.
On Sun, 22 Aug 2021, 8:46 am Bryce Steuer, @.***> wrote:
Ok, so from the homepage repo I can change the css, but can you specify how I ought to edit the html from the template page?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1608#issuecomment-903184935, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJUGXN4YL363VMDDIKDT6AUC7ANCNFSM5CQTO73A .
@BryceSteuer if you want to edit template html directly, you must fork & clone main repository (this repo) and edit play/homepage_template.html . I'm using make tx-pull to fetch translations and compile descriptions from template, which also complies homepage_template.html for me in final form.
But if this is too technical, you can just edit the homepage repo, make a pull request, and I will extract new template file when you are done. As long as you don't do a lot of changes to content blocks, it will be easy task to do that.
I need to be able to see how the project webpage is going to look before I finish, if that's possible. I can have a rough outline of how I want the layout (and I do), but I never know if it looks good until I run it. Is there any way I can do this?
You mean you need to be able to show how page looks like locally?
how about going with your google chrome to file:///full_path_to/homepage/index.html ?
How are you getting that path homepage/index.html?
I have index.html (1 kb file) in the and-bible.io cloned repo but it just redirects me to andbible.github.io. It's not local like the screenshot.
Are you familiar with git? Fork homepage repo https://github.com/AndBible/andbible.github.io and make pull request against it.
I was thinking that you just edit this directly.
Ok, I'm making progress in it. https://github.com/BryceSteuer/and-bible Also the css. @timbze offered to teach me some Git, so that should help a lot. This is quite a learning experience, but I'm glad for it!
@agrogers No pressure, but do you have those screenshots yet?
I'm pretty much done except for some finishing touches - and the screenshots and YT video. However, I will be in another city without my computer until next Monday, so I will do PR either then or Tuesday Lord willing. The data I asked about on Telegram was for an idea to put it up on the webpage.
Hi Bryce
I will try to get some screenshots together this evening.
Tuomas, where is a good place to store these? I can just email them? But maybe it is good to have a repository of screenshots that show off the best features. I would like you guys to add some tablet screenshots - any maybe some videos. My sister's tablet is really low res so not so good for screenshotting.
Thanks Andrew
www.TenOutOfTen.org https://www.TenOutOfTen.org @.*** (+61) 0477 174 193 (Australia) (+95) 09 250018669 (Myanmar)
On Wed, 1 Sept 2021 at 08:06, Bryce Steuer @.***> wrote:
I'm pretty much done except for some finishing touches - and the screenshots and YT video. However, I will be in another city without my computer until next Monday, so I will do PR either then or Tuesday Lord willing. The data I asked about on Telegram was for an idea to put it up on the webpage.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1608#issuecomment-909679058, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJWMF3Y5IV376WQ3JP3T7VG7JANCNFSM5CQTO73A .
Maybe for now just google drive or google photos, but when it comes to google play store pics, see #1127.
Homepage repo can have more pics than play if needed.
Hi Bryce
I have uploaded screenshots and videos i have been using for the videos here: https://drive.google.com/drive/folders/1YsrELQbLnjmbhFHurx5sfvVXRZaIyZNL?usp=sharing
You should be able to get plenty of images from there.
Thanks a lot. those are good.
As for the videos, are those to be on youtube or do you think those should be embedded in the page itself (that would slow down the page significantly I think).
I don't think embedding youtube videos will slow site down (like we currently have).
I meant it might slow down if I embed the .mp4 via
that is bad idea to host mp4s. we use YouTube currently for that.
So you will put those mp4s together in a YT playlist? Should I wait for that or PR to andbible.github.io now?
Hi Bryce. Yes, the videos are going up to youtube and into playlists. So that will be fine. Finalising that today.
www.TenOutOfTen.org https://www.TenOutOfTen.org @.*** (+61) 0477 174 193 (Australia) (+95) 09 250018669 (Myanmar)
On Wed, 8 Sept 2021 at 07:50, Bryce Steuer @.***> wrote:
So you will put those mp4s together in a YT playlist? Should I wait for that or PR to andbible.github.io now?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1608#issuecomment-914651651, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJUE6GOTNVGWHRTBG3LUA2CLLANCNFSM5CQTO73A .
Sorry, I want to be clear (not that you were unclear, but my understanding is). So should I PR now, or wait until the playlist link is ready so I can add that as well before the PR? If I need to wait for the link, I can just PR probably tomorrow afternoon,depending on when its ready.
Um, good question. Two pull requests shouldn't be a problem. Would be good to see what you have done as soon as we can.
www.TenOutOfTen.org https://www.TenOutOfTen.org @.*** (+61) 0477 174 193 (Australia) (+95) 09 250018669 (Myanmar)
On Wed, 8 Sept 2021 at 08:21, Bryce Steuer @.***> wrote:
Sorry, I want to be clear (not that you were unclear, but my understanding is). So should I PR now, or wait until the playlist link is ready so I can add that as well before the PR?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1608#issuecomment-914665880, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJUUISFXSAP4NUTM5ZDUA2GAHANCNFSM5CQTO73A .
Yes; it might be good idea to provide even screenshots of the worked layout so that we can provide comments. But PR's are cheap and you can always improve after creating intial PR.
Alright, sounds good. I will be out of home for a few hours this morning, then I should be able to PR when I get back Lord willing.
I might be able to do it quickly now but I wouldn't be able to provide lengthy descriptions and discussions about it until later. But now I will provide a few screenshots.
There were only two major actual content changes - both of which can be reversed if they are undesirable - first the statistics counter at the page top, then adding the new features of v.4 to the features list. Apart from that (and the new screenshots) all content is pretty much the same.
Great. Looking good.
On Wed, 8 Sep 2021, 11:41 pm Bryce Steuer, @.***> wrote:
I might be able to do it quickly now but I wouldn't be able to provide lengthy descriptions and discussions about it until later. But now I will provide a few screenshots. [image: image] https://user-images.githubusercontent.com/48736452/132520153-0509e9fc-9de9-4bab-b85d-070c509174ce.png [image: image] https://user-images.githubusercontent.com/48736452/132520230-773a67d7-2fc6-41bf-afee-a3301765945c.png [image: image] https://user-images.githubusercontent.com/48736452/132520288-57e9e3f8-17a9-4239-b903-e90cfbc99e9d.png [image: image] https://user-images.githubusercontent.com/48736452/132520342-823042e8-2c45-461f-8a1a-f0d04739daea.png [image: image] https://user-images.githubusercontent.com/48736452/132520411-af54906f-0522-4258-b526-898f15ca1503.png
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1608#issuecomment-915249373, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJU7P5DEEH5ZV7P6Q3TUA5RXBANCNFSM5CQTO73A .
How did you get the number 150000 for users?
I cleaned up the PR so that font awesome is used from CDN
This is not so urgent that we have to do it today. Basically it looks quite good, but there are some things that we most likely want still to improve.
https://github.com/AndBible/andbible.github.io/pull/3
If you or anyone wants to improve it, please base your work (and make your pull request) towards this branch https://github.com/AndBible/andbible.github.io/tree/improve/webpage_upgrade
@tuomas2 I had seen at one point about a year ago that installs from Google Play was "120,000+", and I know there are many more installs from other platforms. I think I should add a "+" after each number to indicate that is the least amount suspected. i.e. 150,000+ users 700+ languages, etc.
Another minor issue is the .ico file showing up in the title. It is not transparent. View from in tab:
Then view from out of tab
I tried convert ico to svg, but it ends up distorting the image because of the gradients.
"but there are some things that we most likely want still to improve."
Anyone want to say what else might need improvement? Any input would be valuable.
I haven't had a chance to look at it yet. Will let you know when I have.
On Sat, 11 Sep 2021, 4:49 am Bryce Steuer, @.***> wrote:
"but there are some things that we most likely want still to improve."
Anyone want to say what else might need improvement? Any input would be valuable.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1608#issuecomment-917132840, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJRKBBHO5GMMGVTMDTDUBJHMJANCNFSM5CQTO73A .
Should I just pr now then? Or have you not seen it yet?
Sorry Bryce. I still haven't got to it yet. I have not had much time for AB over the last couple of weeks. I will have a look at it tonight after work.
www.TenOutOfTen.org https://www.TenOutOfTen.org @.*** (+61) 0477 174 193 (Australia) (+95) 09 250018669 (Myanmar)
On Wed, 22 Sept 2021 at 07:23, Bryce Steuer @.***> wrote:
Should I just pr now then? Or have you not seen it yet?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1608#issuecomment-924395112, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJXJRPPJH2FLGKLEJLTUDDZT3ANCNFSM5CQTO73A .
Hi Bryce. Managed to get it on my PC tonight. I am still finding my way around Github as well. A few things I noticed. I will include images below for these things. Maybe it looks different on your system?
Ok, there are some thoughts for you. Well done on getting that together. Not easy building these things from scratch. Like I said, i have never done that before!
I was just thinking along these lines this morning, and was going to suggest this. But how providential, you have already.