<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
    <title>fisher blog</title>
    <link rel="self" type="application/atom+xml" href="https://aminuralam.github.io/atom.xml"/>
    <link rel="alternate" type="text/html" href="https://aminuralam.github.io"/>
    <generator uri="https://www.getzola.org/">Zola</generator>
    <updated>2026-01-01T00:00:00+00:00</updated>
    <id>https://aminuralam.github.io/atom.xml</id>
    <entry xml:lang="en">
        <title>hello world</title>
        <published>2026-01-01T00:00:00+00:00</published>
        <updated>2026-01-01T00:00:00+00:00</updated>
        
        <author>
          <name>Unknown</name>
        </author>
        
        <link rel="alternate" type="text/html" href="https://aminuralam.github.io/hello-world/"/>
        <id>https://aminuralam.github.io/hello-world/</id>
        
        <content type="html" xml:base="https://aminuralam.github.io/hello-world/">&lt;h1 id=&quot;heading-1&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#heading-1&quot; aria-label=&quot;Anchor link for: heading-1&quot;&gt;Heading 1&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Lorem ipsum &lt;a rel=&quot;noopener external&quot; target=&quot;_blank&quot; href=&quot;https://www.getzola.org/documentation/getting-started/overview/&quot;&gt;dolor sit&lt;/a&gt;
amet, &lt;code&gt;consectetur&lt;/code&gt; adipiscing elit, sed&lt;sup class=&quot;footnote-reference&quot;&gt;&lt;a href=&quot;#1&quot;&gt;1&lt;/a&gt;&lt;/sup&gt; do eiusmod tempor &lt;strong&gt;incididunt&lt;/strong&gt; ut
labore et dolore magnam &lt;em&gt;aliquam&lt;/em&gt; quaerat voluptatem. Ut enim aeque doleamus animo,
cum corpore dolemus, fieri tamen permagna.&lt;/p&gt;
&lt;div class=&quot;footnote-definition&quot; id=&quot;1&quot;&gt;&lt;sup class=&quot;footnote-definition-label&quot;&gt;1&lt;/sup&gt;
&lt;p&gt;this is some text explaining the footnote above&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt
ut labore et dolore magnam aliquam quaerat&lt;sup class=&quot;footnote-reference&quot;&gt;&lt;a href=&quot;#2&quot;&gt;2&lt;/a&gt;&lt;/sup&gt; voluptatem. Ut enim aeque doleamus animo,
cum corpore dolemus, fieri tamen permagna.&lt;/p&gt;
&lt;div class=&quot;footnote-definition&quot; id=&quot;2&quot;&gt;&lt;sup class=&quot;footnote-definition-label&quot;&gt;2&lt;/sup&gt;
&lt;p&gt;this is more text explaining the footnote above,
this is more text explaining the footnote above
this is more text explaining the footnote above,
this is more text explaining the footnote above.&lt;/p&gt;
&lt;/div&gt;
&lt;h2 id=&quot;heading-2-1&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#heading-2-1&quot; aria-label=&quot;Anchor link for: heading-2-1&quot;&gt;Heading 2.1&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Here is a list of items:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Item 1&lt;/li&gt;
&lt;li&gt;Item 2&lt;/li&gt;
&lt;li&gt;Item 3
&lt;ol&gt;
&lt;li&gt;First&lt;/li&gt;
&lt;li&gt;Second&lt;/li&gt;
&lt;li&gt;Third&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id=&quot;heading-2-2&quot;&gt;&lt;a class=&quot;zola-anchor&quot; href=&quot;#heading-2-2&quot; aria-label=&quot;Anchor link for: heading-2-2&quot;&gt;Heading 2.2&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;Here is a blockquote:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This is a blockquote. It&#39;s a great way to highlight a quote or a piece of
text.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;And here is a code block with syntax highlighting for Rust:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #A9B1D6; background-color: #1A1B26;&quot; &gt;&lt;code data-lang=&quot;rust&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #89DDFF;&quot;&gt;fn&lt;/span&gt;&lt;span style=&quot;color: #7AA2F7;&quot;&gt; main&lt;/span&gt;&lt;span style=&quot;color: #89DDFF;&quot;&gt;() {&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #7AA2F7;&quot;&gt;    println!&lt;/span&gt;&lt;span style=&quot;color: #89DDFF;&quot;&gt;(&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #9ECE6A;&quot;&gt;Hello, world!&lt;/span&gt;&lt;span style=&quot;color: #89DDFF;&quot;&gt;&amp;quot;);&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #89DDFF;&quot;&gt;}&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Here is a code block with syntax highlighting for Python:&lt;/p&gt;
&lt;pre class=&quot;giallo&quot; style=&quot;color: #A9B1D6; background-color: #1A1B26;&quot; &gt;&lt;code data-lang=&quot;python&quot;&gt;&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #BB9AF7;&quot;&gt;def&lt;/span&gt;&lt;span style=&quot;color: #7AA2F7;&quot;&gt; hello_world&lt;/span&gt;&lt;span style=&quot;color: #9ABDF5;&quot;&gt;():&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;giallo-l&quot;&gt;&lt;span style=&quot;color: #0DB9D7;&quot;&gt;    print&lt;/span&gt;&lt;span style=&quot;color: #9ABDF5;&quot;&gt;(&lt;/span&gt;&lt;span style=&quot;color: #89DDFF;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #9ECE6A;&quot;&gt;Hello, world!&lt;/span&gt;&lt;span style=&quot;color: #89DDFF;&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;color: #9ABDF5;&quot;&gt;)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;A table:&lt;/p&gt;
&lt;table&gt;
    &lt;thead&gt;
        &lt;tr&gt;&lt;th&gt;Name&lt;/th&gt;&lt;th&gt;Dimensions&lt;/th&gt;&lt;th&gt;Position&lt;/th&gt;&lt;/tr&gt;
    &lt;/thead&gt;
    &lt;tbody&gt;
        &lt;tr&gt;&lt;td&gt;Boboli Obelisk&lt;/td&gt;&lt;td&gt;1m × 1m × 4m&lt;/td&gt;&lt;td&gt;43°45′50.78″N 11°15′3.34″E&lt;/td&gt;&lt;/tr&gt;
        &lt;tr&gt;&lt;td&gt;Pyramid of Khafre&lt;/td&gt;&lt;td&gt;215m × 215m × 136m&lt;/td&gt;&lt;td&gt;29°58′34″N 31°07′51″E&lt;/td&gt;&lt;/tr&gt;
    &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;An image:
&lt;img src=&quot;https://http.cat/404&quot; alt=&quot;alt text&quot; /&gt;&lt;/p&gt;
&lt;hr /&gt;
</content>
        
    </entry>
</feed>
