dbeck22 commited on
Commit
2750d05
·
verified ·
1 Parent(s): 5364840

that logo needs to be much bigger...here are some more images to put on the site

Browse files
Files changed (4) hide show
  1. about.html +2 -2
  2. hire.html +4 -2
  3. index.html +38 -29
  4. services.html +4 -2
about.html CHANGED
@@ -28,8 +28,8 @@
28
  <div class="grid md:grid-cols-2 gap-12 items-center">
29
  <div>
30
  <div class="bg-gray-800 rounded-2xl p-8 hover-lift">
31
- <img src="http://static.photos/technology/640x360/42" alt="Developer workspace" class="w-full h-64 object-cover rounded-xl mb-6">
32
- <h2 class="text-2xl font-bold mb-4">Who I Am</h2>
33
  <p class="text-gray-300 mb-4">
34
  I'm a solo developer with the capability of a full team. I specialize in building
35
  complex software systems that actually work in the real world.
 
28
  <div class="grid md:grid-cols-2 gap-12 items-center">
29
  <div>
30
  <div class="bg-gray-800 rounded-2xl p-8 hover-lift">
31
+ <img src="https://huggingface.co/spaces/dbeck22/beckpublishing-secure-code-crafters/resolve/main/images/workspace-dark.png" alt="Developer workspace" class="w-full h-64 object-cover rounded-xl mb-6">
32
+ <h2 class="text-2xl font-bold mb-4">Who I Am</h2>
33
  <p class="text-gray-300 mb-4">
34
  I'm a solo developer with the capability of a full team. I specialize in building
35
  complex software systems that actually work in the real world.
hire.html CHANGED
@@ -17,12 +17,14 @@
17
  <!-- Hero Section -->
18
  <section class="py-20 px-4 bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900">
19
  <div class="max-w-4xl mx-auto text-center">
 
 
 
20
  <h1 class="text-4xl md:text-5xl font-bold mb-6">Available for the Right Project</h1>
21
  <p class="text-xl text-gray-300">Let's build something extraordinary together</p>
22
  </div>
23
  </section>
24
-
25
- <!-- Contact Form -->
26
  <section class="py-20 px-4">
27
  <div class="max-w-2xl mx-auto">
28
  <div class="bg-gray-800 rounded-2xl p-8">
 
17
  <!-- Hero Section -->
18
  <section class="py-20 px-4 bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900">
19
  <div class="max-w-4xl mx-auto text-center">
20
+ <img src="https://huggingface.co/spaces/dbeck22/beckpublishing-secure-code-crafters/resolve/main/images/workspace-bright.png"
21
+ alt="Workspace"
22
+ class="w-64 h-64 mx-auto mb-8 object-contain">
23
  <h1 class="text-4xl md:text-5xl font-bold mb-6">Available for the Right Project</h1>
24
  <p class="text-xl text-gray-300">Let's build something extraordinary together</p>
25
  </div>
26
  </section>
27
+ <!-- Contact Form -->
 
28
  <section class="py-20 px-4">
29
  <div class="max-w-2xl mx-auto">
30
  <div class="bg-gray-800 rounded-2xl p-8">
index.html CHANGED
@@ -21,8 +21,8 @@
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-64 h-64 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 That Actually Work.
27
  </h1>
28
  <p class="text-xl md:text-2xl text-gray-300 mb-10">
@@ -122,34 +122,43 @@
122
  </section>
123
  <!-- Contact Form Section -->
124
  <section class="py-20 px-4 bg-gray-800">
125
- <div class="max-w-2xl mx-auto">
126
- <h2 class="text-3xl font-bold mb-8 text-center">Get In Touch</h2>
127
- <div class="bg-gray-700 rounded-2xl p-8">
128
- <form class="space-y-6">
129
- <div>
130
- <label for="contact-name" class="block text-sm font-medium text-gray-300 mb-2">Your Name</label>
131
- <input type="text" id="contact-name" name="name" required
132
- class="w-full px-4 py-3 bg-gray-600 border border-gray-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:border-blue-500">
133
- </div>
134
-
135
- <div>
136
- <label for="contact-email" class="block text-sm font-medium text-gray-300 mb-2">Email Address</label>
137
- <input type="email" id="contact-email" name="email" required
138
- class="w-full px-4 py-3 bg-gray-600 border border-gray-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:border-blue-500">
139
- </div>
140
-
141
- <div>
142
- <label for="contact-message" class="block text-sm font-medium text-gray-300 mb-2">Message</label>
143
- <textarea id="contact-message" name="message" rows="5" required
144
- class="w-full px-4 py-3 bg-gray-600 border border-gray-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:border-blue-500"
145
- placeholder="Tell me about your project..."></textarea>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
146
  </div>
147
-
148
- <button type="submit"
149
- class="w-full bg-blue-600 hover:bg-blue-700 text-white font-semibold py-3 px-6 rounded-lg transition duration-300">
150
- Send Message
151
- </button>
152
- </form>
153
  </div>
154
  </div>
155
  </section>
 
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 That Actually Work.
27
  </h1>
28
  <p class="text-xl md:text-2xl text-gray-300 mb-10">
 
122
  </section>
123
  <!-- Contact Form Section -->
124
  <section class="py-20 px-4 bg-gray-800">
125
+ <div class="max-w-4xl mx-auto">
126
+ <div class="grid md:grid-cols-2 gap-12 items-center">
127
+ <div>
128
+ <img src="https://huggingface.co/spaces/dbeck22/beckpublishing-secure-code-crafters/resolve/main/images/beck-publishing-all-details.png"
129
+ alt="Beck-Publishing Detailed Logo"
130
+ class="w-full h-auto rounded-2xl">
131
+ </div>
132
+ <div>
133
+ <h2 class="text-3xl font-bold mb-8 text-center">Get In Touch</h2>
134
+ <div class="bg-gray-700 rounded-2xl p-8">
135
+ <form class="space-y-6">
136
+ <div>
137
+ <label for="contact-name" class="block text-sm font-medium text-gray-300 mb-2">Your Name</label>
138
+ <input type="text" id="contact-name" name="name" required
139
+ class="w-full px-4 py-3 bg-gray-600 border border-gray-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:border-blue-500">
140
+ </div>
141
+
142
+ <div>
143
+ <label for="contact-email" class="block text-sm font-medium text-gray-300 mb-2">Email Address</label>
144
+ <input type="email" id="contact-email" name="email" required
145
+ class="w-full px-4 py-3 bg-gray-600 border border-gray-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:border-blue-500">
146
+ </div>
147
+
148
+ <div>
149
+ <label for="contact-message" class="block text-sm font-medium text-gray-300 mb-2">Message</label>
150
+ <textarea id="contact-message" name="message" rows="5" required
151
+ class="w-full px-4 py-3 bg-gray-600 border border-gray-500 rounded-lg text-white placeholder-gray-400 focus:outline-none focus:border-blue-500"
152
+ placeholder="Tell me about your project..."></textarea>
153
+ </div>
154
+
155
+ <button type="submit"
156
+ class="w-full bg-blue-600 hover:bg-blue-700 text-white font-semibold py-3 px-6 rounded-lg transition duration-300">
157
+ Send Message
158
+ </button>
159
+ </form>
160
  </div>
161
+ </div>
 
 
 
 
 
162
  </div>
163
  </div>
164
  </section>
services.html CHANGED
@@ -17,12 +17,14 @@
17
  <!-- Hero Section -->
18
  <section class="py-20 px-4 bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900">
19
  <div class="max-w-4xl mx-auto text-center">
 
 
 
20
  <h1 class="text-4xl md:text-5xl font-bold mb-6">Expert Development Services</h1>
21
  <p class="text-xl text-gray-300">Professional solutions tailored to your unique business challenges</p>
22
  </div>
23
  </section>
24
-
25
- <!-- Services Grid -->
26
  <section class="py-20 px-4" id="services">
27
  <div class="max-w-6xl mx-auto">
28
  <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
 
17
  <!-- Hero Section -->
18
  <section class="py-20 px-4 bg-gradient-to-br from-gray-900 via-gray-800 to-gray-900">
19
  <div class="max-w-4xl mx-auto text-center">
20
+ <img src="https://huggingface.co/spaces/dbeck22/beckpublishing-secure-code-crafters/resolve/main/images/services-diagram.png"
21
+ alt="Services Diagram"
22
+ class="w-64 h-64 mx-auto mb-8 object-contain">
23
  <h1 class="text-4xl md:text-5xl font-bold mb-6">Expert Development Services</h1>
24
  <p class="text-xl text-gray-300">Professional solutions tailored to your unique business challenges</p>
25
  </div>
26
  </section>
27
+ <!-- Services Grid -->
 
28
  <section class="py-20 px-4" id="services">
29
  <div class="max-w-6xl mx-auto">
30
  <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">