Skip to content

Commit

Permalink
Merge branch 'main' into improveuiStub
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonichigo authored Apr 8, 2024
2 parents 43ee01c + 31c5d9e commit a3df369
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 8 deletions.
2 changes: 1 addition & 1 deletion components/installation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ const Installation = () => {
3. Test 🧪
</h1>
<p className=" text-gray-700 mb-2 mt-1 text-xs md:text-sm lg:text-base">
Shut down Database,Redis,Kafka, other services. Keploy don't need
Shut down Database , Redis , Kafka and other services. Keploy don't need
those during test.
</p>

Expand Down
31 changes: 24 additions & 7 deletions components/language.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import TestimonialImage from '@/public/images/users/Nutanix_Logo.svg';
import React, { useState, useEffect } from 'react';
import Image from 'next/image';
import TestimonialImage from "@/public/images/users/Nutanix_Logo.svg";
import React, { useState, useEffect } from "react";
import Image from "next/image";

export default function Language() {
return (
Expand Down Expand Up @@ -51,13 +51,13 @@ export default function Language() {
{/* Section header */}
<div className="max-w-3xl mx-auto text-center ">
<h2 className="h2 text-secondary-300">
Replicate data from{' '}
Replicate data from{" "}
<span
className="relative inline-block pl-1 border-l-2 border-primary-400"
data-aos="fade-right"
data-aos-delay="200"
>
{' '}
{" "}
<span
className="absolute inset-0 opacity-50 bg-gradient-to-r from-primary-300 to-primary-50"
aria-hidden="true"
Expand Down Expand Up @@ -502,7 +502,7 @@ export default function Language() {
</div>

{/* Items */}
<div className="grid max-w-sm grid-cols-4 gap-2 mx-auto md:max-w-4xl md:grid-cols-4">
<div className="grid max-w-sm grid-cols-6 gap-4 mx-auto md:max-w-4xl md:grid-cols-6 place-content-center">
{/* Item */}
<div className="flex items-center justify-center col-span-2 py-2 transition-transform hover:scale-110 md:col-auto">
<svg
Expand Down Expand Up @@ -638,8 +638,25 @@ export default function Language() {
/>
</svg>
</div>
<div className="flex items-center justify-center col-span-2 py-2 transition-transform hover:scale-110 md:col-auto">
<Image
src="/images/frameworks/csharp.svg"
alt="C# Logo"
width={150}
height={80}
className="mb-2"
/>
</div>
<div className="flex items-center justify-center col-span-2 py-2 transition-transform hover:scale-110 md:col-auto">
<Image
src="/images/frameworks/rust.svg"
alt="C# Logo"
width={150}
height={80}
className="mb-5"
/>
</div>
</div>

{/* Testimonials */}
{/* <div className="max-w-3xl mx-auto mt-20 " data-aos="zoom-y-out">
<div className="relative flex items-start transition duration-300 border-2 border-gray-200 rounded rounded-lg bg-gradient-to-r from-neutral-100 to-neutral-300 hover:shadow-xl"> */}
Expand Down
1 change: 1 addition & 0 deletions public/images/frameworks/csharp.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/frameworks/rust.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a3df369

Please sign in to comment.