Merge pull request #1517 from Julius2001/patch-1

Add Bootstrap Table
main
Elbert Alias 8 years ago committed by GitHub
commit e30747a509

@ -990,6 +990,19 @@
"implies": "CodeIgniter",
"website": "http://cibonfire.com"
},
"Bootstrap Table": {
"cats": [
"12"
],
"html": "<link[^>]+href=\"[^>]*bootstrap-table(?:\\.min)?\\.css",
"icon": "Bootstrap Table.svg",
"implies": [
"Bootstrap",
"jQuery"
],
"script": "bootstrap-table(?:\\.min)?\\.js",
"website": "http://bootstrap-table.wenzhixin.net.cn/"
},
"Bounce Exchange": {
"cats": [
"32"

@ -0,0 +1,4 @@
<svg width="250" height="250" xmlns="http://www.w3.org/2000/svg">
<rect rx="30" height="250" width="250" y="0" x="0" stroke-width="3" stroke="#ffffff" fill="#6f5499"/>
<text transform="matrix(3.1,0,0,3.5,0,0)" font-family="Helvetica, Arial, sans-serif" font-size="60" y="56.5" x="0.5" fill="#ffffff">BT</text>
</svg>

After

Width:  |  Height:  |  Size: 319 B

Loading…
Cancel
Save