Skip to content

Commit 8c4e04a

Browse files
Add stargazers graph
1 parent 18f5127 commit 8c4e04a

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

src/components/Features2.jsx

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { motion } from "framer-motion";
33
import feature5 from "../assets/images/template/feature5.jpg";
44
import feature6 from "../assets/images/template/feature6.jpg";
55
import hands from "../assets/images/stock/hands.webp";
6+
import stars from "../assets/images/stargazers/graph.png";
67
import { GithubIcon } from "../assets/icons/GithubIcon";
78

89
export const Features2 = () => (
@@ -15,22 +16,24 @@ export const Features2 = () => (
1516
transition={{ duration: 0.5, delay: 0.2 }}
1617
>
1718
<div className="flex flex-wrap items-center 2xl:w-[1450px] xl:w-[1300px] w-11/12 mx-auto md:pl-4 xl:pr-16 xl:pl-16">
18-
<div className="w-11/12 sm:w-3/4 mx-auto lg:w-1/2 flex flex-wrap lg:-mx-4 sm:pr-8 justify-center order-last lg:order-first">
19+
<div className="w-11/12 sm:w-3/4 mx-auto lg:w-1/2 flex-wrap lg:-mx-4 sm:pr-8 justify-center order-last lg:order-first hidden sm:flex">
1920
<div className="mb-8 lg:mb-0 w-full px-2 lg:pl-16 flex flex-col justify-center md:pl-8">
2021
<div className="mb-4 py-3 md:pl-3 md:pr-20 lg:pr-12 rounded">
2122
<div className="rounded-xl main-border-gray">
22-
<img src="https://api.star-history.com/svg?repos=webx-net/webx&type=Date"
23+
<h4 className="text-center text-secondaryText font-bold text-lg py-4">
24+
Our stargazers
25+
</h4>
26+
{/* <img src="https://api.star-history.com/svg?repos=webx-net/webx&type=Date"
2327
alt="Star history"
24-
className="rounded-xl invert hue-rotate-180 contrast-[73%] saturate-150" />
28+
className="rounded-xl invert hue-rotate-180 contrast-[73%] saturate-150" /> */}
29+
{/* <img src="https://starchart.cc/webx-net/webx.svg?variant=adaptive"
30+
alt="Star history"
31+
className="rounded-xl pb-14 px-4" /> */}
32+
<img src={stars.src}
33+
alt="Star history"
34+
className="rounded-xl pl-4" />
2535
</div>
2636
</div>
27-
<div className="py-3 md:pl-20 lg:pl-12 md:pr-2 rounded ">
28-
<img
29-
src={hands.src}
30-
alt="Feature image 6"
31-
className="rounded-xl main-border-gray"
32-
/>
33-
</div>
3437
</div>
3538
</div>
3639

0 commit comments

Comments
 (0)