-
Notifications
You must be signed in to change notification settings - Fork 0
/
planning.txt
80 lines (67 loc) · 1.24 KB
/
planning.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Various components:
Wrapper (desktop only)
Landing page
Name, logo
Link to main page
Main page
Story sections
Story links
Featured stories
Stories
Scenes
Image displayer
Post info
Timer
-----
Wrapper
Dimensions of an iPhone 6, centered
Image or css border (with psuedo :before?)
Landing page
Name and logo are flex-centered
Main page (mobile)
Story section
Header: 1px height span with border, then text, then another span
Story
Image preview, text
Featured stories
Div with image background, text bottom-aligned
Stories
Absolute, 100% size
Scenes
Image / video fill
Aligned top div
Left: text
Right: circular timer
Circular timer:
Accomplishable with css?
https://codepen.io/AtomicNoggin/pen/fEish
-----
React component hierarchy
body
App
Wrapper
Landing
div#logo-container
img
div#name
div#enter
StoryList
StorySection
StoryHeader
span.bar
span.title
span.bar
Story...
img.story-preview
div.story-info
span.story-title
span.story-date
FeaturedStorySection
FeaturedStory
div.story-info
StoryPlayer
div.story-container
div.story-info
span.story-title
span.story-date
div.story-timer