55 Commits

Author SHA1 Message Date
zepp
d947256e27 image work
add thought bubbles and blob cats
resize large images and convert them to webp
2025-02-08 21:37:19 -05:00
zepp
b669d16cd1 code formatting
adjust whitespace in script.js
2025-02-07 21:50:41 -05:00
zepp
e3032a195a add notes to notesForEmma object 2025-02-07 21:21:39 -05:00
zepp
354ea8edc8 add items to project
add blobcats
add thought bubble
2025-02-07 20:46:34 -05:00
zepp
aeefd7b0a8 code formatting
whitespace adjustment
2025-02-06 08:23:38 -05:00
zepp
4891aca2f8 code refactoring
better naming of temporary variable for forEach
loop
2025-02-06 08:22:54 -05:00
zepp
d290bd7db0 add pointer cursor to box of sweets 2025-02-06 08:21:07 -05:00
zepp
347ffd7732 add js code for giving baxter headpats 2025-02-06 08:14:10 -05:00
zepp
b3f5f676b0 code refactoring and feature add
adjust paths in html and css to relative
for proper hosting
add div to give baxter headpats. style with css
2025-02-06 08:06:04 -05:00
zepp
bd771947b8 code refactoring
adjust length of script tag in index.html
rename note variable to readThis to better
reflect the element it is used for
2025-02-05 15:07:15 -05:00
zepp
effd7feefc code changes
add fontawesome - use heart glyph
remove event listener from note after reading
to prevent triggering other event listeners
again
2025-02-05 09:44:09 -05:00
zepp
b20b037fe5 adjust whitespace 2025-02-05 01:11:00 -05:00
zepp
7e5454b849 code refactoring
adjust width and height of header, footer, body
section
set header, footer, body, section back to what
they were
set margin of note from 3rem left-right to
2rem left-right to prevent horizontal scrollbar
in chromium at 100% zoom
2025-02-05 01:06:32 -05:00
zepp
d91d7357c2 write needed javascript for trans pride heart
select element
add cursor: pointer to indicate clicking
add event
add desired effect by appending to .header-text
set cursor back to default
remove event to prevent repeat appending
2025-02-04 23:56:05 -05:00
zepp
678fc47378 add final note to notes.md 2025-02-04 22:02:00 -05:00
zepp
3c0cd853cc add note to notes.md 2025-02-04 00:39:11 -05:00
zepp
899f2fccf8 add note to notes.md 2025-02-04 00:36:51 -05:00
zepp
5031f8dd7e rename script folder to js 2025-02-02 22:05:34 -05:00
zepp
b556818e7a update title of notes.md 2025-02-02 22:03:30 -05:00
zepp
7378680d0f add another note to notes.md 2025-02-02 22:02:59 -05:00
zepp
65379f0691 adjust formatting of notes 2025-02-02 08:32:07 -05:00
zepp
d9c007e206 refactor js
begin building out script with separate
functions with specific behavior
account for note needing to be interacted with
first before other items can be clicked on
2025-02-02 08:08:08 -05:00
zepp
ddfb3da84a add height and width to img elements 2025-02-02 07:52:08 -05:00
zepp
7e08007ce8 code refactoring
use absolute paths
use quotes in url paths
2025-02-02 07:06:10 -05:00
zepp
5d0e5aa653 code cleanup
cleanup elements that don't wrap
remove extra whitespace
2025-02-01 23:57:27 -05:00
zepp
6b5f3c0e80 update and edit notes 2025-02-01 23:50:32 -05:00
zepp
f47f9764a5 code cleanup
clean up long image tag that doesn't wrap
2025-02-01 21:27:02 -05:00
zepp
be86abc72f code refactoring
change note to image for zooming
styling changes to divs
selectors removed that were no longer needed
2025-02-01 21:24:51 -05:00
zepp
9ae6900ea4 code refactoring
add cursor pointer to note text to not break
pointer cursor when it goes over text
2025-02-01 20:40:42 -05:00
zepp
2ef25ff6a1 additional styling
add gap to flex container .items
2025-02-01 20:38:08 -05:00
zepp
c56e66ad36 code refactoring
adjust positioning of elements
adjust transparency of header and footer
2025-02-01 20:36:55 -05:00
zepp
c2811f3c80 code cleanup
adjust whitespace in index.html
2025-02-01 19:56:08 -05:00
zepp
0d02025b7d code refactoring and additions
changed js object back to double quotes
added clickable items for interactivity
added styling for clickable items
2025-02-01 19:54:04 -05:00
zepp
7bf4b6efc1 adjust transparency of header and footer 2025-02-01 18:06:19 -05:00
zepp
78d937f2f9 change object strings to multiline 2025-02-01 18:05:02 -05:00
zepp
a4594f1e7b code refactoring
add p to header
set header to flex and style
adjust transparency of header and footer
change font of p element
change color of p element
2025-02-01 18:01:39 -05:00
zepp
625e5dc992 code refactoring
remove old cupcake selector from stylesheet
2025-02-01 17:51:26 -05:00
zepp
b886cf3d79 add fonts to project 2025-02-01 17:47:56 -05:00
zepp
12c4137529 code refactoring
adjust colors
adjust content
add additional images for use
2025-02-01 17:09:08 -05:00
zepp
fe22a04ae0 add note 2025-02-01 16:06:48 -05:00
zepp
64550dd9ed add another note 2025-02-01 15:22:08 -05:00
zepp
9647d9e9b0 code refactoring
change class names to camelCase
update html and css to reflect this
javascript can now use querySelectorAll and grab
note from object via first class in list of
classes for tile
2025-01-30 20:15:40 -05:00
zepp
b926571620 added another note for potential notes 2025-01-30 19:59:45 -05:00
zepp
c678498e0c adding eventListeners to image map tiles
add querySelectors
add test content to notes object
test with console.log()
2025-01-30 09:52:51 -05:00
zepp
a7ecd488cc better image mapping used
script way of making map removed
image map generator used to generate styling
for image map
2025-01-30 09:05:20 -05:00
zepp
1e764e68a9 further project work
add background image
add and initial styling of header and footer
(will change colors later)
2025-01-29 23:39:21 -05:00
zepp
666e8f3abc code refactoring
whitespace removal
2025-01-29 22:43:43 -05:00
zepp
025ed292fc code refactoring
change class names to cupcakes and cupcake
2025-01-29 22:42:42 -05:00
zepp
df84316ad4 image map creation process
reposition container
create javascript for creating clickable divs
over each piece of chocolate
use flex to position divs
2025-01-29 22:37:53 -05:00
zepp
57604e0be7 create image map container
create container div
style and position with css
2025-01-29 22:07:31 -05:00