Skip to content

Commit

Permalink
AI Refresh (#386)
Browse files Browse the repository at this point in the history
Co-authored-by: Danielle <[email protected]>
  • Loading branch information
bbengfort and daniellemaxwell authored Sep 14, 2024
1 parent 3eb45cc commit 81e5c0f
Show file tree
Hide file tree
Showing 75 changed files with 1,515 additions and 594 deletions.
40 changes: 24 additions & 16 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ image = "img/rotational-gophercon.webp"
copyright = "Copyright &copy; Rotational Labs, Inc. 2021&ndash;{year} &middot; All Rights Reserved"
googleAnalytics = "" # Google Analytics ID (set $HUGO_PARAMS_GOOGLEANALYTICS)
recaptchaKey = "" # Google reCAPTCHA key (set $HUGO_PARAMS_RECAPTCHAKEY)
intro = "WELCOME TO ROTATIONAL"

# google fonts
googleFonts = "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
Expand Down Expand Up @@ -50,39 +51,46 @@ link = "https://unpkg.com/@highlightjs/cdn-assets/styles/default.min.css"
link = "https://unpkg.com/lunr/lunr.js"

## English Navigation
[[Languages.en.menu.main]]
identifier = 'about'
pageRef = 'about'
name = 'About'
url = '/about'
weight = 1

[[Languages.en.menu.main]]
identifier = 'Services'
pageRef = 'services'
name = 'Services'
weight = 1
weight = 2

[[Languages.en.menu.main]]
identifier = 'Products'
pageRef = 'products'
name = 'Products'
weight = 2
identifier = 'caseStudies'
pageRef = 'caseStudies'
name = 'Case Studies'
url = '/case-studies'
weight = 3

[[Languages.en.menu.main]]
identifier = 'blog'
pageRef = 'blog'
name = 'Blog'
url = '/blog'
weight = 3

[[Languages.en.menu.main]]
identifier = 'about'
pageRef = 'about'
name = 'About'
url = '/about'
weight = 4

[[Languages.en.menu.main]]
identifier = 'contact'
pageRef = 'contact'
name = 'Contact Us'
url = '/contact'
identifier = 'learning'
pageRef = 'learning'
name = 'Learning'
url = '/resources'
weight = 5

[[Languages.en.menu.main]]
identifier = 'Products'
pageRef = 'products'
name = 'Product'
weight = 6

## English Language
[Languages.en]
languageName = "En"
Expand Down
51 changes: 36 additions & 15 deletions content/en/_index.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,58 @@
---
date: 2023-02-09T10:21:41-06:00
header: If it isn’t deployed, it doesn’t exist
headertext: We help you bring AI to your team to identify and solve the most impactful customer problems.
intro: WELCOME TO ROTATIONAL
header: YOUR GO-TO AI <span>INNOVATION PARTNER</span>
headertext: We work with enterprises to build trusted data foundations and AI solutions for sustainable business impact.
headeractions:
- action: Download AI Playbook
link:
icon: fa-solid fa-caret-down
id: download-playbook
- action: AI Enablement Services
link: "/services/#ai-enablement"
- action: CONTACT US
link: mailto:[email protected]
icon:
id: ai-services
id: contact-us
download:
- text: Download PDF
link: "https://rtnl.link/me8fufQPfVb"
- text: Download ePub
link: "https://rtnl.link/ha34VBLWjIb"
services:
- service: STRATEGIC ADVISORY & AI ASSESSMENTS
description: |
Expertise to assist corporate boards and executive teams evaluate AI/ML investments that enhance efficiency, accelerate decision-making,
and improve customer value.
url: /services/ai-assessments
style: bg-[#192E5B]
- service: PRODUCT DEVELOPMENT & AI ENGINEERING
description: |
Know-how for product and engineering teams developing native AI/ML applications, enhancing existing products,
or helping companies move from proof-of-concept to new capabilities.
url: /services/ai-product-development
style: bg-[#EC5012]
- service: AI OPS & DATA FOUNDATIONS
description: |
Support for technical and platform teams to set up or tune their infrastructure, processes, data pipelines and
governance policies to compete in the AI-accelerated economy.
url: /services/ai-ops-and-data-foundations
style: bg-[#192E5B]
---

<!-- Edit services data in data/en/professional_services.yml -->
{{< professional-services >}}
<!-- Edit copy in data/en/process.yml -->
{{< process >}}

<!-- Edit and add clients in data/en/clients.yml -->
{{< clients >}}

<!-- On the Cloud section -->
{{< container color="#ECF6FF" >}}
<!-- Edit copy in data/en/delivery_team.yml -->
{{< delivery-team >}}

<!-- Data for cloud partners can be found at data/en/cloud.yml -->
{{< clouds >}}
<!-- Edit copy in data/en/humanloop.yml -->
{{< human-loop >}}

{{< /container >}}
<!-- Edit and add testimonials in data/en/testimonials.yml -->
{{< testimonials >}}

<!-- Edit and add clients in data/en/clients.yml -->
{{< clients >}}

{{< privacy >}}

<!-- NOTE: Recent Rotations is part of the template and is added after the content -->
3 changes: 2 additions & 1 deletion content/en/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
date: 2022-10-04T15:01:42Z
title: "About Us"
description: "Our mission is to empower modern data teams to build next-generation apps, APIs, and models quickly, reliably, and securely. We help developers and organizations unlock value and growth by getting the right data to the right process at the right time and place. As specialists who occupy the unique intersection of cloud native computing, event-driven data systems, and machine learning, we aim to create shared tools across technical teams that encourage collaboration, empathy, and curiosity."
headertext: "About Us"
headertext: "ABOUT US"
subheadertext: People matter more than ever in the AI era.
type: "about"
image: "img/horizontal-global-data-flow.png"
---
2 changes: 1 addition & 1 deletion content/en/blog/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2022-10-04T15:01:42Z
title: "Blog"
headertext: "Recent Rotations"
headertext: "RECENT ROTATIONS"
type: "blog"
image: "img/horizontal-global-data-flow.png"
---
5 changes: 5 additions & 0 deletions content/en/case-studies/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "Case Studies"
slug: "case-studies"
subheadertext:
---
5 changes: 2 additions & 3 deletions content/en/products/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: "Products"
date: 2024-02-07T11:51:15-05:00
headertext: Data Engineering & ML Tools
subheadertext: Tools built for ambitious data teams
noicon: true
headertext: PRODUCT
# subheadertext: Tools built for ambitious data teams
draft: false
type: products
---
Expand Down
2 changes: 1 addition & 1 deletion content/en/resources/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
date: 2023-12-05T17:57:42Z
title: "Resources"
headertext: "Resources"
headertext: "LEARNING"
type: "resources"
noicon: true
---
File renamed without changes.
47 changes: 47 additions & 0 deletions content/en/services/ai-assessments.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
headertext: "AI Services"
slug: ai-assessments
date: 2024-09-12T13:23:18-04:00
draft: false
subheadertext: Your trusted AI innovation partner.
title: Strategic AI Assessments
services:
- icon: img/services/who-icon.svg
title: For Who
list:
- item: Corporate boards
- item: Executive leadership teams
- item: Senior product or technical leaders
- icon: img/services/what-icon.svg
title: What
style: bg-[#1D65A6] text-white
list:
- item: Tailored AI strategy development
- item: Opportunity analysis & business impact assessment
- item: Detailed implementation plan & costs
- icon: img/services/why-icon.svg
title: Why
list:
- item: Stay ahead of the competition
- item: Maximize ROI for your AI investments
- item: Build trust with stakeholders
innovate:
tagline: Innovate or Stagnate
title: Think Before You Act
text: |
The upside is real, and so are the challenges.
Unlock the full potential of AI with a tailored strategy designed to drive revenue growth, streamline operations, and ensure data security. Our Strategic AI Assessment identifies high-impact opportunities, focuses on the fundamentals, and delivers an actionable roadmap for maximizing ROI from AI initiatives.
Contact us today to see how AI can transform your business outcomes.
contact:
- text: View Case Studies
url: /case-studies
- text: Contact Us
url: mailto:[email protected]
clients:
tagline: Success Stories
title: Featured Clients
text: Clients that have used these services.
---

47 changes: 47 additions & 0 deletions content/en/services/ai-ops-and-data-foundations.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: "AI Ops & Data Foundations"
slug: ai-ops-and-data-foundations
date: 2024-09-12T15:43:24-04:00
draft: true
headertext: AI Services
subheadertext: Your trusted AI innovation partner.
services:
- icon: img/services/who-icon.svg
title: For Who
list:
- item: Chief Data Officer
- item: VP of Operations
- item: Data & Platform Teams
- icon: img/services/what-icon.svg
title: What
style: bg-[#1D65A6] text-white
list:
- item: Robust Infrastructure
- item: Advanced Model Management
- item: Standardized Governance
- icon: img/services/why-icon.svg
title: Why
list:
- item: Increase stability and efficiency
- item: Gain competitive advantage
- item: Ensure reliable operations
innovate:
tagline: Innovate or Stagnate
title: Invest Confidently
text: |
You manage your employees with care—your AI models deserve the same attention to grow and perform at their best.
Optimize your AI/ML operations with robust infrastructure solutions that drive scalability, efficiency, and competitive advantage. Our services ensure reliable, value-generating AI processes through advanced model management and robust governance.
Contact us today to future-proof your AI capabilities and maximize long-term business impact.
contact:
- text: View Case Studies
url: /case-studies
- text: Contact Us
url: mailto:[email protected]
clients:
tagline: Success Stories
title: Featured Clients
text: Clients that have used these services.
---

47 changes: 47 additions & 0 deletions content/en/services/ai-product-development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: "AI Product Development"
slug: ai-product-development
date: 2024-09-12T15:42:57-04:00
draft: true
headertext: AI Services
subheadertext: Your trusted AI innovation partner.
services:
- icon: img/services/who-icon.svg
title: For Who
list:
- item: CTOs
- item: VP of Operations/Product
- item: Head of Data Science
- icon: img/services/what-icon.svg
title: What
style: bg-[#1D65A6] text-white
list:
- item: Custom AI Solutions
- item: Optimized Performance
- item: Seamless Integration
- icon: img/services/why-icon.svg
title: Why
list:
- item: Accelerate growth
- item: Realize efficiency gains
- item: Control your destiny and protect your data
innovate:
tagline: Innovate or Stagnate
title: Think Before You Act
text: |
You don't need AI that knows every line of the "Godfather". You need AI solutions that know your business.
Transform your business with custom AI solutions designed to drive growth, reduce costs, and streamline operations. Our AI engineering services wil move your business from proof-of-concept to tailored models and seamless integration for measurable, long-term impact.
Contact us today to discover how AI can accelerate your success and maximize ROI.
contact:
- text: View Case Studies
url: /case-studies
- text: Contact Us
url: mailto:[email protected]
clients:
tagline: Success Stories
title: Featured Clients
text: Clients that have used these services.
---

35 changes: 14 additions & 21 deletions data/en/about.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,18 @@
about:
enable: true
title: About Us
mission:
motivation:
enable: true
title: Our Mission
mission_item:
- text: |
Our mission is to empower modern data teams to build next-generation apps, APIs,
and models quickly, reliably, and securely. We help developers and organizations
unlock value and growth by getting the right data to the right process at the
right time and place. As specialists who occupy the unique intersection of cloud
native computing, event-driven data systems, and machine learning, we aim to
create shared tools across technical teams that encourage collaboration,
empathy, and curiosity.
values:
enable: true
title: Our Values
values_item:
- text: Respect - We take the time to listen and care with humility, valuing all contributions.
- text: Curiosity - We ask questions, experiment, and explore, with an empathetic mindset.
- text: Growth - We can and always strive to continuously learn and improve and make an impact.
- text: Excellence - We take pride in our style, our craftsmanship and aim to exceed expectations.
- text: Collaboration - Together we are resilient and can solve problems for a sustainable future.
subtitle: MOTIVATION
title: OUR CORE
motivation_items:
- icon: fa-solid fa-mountain text-[#757575]
title: MISSION
description: We seek to give our enterprise clients the confidence, tools, and processes to compete and excel in an AI-accelerated economy.
- image: img/horizon.svg
title: VISION
description: Make AI application development and deployment affordable, accessible and customizable for mainstream and emerging enterprises.
style: bg-[#1D65A6] text-white
- icon: fa-solid fa-house-chimney text-[#757575]
title: VALUES
description: Our core values of respect, curiosity, growth, excellence, and collaboration animate our work with each other and our partners on a daily basis.
3 changes: 2 additions & 1 deletion data/en/careers.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#################################### careers ###############################
careers:
enable: true
title: Rotational Careers
tagline: JOIN OUR TEAM
title: ROTATIONAL CAREERS
subtitle: We value diversity of experience, empathy, and impact. We hire for “add”, not “fit”.
careers_item:
- name: Machine Learning Engineer
Expand Down
3 changes: 2 additions & 1 deletion data/en/casestudies.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
############################# Case Studies Data ###################################
casestudies:
enable: true
title: Case Studies
tagline: Proven Expertise
title: Success Stories
subtitle: Read our success stories to learn how we've helped accelerate clients from both the public and private sectors.
studies:
- client_name: BlueVoyant
Expand Down
Loading

0 comments on commit 81e5c0f

Please sign in to comment.