add favicon, game ios game icon and change info phrase for me

This commit is contained in:
2024-11-15 14:33:07 +01:00
parent 28389e7518
commit 9775f9028e
5 changed files with 6 additions and 1 deletions

View File

@ -116,7 +116,7 @@
<h2>Tom, tomoron</h2> <h2>Tom, tomoron</h2>
<p>Backend</p> <p>Backend</p>
<div class="info"> <div class="info">
<p>Tom led back-end development with Django, PostgreSQL, and Docker, creating a secure, scalable, and efficient backbone that seamlessly integrated with the front end.</p> <p>Tom led back-end development with Django, PostgreSQL, and Docker, creating a secure, scalable, and efficient backbone that seamlessly integrated with the front end, ensuring smooth and reliable functionality.</p>
</div> </div>
</div> </div>
<div class="team-member"> <div class="team-member">

View File

@ -5,6 +5,7 @@
<meta http-equiv='X-UA-Compatible' content='IE=edge'> <meta http-equiv='X-UA-Compatible' content='IE=edge'>
<meta name="mobile-web-app-capable" content="yes"> <meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<link rel="apple-touch-icon" href="/static/logo.png">
<link rel="manifest" href="/static/manifest.json"> <link rel="manifest" href="/static/manifest.json">
<title>Chat</title> <title>Chat</title>
<meta name='viewport' content='width=device-width, initial-scale=1'> <meta name='viewport' content='width=device-width, initial-scale=1'>

View File

@ -28,6 +28,10 @@ http {
location /static/ { location /static/ {
alias /var/www/static/; alias /var/www/static/;
} }
location /favicon.ico {
alias /var/www/static/favicon.ico;
}
location / { location / {
proxy_pass http://djangoserver:8000; proxy_pass http://djangoserver:8000;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB