|
1 |
| - |
| 1 | +<!-- START OF NEW CODE --> |
| 2 | +<!DOCTYPE html> |
| 3 | +<html lang="en"> |
| 4 | +<head> |
| 5 | + <meta charset="UTF-8" /> |
| 6 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 7 | + <title>Granville Digital Empire</title> |
| 8 | + <style> |
| 9 | + body { |
| 10 | + margin: 0; |
| 11 | + font-family: Arial, sans-serif; |
| 12 | + color: white; |
| 13 | + background: url('https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&w=1950&q=80') no-repeat center center fixed; |
| 14 | + background-size: cover; |
| 15 | + } |
| 16 | + header { |
| 17 | + padding: 60px 20px 30px; |
| 18 | + text-align: center; |
| 19 | + background: rgba(0, 0, 0, 0.6); |
| 20 | + } |
| 21 | + header h1 { |
| 22 | + font-size: 3em; |
| 23 | + animation: glow 2s ease-in-out infinite alternate; |
| 24 | + } |
| 25 | + header p { |
| 26 | + font-size: 1.2em; |
| 27 | + } |
| 28 | + @keyframes glow { |
| 29 | + from { text-shadow: 0 0 10px #fff; } |
| 30 | + to { text-shadow: 0 0 20px #0ff, 0 0 30px #0ff; } |
| 31 | + } |
| 32 | + .avatar { |
| 33 | + position: absolute; |
| 34 | + top: 20px; |
| 35 | + left: 20px; |
| 36 | + width: 80px; |
| 37 | + border-radius: 50%; |
| 38 | + border: 3px solid white; |
| 39 | + } |
| 40 | + section { |
| 41 | + padding: 40px; |
| 42 | + background: rgba(0, 0, 0, 0.7); |
| 43 | + } |
| 44 | + h2 { |
| 45 | + border-bottom: 2px solid #0ff; |
| 46 | + padding-bottom: 10px; |
| 47 | + } |
| 48 | + ul { |
| 49 | + list-style: none; |
| 50 | + padding: 0; |
| 51 | + } |
| 52 | + ul li { |
| 53 | + padding: 8px 0; |
| 54 | + } |
| 55 | + footer { |
| 56 | + text-align: center; |
| 57 | + padding: 20px; |
| 58 | + background: rgba(0, 0, 0, 0.8); |
| 59 | + font-size: 0.9em; |
| 60 | + } |
| 61 | + </style> |
| 62 | +</head> |
| 63 | +<body> |
| 64 | + <img src="https://i.imgur.com/l7zQ0pG.png" alt="Granville Avatar" class="avatar" /> |
| 65 | + <header> |
| 66 | + <h1>Granville Digital Empire</h1> |
| 67 | + <p>We Build Professional Apps and Websites for Local Businesses</p> |
| 68 | + </header> |
| 69 | + <section> |
| 70 | + <h2>Our Services</h2> |
| 71 | + <ul> |
| 72 | + <li>📱 Mobile App Development</li> |
| 73 | + <li>💼 Business Website Design</li> |
| 74 | + <li>🎯 Brand Consulting</li> |
| 75 | + <li>💰 Affiliate Marketing Campaign Setup</li> |
| 76 | + </ul> |
| 77 | + </section> |
| 78 | + <section> |
| 79 | + <h2>🚀 Coming Soon</h2> |
| 80 | + <p>More Powerful Apps & Business Tools Coming Soon from Granville Digital Empire</p> |
| 81 | + </section> |
| 82 | + <section> |
| 83 | + <h2>Contact Us</h2> |
| 84 | + <p>📞 060 334 7298<br /> |
| 85 | + 📧 granvillewagenaar160@gmail.com</p> |
| 86 | + </section> |
| 87 | + <footer> |
| 88 | + <p>© 2025 Granville Digital Empire | Follow us on TikTok, YouTube, WhatsApp</p> |
| 89 | + </footer> |
| 90 | +</body> |
| 91 | +</html> |
| 92 | +<!-- END OF NEW CODE --> |
2 | 93 | <!DOCTYPE html>
|
3 | 94 | <html lang="en">
|
4 | 95 | <head>
|
|
0 commit comments