-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpseudo-finalproject.txt
94 lines (58 loc) · 4.05 KB
/
pseudo-finalproject.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
// ----------------------------------
// Layout - CSS
// ----------------------------------
// The layout will be fully responsive
// The header navigation would stick to top of the page in full view mode and stay stuck as the user scrolled down.
//Fix the header
// The main image right below the header would be an image that would scale responsively.
//The title of the website/name of the organization would be large and transparent text over the image that would also scale responsively using rems
// Below the header image/background the main body of the content will be in a 2 column grid layout which will become one column if the browser width is less than 800px.
// Detect when to apply mobile styling by using media queries
// ----------------------------------
// Global Action/Animation
// ----------------------------------
// Create a splash page with the site name that will pull up after page is loaded.
// Place in a container div
// Add sticky donate button to the bottom right of the page with highest z index, ( also a contact button?)
// Use fixed positioning
// Open forms in a call out window if in full view mode
// When an input box is selected in a form outline outline it red to let user know it is active
// ----------------------------------
// Navigation Action/Animation
// ----------------------------------
//If user is on a mobile device or scales the browser down to less than 800px, the nav would turn into a hamburger menu button
// When the hamburger menu is clicked on the nav will slide in from to left to right when opened.
// When the user hovers over a button/links to click the selected icon would pulse until user clicked the item in full view mode.
// Apply hover effects
// When a nav link is clicked the page will automatically scroll to that section and flash a red border around it that will last for less than a second
// Create scroll to top button that will smoothly scroll window to the very top of the page
// Once the user scrolls down half the page show the scroll to top button will appear about 30% fixed from the top of the page
// -------------------------------------------
// Interactive Photo Gallery Action/Animation
// -------------------------------------------
// The slideshow gallery will be able to be paged through with a slider or ‘advance’ / ‘previous’ buttons.
// If user is on mobile, gesture swipe will be used
// Clicking on an image would open the image in a lightbox for the user to see the image in a larger resolution.
// -------------------------------------------
// Interactive Video Gallery Action/Animation
// -------------------------------------------
// As the user hovers over the video in full view mode it will automatically start playing with no sound. Once the user clicks on the video / play button the video will start from the beginning with sound
// Video will open in a lightbox and start playing
// In mobile/tablet view the user can swipe video left and write if there are multiple videos
// When video is selected open video in Youtube/native player
// -------------------------------------------
// Scroll to animate data visualization graphs
// Interactive Google Maps
// -------------------------------------------
// Visual data that would animate as user scrolls down the page and would complete once the section is in the upper third of the page
// Embed custom Google Maps widget
// -------------------------------------------
// Interactive Kickstarter Widget
// -------------------------------------------
// The kickstarter widget and the newsletter signup box section.
// Once the user clicks within that box it will open up in a form that hovers over the page in it’s own ‘window’.
// -------------------------------------------
// Footer Contact
// -------------------------------------------
// The footer will contain contact information and social links.
// When Once a user clicks on the contact link for email this will also open a form in a window that will hover over the page.