mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
iOS logo compatability
This commit is contained in:
@@ -942,8 +942,15 @@ a {
|
||||
min-width: 0;
|
||||
}
|
||||
|
||||
/* fuckin iOS gotta render gaussian blurs differently so better fuckin uhh make rasters for mobile users */
|
||||
#homeIcon {
|
||||
content: url("../icons/rasterLogo.png");
|
||||
}
|
||||
|
||||
.name {
|
||||
font-size: min(6vw, 2em);
|
||||
background: url("../icons/rasterLogo.png") 0/5rem no-repeat;
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
.mobileV {
|
||||
|
||||
BIN
src/static/icons/rasterLogo.png
Normal file
BIN
src/static/icons/rasterLogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 382 KiB |
BIN
src/static/icons/rasterLogoCircle.png
Normal file
BIN
src/static/icons/rasterLogoCircle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 213 KiB |
@@ -11,7 +11,7 @@
|
||||
<meta property="og:type" content="website" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="https://asimonson.com{{ url_for('static', filename='icons/neonfinal3.svg') }}"
|
||||
content="https://asimonson.com{{ url_for('static', filename='icons/rasterLogoCircle.png') }}"
|
||||
/>
|
||||
<meta property="og:url" content="{{ var['description'] }}" />
|
||||
<meta property="twitter:title" content="Andrew Simonson" />
|
||||
@@ -20,7 +20,7 @@
|
||||
<meta property="og:site_name" content="Andrew Simonson - Portfolio" />
|
||||
<meta
|
||||
property="twitter:image"
|
||||
content="https://asimonson.com{{ url_for('static', filename='icons/neonfinal3.svg') }}"
|
||||
content="https://asimonson.com{{ url_for('static', filename='icons/rasterLogoCircle.png') }}"
|
||||
/>
|
||||
<meta name="twitter:image:alt" content="some example picture idk" />
|
||||
<meta name="twitter:site" content="@asimonson1125" />
|
||||
|
||||
Reference in New Issue
Block a user