Skip to content

Commit

Permalink
fix arc-search image
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulakrishna committed Apr 14, 2024
1 parent b7b07c0 commit b7ed142
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-02-10-arc-search.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags: [browsers, ux]

Here is what Arc Search has to say about Arc Search!

<div style="text-align: center;"><img src='/images/arc-search/javascript-result.png' style="max-width: 250px;"/></div>
<div style="text-align: center;"><img src='/images/arc-search/Untitled.png' style="max-width: 250px;"/></div>

### Basic Stuff it does

Expand Down
4 changes: 2 additions & 2 deletions _site/feed.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-04-09T22:16:20+05:30</updated><id>http://localhost:4000/feed.xml</id><title type="html">Field Notes</title><subtitle>Hello I'm a Principal Software Engineer at Bridgestone Americas. I occasionally convert my Notion Docs to markdown and publish them here.</subtitle><entry><title type="html">Recursion in React</title><link href="http://localhost:4000/notes/2024/02/21/recursion-in-react.html" rel="alternate" type="text/html" title="Recursion in React" /><published>2024-02-21T11:15:00+05:30</published><updated>2024-02-21T11:15:00+05:30</updated><id>http://localhost:4000/notes/2024/02/21/recursion-in-react</id><content type="html" xml:base="http://localhost:4000/notes/2024/02/21/recursion-in-react.html">&lt;h3 id=&quot;tldr&quot;&gt;TLDR;&lt;/h3&gt;
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.1.1">Jekyll</generator><link href="http://localhost:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://localhost:4000/" rel="alternate" type="text/html" /><updated>2024-04-14T22:03:28+05:30</updated><id>http://localhost:4000/feed.xml</id><title type="html">Field Notes</title><subtitle>Hello I'm a Principal Software Engineer at Bridgestone Americas. I occasionally convert my Notion Docs to markdown and publish them here.</subtitle><entry><title type="html">Recursion in React</title><link href="http://localhost:4000/notes/2024/02/21/recursion-in-react.html" rel="alternate" type="text/html" title="Recursion in React" /><published>2024-02-21T11:15:00+05:30</published><updated>2024-02-21T11:15:00+05:30</updated><id>http://localhost:4000/notes/2024/02/21/recursion-in-react</id><content type="html" xml:base="http://localhost:4000/notes/2024/02/21/recursion-in-react.html">&lt;h3 id=&quot;tldr&quot;&gt;TLDR;&lt;/h3&gt;

&lt;hr /&gt;

Expand Down Expand Up @@ -117,7 +117,7 @@ So while thinking in React, it may not immediately occur that you can call a &lt

&lt;p&gt;Here is what Arc Search has to say about Arc Search!&lt;/p&gt;

&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;/images/arc-search/javascript-result.png&quot; style=&quot;max-width: 250px;&quot; /&gt;&lt;/div&gt;
&lt;div style=&quot;text-align: center;&quot;&gt;&lt;img src=&quot;/images/arc-search/Untitled.png&quot; style=&quot;max-width: 250px;&quot; /&gt;&lt;/div&gt;

&lt;h3 id=&quot;basic-stuff-it-does&quot;&gt;Basic Stuff it does&lt;/h3&gt;

Expand Down
2 changes: 1 addition & 1 deletion _site/notes/2024/02/10/arc-search.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h3 id="what-is-it">What is it?</h3>

<p>Here is what Arc Search has to say about Arc Search!</p>

<div style="text-align: center;"><img src="/images/arc-search/javascript-result.png" style="max-width: 250px;"></div>
<div style="text-align: center;"><img src="/images/arc-search/Untitled.png" style="max-width: 250px;"></div>

<h3 id="basic-stuff-it-does">Basic Stuff it does</h3>

Expand Down

0 comments on commit b7ed142

Please sign in to comment.