Skip to content

Tech-Websites/Tech-Websites.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

<title>Tech-Websites - Selling Website Designs</title> <style> /* Basic styling for layout */ body { font-family: Arial, sans-serif; margin: 0; padding: 0; box-sizing: border-box; background-color: #f5f5f5; }

header { background-color: #333; color: white; padding: 1rem 0; text-align: center; }

nav ul { list-style: none; padding: 0; }

nav ul li { display: inline; margin: 0 1rem; } nav ul li a { color: white; text-decoration: none; }

#hero { background: url('hero-bg.jpg') no-repeat center center/cover; color: white; padding: 5rem 0; text-align: center; }

.designs-container { display: flex; flex-wrap: wrap; justify-content: space-around; padding: 2rem 0; }

.designs-container div { background-color: #fff; border: 1px solid #ddd; margin: 1rem; padding: 1rem; width: 30%; transition: transform 0.3s ease; cursor: pointer; }

.designs-container div:hover { transform: scale(1.05); }

.designs-container div button { background-color: #5cb85c; border: none; color: white; padding: 0.5rem 1rem; cursor: pointer; margin-top: 1rem; }

footer { background-color: #333; color: white; padding: 2rem 0; text-align: center; } form { max-width: 600px; margin: 0 auto; }

form label { display: block; margin: 1rem 0 0.5rem; }

form input, form textarea { width: 100%; padding: 0.5rem; margin-bottom: 1rem; }

form button { background-color: #5cb85c; border: none; color: white; padding: 1rem 2rem; cursor: pointer; }

.fake-button { background-color: #5cb85c; border: none; color: white; padding: 1rem 2rem; cursor: pointer; margin: 1rem 0; } </style>

Welcome to Tech-Websites!

Find the best website designs for AI and tech companies.

AI Company Designs

Tech Company Designs

Contact Us

Name: Email: Message: <textarea id="message" name="message" required></textarea> Send Transfer Money <script> // Navigation bar interactivity document.querySelectorAll('nav ul li a').forEach(link => { link.addEventListener('click', function(e) { e.preventDefault(); document.querySelector(link.getAttribute('href')).scrollIntoView({ behavior: 'smooth' }); }); }); // Dynamic content loading for AI and Tech sections const aiDesigns = [ { title: 'AI Design 1', description: 'A sleek design perfect for AI startups.', url: 'https://example.com/ai-design-1' }, { title: 'AI Design 2', description: 'Modern and dynamic AI company template.', url: 'https://example.com/ai-design-2' }, { title: 'AI Design 3', description: 'Professional design for AI enterprises.', url: 'https://example.com/ai-design-3' } ]; const techDesigns = [ { title: 'Tech Design 1', description: 'Innovative tech company design.', url: 'https://example.com/tech-design-1' }, { title: 'Tech Design 2', description: 'Cutting-edge tech startup template.', url: 'https://example.com/tech-design-2' }, { title: 'Tech Design 3', description: 'High-tech professional design.', url: 'https://example.com/tech-design-3' } ]; function loadDesigns(designs, containerId) { const container = document.getElementById(containerId); designs.forEach(design => { const designDiv = document.createElement('div'); designDiv.innerHTML = `

${design.title}

${design.description}

View Design`; container.appendChild(designDiv); }); } loadDesigns(aiDesigns, 'ai-designs-container'); loadDesigns(techDesigns, 'tech-designs-container'); // Form validation document.getElementById('contact-form').addEventListener('submit', function(e) { e.preventDefault(); const name = document.getElementById('name').value; const email = document.getElementById('email').value; const message = document.getElementById('message').value; if (name && email && message) { alert('Thank you for your message!'); document.getElementById('contact-form').reset(); } else { alert('Please fill in all fields.'); } }); // Fake money transfer function function fakeTransfer() { alert('This is a fake money transfer button.'); } </script>

About

WE HERE AT TECH WEBSITES OFFER YOU STUNNING WEBSITE DESIGNS AT CHEAP COSTS FOR COMPANIES

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •