Merge branch '33-izmjena-main-industry-categories' into 'master'
change main industry categories Closes #33 See merge request kbr4/riskletpy!43
This commit was merged in pull request #92.
This commit is contained in:
@@ -294,92 +294,136 @@
|
||||
Primary Industry Sector:
|
||||
<br>
|
||||
<small class="form-text text-muted">
|
||||
Select one - Indicates typical threat actors & regulatory environment
|
||||
Select the main industry sector that best describes your organization.
|
||||
</small>
|
||||
</label>
|
||||
<hr>
|
||||
<div class="pb-3 option-grid">
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-financial" value="financial" required>
|
||||
<label class="form-check-label" for="industry-financial">
|
||||
<i class="fa-solid fa-building-columns"></i> Financial Services / Insurance
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-healthcare" value="healthcare">
|
||||
<label class="form-check-label" for="industry-healthcare">
|
||||
<i class="fa-solid fa-notes-medical"></i> Healthcare / Pharmaceuticals
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-technology" value="technology">
|
||||
<label class="form-check-label" for="industry-technology">
|
||||
<i class="fa-solid fa-microchip"></i> Technology / Software / Telecommunications
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-retail" value="retail">
|
||||
<label class="form-check-label" for="industry-retail">
|
||||
<i class="fa-solid fa-cart-shopping"></i> Retail / E-commerce
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-manufacturing" value="manufacturing">
|
||||
<label class="form-check-label" for="industry-manufacturing">
|
||||
<i class="fa-solid fa-industry"></i> Manufacturing / Industrial
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-government" value="government">
|
||||
<label class="form-check-label" for="industry-government">
|
||||
<i class="fa-solid fa-landmark"></i> Government / Public Sector
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-energy" value="energy">
|
||||
<label class="form-check-label" for="industry-energy">
|
||||
<i class="fa-solid fa-bolt"></i> Energy / Utilities
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-education" value="education">
|
||||
<label class="form-check-label" for="industry-education">
|
||||
<i class="fa-solid fa-graduation-cap"></i> Education
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-professional" value="professional">
|
||||
<label class="form-check-label" for="industry-professional">
|
||||
<i class="fa-solid fa-briefcase"></i> Professional Services (Consulting, Legal, Accounting)
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-media" value="media">
|
||||
<label class="form-check-label" for="industry-media">
|
||||
<i class="fa-solid fa-photo-film"></i> Media / Entertainment
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-transportation" value="transportation">
|
||||
<label class="form-check-label" for="industry-transportation">
|
||||
<i class="fa-solid fa-truck-plane"></i> Transportation / Logistics
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-hospitality" value="hospitality">
|
||||
<label class="form-check-label" for="industry-hospitality">
|
||||
<i class="fa-solid fa-hotel"></i> Hospitality / Travel
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check other-gap">
|
||||
<div class="other-row">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-other" value="other">
|
||||
<label class="form-check-label ms-2" for="industry-other">
|
||||
<i class="fa-solid fa-ellipsis"></i> Other:
|
||||
</label>
|
||||
</div>
|
||||
<input type="text" class="form-control mt-2" name="industry_sector_other" id="industry-sector-other-text" placeholder="Please specify">
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-agriculture" value="Agriculture, forestry and fishing" required>
|
||||
<label class="form-check-label" for="industry-agriculture">
|
||||
<i class="fa-solid fa-seedling"></i> Agriculture, forestry and fishing
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-mining" value="Mining and quarrying">
|
||||
<label class="form-check-label" for="industry-mining">
|
||||
<i class="fa-solid fa-mountain"></i> Mining and quarrying
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-manufacturing" value="Manufacturing">
|
||||
<label class="form-check-label" for="industry-manufacturing">
|
||||
<i class="fa-solid fa-industry"></i> Manufacturing
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-electricity" value="Electricity, gas, steam and air conditioning supply">
|
||||
<label class="form-check-label" for="industry-electricity">
|
||||
<i class="fa-solid fa-bolt"></i> Electricity, gas, steam and air conditioning supply
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-water" value="Water supply; sewerage, waste management and remediation activities">
|
||||
<label class="form-check-label" for="industry-water">
|
||||
<i class="fa-solid fa-water"></i> Water supply; sewerage, waste management and remediation activities
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-construction" value="Construction">
|
||||
<label class="form-check-label" for="industry-construction">
|
||||
<i class="fa-solid fa-person-digging"></i> Construction
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-wholesale" value="Wholesale and retail trade; repair of motor vehicles and motorcycles">
|
||||
<label class="form-check-label" for="industry-wholesale">
|
||||
<i class="fa-solid fa-store"></i> Wholesale and retail trade; repair of motor vehicles and motorcycles
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-transportation" value="Transportation and storage">
|
||||
<label class="form-check-label" for="industry-transportation">
|
||||
<i class="fa-solid fa-truck"></i> Transportation and storage
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-accommodation" value="Accommodation and food service activities">
|
||||
<label class="form-check-label" for="industry-accommodation">
|
||||
<i class="fa-solid fa-hotel"></i> Accommodation and food service activities
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-information" value="Information and communication">
|
||||
<label class="form-check-label" for="industry-information">
|
||||
<i class="fa-solid fa-satellite-dish"></i> Information and communication
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-financial" value="Financial institutions">
|
||||
<label class="form-check-label" for="industry-financial">
|
||||
<i class="fa-solid fa-building-columns"></i> Financial institutions
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-realestate" value="Renting, buying and selling of real estate">
|
||||
<label class="form-check-label" for="industry-realestate">
|
||||
<i class="fa-solid fa-house-chimney"></i> Renting, buying and selling of real estate
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-consultancy" value="Consultancy, research and other specialised business services">
|
||||
<label class="form-check-label" for="industry-consultancy">
|
||||
<i class="fa-solid fa-user-tie"></i> Consultancy, research and other specialised business services
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-leasing" value="Renting and leasing of tangible goods and other business support services">
|
||||
<label class="form-check-label" for="industry-leasing">
|
||||
<i class="fa-solid fa-truck-moving"></i> Renting and leasing of tangible goods and other business support services
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-public" value="Public administration, public services and compulsory social security">
|
||||
<label class="form-check-label" for="industry-public">
|
||||
<i class="fa-solid fa-landmark-flag"></i> Public administration, public services and compulsory social security
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-education" value="Education">
|
||||
<label class="form-check-label" for="industry-education">
|
||||
<i class="fa-solid fa-graduation-cap"></i> Education
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-health" value="Human health and social work activities">
|
||||
<label class="form-check-label" for="industry-health">
|
||||
<i class="fa-solid fa-notes-medical"></i> Human health and social work activities
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-culture" value="Culture, sports and recreation">
|
||||
<label class="form-check-label" for="industry-culture">
|
||||
<i class="fa-solid fa-masks-theater"></i> Culture, sports and recreation
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-households" value="Activities of households as employers; undifferentiated goods- and service- producing activities of households for own use">
|
||||
<label class="form-check-label" for="industry-households">
|
||||
<i class="fa-solid fa-people-roof"></i> Activities of households as employers; undifferentiated goods- and service- producing activities of households for own use
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-extraterritorial" value="Extraterritorial organisations and bodies">
|
||||
<label class="form-check-label" for="industry-extraterritorial">
|
||||
<i class="fa-solid fa-globe"></i> Extraterritorial organisations and bodies
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-check other-gap">
|
||||
<input class="form-check-input" type="radio" name="industry_sector" id="industry-other-services" value="Other service activities">
|
||||
<label class="form-check-label" for="industry-other-services">
|
||||
<i class="fa-solid fa-ellipsis"></i> Other service activities
|
||||
</label>
|
||||
<input type="text" class="form-control mt-2" name="industry_sector_other" id="industry-sector-other-text" placeholder="If Other, please specify">
|
||||
</div>
|
||||
<small class="form-text text-muted py-3">
|
||||
Determines industry-specific threats, regulations, and security best practices applicable to your business.
|
||||
|
||||
Reference in New Issue
Block a user