Page 6 of 6

Re: New Homepage suggestions

Posted: 04 Mar 2016, 13:08
by TheDewd
joedf wrote:so traurig... :(
Das wird schon wieder. :D

Re: New Homepage suggestions

Posted: 12 Mar 2016, 21:30
by tank
that does not change the fact that 100mb limitation basically makes the internet unusable

Re: New Homepage suggestions

Posted: 14 Mar 2016, 08:08
by Bruttosozialprodukt
joedf wrote:so traurig... :(
Indeed. :D ... :(
tank wrote:that does not change the fact that 100mb limitation basically makes the internet unusable
Well that depends on what you do on the Internet.
I can write messages and read Wikipedia articles all day long.
Watching a few videos on YouTube on the other hand would consume the 100mb pretty quickly.

Re: New Homepage suggestions

Posted: 27 Jan 2017, 08:52
by SnowFlake
So any updates on this?

Re: New Homepage suggestions

Posted: 27 Jan 2017, 10:17
by joedf
Well... It seems that we are not changing the homepage for the moment... It was a Unanimous vote for BlackHolyman's webpage.
I'll have to discuss a time and some adjustments with tank.
Thanks for the reminder +1

Re: New Homepage suggestions

Posted: 27 Jan 2017, 10:25
by joedf
Whoops, I'll have to contact BlackHolyman for the files too...

Re: New Homepage suggestions

Posted: 04 Feb 2017, 22:47
by TheDewd
Looks good although the width is bigger than my Nexus 4's screen...

Re: New Homepage suggestions

Posted: 04 Feb 2017, 22:58
by joedf
Yes, the responsive design has some issues... I'll try to get it fixed at one point

Re: New Homepage suggestions

Posted: 07 Feb 2017, 11:38
by fischgeek
It also looks like my links are still active for the stock photos if we're still interested in that.

https://autohotkey.com/boards/viewtopic ... 611#p64611

Re: New Homepage suggestions

Posted: 07 Feb 2017, 14:38
by aztec3
Okay, I like the new AutoHotKey page...but would it be possible to place the links to like SciTE4AutoHotKey and the other third-party apps (Pulover's Macro Creator) that use to be on the old page too?

Thanks!!!

Re: New Homepage suggestions

Posted: 08 Feb 2017, 19:57
by joedf
fischgeek wrote:It also looks like my links are still active for the stock photos if we're still interested in that.

https://autohotkey.com/boards/viewtopic ... 611#p64611
The photo is already/currently in use. ;)
aztec3 wrote:Okay, I like the new AutoHotKey page...but would it be possible to place the links to like SciTE4AutoHotKey and the other third-party apps (Pulover's Macro Creator) that use to be on the old page too?

Thanks!!!
Yes, I am just not sure where/how to place them...

Re: New Homepage suggestions

Posted: 09 Feb 2017, 12:24
by fischgeek
joedf wrote:
fischgeek wrote:It also looks like my links are still active for the stock photos if we're still interested in that.

https://autohotkey.com/boards/viewtopic ... 611#p64611
The photo is already/currently in use. ;)
Ha! Awesome. I didn't look before I posted :oops: -- My bookmark takes me straight to the forums.

Re: New Homepage suggestions

Posted: 10 Feb 2017, 08:01
by joedf
Oh that's okay haha ;)

Re: New Homepage suggestions

Posted: 13 Feb 2018, 05:18
by Blackholyman
hi, just a little input in the hopes of fixing this issue

Image

in this css file https://autohotkey.com/assets/mobirise/ ... tional.css

change this part

Code: Select all

@media screen and (max-width: 360px) {#header1-1 H1{font-size:3.5em!important;padding-top:1.3em!important;}}
aka 360px
to something like this

Code: Select all

@media screen and (max-width: 400px) {#header1-1 H1{font-size:3.5em!important;padding-top:1.3em!important;}}
-> 400px

As that seems to fix the issue on my device's

Re: New Homepage suggestions

Posted: 15 Feb 2018, 15:08
by joedf
Commited to repo.
https://github.com/ahkscript/homepage/c ... 03077bfcc7
thanks! :+1:

Not sure how fast the refresh will be because of cloudflare