mobile formatting
This commit is contained in:
parent
8777e16dee
commit
c801d915b7
@ -50,7 +50,6 @@
|
||||
</div>
|
||||
<p class="card-text">{{post.description}}</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
{% endif %}
|
||||
{% assign i = i | plus:1 %}
|
||||
|
@ -81,7 +81,6 @@
|
||||
</div>
|
||||
<p class="card-text">Fun, Simple, and Quick</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -97,7 +96,6 @@
|
||||
</div>
|
||||
<p class="card-text">There are a lot of teams...</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -113,7 +111,6 @@
|
||||
</div>
|
||||
<p class="card-text">The DNS over devRant service</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -129,7 +126,6 @@
|
||||
</div>
|
||||
<p class="card-text">cleartext passwords + external management = death wish</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -145,7 +141,6 @@
|
||||
</div>
|
||||
<p class="card-text">Python is a little too forgiving</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -161,7 +156,6 @@
|
||||
</div>
|
||||
<p class="card-text">A tool for driving people crazy</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -177,7 +171,6 @@
|
||||
</div>
|
||||
<p class="card-text">A quick followup</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -193,7 +186,6 @@
|
||||
</div>
|
||||
<p class="card-text">But exams got in the way and took all the fun</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -209,7 +201,6 @@
|
||||
</div>
|
||||
<p class="card-text">Robots are pretty cool</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -225,7 +216,6 @@
|
||||
</div>
|
||||
<p class="card-text">Releasing a new song with friends at school</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -241,7 +231,6 @@
|
||||
</div>
|
||||
<p class="card-text">AKA. Why programmer + reddit + matplotlib is a bad idea.</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -257,7 +246,6 @@
|
||||
</div>
|
||||
<p class="card-text"></p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -273,7 +261,6 @@
|
||||
</div>
|
||||
<p class="card-text"></p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -289,7 +276,6 @@
|
||||
</div>
|
||||
<p class="card-text"></p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
@ -305,7 +291,6 @@
|
||||
</div>
|
||||
<p class="card-text">if/else ++</p>
|
||||
</a>
|
||||
<br><br>
|
||||
|
||||
|
||||
|
||||
|
@ -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="3.8.6">Jekyll</generator><link href="http://0.0.0.0:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4000/" rel="alternate" type="text/html" /><updated>2019-08-02T13:16:00-04:00</updated><id>http://0.0.0.0:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">Mind map generation with Python</title><link href="http://0.0.0.0:4000/blog/2019/07/15/mindmap" rel="alternate" type="text/html" title="Mind map generation with Python" /><published>2019-07-15T14:38:00-04:00</published><updated>2019-07-15T14:38:00-04:00</updated><id>http://0.0.0.0:4000/blog/2019/07/15/MindMap</id><content type="html" xml:base="http://0.0.0.0:4000/blog/2019/07/15/mindmap"><p>While working on an assignment with <a href="https://coggle.it">Coggle</a> today, I noticed an interesting option in the save menu. <em>Download as .mm file</em>. Having rarely worked with mind maps before, and only doing it online, it never occured to me that someone would have a file format for it. So I took a look.</p>
|
||||
<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.6">Jekyll</generator><link href="http://0.0.0.0:4000/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4000/" rel="alternate" type="text/html" /><updated>2019-08-02T13:18:55-04:00</updated><id>http://0.0.0.0:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, <a href="https://frc5024.github.io">@frc5024</a> programming team lead, and radio enthusiast.</subtitle><entry><title type="html">Mind map generation with Python</title><link href="http://0.0.0.0:4000/blog/2019/07/15/mindmap" rel="alternate" type="text/html" title="Mind map generation with Python" /><published>2019-07-15T14:38:00-04:00</published><updated>2019-07-15T14:38:00-04:00</updated><id>http://0.0.0.0:4000/blog/2019/07/15/MindMap</id><content type="html" xml:base="http://0.0.0.0:4000/blog/2019/07/15/mindmap"><p>While working on an assignment with <a href="https://coggle.it">Coggle</a> today, I noticed an interesting option in the save menu. <em>Download as .mm file</em>. Having rarely worked with mind maps before, and only doing it online, it never occured to me that someone would have a file format for it. So I took a look.</p>
|
||||
|
||||
<h2 id="what-is-a-mm-file">What is a .mm file?</h2>
|
||||
<p>It turns out, a <code class="highlighter-rouge">.mm</code> file is just some XML describing the mind map. Here is a simple mind map:</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user