Skip to content

Commit

Permalink
fix 🐛 add link
Browse files Browse the repository at this point in the history
  • Loading branch information
nknighta committed May 14, 2024
1 parent 06f2fcd commit 070e850
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion index.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}
.myapps {
text-align: center;
height: 300px;
padding: 0.7vh;
}

.applinks {
Expand Down
22 changes: 17 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@
<meta name="description" content="Nknight AMAMIYA - about me">
<meta property="og:title" content="Nknight AMAMIYA - about me">
<meta property="og:description" content="Nknight AMAMIYA - about me">
<meta property="og:image" content="https://media.varius.technology/api/og?title=About+me&description=https://nknighta.github.io/">
<meta property="og:image"
content="https://media.varius.technology/api/og?title=About+me&description=https://nknighta.github.io/">
<meta property="og:url" content="https://nknighta.github.io/">
<meta property="og:type" content="website">
<meta property="og:site_name" content="Nknight AMAMIYA - about me">
<meta property="twitter:image" content="https://media.varius.technology/api/og?title=About+me&description=https://nknighta.github.io/">
<meta property="twitter:image"
content="https://media.varius.technology/api/og?title=About+me&description=https://nknighta.github.io/">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:site" content="@ama_dev_1">
<link rel="icon" href="https://media.varius.technology/favicon.ico" type="image/x-icon" />
Expand Down Expand Up @@ -48,7 +50,8 @@ <h1 class="headertext">Nknight AMAMIYA - about me</h1>
<!-- Slides -->

<div class="swiper-slide">
<img src="https://media.varius.technology/api/og?title=About+me&description=https://nknighta.github.io/" alt="bg x image">
<img src="https://media.varius.technology/api/og?title=About+me&description=https://nknighta.github.io/"
alt="bg x image">
</div>
<div class="swiper-slide">
<img src="img/realtyX-1.png" alt="realtyX logo">
Expand Down Expand Up @@ -92,6 +95,12 @@ <h1 class="headertext">Nknight AMAMIYA - about me</h1>
gmap html
</a>
</div>
<div class="applinks">
<a href="https://nknighta.github.io/grove-player" class="linktext">
Grove Player (MP4 video player)
</a>
</div>

</div>
<div class="maintext">
Links
Expand All @@ -112,8 +121,11 @@ <h1 class="headertext">Nknight AMAMIYA - about me</h1>
Misskey.io
</a>
</div>


<div class="links">
<a href="https://github.com/nknighta?tab=repositories" class="linktext">
Repositories
</a>
</div>
<div class="links">
<a href="https://twitter.com/ama_dev_1" class="linktext">
Twitter
Expand Down

0 comments on commit 070e850

Please sign in to comment.