Skip to content
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

5.0 qa #18

Open
wants to merge 52 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
ed6c7d2
cloning 5.0 from cms-templates
chorta Jun 15, 2018
13e7881
5.0 README.md
chorta Jun 15, 2018
ef2430d
update
chorta Dec 19, 2018
6e58e04
cleanup
chorta Dec 19, 2018
e40a454
nav and font changes
chorta Mar 4, 2019
04971e2
rotator builder button fix
chorta Mar 18, 2019
006ba72
adding no button link fix for Hero rotator
chorta Apr 29, 2019
bb436a7
latest edits
chorta Apr 29, 2019
44b2776
accesibility fixes hero rotato
chorta May 14, 2019
b3afcdc
adding new button classes / adding new headline class
chorta May 29, 2020
da94dd5
fixing issues
Oct 1, 2020
74eb030
removing IE support
Oct 1, 2020
2edcb09
Add css for skip to main content
cindyhuynh Oct 8, 2020
46a2a22
Merge pull request #3 from cindyhuynh/5.0
chorta Oct 8, 2020
2c5d56d
adding skip to content css
Oct 8, 2020
5bcab27
Updated global social media sprites to include mobile app icon
cindyhuynh Oct 16, 2020
980585a
Merge pull request #4 from cindyhuynh/5.0
chorta Oct 19, 2020
3f199f4
updating repo
chorta Jan 28, 2021
543b0cc
setting up git
emaraan Jan 29, 2021
b30ec18
updated readme
emaraan Jan 29, 2021
bb6a19d
Merge branch '5.0' into 5.0
emaraan Jan 29, 2021
d5cf885
Merge pull request #17 from emaraan/5.0
emaraan Jan 29, 2021
c305ebc
another change to readme
emaraan Jan 29, 2021
bb03ae2
cleaning up readme
chorta Jan 29, 2021
db64427
light theme drawer styles
emaraan Feb 1, 2021
0b02d74
added new font color option for slider
emaraan Feb 4, 2021
f904b0f
adding the min files
emaraan Feb 4, 2021
816c71d
dark theme style for slider indicators
emaraan Feb 5, 2021
15c68b3
modified slider style
emaraan Feb 5, 2021
22f56d4
modified more slider styles
emaraan Feb 5, 2021
2c67ec8
modified hero text-shadow and removed slider indicator styles
emaraan Feb 8, 2021
9a2a32f
removed not needed code for drawers
emaraan Feb 12, 2021
6b7450c
modified button btn-default hover color
emaraan Feb 17, 2021
2727bfe
changed -blue color
emaraan Feb 19, 2021
1af3b46
updating UCSD true blue variable
chorta Feb 24, 2021
4d00f3d
homepage hero, center button fix
chorta Mar 2, 2021
c6025e1
remove underline on btns in text blocks
emaraan Apr 2, 2021
6bb4a0f
video embed
chorta Apr 5, 2021
09c83d5
button updates
chorta May 10, 2021
cb906f7
accesibility updates, hero carousel keyboard and screen reader enhanc…
chorta May 17, 2021
b4166a9
accessibility improvements for drawers
chorta Jun 9, 2021
1d792c7
accessibility fixes for hero, drawer overlap fix
chorta Jul 13, 2021
020d7ba
underline, main content link
chorta Jul 21, 2021
275b298
pushing latest updates
chorta Sep 13, 2021
de25870
two col intro banner
chorta Oct 15, 2021
73f07ab
update project
chorta Jun 23, 2022
920ed71
test
chorta Aug 24, 2022
182f2c3
accessibility updates
chorta Oct 27, 2022
380bad4
accessibility updates
chorta Oct 27, 2022
e0f115d
two column hero banner adjustments
chorta Nov 8, 2022
6d378e2
two col hero height and line height fix
chorta Nov 8, 2022
f6c7ce6
pushing latest code
chorta Jan 26, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

.DS_Store
node_modules
dist






15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Decorator v5
=========

The goal for decorator 5 is to provide campus developers with an effective suite of front end tools that accelerates the web and application development process. The toolkit will be design following user experience and accessibility best practices, as well as the latest UC San Diego brand guidelines.

A secondary goal is to build a user community that encourages our users to collaborate and contribute to the project and provide feedback that will help spearhead future toolkit versions. Also, communication channels will be established in an effort to provide our users with update release notifications, training/demo sessions.

The following are some of the key points for this version:

* Extend bootstrap features and use native functionality
* Ongoing support for HTML5
* Improve speed and optimization
* Develop a robust decorator documentation and usage guide
* Explore ways to extend the toolkit capabilities beyond desktop, such as native mobile applications and VR apps
* A defined update release cycle and overall better code distribution/access# cms-templates
Loading