Skip to content

Instantly share code, notes, and snippets.

View zaffarsecure-lab's full-sized avatar

zaffarsecure-lab

View GitHub Profile
@zaffarsecure-lab
zaffarsecure-lab / AUTOMATED-UPDATE-SCRIPT.md
Created January 16, 2026 05:37
Automated Update Script for Terms & Conditions

Automated Update Instructions

What This Will Do:

  1. Add Terms & Conditions and Business Policies links to menu
  2. Insert complete CSS styles after the .stars section

Changes:

CHANGE 1: Menu Update (Line ~1787)

FIND:

@zaffarsecure-lab
zaffarsecure-lab / PASTE-CSS-HERE.txt
Created January 16, 2026 05:24
SIMPLE CSS PASTE GUIDE - Where to add Terms CSS
Find this in your index.html (around line 710):
.stars {
color: #FFD700;
font-size: 1.2rem;
margin-bottom: 1rem;
}
⬇️⬇️⬇️ PASTE ALL THE CSS FROM GIST RIGHT HERE ⬇️⬇️⬇️
@zaffarsecure-lab
zaffarsecure-lab / 4-POLICIES-SECTION.html
Created January 16, 2026 04:48
AK Brands - Business Policies Section (Part 3B)
<!-- PART 3B: BUSINESS POLICIES SECTION -->
<!-- Add this AFTER the Terms & Conditions section and BEFORE the <footer> tag -->
<!-- Business Policies Section -->
<section id="policies" class="policies">
<div class="policies-content">
<div class="policies-intro">
<h3>📋 Business Policies</h3>
<p>Comprehensive guidelines for doing business with AK Brands Marketing</p>
<p><strong>Last Updated:</strong> January 2025</p>
@zaffarsecure-lab
zaffarsecure-lab / 3-TERMS-SECTION.html
Created January 16, 2026 04:48
AK Brands - Terms & Conditions Section (Part 3A)
<!-- PART 3A: TERMS & CONDITIONS SECTION -->
<!-- Add this BEFORE the <footer> tag (around line 2218) -->
<!-- Terms & Conditions Section -->
<section id="terms" class="terms">
<div class="terms-content">
<div class="terms-intro">
<h3>📜 Terms & Conditions</h3>
<p>Please read these terms carefully before engaging with AK Brands Marketing</p>
<p><strong>Last Updated:</strong> January 2025</p>
@zaffarsecure-lab
zaffarsecure-lab / 1-MENU-UPDATE.html
Created January 16, 2026 04:45
AK Brands Website - Terms & Conditions and Business Policies Implementation Guide
<!-- PART 1: UPDATE MENU (Lines 1781-1791) -->
<!-- Find this code in your index.html and replace it -->
<!-- BEFORE (OLD CODE): -->
<div class="dropdown-content" id="menuDropdown">
<a href="#home">Home</a>
<a href="#products">Products</a>
<a href="#features">Services</a>
<a href="#testimonials">Testimonials</a>
<a href="#blog">Blog</a>