Home: Difference between revisions
From BigID Developer Portal
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 132: | Line 132: | ||
} | } | ||
main | main #mega .links a { | ||
padding: 12px 28px; | |||
border-radius: 8px; | |||
background: linear-gradient(90deg, #4a90e2, #50e3c2); | |||
box-shadow: 0 4px 14px 0 rgba(0, 118, 255, 0.39); | |||
text-decoration: none; | text-decoration: none; | ||
color: #fff; | color: #fff; | ||
Line 140: | Line 144: | ||
} | } | ||
main | main #mega .links a:hover { | ||
transform: translateY(-2px); | transform: translateY(-2px); | ||
opacity: .85; | opacity: .85; | ||
Line 150: | Line 154: | ||
margin-bottom: 0; | margin-bottom: 0; | ||
justify-content: center; | justify-content: center; | ||
} | } | ||
Line 162: | Line 159: | ||
flex-direction: row; | flex-direction: row; | ||
display: flex; | display: flex; | ||
align-items: | align-items: stretch; | ||
padding-top: 2vh; | padding-top: 2vh; | ||
} | } | ||
Line 185: | Line 182: | ||
background-color: var(--card-bg); | background-color: var(--card-bg); | ||
padding: 2px; | padding: 2px; | ||
text-decoration: none; | |||
} | } | ||
Line 219: | Line 217: | ||
color: var(--card-text-primary); | color: var(--card-text-primary); | ||
} | } | ||
.card-footer { | |||
text-align: center; | text-align: center; | ||
padding: 1.5vh; | padding: 1.5vh; | ||
Line 285: | Line 282: | ||
border-radius: 12px; | border-radius: 12px; | ||
gap: 5vw; | gap: 5vw; | ||
border: 1px solid var(--input-border); | |||
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); | |||
} | } | ||
Line 323: | Line 317: | ||
padding: 12px 24px; | padding: 12px 24px; | ||
border-radius: 8px; | border-radius: 8px; | ||
background: # | background: #2b6cb0; | ||
box-shadow: 0 4px 14px 0 rgba(43, 108, 176, 0.39); | |||
font-weight: 600; | font-weight: 600; | ||
color: #fff; | color: #fff; | ||
Line 335: | Line 330: | ||
#classify .try button:hover { | #classify .try button:hover { | ||
transform: translateY(-2px); | |||
background: #2c5282; | |||
} | } | ||
#classify .try button.processing { | #classify .try button.processing { | ||
background: # | background: #2c5282; | ||
cursor: not-allowed; | cursor: not-allowed; | ||
} | } | ||
Line 363: | Line 358: | ||
.skin-citizen-dark #classify { | .skin-citizen-dark #classify { | ||
background-image: | background-image: none; | ||
border: 1px solid var(--input-border); | |||
box-shadow: none; | |||
} | } | ||
Line 373: | Line 367: | ||
} | } | ||
.skin-citizen-dark main .card | .skin-citizen-dark main .card .card-footer { | ||
background-color: rgba(255, 255, 255, .1); | background-color: rgba(255, 255, 255, .1); | ||
} | } | ||
Line 407: | Line 401: | ||
@media only screen and (max-width: 768px) { | @media only screen and (max-width: 768px) { | ||
#mega, .row { | #mega, #classify.row { | ||
text-align: center; | text-align: center; | ||
flex-direction: column; | flex-direction: column; | ||
} | |||
#getStarted .row { | |||
flex-direction: column; | |||
align-items: center; | |||
} | } | ||
Line 425: | Line 424: | ||
} | } | ||
main . | main .card { | ||
margin: 15px 0; | |||
width: 95%; | |||
max-width: 450px; | |||
} | } | ||
main .card { | main .card>.card-inner-content>.content { | ||
padding: 24px; | |||
min-height: auto; | |||
} | } | ||
} | } | ||
Line 459: | Line 460: | ||
<section id="getStarted"> | <section id="getStarted"> | ||
<div class="row"> | <div class="row"> | ||
< | <a href="Apps" class="card purple animate-on-scroll"> | ||
<div class="card-inner-content"> | <div class="card-inner-content"> | ||
<div class="content"> | <div class="content"> | ||
Line 465: | Line 466: | ||
<p>Add custom logic and screens to your BigID system.</p> | <p>Add custom logic and screens to your BigID system.</p> | ||
</div> | </div> | ||
< | <div class="card-footer"> | ||
Learn more | |||
</div> | |||
</div> | </div> | ||
</ | </a> | ||
< | <a href="BigID_API" class="card red animate-on-scroll"> | ||
<div class="card-inner-content"> | |||
<div class="content"> | <div class="content"> | ||
<h1>REST API</h1> | <h1>REST API</h1> | ||
<p>Manage BigID programmatically. Scan data, run SARs, and more through code.</p> | <p>Manage BigID programmatically. Scan data, run SARs, and more through code.</p> | ||
</div> | </div> | ||
< | <div class="card-footer"> | ||
Learn more | |||
</div> | |||
</div> | </div> | ||
</ | </a> | ||
< | <a href="Connectors" class="card blue animate-on-scroll"> | ||
<div class="card-inner-content"> | |||
<div class="content"> | <div class="content"> | ||
<h1>Connectors</h1> | <h1>Connectors</h1> | ||
<p>Scan any system, anywhere. Write your own connector in any programming language.</p> | <p>Scan any system, anywhere. Write your own connector in any programming language.</p> | ||
</div> | </div> | ||
< | <div class="card-footer"> | ||
Learn more | |||
</div> | |||
</div> | </div> | ||
</ | </a> | ||
< | <a href="LLMs" class="card orange animate-on-scroll"> | ||
<div class="card-inner-content"> | |||
<div class="content"> | <div class="content"> | ||
<h1>LLMs</h1> | <h1>LLMs</h1> | ||
<p>Interacting with BigID using MCP.</p> | <p>Interacting with BigID using MCP.</p> | ||
</div> | </div> | ||
< | <div class="card-footer"> | ||
Learn more | |||
</div> | |||
</div> | </div> | ||
</ | </a> | ||
</div> | </div> | ||
</section> | </section> | ||
Line 613: | Line 622: | ||
</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}} |
Latest revision as of 20:11, 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!