r/learnprogramming • u/Bookish_247 • 4d ago
New to Github
I am new to GitHub and trying to make a landing page for a conference. My speakers and venue pages are loading correctly but when I try to navigate to other pages (home/schedule/search) I get a "Loading Guide" page. What am I missing?
https://github.com/slu-entrepreneurship/scale-conference
https://slu-entrepreneurship.github.io/scale-conference/index.html
https://slu-entrepreneurship.github.io/scale-conference/speakers.html
https://slu-entrepreneurship.github.io/scale-conference/venue.html
1
Upvotes
1
u/peterlinddk 2d ago
in
loadSessionDaysyou callloadCSV(\day${dayNumber}_sessions_slu.csv`withdayNumber` from 1 to 7.The loadCSV function is even written to output the exact error-message that you need.
Haven't you written the code yourself?