mirror of
https://github.com/asimonson1125/asimonson1125.github.io.git
synced 2026-02-25 05:09:49 -06:00
validation debug
This commit is contained in:
@@ -114,6 +114,7 @@ a {
|
|||||||
|
|
||||||
.name {
|
.name {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
color: #a0a0a0a0;
|
||||||
background: url("../photos/sun.png") 0/5rem no-repeat;
|
background: url("../photos/sun.png") 0/5rem no-repeat;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
padding-left: 5.5rem;
|
padding-left: 5.5rem;
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
property="og:image"
|
property="og:image"
|
||||||
content="https://asimonson.com{{ url_for('static', filename='photos/sun.png') }}"
|
content="https://asimonson.com{{ url_for('static', filename='photos/sun.png') }}"
|
||||||
/>
|
/>
|
||||||
<meta property="og:url" content="https://asimonson.com" />
|
<meta property="og:url" content="{{ var['description'] }}" />
|
||||||
<meta property="twitter:title" content="Andrew Simonson" />
|
<meta property="twitter:title" content="Andrew Simonson" />
|
||||||
<meta name="twitter:description" content="{{ var['description'] }}" />
|
<meta name="twitter:description" content="{{ var['description'] }}" />
|
||||||
<meta name="twitter:card" content="summary_large_image" />
|
<meta name="twitter:card" content="summary_large_image" />
|
||||||
@@ -67,8 +67,7 @@
|
|||||||
<div class="App">
|
<div class="App">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
|
|
||||||
<a href="/">
|
<div id="name-container" onclick="emitData('goto', 'home')">
|
||||||
<div id="name-container">
|
|
||||||
<div class="glitch">
|
<div class="glitch">
|
||||||
{% for i in range(9) %}
|
{% for i in range(9) %}
|
||||||
<div class="line name">
|
<div class="line name">
|
||||||
@@ -77,8 +76,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
|
||||||
|
|
||||||
<img
|
<img
|
||||||
src="{{ url_for('static', filename='icons/menu.svg')}}"
|
src="{{ url_for('static', filename='icons/menu.svg')}}"
|
||||||
alt="menu"
|
alt="menu"
|
||||||
|
|||||||
@@ -11,6 +11,7 @@
|
|||||||
<img
|
<img
|
||||||
src="{{ url_for('static', filename='readme-stats-vercel-01-25-2023.svg') }}"
|
src="{{ url_for('static', filename='readme-stats-vercel-01-25-2023.svg') }}"
|
||||||
class="langstats"
|
class="langstats"
|
||||||
|
alt="Language stats"
|
||||||
/>
|
/>
|
||||||
<div class="chess">
|
<div class="chess">
|
||||||
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125')
|
{% from 'partials/chess.html' import chess %} {{ chess('asimonson1125')
|
||||||
|
|||||||
Reference in New Issue
Block a user