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

how about Building Software , Systems, and Platforms to solve real world problems

Browse files
Files changed (1) hide show
  1. index.html +73 -37
index.html CHANGED
@@ -22,34 +22,34 @@
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">
29
- Beck-Publishing delivers elite custom software development, SaaS solutions, and security-first infrastructure for demanding clients.
30
  </p>
31
- <div class="flex flex-col sm:flex-row gap-4 justify-center">
32
  <a href="/hire.html" class="bg-blue-600 hover:bg-blue-700 text-white font-semibold py-3 px-8 rounded-lg transition duration-300 transform hover:scale-105">
33
- Hire Me
34
  </a>
35
  <a href="/projects.html" class="border border-gray-600 hover:border-blue-500 text-gray-300 hover:text-blue-400 font-semibold py-3 px-8 rounded-lg transition duration-300">
36
- View Projects
37
  </a>
38
- </div>
39
  </div>
40
  </section>
41
  <!-- Featured Projects -->
42
  <section class="py-20 px-4 bg-gray-800">
43
  <div class="max-w-6xl mx-auto">
44
- <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Flagship Projects</h2>
45
- <div class="grid md:grid-cols-3 gap-8">
46
  <div class="bg-gray-700 rounded-xl p-6 hover:bg-gray-600 transition duration-300">
47
  <div class="mb-4">
48
  <i data-feather="shield" class="text-blue-400 h-12 w-12"></i>
49
  </div>
50
  <h3 class="text-xl font-bold mb-2">YouCantSeeMeVPN</h3>
51
- <p class="text-gray-300 mb-4">Privacy-first VPN service with military-grade encryption and zero-log policy.</p>
52
- <a href="#" class="text-blue-400 hover:text-blue-300 font-medium inline-flex items-center">
53
  Learn more <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
54
  </a>
55
  </div>
@@ -58,8 +58,8 @@
58
  <i data-feather="alert-triangle" class="text-red-400 h-12 w-12"></i>
59
  </div>
60
  <h3 class="text-xl font-bold mb-2">ExtinguisherTracker</h3>
61
- <p class="text-gray-300 mb-4">IoT-powered fire safety management system with real-time monitoring and compliance tracking.</p>
62
- <a href="#" class="text-blue-400 hover:text-blue-300 font-medium inline-flex items-center">
63
  Learn more <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
64
  </a>
65
  </div>
@@ -68,60 +68,89 @@
68
  <i data-feather="book-open" class="text-green-400 h-12 w-12"></i>
69
  </div>
70
  <h3 class="text-xl font-bold mb-2">Custom Publishing</h3>
71
- <p class="text-gray-300 mb-4">End-to-end digital publishing platforms and content management systems for authors and publishers.</p>
72
- <a href="#" class="text-blue-400 hover:text-blue-300 font-medium inline-flex items-center">
73
  Learn more <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
74
  </a>
75
  </div>
76
  </div>
77
  </div>
78
  </section>
79
-
80
  <!-- Services Preview -->
81
  <section class="py-20 px-4 bg-gray-900">
82
  <div class="max-w-6xl mx-auto">
83
- <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Expert Services</h2>
84
- <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
85
  <div class="bg-gray-800 p-6 rounded-lg">
86
  <i data-feather="code" class="h-8 w-8 text-blue-400 mb-4"></i>
87
  <h3 class="text-xl font-bold mb-2">Custom Software</h3>
88
- <p class="text-gray-400">Tailored solutions for unique business challenges</p>
89
- </div>
90
  <div class="bg-gray-800 p-6 rounded-lg">
91
  <i data-feather="cloud" class="h-8 w-8 text-purple-400 mb-4"></i>
92
  <h3 class="text-xl font-bold mb-2">SaaS Platforms</h3>
93
- <p class="text-gray-400">Scalable subscription-based applications</p>
94
- </div>
95
  <div class="bg-gray-800 p-6 rounded-lg">
96
  <i data-feather="cpu" class="h-8 w-8 text-green-400 mb-4"></i>
97
  <h3 class="text-xl font-bold mb-2">AI Systems</h3>
98
- <p class="text-gray-400">Intelligent automation and machine learning</p>
99
- </div>
100
  <div class="bg-gray-800 p-6 rounded-lg">
101
  <i data-feather="shield" class="h-8 w-8 text-red-400 mb-4"></i>
102
  <h3 class="text-xl font-bold mb-2">Security Architecture</h3>
103
- <p class="text-gray-400">Fortified infrastructure and data protection</p>
104
- </div>
105
  <div class="bg-gray-800 p-6 rounded-lg">
106
  <i data-feather="refresh-cw" class="h-8 w-8 text-yellow-400 mb-4"></i>
107
  <h3 class="text-xl font-bold mb-2">Automation</h3>
108
- <p class="text-gray-400">Workflow optimization and process automation</p>
109
- </div>
110
  <div class="bg-gray-800 p-6 rounded-lg">
111
  <i data-feather="book" class="h-8 w-8 text-indigo-400 mb-4"></i>
112
  <h3 class="text-xl font-bold mb-2">Publishing Platforms</h3>
113
- <p class="text-gray-400">Digital content distribution systems</p>
114
- </div>
115
  </div>
116
  <div class="text-center mt-12">
117
  <a href="/services.html" class="inline-flex items-center text-blue-400 hover:text-blue-300 font-semibold">
118
- Explore all services <i data-feather="arrow-right" class="ml-2 h-5 w-5"></i>
119
  </a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  </div>
121
  </div>
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>
@@ -130,7 +159,7 @@
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>
@@ -146,15 +175,22 @@
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>
 
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.
30
  </p>
31
+ <div class="flex flex-col sm:flex-row gap-4 justify-center">
32
  <a href="/hire.html" class="bg-blue-600 hover:bg-blue-700 text-white font-semibold py-3 px-8 rounded-lg transition duration-300 transform hover:scale-105">
33
+ Solve My Problem
34
  </a>
35
  <a href="/projects.html" class="border border-gray-600 hover:border-blue-500 text-gray-300 hover:text-blue-400 font-semibold py-3 px-8 rounded-lg transition duration-300">
36
+ See Solutions
37
  </a>
38
+ </div>
39
  </div>
40
  </section>
41
  <!-- Featured Projects -->
42
  <section class="py-20 px-4 bg-gray-800">
43
  <div class="max-w-6xl mx-auto">
44
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Real-World Solutions</h2>
45
+ <div class="grid md:grid-cols-3 gap-8">
46
  <div class="bg-gray-700 rounded-xl p-6 hover:bg-gray-600 transition duration-300">
47
  <div class="mb-4">
48
  <i data-feather="shield" class="text-blue-400 h-12 w-12"></i>
49
  </div>
50
  <h3 class="text-xl font-bold mb-2">YouCantSeeMeVPN</h3>
51
+ <p class="text-gray-300 mb-4">Solving privacy concerns with military-grade encryption and zero-log policy for secure internet access.</p>
52
+ <a href="#" class="text-blue-400 hover:text-blue-300 font-medium inline-flex items-center">
53
  Learn more <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
54
  </a>
55
  </div>
 
58
  <i data-feather="alert-triangle" class="text-red-400 h-12 w-12"></i>
59
  </div>
60
  <h3 class="text-xl font-bold mb-2">ExtinguisherTracker</h3>
61
+ <p class="text-gray-300 mb-4">Solving fire safety compliance challenges with IoT-powered real-time monitoring and automated tracking.</p>
62
+ <a href="#" class="text-blue-400 hover:text-blue-300 font-medium inline-flex items-center">
63
  Learn more <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
64
  </a>
65
  </div>
 
68
  <i data-feather="book-open" class="text-green-400 h-12 w-12"></i>
69
  </div>
70
  <h3 class="text-xl font-bold mb-2">Custom Publishing</h3>
71
+ <p class="text-gray-300 mb-4">Solving content distribution challenges with end-to-end digital publishing platforms for authors and publishers.</p>
72
+ <a href="#" class="text-blue-400 hover:text-blue-300 font-medium inline-flex items-center">
73
  Learn more <i data-feather="arrow-right" class="ml-2 h-4 w-4"></i>
74
  </a>
75
  </div>
76
  </div>
77
  </div>
78
  </section>
 
79
  <!-- Services Preview -->
80
  <section class="py-20 px-4 bg-gray-900">
81
  <div class="max-w-6xl mx-auto">
82
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Problem-Solving Services</h2>
83
+ <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6">
84
  <div class="bg-gray-800 p-6 rounded-lg">
85
  <i data-feather="code" class="h-8 w-8 text-blue-400 mb-4"></i>
86
  <h3 class="text-xl font-bold mb-2">Custom Software</h3>
87
+ <p class="text-gray-400">Solving unique business challenges with tailored solutions</p>
88
+ </div>
89
  <div class="bg-gray-800 p-6 rounded-lg">
90
  <i data-feather="cloud" class="h-8 w-8 text-purple-400 mb-4"></i>
91
  <h3 class="text-xl font-bold mb-2">SaaS Platforms</h3>
92
+ <p class="text-gray-400">Solving scalability challenges with subscription-based applications</p>
93
+ </div>
94
  <div class="bg-gray-800 p-6 rounded-lg">
95
  <i data-feather="cpu" class="h-8 w-8 text-green-400 mb-4"></i>
96
  <h3 class="text-xl font-bold mb-2">AI Systems</h3>
97
+ <p class="text-gray-400">Solving complex problems with intelligent automation and machine learning</p>
98
+ </div>
99
  <div class="bg-gray-800 p-6 rounded-lg">
100
  <i data-feather="shield" class="h-8 w-8 text-red-400 mb-4"></i>
101
  <h3 class="text-xl font-bold mb-2">Security Architecture</h3>
102
+ <p class="text-gray-400">Solving security vulnerabilities with fortified infrastructure</p>
103
+ </div>
104
  <div class="bg-gray-800 p-6 rounded-lg">
105
  <i data-feather="refresh-cw" class="h-8 w-8 text-yellow-400 mb-4"></i>
106
  <h3 class="text-xl font-bold mb-2">Automation</h3>
107
+ <p class="text-gray-400">Solving inefficiency with workflow optimization and process automation</p>
108
+ </div>
109
  <div class="bg-gray-800 p-6 rounded-lg">
110
  <i data-feather="book" class="h-8 w-8 text-indigo-400 mb-4"></i>
111
  <h3 class="text-xl font-bold mb-2">Publishing Platforms</h3>
112
+ <p class="text-gray-400">Solving content management challenges with digital distribution systems</p>
113
+ </div>
114
  </div>
115
  <div class="text-center mt-12">
116
  <a href="/services.html" class="inline-flex items-center text-blue-400 hover:text-blue-300 font-semibold">
117
+ Explore problem-solving services <i data-feather="arrow-right" class="ml-2 h-5 w-5"></i>
118
  </a>
119
+ </div>
120
+ </div>
121
+ </section>
122
+ <!-- Problem-Solving Approach Section -->
123
+ <section class="py-20 px-4 bg-gray-800">
124
+ <div class="max-w-6xl mx-auto">
125
+ <h2 class="text-3xl md:text-4xl font-bold text-center mb-16">How We Solve Real Problems</h2>
126
+ <div class="grid md:grid-cols-3 gap-8">
127
+ <div class="bg-gray-700 rounded-xl p-6 text-center">
128
+ <div class="w-16 h-16 bg-blue-600 rounded-full flex items-center justify-center mx-auto mb-4">
129
+ <i data-feather="target" class="h-8 w-8 text-white"></i>
130
+ </div>
131
+ <h3 class="text-xl font-bold mb-3">Identify Core Problems</h3>
132
+ <p class="text-gray-300">We dig deep to understand the root causes, not just the symptoms.</p>
133
+ </div>
134
+ <div class="bg-gray-700 rounded-xl p-6 text-center">
135
+ <div class="w-16 h-16 bg-purple-600 rounded-full flex items-center justify-center mx-auto mb-4">
136
+ <i data-feather="code" class="h-8 w-8 text-white"></i>
137
+ </div>
138
+ <h3 class="text-xl font-bold mb-3">Build Tailored Solutions</h3>
139
+ <p class="text-gray-300">Custom software designed specifically for your unique challenges.</p>
140
+ </div>
141
+ <div class="bg-gray-700 rounded-xl p-6 text-center">
142
+ <div class="w-16 h-16 bg-green-600 rounded-full flex items-center justify-center mx-auto mb-4">
143
+ <i data-feather="trending-up" class="h-8 w-8 text-white"></i>
144
+ </div>
145
+ <h3 class="text-xl font-bold mb-3">Deliver Measurable Results</h3>
146
+ <p class="text-gray-300">Solutions that drive real business value and measurable outcomes.</p>
147
+ </div>
148
  </div>
149
  </div>
150
  </section>
151
+
152
  <!-- Contact Form Section -->
153
+ <section class="py-20 px-4 bg-gray-900">
154
  <div class="max-w-4xl mx-auto">
155
  <div class="grid md:grid-cols-2 gap-12 items-center">
156
  <div>
 
159
  class="w-full h-auto rounded-2xl">
160
  </div>
161
  <div>
162
+ <h2 class="text-3xl font-bold mb-8 text-center">Solve Your Problem</h2>
163
  <div class="bg-gray-700 rounded-2xl p-8">
164
  <form class="space-y-6">
165
  <div>
 
175
  </div>
176
 
177
  <div>
178
+ <label for="contact-problem" class="block text-sm font-medium text-gray-300 mb-2">What problem are you solving?</label>
179
+ <textarea id="contact-problem" name="problem" rows="3" required
180
+ 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"
181
+ placeholder="Describe the challenge you're facing..."></textarea>
182
+ </div>
183
+
184
+ <div>
185
+ <label for="contact-message" class="block text-sm font-medium text-gray-300 mb-2">Additional Details</label>
186
+ <textarea id="contact-message" name="message" rows="3"
187
  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"
188
+ placeholder="Any other details about your project..."></textarea>
189
  </div>
190
 
191
  <button type="submit"
192
  class="w-full bg-blue-600 hover:bg-blue-700 text-white font-semibold py-3 px-6 rounded-lg transition duration-300">
193
+ Get Solution Proposal
194
  </button>
195
  </form>
196
  </div>