-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
text alignment in index and font corrected
- Loading branch information
1 parent
6632752
commit 8d44891
Showing
16 changed files
with
242 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" /> | ||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js"></script> | ||
<script src="https://html2canvas.hertzen.com/dist/html2canvas.min.js"></script> | ||
<script src="{{ '/assets/js/main.js' | relative_url }}" defer></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,25 @@ | |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
{%- seo -%} | ||
<link rel="stylesheet" href="{{ "/assets/css/style.css" | relative_url }}"> | ||
|
||
<!-- Add Noto Sans font --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:[email protected]&display=swap" rel="stylesheet"> | ||
|
||
<!-- Minima theme styles --> | ||
<link rel="stylesheet" href="{{ "/assets/main.css" | relative_url }}"> | ||
<link rel="stylesheet" href="{{ "/assets/css/styles.css" | relative_url }}"> | ||
<link rel="stylesheet" href="{{ "/assets/css/post-rtl.css" | relative_url }}"> | ||
{%- feed_meta -%} | ||
{%- if jekyll.environment == 'production' and site.google_analytics -%} | ||
{%- include google-analytics.html -%} | ||
{%- endif -%} | ||
|
||
{%- include custom-head.html -%} | ||
|
||
</head> | ||
<!-- Font override --> | ||
<style> | ||
body { | ||
font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; | ||
} | ||
</style> | ||
</head> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,50 +19,21 @@ | |
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"Sina Ahmadi"},"description":"تەشی ماڵپەڕێکی ساکارە بۆ خزمەتکردنی شێوەزارەکانی کوردی کە پێکهاتووە لە ئەتڵەسێکی خنجیلانە بۆ شێوەزارەکانی کوردیی ناوەندی، بنکەدراوەیەک بۆ بەراوردکاریی شێوەزارەکان و کایەیەکی سادە کە بە پشتبەستن بە چەند پرسیارێک سەبارەت بە چۆنیەتیی وتنی هەندێک وشە، شێوەزارەکەت دەستنیشان دەکات.","headline":"Teşî","url":"http://localhost:4000/teshi/404.html"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
<link rel="stylesheet" href="/teshi/assets/css/style.css"> | ||
<link rel="stylesheet" href="/teshi/assets/css/post-rtl.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/teshi/feed.xml" title="Teşî" /> | ||
|
||
|
||
<link rel="icon" type="image/png" sizes="96x96" href="/teshi/assets/favicon/favicon-96x96.png" /> | ||
<link rel="icon" type="image/svg+xml" href="/teshi/assets/favicon/favicon.svg" /> | ||
<link rel="shortcut icon" href="/teshi/assets/favicon/favicon.ico" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/teshi/assets/favicon/apple-touch-icon.png" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap" rel="stylesheet"> | ||
|
||
|
||
|
||
<style> | ||
[data-tooltip] { | ||
color: #2971b5; | ||
border-bottom: 1px dotted #666; | ||
cursor: help; | ||
position: relative; | ||
} | ||
|
||
[data-tooltip]:before { | ||
content: attr(data-tooltip); | ||
position: absolute; | ||
bottom: 100%; | ||
left: 50%; | ||
transform: translateX(-50%); | ||
padding: 5px 10px; | ||
background: #333; | ||
color: white; | ||
font-size: 14px; | ||
border-radius: 4px; | ||
white-space: nowrap; | ||
opacity: 0; | ||
visibility: hidden; | ||
transition: opacity 0.3s; | ||
direction: ltr; | ||
} | ||
|
||
[data-tooltip]:hover:before { | ||
opacity: 1; | ||
visibility: visible; | ||
} | ||
</style></head> | ||
<body><header class="site-header"> | ||
<!-- Add Noto Sans font --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:[email protected]&display=swap" rel="stylesheet"> | ||
|
||
<!-- Minima theme styles --> | ||
<link rel="stylesheet" href="/teshi/assets/main.css"> | ||
<link rel="stylesheet" href="/teshi/assets/css/styles.css"> | ||
<link rel="stylesheet" href="/teshi/assets/css/post-rtl.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/teshi/feed.xml" title="Teşî" /><!-- Font override --> | ||
<style> | ||
body { | ||
font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; | ||
} | ||
</style> | ||
</head><body><header class="site-header"> | ||
<div class="wrapper"><a class="site-title" href="/teshi/" style="display: flex; align-items: center;"> | ||
<img src="/teshi/assets/teshi_logo.png" alt="Teşî" style="height: 50px; margin-right: 5px;"> | ||
<div style="display: flex; align-items: center;"> | ||
|
@@ -112,23 +83,11 @@ <h1>404</h1> | |
<div class="wrapper"> | ||
<div class="footer-col-wrapper" style="display: grid; grid-template-columns: 1fr 2fr; gap: 20px;"> | ||
<div class="footer-col" style="min-width: 200px;"> | ||
<!-- <p class="feed-subscribe"> | ||
<a href="http://localhost:4000/teshi/feed.xml"> | ||
<svg class="svg-icon orange"> | ||
<use xlink:href="/teshi/assets/minima-social-icons.svg#rss"></use> | ||
</svg><span>Subscribe</span> | ||
</a> | ||
</p> --> | ||
<ul class="contact-list"> | ||
<li class="p-name">Sina Ahmadi</li> | ||
<li><a class="u-email" href="mailto:[email protected]">email</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-col" style="max-width: 800px; text-align: right; direction: rtl; font-family: 'Noto Sans Arabic', sans-serif;"> | ||
<p>تەشی ماڵپەڕێکی ساکارە بۆ خزمەتکردنی شێوەزارەکانی کوردی کە پێکهاتووە لە ئەتڵەسێکی خنجیلانە بۆ شێوەزارەکانی کوردیی ناوەندی، بنکەدراوەیەک بۆ بەراوردکاریی شێوەزارەکان و کایەیەکی سادە کە بە پشتبەستن بە چەند پرسیارێک سەبارەت بە چۆنیەتیی وتنی هەندێک وشە، شێوەزارەکەت دەستنیشان دەکات.</p> | ||
</div> | ||
</div> | ||
<div class="social-links"><ul class="social-media-list"><li> | ||
<ul class="contact-list"> | ||
<li class="p-name">Sina Ahmadi</li> | ||
<li><a class="u-email" href="mailto:[email protected]">email</a></li> | ||
</ul> | ||
<div class="social-links" style="display: inline-block; white-space: nowrap;"><ul class="social-media-list"><li> | ||
<a rel="me" href="https://github.com/sinaahmadi" target="_blank" title="github"> | ||
<svg class="svg-icon grey"> | ||
<use xlink:href="/teshi/assets/minima-social-icons.svg#github"></use> | ||
|
@@ -144,6 +103,11 @@ <h1>404</h1> | |
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="footer-col" style="max-width: 800px; text-align: right; direction: rtl; font-family: 'Noto Sans Arabic', sans-serif;"> | ||
<p>تەشی ماڵپەڕێکی ساکارە بۆ خزمەتکردنی شێوەزارەکانی کوردی کە پێکهاتووە لە ئەتڵەسێکی خنجیلانە بۆ شێوەزارەکانی کوردیی ناوەندی، بنکەدراوەیەک بۆ بەراوردکاریی شێوەزارەکان و کایەیەکی سادە کە بە پشتبەستن بە چەند پرسیارێک سەبارەت بە چۆنیەتیی وتنی هەندێک وشە، شێوەزارەکەت دەستنیشان دەکات.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer></body> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,50 +20,21 @@ | |
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"Sina Ahmadi"},"dateModified":"2024-12-03T01:16:54+01:00","datePublished":"2024-12-03T01:16:54+01:00","description":"تەشی ماڵپەڕێکی ساکارە بۆ خزمەتکردنی شێوەزارەکانی کوردی کە پێکهاتووە لە ئەتڵەسێکی خنجیلانە بۆ شێوەزارەکانی کوردیی ناوەندی، بنکەدراوەیەک بۆ بەراوردکاریی شێوەزارەکان و کایەیەکی سادە کە بە پشتبەستن بە چەند پرسیارێک سەبارەت بە چۆنیەتیی وتنی هەندێک وشە، شێوەزارەکەت دەستنیشان دەکات.","headline":"ئەتڵەس","mainEntityOfPage":{"@type":"WebPage","@id":"http://localhost:4000/teshi/Atlas.html"},"url":"http://localhost:4000/teshi/Atlas.html"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
<link rel="stylesheet" href="/teshi/assets/css/style.css"> | ||
<link rel="stylesheet" href="/teshi/assets/css/post-rtl.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/teshi/feed.xml" title="Teşî" /> | ||
|
||
|
||
<link rel="icon" type="image/png" sizes="96x96" href="/teshi/assets/favicon/favicon-96x96.png" /> | ||
<link rel="icon" type="image/svg+xml" href="/teshi/assets/favicon/favicon.svg" /> | ||
<link rel="shortcut icon" href="/teshi/assets/favicon/favicon.ico" /> | ||
<link rel="apple-touch-icon" sizes="180x180" href="/teshi/assets/favicon/apple-touch-icon.png" /> | ||
<link href="https://fonts.googleapis.com/css2?family=Crimson+Text:ital@1&display=swap" rel="stylesheet"> | ||
|
||
|
||
|
||
<style> | ||
[data-tooltip] { | ||
color: #2971b5; | ||
border-bottom: 1px dotted #666; | ||
cursor: help; | ||
position: relative; | ||
} | ||
|
||
[data-tooltip]:before { | ||
content: attr(data-tooltip); | ||
position: absolute; | ||
bottom: 100%; | ||
left: 50%; | ||
transform: translateX(-50%); | ||
padding: 5px 10px; | ||
background: #333; | ||
color: white; | ||
font-size: 14px; | ||
border-radius: 4px; | ||
white-space: nowrap; | ||
opacity: 0; | ||
visibility: hidden; | ||
transition: opacity 0.3s; | ||
direction: ltr; | ||
} | ||
|
||
[data-tooltip]:hover:before { | ||
opacity: 1; | ||
visibility: visible; | ||
} | ||
</style></head> | ||
<body><header class="site-header"> | ||
<!-- Add Noto Sans font --> | ||
<link rel="preconnect" href="https://fonts.googleapis.com"> | ||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> | ||
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:[email protected]&display=swap" rel="stylesheet"> | ||
|
||
<!-- Minima theme styles --> | ||
<link rel="stylesheet" href="/teshi/assets/main.css"> | ||
<link rel="stylesheet" href="/teshi/assets/css/styles.css"> | ||
<link rel="stylesheet" href="/teshi/assets/css/post-rtl.css"><link type="application/atom+xml" rel="alternate" href="http://localhost:4000/teshi/feed.xml" title="Teşî" /><!-- Font override --> | ||
<style> | ||
body { | ||
font-family: 'Noto Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; | ||
} | ||
</style> | ||
</head><body><header class="site-header"> | ||
<div class="wrapper"><a class="site-title" href="/teshi/" style="display: flex; align-items: center;"> | ||
<img src="/teshi/assets/teshi_logo.png" alt="Teşî" style="height: 50px; margin-right: 5px;"> | ||
<div style="display: flex; align-items: center;"> | ||
|
@@ -172,23 +143,11 @@ | |
<div class="wrapper"> | ||
<div class="footer-col-wrapper" style="display: grid; grid-template-columns: 1fr 2fr; gap: 20px;"> | ||
<div class="footer-col" style="min-width: 200px;"> | ||
<!-- <p class="feed-subscribe"> | ||
<a href="http://localhost:4000/teshi/feed.xml"> | ||
<svg class="svg-icon orange"> | ||
<use xlink:href="/teshi/assets/minima-social-icons.svg#rss"></use> | ||
</svg><span>Subscribe</span> | ||
</a> | ||
</p> --> | ||
<ul class="contact-list"> | ||
<li class="p-name">Sina Ahmadi</li> | ||
<li><a class="u-email" href="mailto:[email protected]">email</a></li> | ||
</ul> | ||
</div> | ||
<div class="footer-col" style="max-width: 800px; text-align: right; direction: rtl; font-family: 'Noto Sans Arabic', sans-serif;"> | ||
<p>تەشی ماڵپەڕێکی ساکارە بۆ خزمەتکردنی شێوەزارەکانی کوردی کە پێکهاتووە لە ئەتڵەسێکی خنجیلانە بۆ شێوەزارەکانی کوردیی ناوەندی، بنکەدراوەیەک بۆ بەراوردکاریی شێوەزارەکان و کایەیەکی سادە کە بە پشتبەستن بە چەند پرسیارێک سەبارەت بە چۆنیەتیی وتنی هەندێک وشە، شێوەزارەکەت دەستنیشان دەکات.</p> | ||
</div> | ||
</div> | ||
<div class="social-links"><ul class="social-media-list"><li> | ||
<ul class="contact-list"> | ||
<li class="p-name">Sina Ahmadi</li> | ||
<li><a class="u-email" href="mailto:[email protected]">email</a></li> | ||
</ul> | ||
<div class="social-links" style="display: inline-block; white-space: nowrap;"><ul class="social-media-list"><li> | ||
<a rel="me" href="https://github.com/sinaahmadi" target="_blank" title="github"> | ||
<svg class="svg-icon grey"> | ||
<use xlink:href="/teshi/assets/minima-social-icons.svg#github"></use> | ||
|
@@ -204,6 +163,11 @@ | |
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
<div class="footer-col" style="max-width: 800px; text-align: right; direction: rtl; font-family: 'Noto Sans Arabic', sans-serif;"> | ||
<p>تەشی ماڵپەڕێکی ساکارە بۆ خزمەتکردنی شێوەزارەکانی کوردی کە پێکهاتووە لە ئەتڵەسێکی خنجیلانە بۆ شێوەزارەکانی کوردیی ناوەندی، بنکەدراوەیەک بۆ بەراوردکاریی شێوەزارەکان و کایەیەکی سادە کە بە پشتبەستن بە چەند پرسیارێک سەبارەت بە چۆنیەتیی وتنی هەندێک وشە، شێوەزارەکەت دەستنیشان دەکات.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer></body> | ||
|
||
|
Oops, something went wrong.