Skip to content

Commit

Permalink
update 6 files
Browse files Browse the repository at this point in the history
  • Loading branch information
notedhelms committed Jan 17, 2024
1 parent 464def2 commit 1d74df8
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 856 deletions.
9 changes: 6 additions & 3 deletions DynamicForms/CSC/client.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
body {
/*background-color: black;*/
background-color: #535151;
color: white;
background-color: #5351510d;
color: #535151;
font-family: 'Source Sans Pro', sans-serif

}

.sampleTitle {
font-family 'Alegreya Sans', sans-serif
font-size: 1.7rem;
font-weight: bold;
font-weight: 300;
text-align: center;
padding-top: 0.5rem;
padding-bottom: 0.3rem;
Expand Down
2 changes: 1 addition & 1 deletion DynamicForms/CSC/client.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<link rel="stylesheet" href="client.css">
<link rel="stylesheet" href="clientSideComponent/dynForm/UIControlsStyles.css">
<link rel="stylesheet" href="trace/TraceStyles.css">

<link href='https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400|Source+Sans+Pro:400,300' rel='stylesheet' type='text/css'>
<!--
TODO: create second html for second example
Remember last selected sample -> local storage
Expand Down

Large diffs are not rendered by default.

Binary file added DynamicForms/docs/images/container vocab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DynamicForms/docs/images/option vocab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DynamicForms/docs/images/ui vocab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added DynamicForms/docs/images/uicontrol vocab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1d74df8

Please sign in to comment.