File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 33< head >
44 < meta charset ="UTF-8 ">
55 < meta content ="zpkJm8KWRDtbMaW0OX3DHdY1eYqJabj5V7ER9K0xKbA " name ="google-site-verification "/>
6- < title > Plotly</ title >
6+ < title > Plotly JSON Visualizer </ title >
77 < link href ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css " rel ="stylesheet ">
88 < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css " rel ="stylesheet ">
99 < script src ="https://code.jquery.com/jquery-3.5.1.min.js "> </ script >
1010 < script src ="https://cdn.plot.ly/plotly-2.32.0.min.js "> </ script >
1111 < script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/moveable.min.js "
> </ script > 1212 < link href ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/moveable.min.css "
rel ="
stylesheet "
> 13+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css " rel ="stylesheet ">
14+ < link href ="icons/icons8-area-chart-100.png " rel ="icon " sizes ="96x96 " type ="image/png ">
1315 < style >
1416 body {
1517 height : 100vh ;
119121 .view-chart {
120122 box-shadow : 0 0 15px darkgrey;
121123 }
124+
125+ .github-link {
126+ position : absolute;
127+ left : 10px ;
128+ bottom : 10px ;
129+ color : black;
130+ font-size : 30px ;
131+ z-index : 0 ;
132+ }
133+
134+ .github-link : hover {
135+ opacity : 0.5 ;
136+ cursor : pointer;
137+ }
122138 </ style >
123139</ head >
124140< body >
125141< i id ="add-box-btn " class ="fas fa-plus-circle fa-2x "> </ i >
142+ < a href ="https://github.com/nikita715/plotly-json-visualizer " title ="GitHub repo "> < i
143+ class ="fa-brands fa-github github-link "> </ i > </ a >
126144< div id ="overlay-text "> Plotly JSON Visualizer</ div >
127145
128146< script src ="https://unpkg.com/moveable@latest/dist/moveable.min.js "> </ script >
You can’t perform that action at this time.
0 commit comments