Merge pull request #22 from fybx/dev

This commit is contained in:
Ferit Yiğit BALABAN
2022-08-17 21:59:39 +03:00
committed by GitHub
14 changed files with 13 additions and 7 deletions

BIN
android-chrome-192x192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
android-chrome-512x512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

BIN
apple-touch-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -733,7 +733,7 @@
</footer>
<footer id="footer-stateless" class="content-spacing ignore-vertical">
<p>&copy; Uğur Galeri 2022</p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev">fybx.dev</a></p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev" target="_blank">fybx.dev</a></p>
</footer>
</div>
</body>

BIN
favicon-16x16.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 677 B

BIN
favicon-32x32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -130,7 +130,7 @@
</footer>
<footer id="footer-stateless" class="content-spacing ignore-vertical">
<p>&copy; Uğur Galeri 2022</p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev">fybx.dev</a></p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev" target="_blank">fybx.dev</a></p>
</footer>
</div>
</body>

View File

@@ -111,7 +111,7 @@
</footer>
<footer id="footer-stateless" class="content-spacing ignore-vertical">
<p>&copy; Uğur Galeri 2022</p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev">fybx.dev</a></p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev" target="_blank">fybx.dev</a></p>
</footer>
</div>
</body>

View File

@@ -119,7 +119,7 @@
</footer>
<footer id="footer-stateless" class="content-spacing ignore-vertical">
<p>&copy; Uğur Galeri 2022</p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev">fybx.dev</a></p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev" target="_blank">fybx.dev</a></p>
</footer>
</div>
</body>

View File

@@ -5,6 +5,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta name="description" content="Uğur Galeri ve Uğur Koçak Treyler'in websitesine hoş geldiniz!">
<title>Ana sayfa | Uğur Galeri</title>
<link rel="icon" href="favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
<link type="text/css" rel="stylesheet" href="assets/css/main.css">
<link type="text/css" rel="stylesheet" href="assets/css/views/index.css">
<script src="assets/js/main.js" defer></script>
@@ -159,7 +164,7 @@
</footer>
<footer id="footer-stateless" class="content-spacing ignore-vertical">
<p>&copy; Uğur Galeri 2022</p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev">fybx.dev</a></p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev" target="_blank">fybx.dev</a></p>
</footer>
</div>
</body>

View File

@@ -145,7 +145,7 @@
</footer>
<footer id="footer-stateless" class="content-spacing ignore-vertical">
<p>&copy; Uğur Galeri 2022</p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev">fybx.dev</a></p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev" target="_blank">fybx.dev</a></p>
</footer>
</div>
</body>

View File

@@ -28,5 +28,5 @@
</footer>
<footer id="footer-stateless" class="content-spacing ignore-vertical">
<p>&copy; Uğur Galeri 2022</p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev">fybx.dev</a></p>
<p class="smaller">Dizayn & Uygulama: <a href="https://fybx.dev" target="_blank">fybx.dev</a></p>
</footer>

1
site.webmanifest Normal file
View File

@@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}