Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
airavatconsulting committed Feb 26, 2024
1 parent 1c6fd51 commit d288b7a
Show file tree
Hide file tree
Showing 3 changed files with 219 additions and 128 deletions.
70 changes: 70 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,71 @@
<meta http-equiv="Refresh" content="0; url='./index.html'/>




## Consulting Solutions

- AI & Machine Learning
- Drive Intelligent Automation and Transformative Innovation
- Drive innovation and gain invaluable insights by integrating AI/ML into your operations. We leverage cutting-edge technology to develop and implement customized solutions that unlock the power of your data.

- Hybrid Cloud Solutions
- Scale with Agility & Cost-Efficiency
- Seamlessly migrate to the cloud and unlock scalability, agility, and cost-efficiency. Our experts guide you through every step, ensuring a smooth transition and maximizing your cloud experience.

- Cybersecurity
- Fortify Your Defense & Safeguard Your Future Protect your valuable data and infrastructure from ever-evolving threats.
- We provide comprehensive security solutions, vulnerability assessments, and incident response strategies that keep you one step ahead.

- Data Science & Analytics
- Unleash Data-Driven Insights & Fuel Smart Decisions Make data-driven decisions with confidence.
- Our skilled data scientists and analysts help you transform your data into actionable insights, empowering you to optimize operations, boost customer engagement, and achieve your strategic goals.

- Software Design and Development
- Build High-Performing Applications with Modern Expertise Build high-performing applications with the expertise you need.
- Our development consultants guide you through modern methodologies, cloud-native development, and microservices architecture, ensuring your software is future-proof and delivers exceptional value.

- Talent Mobilization
- Empower Your Organization with Top-tier Talent Drive growth and success with the right people in the right roles.
- Our talent mobilization services connect you with exceptional individuals who will propel innovation, productivity, and achievement within your organization.

- Mobile and Web Applications Development
- Engage Users, Amplify Brand Reach, Transform Your Online Presence & Drive Business Growth
- Elevate your user experience and expand your reach with captivating mobile applications. Build captivating and dynamic web applications that empower your business and engage your audience. Our skilled developers leverage cutting-edge technologies to create secure, scalable, and user-friendly software experiences that drive conversions, enhance brand loyalty, and fuel your online success.

- Enterprise Application Services
- From SAP and Oracle to Salesforce and beyond, we have the expertise to manage your diverse enterprise applications effectively. Our services include: Multi-vendor integration: Seamlessly connect your applications, streamlining data flow and eliminating silos.
- ERP project management: Deliver successful implementations, migrations, and upgrades of your ERP systems, minimizing disruption and maximizing value.
- Advisory & consulting: Leverage our deep industry knowledge to optimize your application environment and achieve your business objectives.
- Unlocking the Full Potential of Your Mission-Critical Apps


- Managed IT Services
- Say goodbye to the stress of managing your IT infrastructure in-house. Our team of experts takes care of everything, from daily monitoring and maintenance to proactive security measures and troubleshooting. You can focus on your core business while we ensure your technology runs smoothly and securely, 24/7.
- Keep your business running smoothly with our comprehensive managed IT services. From proactive maintenance to 24/7 support, we ensure that your technology infrastructure is optimized, secure, and ready to support your business objectives. With our dedicated team of experts handling your IT needs, you can focus on driving growth and achieving your business goals.
- Peace of Mind & Proactive Support for IT Infrastructure

- IT Strategy & Planning
- Don't let technology dictate your strategy. We partner with you to develop a customized IT roadmap that aligns seamlessly with your business goals. We analyze your current infrastructure, identify opportunities for improvement, and create a future-proof strategy that fosters innovation and growth.
- Charting Your Course to Digital Transformation

- Managed IT Services
- Keep your business running smoothly with our comprehensive managed IT services. From proactive maintenance to 24/7 support, we ensure that your technology infrastructure is optimized, secure, and ready to support your business objectives. With our dedicated team of experts handling your
- IT needs, you can focus on driving growth and achieving your business goals.
- Experience Peace of Mind with Reliable IT Solutions

- Other Services
- Quality Assurance and automation: Ensure Flawless Performance with Rigorous Testing
- Training: Empower Your Team with Specialized Training
- Program Management and Governance: Drive Successful Program Outcomes with Precision and Transparency
- Business Process Design and Re-Engineering: Revolutionize Your Workflows for Enhanced Efficiency

- Why Choose Us?
- Experienced team: Our certified professionals possess extensive expertise in a wide range of IT domains.
- Client-centric approach: We tailor our solutions to your unique needs and goals, ensuring a perfect fit.
- Proven Expertise: We boast a team of seasoned professionals with a track record of success in guiding businesses of all sizes.
- Seamless Collaboration: We work closely with your team to ensure a smooth and transparent experience throughout the entire engagement.
- Innovation Driven: We stay ahead of the curve, actively exploring and integrating emerging technologies to keep you at the forefront.
- Focus on security: We prioritize data security and ensure compliance with industry standards.
- 24/7 support: We're always available to address your needs and concerns. Ready to Experience the Difference?
- Contact us today for a free consultation and discover how our high-impact services can unlock your full potential. Together, we can help you navigate the ever-changing technological landscape and achieve remarkable results.
236 changes: 122 additions & 114 deletions css/airavat.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,22 @@
}

.body-bg {
background: linear-gradient(151deg,
rgb(190, 170, 244) 0%,
rgb(252, 230, 199) 5%,
rgb(255, 209, 189) 20%,
rgb(247, 189, 151) 25%,
rgb(255, 232, 200) 40%,
rgb(255, 210, 193) 60%,
rgb(208, 197, 255) 85%,
rgb(227, 218, 254) 100%);
/* background-color: #ffead5; */
background: radial-gradient(circle, transparent 20%, rgba(255, 255, 255, 0.57) 20%, rgba(255, 255, 255, 0.57) 80%, transparent 80%, transparent) 0% 0% / 200px 200px, radial-gradient(circle, transparent 20%, rgba(255, 255, 255, 0.57) 20%, rgba(255, 255, 255, 0.57) 80%, transparent 80%, transparent) 100px 100px / 200px 200px, linear-gradient(rgba(255, 94, 0, 0.26) 2px, transparent 2px) 0px -1px / 100px 100px, linear-gradient(90deg, rgba(255, 94, 0, 0.26) 2px, rgba(255, 255, 255, 0.57) 2px) -1px 0px / 100px 100px rgba(255, 255, 255, 0.57);
background-size: 200px 200px, 200px 200px, 100px 100px, 100px 100px;
background-color: rgba(255, 255, 255, 0.5);

}

.card-bg {
backdrop-filter: blur(2px) saturate(150%);
-webkit-backdrop-filter: blur(2px) saturate(150%);
background-color: rgba(165, 165, 165, 0.1);

box-shadow:
4px 4px 8px 0 rgba(127, 127, 127, 0.5),
-4px -4px 8px 0 rgba(127, 127, 127, 0.5);
margin-top: 4rem;
}

.rainbow-text {
Expand All @@ -44,28 +51,28 @@
rgba(148, 0, 211, 0.6)
); */
background-image: linear-gradient(165deg, #ff3200 0%, #ff3200 1%, #ffb400 38%, #da33d0 69%, #46a6ff 100%);
/* background-image: linear-gradient(270deg, #ffae9a 0%, #ffa993 1%, #ffde92 38%, #febffa 69%, #d3c4ff 100%); */
/* background-image: linear-gradient(270deg, #ffae9a 0%, #ffa993 1%, #ffde92 38%, #febffa 69%, #d3c4ff 100%); */
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

.rainbow-text-2{
.rainbow-text-2 {
background-image: linear-gradient(300deg, #ff6344 10%, #ff7e64 20%, #fff16e 55%, #61ffff 75%, #dd48ff 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
transition: all 1s ease-in-out;
/* transition: all 1s ease-in-out; */
}

.moon-text{
.moon-text {
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(0deg, rgb(56, 73, 90, 1) 0%, rgb(255, 255, 255, 1) 100%);
text-align: center;
/* text-shadow: 1px 1px 2px rgba(134, 134, 134, 0.5); */
transition: all 1s ease-in-out;
background-clip: text;
-webkit-text-fill-color: transparent;
background-image: linear-gradient(0deg, rgb(56, 73, 90, 1) 0%, rgb(255, 255, 255, 1) 100%);
text-align: center;
/* text-shadow: 1px 1px 2px rgba(134, 134, 134, 0.5); */
/* transition: all 1s ease-in-out; */
}

.fw-100 {
Expand Down Expand Up @@ -97,15 +104,15 @@

@media (prefers-color-scheme: dark) {
.body-bg {
background: linear-gradient(151deg,
rgb(14, 0, 52) 0%,
rgb(40, 12, 0) 20%,
rgb(105, 42, 0) 25%,
rgb(48, 28, 0) 40%,
rgb(102, 59, 0) 60%,
rgb(104, 61, 0) 85%,
rgb(14, 0, 52) 100%);
background: radial-gradient(circle, transparent 20%, #272626 20%, #272626 80%, transparent 80%, transparent) 0% 0% / 200px 200px, radial-gradient(circle, transparent 20%, #272626 20%, #272626 80%, transparent 80%, transparent) 100px 100px / 200px 200px, linear-gradient(rgba(255, 94, 0, 0.5) 1px, transparent 1px) 0px -0.5px / 100px 100px, linear-gradient(90deg, rgba(255, 94, 0, 0.36) 1px, #272626 1px) -0.5px 0px / 100px 100px #272626;
background-size: 200px 200px, 200px 200px, 100px 100px, 100px 100px;
background-color: #222;
}

.card-bg {
background: rgba(41, 41, 41, 0.1);
}

}

/* NAV */
Expand Down Expand Up @@ -155,90 +162,91 @@
/* border-bottom: 1px solid goldenrod; */
}

/* NAV */

/* SLIDES */
.scroll-horizontal {
overflow: hidden;
padding: 2rem;
padding-top: 4rem;
/* background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%); */
background-image: url('../images/top_bg.webp');
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-bottom: 2rem;
}

.scroll-horizontal .hero-slide {
display: none;
min-height: 33vh;
opacity: 0;
transition: opacity 1s ease-in-out;
text-align: center;
}

.scroll-horizontal .hero-slide h1 {
/* background: -webkit-linear-gradient(white, #38495a); */
font-weight: 400;
}


.scroll-horizontal .slide-h1 {
padding: auto;
font-weight: 200;
color: aliceblue !important;
font-size: 2.5rem;
transition: all 1s ease-in-out;

}

.scroll-horizontal .slide-p1 {
/* font-style: italic; */
font-weight: 400;
/* color: rgb(255, 209, 172) !important; */
/* padding-bottom: 1rem; */
/* background-image: linear-gradient(90deg, #ff2a00 15%, #ff2a00 20%, #ffe600 55%, #7048ff 65%, #ff00d0 100%); */
}

.scroll-horizontal .slide-p2 {
/* padding-top: 1rem; */
padding: 1rem 8rem;
font-weight: 300;
color: rgb(182, 221, 255) !important;
background: radial-gradient(ellipse at bottom, #1b2735c9 0%, #090a0fc9 100%);
transition: all 1s ease-in-out;
}

.scroll-horizontal .dot-container {
display: flex;
float: right;
}

.scroll-horizontal .dot {
width: 1rem;
height: 1rem;
background-color: #953900a1;
transform: rotate(135deg);
cursor: pointer;
transition: all 1s ease-in;
}

.scroll-horizontal .active-dot {
/* background-color: #d1d1d1d3; */
border: 10px solid darkgoldenrod;
transform: translateY(-20px);
transition: all 1s ease-in-out;
}

@media (max-width:1024px) {
.scroll-horizontal{
padding: 0.5rem;
padding-top: 4rem;
}
.scroll-horizontal .slide-p2 {
padding: 0.5rem;
}
}
/* NAV */

/* SLIDES */
.scroll-horizontal {
overflow: hidden;
padding: 2rem;
padding-top: 4rem;
/* background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%); */
background-image: url('../images/top_bg.webp');
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin-bottom: 2rem;
}

.scroll-horizontal .hero-slide {
display: none;
min-height: 33vh;
opacity: 0;
transition: opacity 1s ease-in-out;
text-align: center;
}

.scroll-horizontal .hero-slide h1 {
/* background: -webkit-linear-gradient(white, #38495a); */
font-weight: 400;
}


.scroll-horizontal .slide-h1 {
padding: auto;
font-weight: 200;
color: aliceblue !important;
font-size: 2.5rem;
transition: opacity 1s ease-in-out;

}

.scroll-horizontal .slide-p1 {
/* font-style: italic; */
font-weight: 400;
/* color: rgb(255, 209, 172) !important; */
/* padding-bottom: 1rem; */
/* background-image: linear-gradient(90deg, #ff2a00 15%, #ff2a00 20%, #ffe600 55%, #7048ff 65%, #ff00d0 100%); */
}

.scroll-horizontal .slide-p2 {
/* padding-top: 1rem; */
padding: 1rem 8rem;
font-weight: 300;
color: rgb(182, 221, 255) !important;
background: radial-gradient(ellipse at bottom, #1b2735c9 0%, #090a0fc9 100%);
transition: opacity 1s ease-in-out;
}

.scroll-horizontal .dot-container {
display: flex;
float: right;
}

.scroll-horizontal .dot {
width: 1rem;
height: 1rem;
background-color: #953900a1;
transform: rotate(135deg);
cursor: pointer;
transition: all 1s ease-in;
}

.scroll-horizontal .active-dot {
/* background-color: #d1d1d1d3; */
border: 10px solid darkgoldenrod;
transform: translateY(-20px);
transition: all 1s ease-in-out;
}

@media (max-width:1024px) {
.scroll-horizontal {
padding: 0.5rem;
padding-top: 4rem;
}

.scroll-horizontal .slide-p2 {
padding: 0.5rem;
}
}
Loading

0 comments on commit d288b7a

Please sign in to comment.