182 lines
12 KiB
HTML
182 lines
12 KiB
HTML
{{define "content"}}
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col">
|
|
<h1 class="mt-5 mb-3">Sign Up</h1>
|
|
<form method="post">
|
|
<div class="mb-3">
|
|
<label for="name" class="form-label">Organization Name</label>
|
|
<input type="text" class="form-control" id="name" name="Name" required>
|
|
<small class="form-text text-muted">Name of the Organization that will appear in the report.</small>
|
|
</div>
|
|
<div class="mb-3">
|
|
<label for="email" class="form-label">Email</label>
|
|
<input type="email" class="form-control" id="email" name="Email" required>
|
|
<small class="form-text text-muted">Email of the person responsible for using Risklet. Report and magic link for log in will be sent to this email. </small>
|
|
</div>
|
|
<!-- Employee Headcount -->
|
|
<div class="mb-3">
|
|
<label for="employees" class="form-label">What is your organization's current employee headcount?</label>
|
|
<select class="form-select" id="employees" name="Employees" required>
|
|
<option value="1-10">1-10</option>
|
|
<option value="11-100">11-100</option>
|
|
<option value="101-10000">101-10,000</option>
|
|
<option value="10001-">10,001+</option>
|
|
</select>
|
|
<small class="form-text text-muted">Helps determine the scale of IT infrastructure and security needs based on user volume.</small>
|
|
</div>
|
|
|
|
<!-- Annual Revenue -->
|
|
<div class="mb-3">
|
|
<label for="revenue" class="form-label">What is your organization's annual revenue range?</label>
|
|
<select class="form-select" id="revenue" name="Revenue" required>
|
|
<option value="under-1m">$ under 1M</option>
|
|
<option value="1m-100m">$ 1M-100M</option>
|
|
<option value="100m-1b">$ 100M-1B</option>
|
|
<option value="above-1b">$ Above 1B</option>
|
|
</select>
|
|
<small class="form-text text-muted">Indicates available resources for cybersecurity investments and helps assess risk appetite.</small>
|
|
</div>
|
|
|
|
<!-- Critical Business Applications -->
|
|
<div class="mb-3">
|
|
<label for="business-apps" class="form-label">How many critical business applications do your employees use daily?</label>
|
|
<select class="form-select" id="business-apps" name="Applications" required>
|
|
<option value="1-5">1-5</option>
|
|
<option value="5-20">5-20</option>
|
|
<option value="more-than-20">More than 20</option>
|
|
<option value="unknown">I don't know</option>
|
|
</select>
|
|
<small class="form-text text-muted">Reveals the complexity of your technology landscape and potential attack surface.</small>
|
|
</div>
|
|
|
|
<!-- Regulatory Frameworks -->
|
|
<div class="mb-3">
|
|
<label for="compliance" class="form-label">Which regulatory frameworks is your organization required to comply with?</label>
|
|
<select class="form-select" id="compliance" name="Compliance" multiple required>
|
|
<option value="gdpr">GDPR</option>
|
|
<option value="hipaa">HIPAA</option>
|
|
<option value="pci-dss">PCI DSS</option>
|
|
<option value="sox">SOX</option>
|
|
<option value="iso-27001">ISO 27001</option>
|
|
<option value="ccpa">CCPA</option>
|
|
<option value="nist">NIST</option>
|
|
<option value="other">Other</option>
|
|
<option value="unknown">I don't know</option>
|
|
</select>
|
|
<small class="form-text text-muted">Identifies mandatory security controls and compliance requirements that must be implemented.</small>
|
|
</div>
|
|
|
|
<!-- Industry Sector -->
|
|
<div class="mb-3">
|
|
<label for="industry" class="form-label">What is your primary industry sector?</label>
|
|
<select class="form-select" id="industry" name="Industry" required>
|
|
<option value="agriculture">Agriculture, food and forestry</option>
|
|
<option value="energy">Energy and mining</option>
|
|
<option value="metal">Basic Metal Production</option>
|
|
<option value="chemical">Chemical industries</option>
|
|
<option value="engineering">Mechanical and electrical engineering</option>
|
|
<option value="transport-equipment">Transport equipment manufacturing</option>
|
|
<option value="textiles">Textiles; clothing; leather; footwear</option>
|
|
<option value="private-services">Private services sectors</option>
|
|
<option value="commerce">Commerce</option>
|
|
<option value="financial">Financial services</option>
|
|
<option value="professional">Professional services</option>
|
|
<option value="hotels">Hotels; tourism; catering</option>
|
|
<option value="media">Media; culture; graphical</option>
|
|
<option value="postal">Postal and telecommunications services</option>
|
|
<option value="infrastructure">Infrastructure</option>
|
|
<option value="construction">Construction</option>
|
|
<option value="education">Education and research</option>
|
|
<option value="health">Health services</option>
|
|
<option value="public-service">Public service</option>
|
|
<option value="utilities">Utilities (water; gas; electricity)</option>
|
|
<option value="shipping">Shipping; ports; fisheries; inland waterways</option>
|
|
<option value="transport">Transport (including civil aviation; railways; road transport)</option>
|
|
<option value="unknown">I don't know</option>
|
|
</select>
|
|
<small class="form-text text-muted">Determines industry-specific threats, regulations, and security best practices applicable to your business.</small>
|
|
</div>
|
|
|
|
<!-- IT Dependency -->
|
|
<div class="mb-3">
|
|
<label for="it-dependency" class="form-label">On a scale from 1-10, how dependent is your business operations on technology?</label>
|
|
<input type="range" class="form-range" id="it-dependency" name="ITDependency" min="1" max="10" required>
|
|
<div class="d-flex justify-content-between">
|
|
<span>Not dependent at all</span>
|
|
<span>Heavily dependent</span>
|
|
</div>
|
|
<small class="form-text text-muted">Measures the potential business impact of IT disruptions and helps prioritize security investments.</small>
|
|
</div>
|
|
|
|
<!-- Sensitive Data Level -->
|
|
<div class="mb-3">
|
|
<label for="data-sensitivity" class="form-label">What level of sensitive data does your organization process?</label>
|
|
<select class="form-select" id="data-sensitivity" name="DataSensitivity" required>
|
|
<option value="public">Public</option>
|
|
<option value="internal">Internal</option>
|
|
<option value="sensitive">Sensitive</option>
|
|
<option value="confidential">Confidential</option>
|
|
<option value="unknown">I don't know</option>
|
|
</select>
|
|
<small class="form-text text-muted">Assesses the potential impact of data breaches and determines required security controls.</small>
|
|
</div>
|
|
|
|
<!-- Network Infrastructure Model -->
|
|
<div class="mb-3">
|
|
<label for="network-architecture" class="form-label">What best describes your organization's network infrastructure model?</label>
|
|
<select class="form-select" id="network-architecture" name="NetworkSegmentation" required>
|
|
<option value="flat">Flat network</option>
|
|
<option value="some-segmentation">Some segmentation</option>
|
|
<option value="segmented">Segmented network</option>
|
|
<option value="unknown">I don't know</option>
|
|
</select>
|
|
<small class="form-text text-muted">Helps understand the complexity and vulnerability points in your technical environment.</small>
|
|
</div>
|
|
|
|
<!-- Remote Workforce Percentage -->
|
|
<div class="mb-3">
|
|
<label for="remote-work" class="form-label">What percentage of your workforce operates remotely?</label>
|
|
<select class="form-select" id="remote-work" name="RemoteWork" required>
|
|
<option value="none">None</option>
|
|
<option value="1-10">1-10%</option>
|
|
<option value="above-10">Above 10%</option>
|
|
<option value="unknown">I don't know</option>
|
|
</select>
|
|
<small class="form-text text-muted">Evaluates remote access security requirements and potential exposure to external threats.</small>
|
|
</div>
|
|
|
|
<!-- Third-Party Vendor Access -->
|
|
<div class="mb-3">
|
|
<label for="third-party" class="form-label">How many third-party vendors have access to your systems?</label>
|
|
<select class="form-select" id="third-party" name="VendorAccess" required>
|
|
<option value="none">None</option>
|
|
<option value="1-5">1-5</option>
|
|
<option value="more-than-5">More than 5</option>
|
|
<option value="unknown">I don't know</option>
|
|
</select>
|
|
<small class="form-text text-muted">Assesses supply chain risk and the need for vendor security management.</small>
|
|
</div>
|
|
|
|
<!-- Internal Software Development -->
|
|
<div class="mb-3">
|
|
<label for="internal-dev" class="form-label">What is the extent of your internal software development activities?</label>
|
|
<select class="form-select" id="internal-dev" name="InternalDev" required>
|
|
<option value="none">None</option>
|
|
<option value="some">Some internal software development</option>
|
|
<option value="significant">Significant internal software development</option>
|
|
<option value="unknown">I don't know</option>
|
|
</select>
|
|
<small class="form-text text-muted">Determines the need for secure development practices and application security measures.</small>
|
|
</div>
|
|
|
|
<button type="submit" class="btn btn-primary">Sign Up</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{{end}}
|
|
|
|
{{define "bottom"}}
|
|
<script src="/static/js/signup.js"></script>
|
|
{{end}} |