Skip to content

Commit

Permalink
fixed image on main page; fixed divider.tmpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Catherine Oborski committed Sep 20, 2024
1 parent bd19e8e commit d0afabe
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 173 deletions.
31 changes: 26 additions & 5 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,23 @@ <h3>Visit my neocities profile!</h3>
</div>

<footer><p><a href="#top">[Top]</a></p>
</footer></article><article id="text__paragraphs"><header><h2>Collect my blinkie!</h2>
</footer></article><div class="divider">
<img src="https://coborski.neocities.org/images/dragondivider.gif" alt="Dragon Divider" title="Dragon Divider" style="width: 30%; height: auto;">
</div>


<article id="text__paragraphs"><header><h2>Collect my blinkie!</h2>
</header><span class="blinkie">
<a href="https://coborski.neocities.org/" alt="catherine's homepage" title="catherine's homepage"><img src="images/blinkie/catherines-homepage-colorful-handwriting.gif"></a></span>

<textarea style="width: 100%; max-width: 500px; box-sizing: border-box;" data-np-intersection-state="visible" data-lt-tmp-id="lt-104218" spellcheck="false" data-gramm="false"><a href="https://coborski.neocities.org/" alt="catherine's homepage" title="catherine's homepage"><img src="images/catherines-homepage-colorful-handwriting.gif"></a>
</textarea><footer><p><a href="#top">[Top]</a></p>
</footer></article><article id="text__paragraphs"><div class="index-flex-container">
</footer></article><div class="divider">
<img src="https://coborski.neocities.org/images/dragondivider.gif" alt="Dragon Divider" title="Dragon Divider" style="width: 30%; height: auto;">
</div>


<article id="text__paragraphs"><div class="index-flex-container">
<span class="dragon">
<header><h2>Pages Planned and In-progress</h2>
</header><p></p>
Expand All @@ -101,12 +111,17 @@ <h3>Visit my neocities profile!</h3>
<li><a href="pages/guestbook">guestbook</a></li>
</ul></span>

<span class="welcome"><img src="dragonrose-blue.gif"></span>
<span class="welcome"><img src="images/dragonrose-blue.gif"></span>

</div>

<footer><p><a href="#top">[Top]</a></p>
</footer></article><article id="text__paragraphs"><header><h2>/**<br>
</footer></article><div class="divider">
<img src="https://coborski.neocities.org/images/dragondivider.gif" alt="Dragon Divider" title="Dragon Divider" style="width: 30%; height: auto;">
</div>


<article id="text__paragraphs"><header><h2>/**<br>
* Todo <br>
*/</h2>
<h4>In no particular order</h4>
Expand All @@ -129,7 +144,13 @@ <h4>In no particular order</h4>
<li>No space between time and status on status caffee (me or their js?)</li>
</ul>
<footer><p><a href="#top">[Top]</a></p>
</footer></article><div class="postindex">
</footer></article><div class="divider">
<img src="https://coborski.neocities.org/images/dragondivider.gif" alt="Dragon Divider" title="Dragon Divider" style="width: 30%; height: auto;">
</div>



<div class="postindex">
<article class="h-entry post-text" itemscope="itemscope" itemtype="http://schema.org/Article"><header><h3 class="header__title p-name entry-title"><a href="posts/state-of-the-apps/" class="hover:header__title__link u-url">State of the Apps</a></h3>
<div class="article__meta">
<span class="byline author vcard">
Expand Down
2 changes: 1 addition & 1 deletion public/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://coborski.neocities.org/</loc>
<lastmod>2024-09-19T21:37:00Z</lastmod>
<lastmod>2024-09-19T23:56:00Z</lastmod>
</url>
<url>
<loc>https://coborski.neocities.org/2024/</loc>
Expand Down
2 changes: 1 addition & 1 deletion public/sitemapindex.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</sitemap>
<sitemap>
<loc>https://coborski.neocities.org/sitemap.xml</loc>
<lastmod>2024-09-19T23:19:00Z</lastmod>
<lastmod>2024-09-19T23:56:00Z</lastmod>
</sitemap>
<sitemap>
<loc>https://coborski.neocities.org/tags/about.atom</loc>
Expand Down
12 changes: 5 additions & 7 deletions templates/divider.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{# -*- coding: utf-8 -*- #}

{% macro divider() %}
{% if divider %}
<div class=divider>
<img src="/images/dragondivider.gif" alt="Dragon Divider" title="Dragon Divider" style="width: 30%; height: auto;">
</div>
{% endif %}
{% endmacro %}
{% block dragon_divider %}
<div class=divider>
<img src="https://coborski.neocities.org/images/dragondivider.gif" alt="Dragon Divider" title="Dragon Divider" style="width: 30%; height: auto;">
</div>
{% endblock %}
3 changes: 2 additions & 1 deletion templates/index.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
{% import 'comments_helper.tmpl' as comments with context %}
{% import 'pagination_helper.tmpl' as pagination with context %}
{% import 'feeds_translations_helper.tmpl' as feeds_translations with context %}
{% import 'divider.tmpl' as divider %}
{% extends 'base.tmpl' %}

{% block extra_head %}
Expand Down Expand Up @@ -104,7 +105,7 @@
</ul></p>
</span>

<span class=welcome><img src="../../images/dragonrose-blue.gif"></span>
<span class=welcome><img src="/images/dragonrose-blue.gif"></span>

</div>

Expand Down
158 changes: 0 additions & 158 deletions templates/index_old.tmpl

This file was deleted.

0 comments on commit d0afabe

Please sign in to comment.