Fix(Styles): Redesigned Projects section for cleaner UI and removed hover animations for mobile compatibility.
This commit is contained in:
114
index.html
114
index.html
@@ -50,79 +50,77 @@
|
||||
<section id="projects">
|
||||
<h2>Featured Projects</h2>
|
||||
<div class="projects-grid">
|
||||
<div class="project-card">
|
||||
<div class="project-card-gridslot">
|
||||
<div class="project-card">
|
||||
<h3>Enterprise ERP & E-commerce System</h3>
|
||||
<p>Enhanced ERPNext platform with UK-specific accounting features and e-commerce integration. Supports multi-channel retail operations with automated order processing.</p>
|
||||
<p style="margin: 0.5rem 0"><strong>Key Features:</strong></p>
|
||||
<ul style="margin: 1rem 0; list-style-position: inside;">
|
||||
<li>UK tax compliance and reporting modules</li>
|
||||
<li>Real-time inventory synchronisation</li>
|
||||
<li>Multi-storefront management</li>
|
||||
<li>Automated order fulfillment</li>
|
||||
</ul>
|
||||
<p style="margin-bottom: 1rem"><strong>Technologies:</strong> Python, MySQL / MariaDB, Docker</p>
|
||||
<div class="project-links">
|
||||
<a href="https://auth.sandbox.teddy.org.uk?target=https%3A%2F%2Ferp.sandbox.partsenterprise.partsltd.co.uk" class="button" data-project="project_demo_partsenterprise_erp">Demo ERP</a>
|
||||
<!-- <a href="https://store.sandbox.partsenterprise.partsltd.co.uk" class="button" data-project="project_demo_partsenterprise_store">Demo Store</a> -->
|
||||
<a href="https://bathroomwarehouse.uk" class="button" data-project="project_demo_live_partsenterprise_store">Live Store</a>
|
||||
<p class="project-detail-button">Show details</p>
|
||||
<div class="project-thumbnail">
|
||||
<img src="content/images/PARTSEnterprise_store_live-page-home.webp" alt="Live PARTS Enterprise Store">
|
||||
</div>
|
||||
<div class="project-thumbnails">
|
||||
<!--
|
||||
<div class="project-thumbnail" data-project="project_demo_partsenterprise_erp">
|
||||
<img src="content/images/PARTSEnterprise_store_live-page-home.webp" alt="Live PARTS Enterprise ERP">
|
||||
</div>
|
||||
-->
|
||||
<!--
|
||||
<div class="project-thumbnail" data-project="project_demo_partsenterprise_store">
|
||||
<img src="content/images/PARTSEnterprise_store_live-page-home.webp" alt="Demo PARTS Enterprise Store">
|
||||
</div>
|
||||
-->
|
||||
<div class="project-thumbnail" data-project="project_demo_live_partsenterprise_store">
|
||||
<img src="content/images/PARTSEnterprise_store_live-page-home.webp" alt="Live PARTS Enterprise Store">
|
||||
</div>
|
||||
<div class="project-detail-container">
|
||||
<p style="margin: 0.5rem 0"><strong>Key Features:</strong></p>
|
||||
<ul style="margin: 1rem 0; list-style-position: inside;">
|
||||
<li>UK tax compliance and reporting modules</li>
|
||||
<li>Real-time inventory synchronisation</li>
|
||||
<li>Multi-storefront management</li>
|
||||
<li>Automated order fulfillment</li>
|
||||
</ul>
|
||||
<p style="margin-bottom: 1rem"><strong>Technologies:</strong> Python, MySQL / MariaDB, Docker</p>
|
||||
</div>
|
||||
<div class="project-links">
|
||||
<a href="https://auth.sandbox.teddy.org.uk?target=https%3A%2F%2Ferp.sandbox.partsenterprise.partsltd.co.uk" class="button">Demo ERP</a>
|
||||
<!-- <a href="https://store.sandbox.partsenterprise.partsltd.co.uk" class="button">Demo Store</a> -->
|
||||
<a href="https://bathroomwarehouse.uk" class="button">Live Store</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-card-gridslot">
|
||||
<div class="project-card">
|
||||
<h3>partsERP Core Framework</h3>
|
||||
<p>A robust, open-source ERP framework showcasing system architecture and development practices. Over 100K lines of production-grade code.</p>
|
||||
<p style="margin: 0.5rem 0"><strong>Key Features:</strong></p>
|
||||
<ul style="margin: 1rem 0; list-style-position: inside;">
|
||||
<li>Data integrity verification</li>
|
||||
<li>Authentication and role-based access control</li>
|
||||
<li>Custom reporting API</li>
|
||||
<li>Database abstraction layer and unit test coverage</li>
|
||||
</ul>
|
||||
<p style="margin-bottom: 1rem"><strong>Technologies:</strong> Python - Flask, MySQL / MariaDB, JavaScript</p>
|
||||
<div class="project-links">
|
||||
<a href="https://github.com/Teddy-1024/demo_partsERP.git" class="button" data-project="project_demo_partserp">View on GitHub</a>
|
||||
<a href="https://auth.sandbox.teddy.org.uk?target=https%3A%2F%2Fsandbox.partsERP.teddy.org.uk/" class="button" data-project="project_demo_partserp">Demo Site</a>
|
||||
<p class="project-detail-button">Show details</p>
|
||||
<div class="project-thumbnail">
|
||||
<img src="content/images/partsERP-page-product_category.webp" alt="Demo PARTS ERP Site">
|
||||
</div>
|
||||
<div class="project-thumbnails">
|
||||
<div class="project-thumbnail" data-project="project_demo_partserp">
|
||||
<img src="content/images/partsERP-page-product_category.webp" alt="Demo PARTS ERP Site">
|
||||
</div>
|
||||
<div class="project-detail-container">
|
||||
<p style="margin: 0.5rem 0"><strong>Key Features:</strong></p>
|
||||
<ul style="margin: 1rem 0; list-style-position: inside;">
|
||||
<li>Data integrity verification</li>
|
||||
<li>Authentication and role-based access control</li>
|
||||
<li>Custom reporting API</li>
|
||||
<li>Database abstraction layer and unit test coverage</li>
|
||||
</ul>
|
||||
<p style="margin-bottom: 1rem"><strong>Technologies:</strong> Python - Flask, MySQL / MariaDB, JavaScript</p>
|
||||
</div>
|
||||
<div class="project-links">
|
||||
<a href="https://github.com/Teddy-1024/demo_partsERP.git" class="button">View on GitHub</a>
|
||||
<a href="https://auth.sandbox.teddy.org.uk?target=https%3A%2F%2Fsandbox.partsERP.teddy.org.uk/" class="button">Demo Site</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="project-card-gridslot">
|
||||
<div class="project-card">
|
||||
<h3>Financial Data Reconciliation Tool</h3>
|
||||
<p>VBA Excel automation that simplifies complex data processing between multiple spreadsheets.</p>
|
||||
<p style="margin: 0.5rem 0"><strong>Key Features:</strong></p>
|
||||
<ul style="margin: 1rem 0; list-style-position: inside;">
|
||||
<li>Multi-system transaction matching</li>
|
||||
<li>Configurable validation rules</li>
|
||||
<li>Automated error detection</li>
|
||||
<li>Audit trail generation</li>
|
||||
</ul>
|
||||
<div class="project-links">
|
||||
<p style="margin-bottom: 1rem"><strong>Technologies:</strong> VBA, Excel Object Model</p>
|
||||
<a href="https://github.com/Teddy-1024/demo_VBA.git" class="button" data-project="">View on GitHub</a>
|
||||
<p class="project-detail-button">Show details</p>
|
||||
<!--
|
||||
<div class="project-thumbnail">
|
||||
<img src="content/images/partsERP-page-product_category.webp" alt="Demo PARTS ERP Site">
|
||||
</div>
|
||||
<div class="project-thumbnails">
|
||||
<!--
|
||||
<div class="project-thumbnail" data-project="">
|
||||
<img src="content/images/partsERP-page-product_category.webp" alt="Demo PARTS ERP Site">
|
||||
</div>
|
||||
-->
|
||||
-->
|
||||
<div class="project-detail-container">
|
||||
<p style="margin: 0.5rem 0"><strong>Key Features:</strong></p>
|
||||
<ul style="margin: 1rem 0; list-style-position: inside;">
|
||||
<li>Multi-system transaction matching</li>
|
||||
<li>Configurable validation rules</li>
|
||||
<li>Automated error detection</li>
|
||||
<li>Audit trail generation</li>
|
||||
</ul>
|
||||
<p style="margin-bottom: 1rem"><strong>Technologies:</strong> VBA, Excel Object Model</p>
|
||||
</div>
|
||||
<div class="project-links">
|
||||
<a href="https://github.com/Teddy-1024/demo_VBA.git" class="button">View on GitHub</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user