Skip to content

Commit

Permalink
fix post image url, support multilanguage posts
Browse files Browse the repository at this point in the history
  • Loading branch information
amitguptagwl committed Feb 27, 2025
1 parent ea3fa11 commit 1dbcc75
Show file tree
Hide file tree
Showing 45 changed files with 2,362 additions and 302 deletions.
5 changes: 3 additions & 2 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<!-- End Jekyll SEO tag -->



<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">

Expand Down Expand Up @@ -119,7 +120,7 @@

<a class="dropdown-item" href="/categories#literature">literature (4)</a>

<a class="dropdown-item" href="/categories#rethink">rethink (1)</a>
<a class="dropdown-item" href="/categories#rethink">rethink (2)</a>



Expand Down Expand Up @@ -244,7 +245,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
<a class="mt-1 mb-1" href="/categories#literature">literature (4)</a>
<a class="mt-1 mb-1" href="/categories#rethink">rethink (1)</a>
<a class="mt-1 mb-1" href="/categories#rethink">rethink (2)</a>
Expand Down
5 changes: 3 additions & 2 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
<!-- End Jekyll SEO tag -->



<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">

Expand Down Expand Up @@ -119,7 +120,7 @@

<a class="dropdown-item" href="/categories#literature">literature (4)</a>

<a class="dropdown-item" href="/categories#rethink">rethink (1)</a>
<a class="dropdown-item" href="/categories#rethink">rethink (2)</a>



Expand Down Expand Up @@ -366,7 +367,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
<a class="mt-1 mb-1" href="/categories#literature">literature (4)</a>
<a class="mt-1 mb-1" href="/categories#rethink">rethink (1)</a>
<a class="mt-1 mb-1" href="/categories#rethink">rethink (2)</a>
Expand Down
36 changes: 36 additions & 0 deletions assets/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -929,4 +929,40 @@ iframe {
.lazyimg[data-srcset] {
opacity: 0;
transition: opacity .25s;
}

.language-section {
display: flex;
align-items: center;
justify-content: flex-end;
margin-left: auto; /* Push to the right */
}

.language-section p {
margin: 0 10px 0 0; /* Spacing between text and images */
font-size: 14px;
color: #666;
}

.language-section ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 8px; /* Spacing between language icons */
}

.language-section ul li {
display: inline-block;
}

.language-section ul li img {
width: 75px; /* Adjust size as needed */
height: 75px;
border-radius: 50%; /* Optional: Make icons circular */
transition: transform 0.2s ease;
}

.language-section ul li img:hover {
transform: scale(1.1); /* Optional: Add hover effect */
}
Binary file added assets/images/hindi.webp
Binary file not shown.
Binary file added assets/images/jap.webp
Binary file not shown.
51 changes: 28 additions & 23 deletions assets/js/lunrsearchengine.js

Large diffs are not rendered by default.

Binary file removed assets/video/vehicle_tracking.mp4
Binary file not shown.
Loading

0 comments on commit 1dbcc75

Please sign in to comment.