Skip to content

Commit a8a659f

Browse files
committed
Strip Brevo CSS/wrapper divs — bare native form with site styling
1 parent 7f64070 commit a8a659f

File tree

1 file changed

+8
-63
lines changed

1 file changed

+8
-63
lines changed

src/routes/augmentum/+page.svelte

Lines changed: 8 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,6 @@
22
<title>Augmentum OS — Sovereign Command Infrastructure | Sovren Software</title>
33
<meta name="description" content="Augmentum OS is your command center. Voice-native interface. Biometric-secured access. Local AI co-pilot. UX, privacy, and security — none sacrificed. Ships Summer 2026." />
44
<link rel="canonical" href="https://sovren.software/augmentum" />
5-
<link rel="stylesheet" href="https://sibforms.com/forms/end-form/build/sib-styles.css" />
6-
<script>
7-
window.REQUIRED_CODE_ERROR_MESSAGE = 'Please choose a country code';
8-
window.LOCALE = 'en';
9-
window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "The information provided is invalid. Please review the field format and try again.";
10-
window.REQUIRED_ERROR_MESSAGE = "This field cannot be left blank.";
11-
window.GENERIC_INVALID_MESSAGE = "The information provided is invalid. Please review the field format and try again.";
12-
window.translation = { common: { selectedList: '{quantity} list selected', selectedLists: '{quantity} lists selected', selectedOption: '{quantity} selected', selectedOptions: '{quantity} selected' } };
13-
var AUTOHIDE = Boolean(0);
14-
</script>
15-
<script defer src="https://sibforms.com/forms/end-form/build/main.js"></script>
165
<meta property="og:title" content="Augmentum OS — One Operator. Total Authority." />
176
<meta property="og:description" content="Voice-native command interface. Biometric-secured sessions. Local AI co-pilot. UX, privacy, and security — none sacrificed. Sovereign infrastructure for high-leverage operators." />
187
<meta property="og:url" content="https://sovren.software/augmentum" />
@@ -88,29 +77,14 @@
8877
sovereign stack.
8978
</p>
9079

91-
<div class="brevo-form-wrap">
92-
<div id="sib-form-container" class="sib-form-container">
93-
<div id="error-message" class="sib-form-message-panel brevo-msg brevo-msg--error">
94-
<div class="sib-form-message-panel__text sib-form-message-panel__text--center">
95-
<span class="sib-form-message-panel__inner-text">Your subscription could not be saved. Please try again.</span>
96-
</div>
97-
</div>
98-
<div id="success-message" class="sib-form-message-panel brevo-msg brevo-msg--success">
99-
<div class="sib-form-message-panel__text sib-form-message-panel__text--center">
100-
<span class="sib-form-message-panel__inner-text">Confirmed. You will receive the launch briefing.</span>
101-
</div>
102-
</div>
103-
<form id="sib-form" method="POST" action="https://f4c90f0b.sibforms.com/serve/MUIFAAbBH-WyHvhepdhs6G8ul1wze6MjoVvTKJ8hy6wQ2pt2zfKhS72lm7K5SfgHHreybw_QGra18wfbFENLUX33U10YYUe1aPoQOEePElxdHbiM2uGL0Sdsei-N34xBCkoktWbqbtQe1cMW95PLNJ4gd9cZ_YonM0j3W1TrUXhliIJyTXuJ7u4B8pL9aH8uFVKQbzNfUWpWw_ovuA==" data-type="subscription" class="brevo-form">
104-
<div class="brevo-field-row">
105-
<input class="brevo-input" type="text" id="EMAIL" name="EMAIL" autocomplete="off" placeholder="YOUR EMAIL ADDRESS" data-required="true" required />
106-
<button class="btn-primary brevo-submit" form="sib-form" type="submit">SUBSCRIBE →</button>
107-
</div>
108-
<div class="entry__error entry__error--primary brevo-error-label" aria-live="polite"></div>
109-
<input type="text" name="email_address_check" value="" class="input--hidden" style="display:none" />
110-
<input type="hidden" name="locale" value="en" />
111-
</form>
80+
<form class="brevo-form" method="POST" action="https://f4c90f0b.sibforms.com/serve/MUIFAAbBH-WyHvhepdhs6G8ul1wze6MjoVvTKJ8hy6wQ2pt2zfKhS72lm7K5SfgHHreybw_QGra18wfbFENLUX33U10YYUe1aPoQOEePElxdHbiM2uGL0Sdsei-N34xBCkoktWbqbtQe1cMW95PLNJ4gd9cZ_YonM0j3W1TrUXhliIJyTXuJ7u4B8pL9aH8uFVKQbzNfUWpWw_ovuA==">
81+
<div class="brevo-field-row">
82+
<input class="brevo-input" type="email" id="EMAIL" name="EMAIL" autocomplete="email" placeholder="YOUR EMAIL ADDRESS" required />
83+
<button class="btn-primary brevo-submit" type="submit">SUBSCRIBE →</button>
11284
</div>
113-
</div>
85+
<input type="text" name="email_address_check" value="" style="display:none" />
86+
<input type="hidden" name="locale" value="en" />
87+
</form>
11488

11589
<p class="launch-note">Double opt-in enabled. Unsubscribe anytime.</p>
11690
</div>
@@ -167,11 +141,8 @@
167141
text-transform: uppercase;
168142
}
169143
170-
.brevo-form-wrap {
171-
max-width: 560px;
172-
}
173-
174144
.brevo-form {
145+
max-width: 560px;
175146
display: flex;
176147
flex-direction: column;
177148
gap: var(--space-sm);
@@ -209,32 +180,6 @@
209180
white-space: nowrap;
210181
}
211182
212-
.brevo-error-label {
213-
font-size: var(--fs-body-xs);
214-
color: var(--text-secondary);
215-
font-family: var(--font-mono);
216-
min-height: 1.2em;
217-
}
218-
219-
.brevo-msg {
220-
display: none;
221-
padding: var(--space-sm) var(--space-md);
222-
font-family: var(--font-mono);
223-
font-size: var(--fs-body-sm);
224-
letter-spacing: var(--ls-default);
225-
border: 1px solid var(--border);
226-
}
227-
228-
.brevo-msg--error {
229-
color: var(--text-secondary);
230-
border-color: var(--border);
231-
}
232-
233-
.brevo-msg--success {
234-
color: var(--text-primary);
235-
border-color: var(--text-primary);
236-
}
237-
238183
@media (max-width: 768px) {
239184
.launch-briefing {
240185
padding: var(--space-5xl) var(--space-xl);

0 commit comments

Comments
 (0)