Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
shah committed Sep 24, 2024
2 parents f17def5 + bb6147e commit 5b84060
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ jobs:
run: |
deno --version
npm run astro build
# Step 7: List contents of dist directory for debugging
- name: List dist directory
run: ls -la ./dist


# Step 5: Deploy to GitHub Pages using the 'dist' directory
- name: Deploy to GitHub Pages
Expand Down
12 changes: 5 additions & 7 deletions src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ const avatarSrcs: Array<string> = [

<HeroSection
title=`Continuous Security, Quality and Compliance Evidence`
subTitle=`<code><b>surveilr</b></code> ensures your organization’s cybersecurity, quality metrics, and regulatory compliance efforts are backed by a SQL queryable private <i>evidence warehouse</i> that can fit on your laptop &mdash; fully auditable without IT support and with little to no human intervention.
<p class="mt-4"><code><b>surveilr</b></code> is a downloadable single binary that securely runs on Windows, Linux, and MacOS in your infrastructure. Your data is always private and can only be shared if you allow it.</p>
<p class="mt-4">It's your data, don't give it away to AI scrapers or cloud vendors for free.</p>`
subTitle=`<code><b>surveilr</b></code> ensures your organization’s cybersecurity, quality metrics, and regulatory compliance efforts are backed by a SQL queryable private <i>evidence warehouse</i> that can fit on your laptop fully auditable without IT support and with little to no human intervention.
<p class="mt-4 text-neutral-700 dark:text-neutral-400"><code><b>surveilr</b></code> is a downloadable single binary that securely runs on Windows, Linux, and MacOS in your infrastructure. Your data is always private and can only be shared if you allow it.</p>
<p class="mt-4 text-neutral-700 dark:text-neutral-400">It's your data, don't give it away to AI scrapers or cloud vendors for free.</p>`
primaryBtn="Start Exploring"
primaryBtnURL="/pattern"
secondaryBtn="Talk to us"
Expand All @@ -57,7 +57,6 @@ const avatarSrcs: Array<string> = [
<Fragment set:html={featureImage} />
</center> -->


<!-- TODO: add this section with Netspective and other clients
<ClientsSection
title="Trusted by Industry Leaders"
Expand All @@ -82,16 +81,15 @@ const avatarSrcs: Array<string> = [
{
heading: "Universal Patterns",
content:
"surveilr can be applied across a wide range of \"horizontal\" patterns (use cases), such as security incident tracking, where it automates the collection and analysis of threat logs, compliance reporting for regulatory audits with machine-attestable evidence, and operational monitoring, where it continuously gathers performance and quality metrics across different systems, helping organizations in any sector stay audit-ready.",
'surveilr can be applied across a wide range of "horizontal" patterns (use cases), such as security incident tracking, where it automates the collection and analysis of threat logs, compliance reporting for regulatory audits with machine-attestable evidence, and operational monitoring, where it continuously gathers performance and quality metrics across different systems, helping organizations in any sector stay audit-ready.',
svg: "dashboard",
src: patterns,
alt: "A screenshot or graphic representation of the intuitive dashboard",
second: true,
},
{
heading: "Industry-specific Patterns",
content:
`surveilr also drives industry-specific "vertical" use cases such as healthcare to ensure HIPAA compliance and secure patient data, finance to automatically monitor regulatory requirements like SOX and GDPR, and energy & utilities to safeguard critical infrastructure with real-time tracking of operational quality and environmental standards.`,
content: `surveilr also drives industry-specific "vertical" use cases such as healthcare to ensure HIPAA compliance and secure patient data, finance to automatically monitor regulatory requirements like SOX and GDPR, and energy & utilities to safeguard critical infrastructure with real-time tracking of operational quality and environmental standards.`,
svg: "tools",
src: industries,
alt: "Yellow and black heavy equipment on brown grass field",
Expand Down

0 comments on commit 5b84060

Please sign in to comment.