mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 13:09:51 -06:00
add most used languages embed
This commit is contained in:
@@ -2,6 +2,12 @@ import React from "react";
|
||||
import ChessBed from "../componets/ChessBed.js";
|
||||
|
||||
export default function Home() {
|
||||
const langstyle = {
|
||||
width: "350px",
|
||||
height: "165px",
|
||||
border: "none",
|
||||
};
|
||||
|
||||
return (
|
||||
<div id="home">
|
||||
<div className="homeground">
|
||||
@@ -15,6 +21,11 @@ export default function Home() {
|
||||
</div>
|
||||
</div>
|
||||
<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">
|
||||
<ChessBed username="asimonson1125"></ChessBed>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user