dbeck22 commited on
Commit
ea70790
·
verified ·
1 Parent(s): e97945d

Change that first title to : Building Software, Platforms and Systems that Solve Real-World Problems and add a bigger image.... make this one much bigger... i want it to take up the top of the page like a hero image almost

Browse files
Files changed (1) hide show
  1. index.html +11 -5
index.html CHANGED
@@ -17,13 +17,19 @@
17
 
18
  <main>
19
  <!-- Hero Section -->
20
- <section class="min-h-screen flex items-center justify-center bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900 px-4">
21
- <div class="text-center max-w-4xl mx-auto">
 
 
 
 
 
 
22
  <img src="https://huggingface.co/spaces/dbeck22/beckpublishing-secure-code-crafters/resolve/main/images/beck-publishing-logo.png"
23
  alt="Beck-Publishing Logo"
24
- class="w-80 h-80 mx-auto mb-8 object-contain">
25
- <h1 class="text-4xl md:text-6xl font-bold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500">
26
- Building Software, Systems, and Platforms to Solve Real World Problems
27
  </h1>
28
  <p class="text-xl md:text-2xl text-gray-300 mb-10">
29
  Beck-Publishing delivers elite custom software development, SaaS solutions, and security-first infrastructure that solve real business challenges for demanding clients.
 
17
 
18
  <main>
19
  <!-- Hero Section -->
20
+ <section class="relative min-h-screen flex items-center justify-center px-4">
21
+ <div class="absolute inset-0 z-0">
22
+ <img src="https://huggingface.co/spaces/dbeck22/beckpublishing-secure-code-crafters/resolve/main/images/beck-publishing-logo.png"
23
+ alt="Beck-Publishing Hero Image"
24
+ class="w-full h-full object-cover opacity-20">
25
+ <div class="absolute inset-0 bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900 opacity-90"></div>
26
+ </div>
27
+ <div class="text-center max-w-4xl mx-auto relative z-10">
28
  <img src="https://huggingface.co/spaces/dbeck22/beckpublishing-secure-code-crafters/resolve/main/images/beck-publishing-logo.png"
29
  alt="Beck-Publishing Logo"
30
+ class="w-96 h-96 mx-auto mb-8 object-contain">
31
+ <h1 class="text-4xl md:text-6xl font-bold mb-6 bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500">
32
+ Building Software, Platforms and Systems that Solve Real-World Problems
33
  </h1>
34
  <p class="text-xl md:text-2xl text-gray-300 mb-10">
35
  Beck-Publishing delivers elite custom software development, SaaS solutions, and security-first infrastructure that solve real business challenges for demanding clients.