add most used languages embed

This commit is contained in:
2023-01-08 12:39:03 -06:00
parent 0efed22013
commit 894a2e4053

View File

@@ -2,6 +2,12 @@ import React from "react";
import ChessBed from "../componets/ChessBed.js"; import ChessBed from "../componets/ChessBed.js";
export default function Home() { export default function Home() {
const langstyle = {
width: "350px",
height: "165px",
border: "none",
};
return ( return (
<div id="home"> <div id="home">
<div className="homeground"> <div className="homeground">
@@ -15,6 +21,11 @@ export default function Home() {
</div> </div>
</div> </div>
<div className="onRight" data-aos="fade-up"> <div className="onRight" data-aos="fade-up">
<iframe
title="langstats"
src="https://github-readme-stats.vercel.app/api/top-langs/?username=asimonson1125&layout=compact&show_icons=true&theme=gruvbox"
style={langstyle}
></iframe>
<div className="chess"> <div className="chess">
<ChessBed username="asimonson1125"></ChessBed> <ChessBed username="asimonson1125"></ChessBed>
</div> </div>