Skip to content

Commit 1dbcc75

Browse files
committed
fix post image url, support multilanguage posts
1 parent ea3fa11 commit 1dbcc75

File tree

45 files changed

+2362
-302
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2362
-302
lines changed

Diff for: 404.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<!-- End Jekyll SEO tag -->
4141

4242

43+
4344
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -->
4445
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
4546

@@ -119,7 +120,7 @@
119120

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

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

124125

125126

@@ -244,7 +245,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
244245
245246
<a class="mt-1 mb-1" href="/categories#literature">literature (4)</a>
246247
247-
<a class="mt-1 mb-1" href="/categories#rethink">rethink (1)</a>
248+
<a class="mt-1 mb-1" href="/categories#rethink">rethink (2)</a>
248249
249250
250251

Diff for: about.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<!-- End Jekyll SEO tag -->
4141

4242

43+
4344
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -->
4445
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
4546

@@ -119,7 +120,7 @@
119120

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

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

124125

125126

@@ -366,7 +367,7 @@ <h2 class="d-md-block align-self-center py-1 font-weight-light">Explore <span cl
366367
367368
<a class="mt-1 mb-1" href="/categories#literature">literature (4)</a>
368369
369-
<a class="mt-1 mb-1" href="/categories#rethink">rethink (1)</a>
370+
<a class="mt-1 mb-1" href="/categories#rethink">rethink (2)</a>
370371
371372
372373

Diff for: assets/css/screen.css

+36
Original file line numberDiff line numberDiff line change
@@ -929,4 +929,40 @@ iframe {
929929
.lazyimg[data-srcset] {
930930
opacity: 0;
931931
transition: opacity .25s;
932+
}
933+
934+
.language-section {
935+
display: flex;
936+
align-items: center;
937+
justify-content: flex-end;
938+
margin-left: auto; /* Push to the right */
939+
}
940+
941+
.language-section p {
942+
margin: 0 10px 0 0; /* Spacing between text and images */
943+
font-size: 14px;
944+
color: #666;
945+
}
946+
947+
.language-section ul {
948+
list-style: none;
949+
padding: 0;
950+
margin: 0;
951+
display: flex;
952+
gap: 8px; /* Spacing between language icons */
953+
}
954+
955+
.language-section ul li {
956+
display: inline-block;
957+
}
958+
959+
.language-section ul li img {
960+
width: 75px; /* Adjust size as needed */
961+
height: 75px;
962+
border-radius: 50%; /* Optional: Make icons circular */
963+
transition: transform 0.2s ease;
964+
}
965+
966+
.language-section ul li img:hover {
967+
transform: scale(1.1); /* Optional: Add hover effect */
932968
}

Diff for: assets/images/hindi.webp

3.12 KB
Binary file not shown.

Diff for: assets/images/jap.webp

3.43 KB
Binary file not shown.

Diff for: assets/js/lunrsearchengine.js

+28-23
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: assets/video/vehicle_tracking.mp4

-1.16 MB
Binary file not shown.

0 commit comments

Comments
 (0)