Logo Lanfrica

elunguelectrosh1/seeeeohlabs

Domain:

digital infrastructure

Record type:

project
Creator:
elu
Host:
Namibia's First AI-Powered Cybersecurity & DIGITAL Forensics Labs # SEEEEOH LAB Website Modern AI and cybersecurity research lab website for Southern Africa. ## πŸš€ Quick Start ### Local Development 1. Open `index.html` in your browser 2. No build process required - pure HTML, CSS, and JavaScript ### Project Structure ``` seeeeoh-lab-website/ β”œβ”€β”€ index.html # Main HTML file β”œβ”€β”€ style.css # Styling β”œβ”€β”€ script.js # JavaScript functionality β”œβ”€β”€ seeeeoh-lab-logo2.png # Logo image └── README.md # This file ``` ## 🌐 Deploy to Netlify ### Option 1: Deploy via Netlify CLI ```bash # Install Netlify CLI npm install -g netlify-cli # Login to Netlify netlify login # Deploy netlify deploy --prod ``` ### Option 2: Deploy via Netlify Dashboard 1. Go to app.netlify.com 2. Click "Add new site" β†’ "Deploy manually" 3. Drag and drop all files (index.html, style.css, script.js, seeeeoh-lab-logo2.png) 4. Your site is live! ### Option 3: Deploy from GitHub (Recommended) 1. Push code to GitHub (see below) 2. Go to app.netlify.com 3. Click "Add new site" β†’ "Import an existing project" 4. Choose GitHub and select your repository 5. Click "Deploy site" ## πŸ“¦ Deploy to GitHub ### First Time Setup ```bash # Initialize git repository git init # Add all files git add . # Commit git commit -m "Initial commit - SEEEEOH LAB website" # Add remote (replace with your repository URL) git remote add origin github.com # Push to GitHub git push -u origin main ``` ### Update Website ```bash git add . git commit -m "Update website" git push ``` ## πŸ”§ Configuration ### Update Contact Form Replace `YOUR_FORM_ID` in `index.html` (line 342) with your Formspree form ID: ```html ``` ### Custom Domain (Netlify) 1. Go to Site settings β†’ Domain management 2. Add custom domain: `seeeeoh-lab.com` or `see-ee-oh.com` 3. Update DNS records as instructed ## πŸ“ Features - βœ… Responsive design - βœ… Modern AI lab aesthetic - βœ… Black and white color scheme - βœ… Smooth animations - βœ… Mobile-fr …