Update DaisyJane styling and page changes
This commit is contained in:
14
about.php
14
about.php
@@ -138,7 +138,7 @@ $breadcrumbs = [
|
||||
|
||||
.values-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 30px;
|
||||
margin: 60px 0;
|
||||
}
|
||||
@@ -160,7 +160,7 @@ $breadcrumbs = [
|
||||
|
||||
.stats-grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 40px;
|
||||
margin-top: 40px;
|
||||
}
|
||||
@@ -343,7 +343,7 @@ $breadcrumbs = [
|
||||
<p>Expert professionals dedicated to delivering exceptional data solutions</p>
|
||||
</div>
|
||||
|
||||
<div class="values-grid" style="margin-top: 60px;">
|
||||
<div class="values-grid" style="margin-top: 60px; grid-template-columns: repeat(2, 1fr);">
|
||||
<!-- Team Member 1 -->
|
||||
<div class="value-card" itemscope itemtype="https://schema.org/Person">
|
||||
<div style="text-align: center; margin-bottom: 20px;">
|
||||
@@ -357,7 +357,7 @@ $breadcrumbs = [
|
||||
</p>
|
||||
</div>
|
||||
<p style="color: #666; line-height: 1.6;" itemprop="description">
|
||||
Dr. Mitchell brings over 15 years of experience in data science and enterprise architecture. Prior to founding UK Data Services, he led data engineering teams at two FTSE 100 companies, specialising in large-scale data extraction and business intelligence systems. His doctoral research focused on ethical AI and data governance frameworks.
|
||||
Dr. Mitchell brings over 15 years of experience in data science and enterprise architecture. He previously led data engineering teams at two FTSE 100 companies, specialising in large-scale data extraction and business intelligence systems.
|
||||
</p>
|
||||
<meta itemprop="worksFor" content="UK Data Services">
|
||||
<meta itemprop="alumniOf" content="Imperial College London">
|
||||
@@ -376,7 +376,7 @@ $breadcrumbs = [
|
||||
</p>
|
||||
</div>
|
||||
<p style="color: #666; line-height: 1.6;" itemprop="description">
|
||||
Sarah is a recognised expert in data protection law and GDPR compliance with 12 years of experience across legal and technology sectors. She ensures all UK Data Services operations meet the highest standards of data privacy and regulatory compliance. Sarah previously served as Senior Data Protection Counsel at a leading European fintech company.
|
||||
Sarah is a recognised expert in data protection law and GDPR compliance with 12 years of experience. She ensures all operations meet the highest standards of data privacy and regulatory compliance.
|
||||
</p>
|
||||
<meta itemprop="worksFor" content="UK Data Services">
|
||||
<meta itemprop="knowsAbout" content="GDPR Compliance">
|
||||
@@ -396,7 +396,7 @@ $breadcrumbs = [
|
||||
</p>
|
||||
</div>
|
||||
<p style="color: #666; line-height: 1.6;" itemprop="description">
|
||||
David leads the technical architecture and delivery of complex data extraction projects. With a Master's in Data Science from Oxford University and 10 years of hands-on experience in cloud infrastructure and scalable data pipelines, he ensures robust, high-performance solutions for clients. David specialises in real-time data processing and API integration.
|
||||
David leads the technical architecture and delivery of complex data extraction projects. With 10 years of experience in cloud infrastructure and scalable data pipelines, he ensures robust, high-performance solutions for clients.
|
||||
</p>
|
||||
<meta itemprop="worksFor" content="UK Data Services">
|
||||
<meta itemprop="alumniOf" content="University of Oxford">
|
||||
@@ -417,7 +417,7 @@ $breadcrumbs = [
|
||||
</p>
|
||||
</div>
|
||||
<p style="color: #666; line-height: 1.6;" itemprop="description">
|
||||
Rachel ensures seamless project delivery and exceptional client experiences across all engagements. With 8 years managing data analytics and BI projects for enterprise clients, she bridges the gap between technical capabilities and business objectives. Rachel's client-centric approach has consistently achieved 98%+ satisfaction ratings.
|
||||
Rachel ensures seamless project delivery and exceptional client experiences. With 8 years managing data analytics and BI projects, she bridges the gap between technical capabilities and business objectives.
|
||||
</p>
|
||||
<meta itemprop="worksFor" content="UK Data Services">
|
||||
<meta itemprop="knowsAbout" content="Project Management">
|
||||
|
||||
Reference in New Issue
Block a user