brillout / clocktab

Source code of Clock Tab.
https://clocktab.com
42 stars 16 forks source link

clock text location #2

Open has1er opened 4 years ago

has1er commented 4 years ago

nice addition would be an option to place the clock text at a different location, rather than always centered

brillout commented 4 years ago

What's your programming experience? Do you know CSS? JavaScript? The DOM?

Rom :)

has1er commented 4 years ago

Mostly C and C++ some C#, my latest job is working in Python. I've dabbled in CSS and done some with JavaScript but nothing with DOM

On Wed, Mar 4, 2020 at 2:40 PM Romuald Brillout notifications@github.com wrote:

What's your programming experience? Do you know CSS? JavaScript? The DOM?

Rom :)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brillout/clocktab/issues/2?email_source=notifications&email_token=AJM5ZGTWAHPUMMSGDZNKGRTRF3DFXA5CNFSM4LBNVGP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEN2OWDY#issuecomment-594864911, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJM5ZGRQNRKXXGGY4NTKQCDRF3DFXANCNFSM4LBNVGPQ .

brillout commented 4 years ago

nothing with DOM

The first step would be to learn about the DOM.

What you could do is to create a super simple version of Clock Tab on your own. Does that sound fun to you? I'd review your code ;-). We'll then eventually merge your version and mine into one!

has1er commented 4 years ago

Sure, I'll give it a whirl, not sure when I'll have time but I'll add it to my to do list

On Fri, Mar 6, 2020, 2:38 PM Romuald Brillout notifications@github.com wrote:

nothing with DOM

The first step would be to learn about the DOM.

What you could do is to create a super simple version of Clock Tab on your own. Does that sound fun to you? I'd review your code ;-). We'll then eventually merge your version and mine into one!

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brillout/clocktab/issues/2?email_source=notifications&email_token=AJM5ZGW5D2LYIGIONX7T4ZDRGFULXA5CNFSM4LBNVGP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOC56TY#issuecomment-595976015, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJM5ZGQU3XCEPOVZ3TNNIBDRGFULXANCNFSM4LBNVGPQ .

brillout commented 4 years ago

No pressure. I have 0 expectations and if I never hear back from you that's 100% fine :-).

This will only work out if you feel like doing it and with pleasure ;-).

Rom