Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
fa icons
Browse files Browse the repository at this point in the history
  • Loading branch information
shubhankarsharma00 committed Jun 29, 2020
1 parent 12260cf commit 653b166
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 31 deletions.
26 changes: 0 additions & 26 deletions .circleci/config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion css/simulator.css

Large diffs are not rendered by default.

11 changes: 8 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
type="text/css"
href="./node_modules/jquery-ui-dist/jquery-ui.css"
/>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>

<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> -->
<!-- <link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"> -->
Expand Down Expand Up @@ -538,9 +539,13 @@
// $(this).parent('.dropdown').addClass('open');
// });
</script>
<link rel="stylesheet" type="text/css" href="./css/UX.css">
<link rel="stylesheet" type="text/css" href="./css/restrictedElements.css">
<link rel="stylesheet" type="text/css" href="./css/simulator.css">
<link rel="stylesheet" type="text/css" href="./css/UX.css" />
<link
rel="stylesheet"
type="text/css"
href="./css/restrictedElements.css"
/>
<link rel="stylesheet" type="text/css" href="./css/simulator.css" />
<!-- <script src="./SAP_DATA.js"></script> -->

<!---issue reporting-system----->
Expand Down
6 changes: 6 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"babel-polyfill": "^6.26.0",
"eslint": "^7.2.0",
"file-loader": "^6.0.0",
"font-awesome": "^4.7.0",
"jasmine": "^3.5.0",
"jest": "^25.2.3",
"jest-puppeteer": "^4.4.0",
Expand Down
2 changes: 1 addition & 1 deletion test/listenertest.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let page
beforeAll(async () => {
browser = await puppeteer.launch()
page = await browser.newPage()
await page.goto('file:///home/deku/2sim/index.html')
await page.goto('file://' + process.cwd() +'/index.html')
})

describe('button', function () {
Expand Down

0 comments on commit 653b166

Please sign in to comment.