See the Pen [DGMD] Moving a div on hover by alec resnick (@aresnick) on CodePen.
See the Pen [DGMD] Disappearing a div on click by alec resnick (@aresnick) on CodePen.
/people
cardsFile > Clone Resository
and then select your journal's repository ($USERNAME.github.io
) and then click Clone Repository
.Clone
again.index.html
file in both Sublime Text and Google Chrome.push
to GitHubGiven the temporal and geographic aspects of these materials, the materials themselves, and the desire for spontaneous rediscovery…
fork
the repositoryFile > Clone Resository
and then type in the name of the pomes repository (a-story-in-pomes
)Clone Repository
Clone
againpomes
locallya-story-in-pomes
repository.git checkout gh-pages
; you should now see files in the repository.npm install
; this looks at the package.json
file and installs the various packages required for a-story-in-pomes
node server.js
; this runs the file server.js
, and will serve up a version of the pomes
site locally.localhost:3000
; this page will reflect any changes you make to the pomes
project files on your computer.index.html
file in the pomes
repository and saving it to make sure the changes are being reflected.