Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
21_22-J-02
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J-02
21_22-J-02
Commits
53fa2a04
Commit
53fa2a04
authored
Jan 05, 2022
by
Chathurdi Vibhuda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: UI and BE chnages.
parent
26776a1b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
15 deletions
+10
-15
BE-Aeasthatic-Quality-Check/colorcube-master/assets/js/colorcube.js
...tic-Quality-Check/colorcube-master/assets/js/colorcube.js
+1
-1
BE-Aeasthatic-Quality-Check/colorcube-master/assets/js/detection.js
...tic-Quality-Check/colorcube-master/assets/js/detection.js
+0
-4
BE-Aeasthatic-Quality-Check/colorcube-master/contrast-checker
...easthatic-Quality-Check/colorcube-master/contrast-checker
+0
-1
BE-Aeasthatic-Quality-Check/colorcube-master/index1.html
BE-Aeasthatic-Quality-Check/colorcube-master/index1.html
+9
-9
No files found.
BE-Aeasthatic-Quality-Check/colorcube-master/assets/js/colorcube.js
View file @
53fa2a04
...
...
@@ -196,7 +196,7 @@ button.onclick = function(e) {
// get the colors inputted by the user
var
stringInput
=
document
.
querySelector
(
'
#txtArea
'
).
value
;
// if there's no input, get out
ta
here
// if there's no input, get out
put
here
if
(
stringInput
==
''
)
{
return
;
}
...
...
BE-Aeasthatic-Quality-Check/colorcube-master/assets/js/detection.js
View file @
53fa2a04
/**
* @author Cassidy Williams
*/
/*
*
* This is for uploading files to the page, standard HTML5 jazz.
...
...
contrast-checker
@
4a0e9bfc
Subproject commit 4a0e9bfc3c6a9f003601b0bb2d57d853f5d9705b
BE-Aeasthatic-Quality-Check/colorcube-master/index1.html
View file @
53fa2a04
...
...
@@ -23,10 +23,10 @@
<header
class=
"l__header p__header"
>
<div
class=
"l__max u__space__outer cc__brand"
>
<h2
class=
"cc__brand__title"
>
<h2
class=
"cc__brand__title"
style=
"text-align: center"
>
<!-- <a href="." title="Press to reload page and start over with default values"> -->
<img
class=
"cc__brand__logo"
src=
"assets/img/presently.jpeg"
alt=
""
width=
"390"
>
Slide Quality Checker
Slide Quality Checker
<!-- </a> -->
</h2>
</div>
...
...
@@ -34,23 +34,23 @@
<div
class=
"cc__form__submit g--wide text-align-center"
>
<a
href=
"index.html"
>
<img
src =
"/Users/chithuwedage/Downloads/color accuracy.webp"
width=
"
400"
height=
"3
00"
>
<input
id=
"brand-color-button"
name=
"brand-color-button"
type=
"submit"
class=
"cc__form__button"
value=
"Color Accuracy"
>
<img
src =
"/Users/chithuwedage/Downloads/color accuracy.webp"
width=
"
200"
height=
"1
00"
>
<input
id=
"brand-color-button"
name=
"brand-color-button"
type=
"submit"
class=
"cc__form__button"
value=
"Color Accuracy"
style=
"align-items:center"
>
</a>
<img
src =
"/Users/chithuwedage/Downloads/CSC-Reviewer-Grammar.png"
width=
"
400"
height=
"3
00"
>
<img
src =
"/Users/chithuwedage/Downloads/CSC-Reviewer-Grammar.png"
width=
"
200"
height=
"1
00"
>
<input
id=
"brand-color-button"
name=
"brand-color-button"
type=
"submit"
class=
"cc__form__button"
value=
"Grammer Checker"
>
<a
href=
"index2.html"
>
<img
src =
"/Users/chithuwedage/Downloads/color-blind.jpeg"
width=
"
400"
height=
"3
00"
>
<img
src =
"/Users/chithuwedage/Downloads/color-blind.jpeg"
width=
"
200"
height=
"1
00"
>
<input
id=
"brand-color-button"
name=
"brand-color-button"
type=
"submit"
class=
"cc__form__button"
value=
"Visual Accessibility Checker"
>
</a>
<img
src =
"/Users/chithuwedage/Downloads/images (2).jpeg"
width=
"
400"
height=
"3
00"
>
<img
src =
"/Users/chithuwedage/Downloads/images (2).jpeg"
width=
"
200"
height=
"1
00"
>
<input
id=
"brand-color-button"
name=
"brand-color-button"
type=
"submit"
class=
"cc__form__button"
value=
"Visibility Checker"
>
<
img
src =
"/Users/chithuwedage/Downloads/object detector.png"
width=
"400"
height=
"3
00"
>
<input
id=
"brand-color-button"
name=
"brand-color-button"
type=
"submit"
class=
"cc__form__button"
value=
"Object preparation"
>
<
!-- <img src = "/Users/chithuwedage/Downloads/object detector.png" width="200" height="1
00">
<input id="brand-color-button" name="brand-color-button" type="submit" class="cc__form__button" value="Object preparation">
-->
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment