2020-09-06 01:56:35 +02:00
|
|
|
6th Sept 2020
|
|
|
|
|
|
|
|
Next project, decided to go for something slightly different with a little JavaScript required.
|
|
|
|
Added basic files for css and javascript, including a .jshintrc file
|
|
|
|
|
|
|
|
```
|
|
|
|
{
|
|
|
|
"esversion": 6,
|
|
|
|
"browser": true,
|
|
|
|
"strict": "global"
|
|
|
|
}
|
|
|
|
```
|
|
|
|
|
2020-09-06 13:24:44 +02:00
|
|
|
Set up basic styling into the CSS from the style doc. Add colors, font + sizes.
|
|
|
|
|
|
|
|
Add font awesome to index.html + setup attribution
|
|
|
|
|
|
|
|
Add basic tags to index.html for header/main/footer, then in main splitting into 3, text headings, form and dashboard illustration.
|
|
|
|
|
|
|
|
__Q should the copyright be added to the footer or the bottom of the main????__
|
|
|
|
|
2020-09-07 15:35:50 +02:00
|
|
|
Started mostly with mobile
|
|
|
|
|
|
|
|
spent the morning struggling to get flex to work the way I wanted. Got there but also realised that I didn't need to use it the way I did. *facepalm*
|
|
|
|
|
|
|
|
Continue to play with positioning rather than focusing on main styling
|
|
|
|
|
|
|
|
Nudge screenshot nudge screenshot nudge screenshot *sigh*
|
|
|
|
I'm not OCD I swear ...
|
|
|
|
|
2020-09-07 16:38:52 +02:00
|
|
|
Realised better to social icons into footer and move the footer out of the flex container, and clamp it to the bottom.
|
|
|
|
|
|
|
|
So mobile is virtually there. The Ping! logo is slightly off, as is the "We are launching soon!"
|
|
|
|
So close *sigh*
|
|
|
|
|
2020-09-08 20:28:04 +02:00
|
|
|
Day break
|
|
|
|
|
|
|
|
Spent 20 minutes playing with mobile positioning. Crazy I know, but its like __near__ spot on.
|
|
|
|
|
|
|
|
![mobile difference](mobile-diff.png)
|
|
|
|
|
2020-09-09 00:39:21 +02:00
|
|
|
Worked on the desktop matching. Went much quicker, and getting faster at eyeballing sizes/size differences
|
|
|
|
Was easier working on mobile first, and then adjusted for desktop on this one.
|
2020-09-08 20:28:04 +02:00
|
|
|
|
2020-09-09 00:39:21 +02:00
|
|
|
![desktop difference](desktop-diff.png)
|
2020-09-07 16:38:52 +02:00
|
|
|
|
2020-09-09 00:39:21 +02:00
|
|
|
Now to remove extra adjustments that aren't needed (because they are duplicates of further up the page.)
|