Pulling ... to update my repo#1
Open
Nerajno wants to merge 371 commits into
Open
Conversation
fix missing unsplash.it background-image for .panel2
The 'files' argument was being passed to browser-sync inside single quotes. These aren't recognised when the script runs, so hot-reloading was only listening for changes on the html file. Switching to escaped double quotes fixes this.
Changed to escaped double-quotes to fix browser-sync
add Chris link in readme.md
to finish 30 day JavaScript challenge. I hope everyone can benefit from it.
rm unused selector 'a'
Add link to my blog so everyone can learn from it.
Added link to my blog
add Dustin Hsiao to readme
for add GuaHsu's link.
Shown in starter file in video, missing from actual starter file.
Add person object to day 14 starter file
Update readme.md
Added a new bulletpoint with my anme and links to CodePen and GitHub repo :)
Force browser-sync version less than 2.23.2 having issue in npm start
Added to Readme.md my name
Added small proposal for 26 lesson
Update community #JavaScript content
The empty button just before script tag is confusing. There is no need for it in the start file as Wes already wrote this element in the end section of tutorial.
Update README.md
Update readme.md
Changes made in the Readme file
乔木首次提交中文视频链接
I recorded your javascript30 Chinese explanation video on the video platform in China
add my project link in the readme
fix: link and typos in readme
Passing only recognition.start in the event listener no longer works in Chrome. Changing it to an arrow function fixes the issue.
The Unsplash Source API (source.unsplash.com) has been discontinued, causing all panel background images to break. Replaced with direct Unsplash image URLs and one Pixabay URL where the original image is no longer available.
* Add Khush Gupta's implementation of JavaScript30 challenge
fix: replace broken image URLs in flex panel gallery
Fixed SpeechDetection 'end' event listener
fix: project 3 image source loading
Removed a button element.
sticky nav starting offset point issue on multiple screens is fixed by the height in px.
Update style.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.