Skip to content

Commit d66c8c9

Browse files
committed
feat(site): enhance EN version with AI-focused positioning and metrics
Updated English pages (home, how-we-work, projects): - Headline & slogan: focus on AI-powered automation, K-15K monthly savings, equivalent to 3-5 employees - Tech stack highlighted: vLLM, Open WebUI, Local LLMs, Laravel, PostgreSQL, Docker - Changed 'We' to 'I' for consistent personal branding - Improved CTA: 'Get Your Free AI Automation Audit' with ROI focus - Removed freelance platforms block ('SAFE TRANSACTIONS') - Enhanced accessibility: alt texts, aria-label, rel='noopener' - Updated JSON-LD Structured Data to match new positioning - Maintained consistency with RU version while adapting for Western audience (USD metrics) Russian pages and Privacy Policy untouched except prior SEO fixes.
1 parent b0a9633 commit d66c8c9

3 files changed

Lines changed: 44 additions & 89 deletions

File tree

how-we-work/index.html

Lines changed: 21 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
</header><section class="centered-content">
151151
<div class="main-content how-we-work d-flex justify-content-between">
152152
<div class="technology-box">
153-
<h1 class="title title--small animation animation--fade-up-title-technology">Technology we use</h1>
153+
<h1 class="title title--small animation animation--fade-up-title-technology">My Technology Stack</h1>
154154
<ul class="technology-box__list animation animation--fade-up-text-technology">
155155
<li>vLLM</li>
156156
<li>Open WebUI</li>
@@ -176,27 +176,27 @@ <h1 class="title title--small animation animation--fade-up-title-technology">Tec
176176
<div class="swiper-container swiper-container--mousewheel" id="process-slider">
177177
<div class="swiper-wrapper">
178178
<div class="swiper-slide process-box__item">
179-
<h2 class="title title--middle">Product evaluation</h2>
180-
<div class="process-box__item-text text text--fs-16 text--lh-25"><p>We do product evaluation during the initial stage should your proposal be an existing application.<br />
181-
After that we’d look through ideas that can improve it.</p>
179+
<h2 class="title title--middle">Requirements & Cost Estimation</h2>
180+
<div class="process-box__item-text text text--fs-16 text--lh-25"><p>I evaluate your existing product or business process during the initial stage to identify automation opportunities.<br />
181+
Then I analyze ideas that can improve your system and provide accurate cost estimates with potential ROI calculations.</p>
182182
</div>
183183
</div>
184184
<div class="swiper-slide process-box__item">
185-
<h2 class="title title--middle">Prototyping and user stories</h2>
186-
<div class="process-box__item-text text text--fs-16 text--lh-25"><p>We gather and analyse data then define the requirements using business analysis and specification development processes.<br />
187-
We construct business targets and write the requirements sheet needed for product development.</p>
185+
<h2 class="title title--middle">Technical Specification & Architecture</h2>
186+
<div class="process-box__item-text text text--fs-16 text--lh-25"><p>Working with my AI assistant, I gather and analyze requirements using modern business analysis processes.<br />
187+
I define business targets, design scalable architecture, and write comprehensive functional specifications needed for development.</p>
188188
</div>
189189
</div>
190190
<div class="swiper-slide process-box__item">
191-
<h2 class="title title--middle">Product development</h2>
192-
<div class="process-box__item-text text text--fs-16 text--lh-25"><p>We define final visuals and turn them into code during this phase.<br />
193-
We test the functionality during each stage of development and provide code quality guarantees.</p>
191+
<h2 class="title title--middle">Development with AI Assistance</h2>
192+
<div class="process-box__item-text text text--fs-16 text--lh-25"><p>I build your solution using the latest technologies and AI-assisted development for increased speed and quality.<br />
193+
I test functionality during each development stage and guarantee enterprise-level code quality with comprehensive documentation.</p>
194194
</div>
195195
</div>
196196
<div class="swiper-slide process-box__item">
197-
<h2 class="title title--middle">Support</h2>
198-
<div class="process-box__item-text text text--fs-16 text--lh-25"><p>We provide management and support, which are continuous processes present in every stage of project’s life cycle.<br />
199-
These allow us to maintain transparency and communication; plan and organize resources plus control the risks and quality of your final product.</p>
197+
<h2 class="title title--middle">Deployment & Ongoing Support</h2>
198+
<div class="process-box__item-text text text--fs-16 text--lh-25"><p>I provide deployment, maintenance, and continuous support throughout your project's lifecycle.<br />
199+
This ensures transparency, efficient resource management, risk control, and long-term quality of your solution.</p>
200200
</div>
201201
</div>
202202
</div>
@@ -211,38 +211,23 @@ <h2 class="title title--large">
211211
<div >
212212
<ul class="contacts__list">
213213
<li class="contacts__item">
214-
<div class="contacts__item-title">
215-
Telegram </div>
216-
<div class="contacts__item-title">
217-
<ul class="contacts__messangers contacts__item-main">
218-
<li><a target="_blank" class="contacts__icon magnit" href="https://t.me/ShaerWare"><img src="../wp-content/themes/main/assets/img/svg/Telegram.svg" alt=""></a></li>
219-
</ul>
220-
</div>
214+
<div class="contacts__item-title">Telegram</div>
215+
<ul class="contacts__messangers contacts__item-main">
216+
<li><a target="_blank" class="contacts__icon magnit" href="https://t.me/ShaerWare" rel="noopener" aria-label="Telegram"><img src="../wp-content/themes/main/assets/img/svg/Telegram.svg" alt="Telegram Shaerware Digital"></a></li>
217+
</ul>
221218
</li>
222219
<li class="contacts__item">
223-
<div class="contacts__item-title">SOCIAL NETWORKS</div>
224-
<div class="contacts__item-main contacts__item-main--w200"> </div>
220+
<div class="contacts__item-title">Social Networks</div>
225221
<ul class="contacts__messangers contacts__item-main">
226-
<li><a target="_blank" class="contacts__icon magnit" href="https://x.com/shaerware"><img src="../wp-content/themes/main/assets/img/svg/х.svg" alt=""></a></li>
222+
<li><a target="_blank" class="contacts__icon magnit" href="https://x.com/shaerware" rel="noopener" aria-label="Twitter/X"><img src="../wp-content/themes/main/assets/img/svg/х.svg" alt="Twitter Shaerware Digital"></a></li>
227223
</ul>
228224
</li>
229225
<li class="contacts__item contacts__item--messangers">
230-
<div class="contacts__item-title">
231-
Git </div>
226+
<div class="contacts__item-title">GitHub</div>
232227
<ul class="contacts__messangers contacts__item-main">
233-
<li><a target="_blank" class="contacts__icon magnit" href="https://github.com/ShaerWare"><img src="../wp-content/themes/main/assets/img/svg/github-mark/github-mark.svg" alt=""></a></li>
228+
<li><a target="_blank" class="contacts__icon magnit" href="https://github.com/ShaerWare" rel="noopener" aria-label="GitHub"><img src="../wp-content/themes/main/assets/img/svg/github-mark/github-mark.svg" alt="GitHub Shaerware Digital"></a></li>
234229
</ul>
235230
</li>
236-
<li class="contacts__item">
237-
<div class="contacts__item-title">
238-
SAFE TRANSACTIONS </div>
239-
<ul class="contacts__networks contacts__item-main">
240-
<li><a target="_blank" class="magnit" href="https://www.fl.ru/">Fl.ru</a></li>
241-
242-
<li><a target="_blank" class="magnit" href="https://freelance.ru/">Freelance</a></li>
243-
<li><a target="_blank" class="magnit" href="https://kwork.ru/user/">Kwork</a></li>
244-
</ul>
245-
</li>
246231
</ul>
247232
<div class="contacts__form">
248233
<div role="form" class="wpcf7" id="wpcf7-f54-o1" lang="ru-RU" dir="ltr">

index.html

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
"@id": "https://shaerware.digital/#service",
152152
"name": "Shaerware Digital",
153153
"image": "https://shaerware.digital/wp-content/ava4.png",
154-
"description": "System Analyst, Tech Lead, Senior Full-stack Developer, and Project Manager services for scalable software solutions",
154+
"description": "AI-powered development services: AI assistants, SaaS platforms, and business automation that saves $5K-15K monthly",
155155
"priceRange": "$$",
156156
"address": {
157157
"@type": "PostalAddress",
@@ -208,24 +208,24 @@
208208
<div class="text-block w-100per">
209209
<div class="text-block__top">
210210
<h1 class="title title--large title--main paralax paralax--transition" data-translate="50" data-rotate="150">
211-
<span class="title__words title__words--hidden js-title-words" aria-hidden="true">From Strategy to Scalable Implementation</span>
212-
<span class="seo-title">From Strategy to Scalable Implementation</span>
211+
<span class="title__words title__words--hidden js-title-words" aria-hidden="true">AI-Powered Development: Automate & Save $5K-15K Monthly</span>
212+
<span class="seo-title">AI-Powered Development: Automate & Save $5K-15K Monthly</span>
213213
</h1>
214214
<div class="slogan animation animation--fade-up-text-last paralax paralax--transition" data-translate="55" data-rotate="150">
215-
<p>I am your personal technology architect and business consultant, combining the roles of System Analyst, Tech Lead, Senior Full-stack Developer, and Project Manager. My mission is to transform your ambitions into highly effective, profitable, and sustainable software solutions that grow with you.</p>
215+
<p>I build AI assistants, SaaS platforms, and enterprise solutions on Laravel that automate your business operations equivalent to 3-5 full-time employees. Working in tandem with my own AI development assistant, you get startup speed with enterprise quality. Specialization: vLLM, Open WebUI, Local LLMs, Laravel, PostgreSQL, Docker.</p>
216216
</div>
217217
</div>
218218
<div class="description max-width-8 animation animation--fade-up-text-first paralax paralax--transition" data-translate="60" data-rotate="150">
219-
<p>I create not just products, but strategic assets: automated systems, SaaS platforms, and business tools that generate stable revenue and save millions. My approach ensures that every solution is not only technically perfect but also perfectly aligned with your business goals, ensuring long-term success and scalability.</p>
219+
<p>I don't just build software—I create revenue-generating business assets: AI support agents for customer service and sales, SaaS platforms with subscription models, automation systems that deliver measurable ROI. Every solution is technically excellent, scalable, and perfectly aligned with your business goals. Average client savings: $5K-15K per month through automated routine operations.</p>
220220
</div>
221221
<a class="btn-circle cursor-fill paralax paralax--transition" href="https://t.me/ShaerWare" target="_blank" data-translate="65" data-rotate="150">
222222
<div class="btn-circle__btn btn-fill animation animation--fade-up-btn-circle-last"></div>
223223
<div class="btn-circle__inner">
224224
<div class="btn__title animation animation--fade-up-btn-circle-first">
225-
Start building your digital success today
225+
Get Your Free AI Automation Audit
226226
</div>
227227
<div class="btn__description btn__description_mt animation animation--fade-up-btn-circle-second">
228-
Get a free strategic consultation for your project
228+
Identify automation opportunities & calculate potential savings in dollars
229229
</div>
230230
</div>
231231
</a>
@@ -241,38 +241,23 @@ <h2 class="title title--large">
241241
<div >
242242
<ul class="contacts__list">
243243
<li class="contacts__item">
244-
<div class="contacts__item-title">
245-
Telegram </div>
246-
<div class="contacts__item-title">
247-
<ul class="contacts__messangers contacts__item-main">
248-
<li><a target="_blank" class="contacts__icon magnit" href="https://t.me/ShaerWare"><img src="wp-content/themes/main/assets/img/svg/Telegram.svg" alt=""></a></li>
249-
</ul>
250-
</div>
244+
<div class="contacts__item-title">Telegram</div>
245+
<ul class="contacts__messangers contacts__item-main">
246+
<li><a target="_blank" class="contacts__icon magnit" href="https://t.me/ShaerWare" rel="noopener" aria-label="Telegram"><img src="wp-content/themes/main/assets/img/svg/Telegram.svg" alt="Telegram Shaerware Digital"></a></li>
247+
</ul>
251248
</li>
252249
<li class="contacts__item">
253-
<div class="contacts__item-title">SOCIAL NETWORKS</div>
254-
<div class="contacts__item-main contacts__item-main--w200"> </div>
250+
<div class="contacts__item-title">Social Networks</div>
255251
<ul class="contacts__messangers contacts__item-main">
256-
<li><a target="_blank" class="contacts__icon magnit" href="https://x.com/shaerware"><img src="wp-content/themes/main/assets/img/svg/х.svg" alt=""></a></li>
252+
<li><a target="_blank" class="contacts__icon magnit" href="https://x.com/shaerware" rel="noopener" aria-label="Twitter/X"><img src="wp-content/themes/main/assets/img/svg/х.svg" alt="Twitter Shaerware Digital"></a></li>
257253
</ul>
258254
</li>
259255
<li class="contacts__item contacts__item--messangers">
260-
<div class="contacts__item-title">
261-
Git </div>
256+
<div class="contacts__item-title">GitHub</div>
262257
<ul class="contacts__messangers contacts__item-main">
263-
<li><a target="_blank" class="contacts__icon magnit" href="https://github.com/ShaerWare"><img src="wp-content/themes/main/assets/img/svg/github-mark/github-mark.svg" alt=""></a></li>
258+
<li><a target="_blank" class="contacts__icon magnit" href="https://github.com/ShaerWare" rel="noopener" aria-label="GitHub"><img src="wp-content/themes/main/assets/img/svg/github-mark/github-mark.svg" alt="GitHub Shaerware Digital"></a></li>
264259
</ul>
265260
</li>
266-
<li class="contacts__item">
267-
<div class="contacts__item-title">
268-
SAFE TRANSACTIONS </div>
269-
<ul class="contacts__networks contacts__item-main">
270-
<li><a target="_blank" class="magnit" href="https://www.fl.ru/">Fl.ru</a></li>
271-
272-
<li><a target="_blank" class="magnit" href="https://freelance.ru/">Freelance</a></li>
273-
<li><a target="_blank" class="magnit" href="https://kwork.ru/user/">Kwork</a></li>
274-
</ul>
275-
</li>
276261
</ul>
277262
<div class="contacts__form">
278263
<div role="form" class="wpcf7" id="wpcf7-f54-o1" lang="ru-RU" dir="ltr">

projects/index.html

Lines changed: 8 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -385,38 +385,23 @@ <h2 class="title title--large">
385385
<div>
386386
<ul class="contacts__list">
387387
<li class="contacts__item">
388-
<div class="contacts__item-title">
389-
Telegram </div>
390-
<div class="contacts__item-title">
391-
<ul class="contacts__messangers contacts__item-main">
392-
<li><a target="_blank" class="contacts__icon magnit" href="https://t.me/ShaerWare"><img src="../wp-content/themes/main/assets/img/svg/Telegram.svg" alt=""></a></li>
393-
</ul>
394-
</div>
388+
<div class="contacts__item-title">Telegram</div>
389+
<ul class="contacts__messangers contacts__item-main">
390+
<li><a target="_blank" class="contacts__icon magnit" href="https://t.me/ShaerWare" rel="noopener" aria-label="Telegram"><img src="../wp-content/themes/main/assets/img/svg/Telegram.svg" alt="Telegram Shaerware Digital"></a></li>
391+
</ul>
395392
</li>
396393
<li class="contacts__item">
397-
<div class="contacts__item-title">SOCIAL NETWORKS</div>
398-
<div class="contacts__item-main contacts__item-main--w200"> </div>
394+
<div class="contacts__item-title">Social Networks</div>
399395
<ul class="contacts__messangers contacts__item-main">
400-
<li><a target="_blank" class="contacts__icon magnit" href="https://x.com/shaerware"><img src="../wp-content/themes/main/assets/img/svg/х.svg" alt=""></a></li>
396+
<li><a target="_blank" class="contacts__icon magnit" href="https://x.com/shaerware" rel="noopener" aria-label="Twitter/X"><img src="../wp-content/themes/main/assets/img/svg/х.svg" alt="Twitter Shaerware Digital"></a></li>
401397
</ul>
402398
</li>
403399
<li class="contacts__item contacts__item--messangers">
404-
<div class="contacts__item-title">
405-
Git </div>
400+
<div class="contacts__item-title">GitHub</div>
406401
<ul class="contacts__messangers contacts__item-main">
407-
<li><a target="_blank" class="contacts__icon magnit" href="https://github.com/ShaerWare"><img src="../wp-content/themes/main/assets/img/svg/github-mark/github-mark.svg" alt=""></a></li>
402+
<li><a target="_blank" class="contacts__icon magnit" href="https://github.com/ShaerWare" rel="noopener" aria-label="GitHub"><img src="../wp-content/themes/main/assets/img/svg/github-mark/github-mark.svg" alt="GitHub Shaerware Digital"></a></li>
408403
</ul>
409404
</li>
410-
<li class="contacts__item">
411-
<div class="contacts__item-title">
412-
SAFE TRANSACTIONS </div>
413-
<ul class="contacts__networks contacts__item-main">
414-
<li><a target="_blank" class="magnit" href="https://www.fl.ru/">Fl.ru</a></li>
415-
416-
<li><a target="_blank" class="magnit" href="https://freelance.ru/">Freelance</a></li>
417-
<li><a target="_blank" class="magnit" href="https://kwork.ru/user/">Kwork</a></li>
418-
</ul>
419-
</li>
420405
</ul>
421406
<div class="contacts__form">
422407
<div role="form" class="wpcf7" id="wpcf7-f54-o1" lang="ru-RU" dir="ltr">

0 commit comments

Comments
 (0)