Home: Difference between revisions
From BigID Developer Portal
No edit summary |
No edit summary |
||
Line 21: | Line 21: | ||
--grid-line-color: rgba(0, 0, 0, 0.04); | --grid-line-color: rgba(0, 0, 0, 0.04); | ||
--watermark-opacity: 0.05; | --watermark-opacity: 0.05; | ||
--watermark-color: '%23000'; | |||
} | } | ||
Line 240: | Line 241: | ||
display: flex; | display: flex; | ||
flex-direction: column; | flex-direction: column; | ||
overflow: hidden; | |||
} | |||
main .card-inner-content::after { | |||
content: ''; | |||
position: absolute; | |||
bottom: 20px; | |||
right: 20px; | |||
width: 90px; | |||
height: 90px; | |||
z-index: 0; | |||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: | background-position: center; | ||
background-size: | background-size: contain; | ||
opacity: var(--watermark-opacity); | opacity: var(--watermark-opacity); | ||
transition: opacity 0.3s ease; | |||
} | } | ||
.card.purple .card-inner-content { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke=' | .card.purple .card-inner-content::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='var(--watermark-color)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4 5a1 1 0 011-1h14a1 1 0 011 1v2a1 1 0 01-1 1H5a1 1 0 01-1-1V5zM4 13a1 1 0 011-1h6a1 1 0 011 1v6a1 1 0 01-1 1H5a1 1 0 01-1-1v-6zM16 13a1 1 0 011-1h2a1 1 0 011 1v6a1 1 0 01-1 1h-2a1 1 0 01-1-1v-6z' /%3E%3C/svg%3E"); } | ||
.card.red .card-inner-content { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke=' | .card.red .card-inner-content::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='var(--watermark-color)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4' /%3E%3C/svg%3E"); } | ||
.card.blue .card-inner-content { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke=' | .card.blue .card-inner-content::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='var(--watermark-color)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6.72 13.829c-.24.03-.48.062-.72.096m.72-.096a42.415 42.415 0 0110.56 0m-10.56 0L6 18.233m10.56-4.404L18 18.233m-12-4.404h12m-12 0a9 9 0 019-9h.096c.5 0 .905.405.905.905 0 .714-.211 1.412-.608 2.006L7.394 13.83c-.397.594-.908 1.05-1.482 1.342a9.058 9.058 0 01-1.212.323' /%3E%3C/svg%3E"); } | ||
.card.orange .card-inner-content { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke=' | .card.orange .card-inner-content::after { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='var(--watermark-color)'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z' /%3E%3C/svg%3E"); } | ||
main .card>.card-inner-content>.content { | main .card>.card-inner-content>.content { | ||
position: relative; | |||
z-index: 1; | |||
padding: 2vw; | padding: 2vw; | ||
padding-bottom: 0px; | padding-bottom: 0px; | ||
Line 346: | Line 361: | ||
--grid-line-color: rgba(255, 255, 255, 0.06); | --grid-line-color: rgba(255, 255, 255, 0.06); | ||
--watermark-opacity: 0.1; | --watermark-opacity: 0.1; | ||
--watermark-color: '%23fff'; | |||
} | } | ||
Line 593: | Line 609: | ||
</script> | </script> | ||
</html> | </html> | ||
{{#description2:Get started adding BigID's data discovery to your application with tutorials, samples, and | {{#description2:Get started adding BigID's data discovery to your application with tutorials, samples, and | ||
documentation}} | documentation}} |
Revision as of 19:49, 19 August 2025
See into your data
BigID allows you to sort through large swaths of data to see what really matters. Using hundreds of machine learning, NLP and regex classifiers, you can classify any data, anywhere. Try it on the right.
Hello! Can you please process payment for [email protected] to
4199006507426062? Thank you!
Apps
Add custom logic and screens to your BigID system.
REST API
Manage BigID programmatically. Scan data, run SARs, and more through code.
Connectors
Scan any system, anywhere. Write your own connector in any programming language.
LLMs
Interacting with BigID using MCP.