Cybersecurity Hardware Page - Quick Add Instructions
Cybersecurity Hardware Page - Quick Add Instructions
How to Add a New Hardware Item
Step 1: Upload Your Image
- Save your hardware image to
/assets/images/hardware/
- Use descriptive filenames like
flipper-zero.jpg
,wifi-pineapple.jpg
, etc. - Recommended image size: 400x300px or similar aspect ratio
- Supported formats: JPG, PNG, WebP
Step 2: Add the Hardware Item
Copy this template and paste it into the appropriate category section:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<div class="hardware-item">
<div class="hardware-image">
<img src="/assets/images/hardware/YOUR_IMAGE.jpg" alt="Device Name" />
</div>
<div class="hardware-info">
<h3 class="hardware-title">Device Name</h3>
<div class="hardware-description">
<p>Detailed description of the device, its capabilities, use cases, and any special features. Be descriptive but concise.</p>
</div>
<div class="hardware-links">
<a href="PURCHASE_URL" target="_blank" class="buy-link">
<i class="fas fa-shopping-cart"></i>
Buy Here
</a>
<!-- Optional: Add multiple purchase links -->
<a href="ALTERNATIVE_URL" target="_blank" class="buy-link secondary">
<i class="fas fa-external-link-alt"></i>
Alternative
</a>
</div>
</div>
</div>
Step 3: Replace the Placeholders
YOUR_IMAGE.jpg
→ Your actual image filenameDevice Name
→ The name of your hardwareDetailed description...
→ Your descriptionPURCHASE_URL
→ Where to buy the itemBuy Here
→ Link text (e.g., “Amazon”, “Official Store”)
Categories Available:
- RF & Wireless Tools - WiFi, Bluetooth, RF devices
- Network Analysis Tools - Network sniffers, analyzers
- Physical Security Tools - Lock picks, RFID tools
- USB & Storage Devices - USB tools, storage devices
- Electronics & Components - Boards, chips, components
- DIY Kits & Build Components - Build-your-own kits
Multiple Purchase Links:
You can add multiple purchase options:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div class="hardware-links">
<a href="AMAZON_URL" target="_blank" class="buy-link">
<i class="fas fa-shopping-cart"></i>
Amazon
</a>
<a href="OFFICIAL_URL" target="_blank" class="buy-link secondary">
<i class="fas fa-external-link-alt"></i>
Official Store
</a>
<a href="ALIEXPRESS_URL" target="_blank" class="buy-link secondary">
<i class="fas fa-external-link-alt"></i>
AliExpress
</a>
</div>
Tips:
- Add items to the most appropriate category
- Use high-quality images for better presentation
- Keep descriptions informative but not too long
- Include key specifications or features
- Test all purchase links before adding
- The first link uses primary styling (red), additional links use secondary styling (gray)
Image Guidelines:
- Square or landscape orientation works best
- Clear, well-lit photos
- Show the device clearly
- Avoid cluttered backgrounds
- Consistent lighting across all images