-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed admin buttons from cutting off on mobile. #13
Open
graya4
wants to merge
255
commits into
Bram-Hub:main
Choose a base branch
from
anderm18:HomePageCutoff
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
I wanted to show this CSS stuff in my update, so while it's incomplete, it's here!
experimented with some of the syntax with HTML and CSS - will be now working more on making a website that looks good and then is able to do the stuff we want it to
working on learning how to make the webpage look nicer and then adding hyperlinks to different parts, but got something to work off of at least
finished working on the homepage for now - it is good enough to now look for implimentation of the links so that you can look at all of the courses by their 4 letter ID and actually getting those courses there from the courses json file
- Tested a ton of stuff for hashing and storing login credentials, have created an SQLite Database that semi-works! (obv some work to be done here)
Fixing a few problems with git
will be working on how to get the webpages to read from JSON files this next week as well as over break
put in more code so that we can hopefully read from the json files into the html and then to website, and also put in refereces for some of the front end work ( by kaylin ) so that the admin portal and the main page can have a similar template
…rte dto add javascript going to work more on javascript and making all of the pages pretty in the future
…sto the main HTML
not working yet - i think its because of the directory and stuff, but i am going in a direction and hopefully will be able to read the data into the html by the end of the week
have started experiemtning with jaava script to actually read the json file and parse it into the html, but the problem I had a while ago about my html file not loading on the python script is solved
Light mode changes
Added admin portal to change pathway section, closes #33
colors was imported but was never used, so it threw warnings
Whitespace issues threw warnings, fixed.
- changed header text - changed html code to v-expansion-panels to make them dropdown menus - updated styling of the dropdown menus - added open/close all buttons - added a method for open/close button functionality
93: faq page dropdowns
72/79 pathway information
Prereq scraper
…HomePageCutoff
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.
Was going to add that I fixed the search bar being cut off but its being removed :/