1. New logo.\n2. Padding corrected for pageBody and footer.\n3. Services update

This commit is contained in:
2024-05-17 14:34:10 +01:00
parent b012a7e32e
commit 3a2a164213
9 changed files with 73 additions and 70 deletions

View File

@@ -11,11 +11,12 @@
<!-- HTML content -->
<div class="{{ model.FLAG_CARD }}">
<div class="{{ model.FLAG_CONTAINER }} {{ model.FLAG_COLUMN }}">
<h2>Web & Desktop Application Development</h2>
<h1>Services</h1>
<h2>Website, Web App, & Desktop Software Development</h2>
<ul>
<li>Deliver custom web and desktop apps tailored to your unique business needs</li>
<li>Custom software tailored to your unique business needs</li>
<li>Leverage the latest technologies for seamless, high-performance solutions</li>
<li>Intuitive UX design to delight your users and boost productivity</li>
<li>Intuitive user interface design to delight your users and boost productivity</li>
</ul>
<h2>Cloud Migration & Architecture Design</h2>
<ul>
@@ -25,63 +26,12 @@
</ul>
</div>
</div>
<div class="{{ model.FLAG_CARD }}">
<!--
<h1>Technologies</h1>
<p>We are most experienced with these technologies, in case you have any requirements.</p>
<table>
<thead>
<!--
<tr>
<th>Cloud / Backend</th>
<th></th>
<th>Web</th>
<th></th>
</tr>
--
<tr>
<th>Database</th>
<th>Server / Application</th>
<th>Web</th>
<th>Frameworks</th>
</tr>
</thead>
<tbody>
<tr>
<td>MySQL</td>
<td>Python</td>
<td>HTML</td>
<td>React</td>
</tr>
<tr>
<td>MS SQL Server</td>
<td>C# .NET</td>
<td>CSS</td>
<td>Flask</td>
</tr>
<tr>
<td>Firebase</td>
<td>Node.js</td>
<td>JavaScript</td>
<td>MVC</td>
</tr>
<tr>
<td></td>
<td>Java</td>
<td></td>
<td>REST</td>
</tr>
</tbody>
</table>
-->
<table>
<thead>
<!--
<tr>
<th>Cloud / Backend</th>
<th></th>
<th>Web</th>
<th></th>
</tr>
-->
<tr>
<th>Database</th>
<th>Server / Application</th>
@@ -134,6 +84,22 @@
</table>
</div>
<div class="{{ model.FLAG_CARD }}">
<h1>FAQs</h1>
<h2>Websites, Web apps, and Software - what's the difference?</h2>
<ul>
<li>Not much! A web app is a type of website and they are both types of software that are accessed on the internet using web browser software.</li>
<li>Web apps have more complex functionality than simple text and image pages.</li>
<li>For example, this is a website. Google Maps is a web app. Notepad is a piece of desktop sofware.</li>
</ul>
<h2>Why choose us?</h2>
<ul>
<li>Work directly with the person responsible for delivering your project</li>
<li>Faster decision-making process without bureaucratic hurdles</li>
<li>Transparent pricing structure with no hidden fees</li>
</ul>
</div>
<!-- Include JavaScript -->
<script src="{{ url_for('static', filename='js/services.js') }}"></script>