From 371b5e348056c2ce9b308ad28ccdb6bd4b0aaa9b Mon Sep 17 00:00:00 2001
From: Evan Pratten <ewpratten@gmail.com>
Date: Tue, 16 Jul 2019 14:29:43 -0400
Subject: [PATCH] wordfiller

---
 _my_projects/WordFiller.md     |  10 +++
 _site/feed.xml                 |   2 +-
 _site/projects/WordFiller.html | 151 +++++++++++++++++++++++++++++++++
 3 files changed, 162 insertions(+), 1 deletion(-)
 create mode 100644 _my_projects/WordFiller.md
 create mode 100644 _site/projects/WordFiller.html

diff --git a/_my_projects/WordFiller.md b/_my_projects/WordFiller.md
new file mode 100644
index 0000000..1c6d76e
--- /dev/null
+++ b/_my_projects/WordFiller.md
@@ -0,0 +1,10 @@
+---
+slug: WordFiller
+tag: ""
+layout: project
+---
+
+Here is something that breaks word counters
+```
+​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮
+```
\ No newline at end of file
diff --git a/_site/feed.xml b/_site/feed.xml
index cab9c7b..d4293e1 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -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.5">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-07-15T19:01:28-04:00</updated><id>http://0.0.0.0:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, &lt;a href=&quot;https://github.com/frc5024&quot;&gt;@frc5024&lt;/a&gt; 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">&lt;p&gt;While working on an assignment with &lt;a href=&quot;https://coggle.it&quot;&gt;Coggle&lt;/a&gt; today, I noticed an interesting option in the save menu. &lt;em&gt;Download as .mm file&lt;/em&gt;. 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.&lt;/p&gt;
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">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-07-16T14:29:37-04:00</updated><id>http://0.0.0.0:4000/feed.xml</id><title type="html">Evan Pratten</title><subtitle>Computer wizard, student, &lt;a href=&quot;https://github.com/frc5024&quot;&gt;@frc5024&lt;/a&gt; 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">&lt;p&gt;While working on an assignment with &lt;a href=&quot;https://coggle.it&quot;&gt;Coggle&lt;/a&gt; today, I noticed an interesting option in the save menu. &lt;em&gt;Download as .mm file&lt;/em&gt;. 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.&lt;/p&gt;
 
 &lt;h2 id=&quot;what-is-a-mm-file&quot;&gt;What is a .mm file?&lt;/h2&gt;
 &lt;p&gt;It turns out, a &lt;code class=&quot;highlighter-rouge&quot;&gt;.mm&lt;/code&gt; file is just some XML describing the mind map. Here is a simple mind map:&lt;/p&gt;
diff --git a/_site/projects/WordFiller.html b/_site/projects/WordFiller.html
new file mode 100644
index 0000000..42560c5
--- /dev/null
+++ b/_site/projects/WordFiller.html
@@ -0,0 +1,151 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+    <title>Evan Pratten</title>
+    <meta charset="utf-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
+    <!--[if lte IE 8]><script src="/assets/js/ie/html5shiv.js"></script><![endif]-->
+    <link rel="stylesheet" href="/assets/css/main.css" />
+    <!-- <link rel="stylesheet" href="/assets/css/custom.css" /> -->
+    <!--[if lte IE 9]><link rel="stylesheet" href="/assets/css/ie9.css" /><![endif]-->
+    <!--[if lte IE 8]><link rel="stylesheet" href="/assets/css/ie8.css" /><![endif]-->
+
+    <!-- Syntax highlight -->
+    <link rel="stylesheet" href="/assets/css/vs.css" />
+</head>
+
+<body>
+
+	<!-- Wrapper -->
+<div id="wrapper">
+
+    <!-- Header -->
+    <header id="header" >
+        <a href="http://0.0.0.0:4000//" class="logo"><strong>Evan Pratten</strong> <span>retrylife</span></a>
+        <nav>
+            <!-- <a href="#menu">Menu</a> -->
+        </nav>
+    </header>
+
+    <!-- Menu -->
+    <!-- <nav id="menu">
+	<ul class="links">
+        
+		    
+		
+		    
+		
+		    
+		
+		    
+		
+		    
+		        <li><a href="http://0.0.0.0:4000//">Home</a></li>
+	    	
+		
+		    
+		
+		    
+		
+		
+		    
+		
+		    
+		
+		    
+		        <li><a href="http://0.0.0.0:4000/all_posts">All posts</a></li>
+		    
+		
+		    
+		
+		    
+		
+		    
+		
+		    
+		
+	</ul>
+	<ul class="actions vertical">
+		<li><a href="#" class="button special fit">Get Started</a></li>
+		<li><a href="#" class="button fit">Log In</a></li>
+	</ul>
+</nav> --> 
+	
+	<section id="banner" class="major" style="height:40vh">
+			<div class="inner">
+				<header class="major">
+					<h1>WordFiller</h1>
+				</header>
+				<div class="content">
+						<p >Project </p>
+						
+					</div>
+			</div>
+		</section>
+    
+    
+<!-- Main -->
+<div id="main" class="alt">
+
+<!-- One -->
+<section id="one">
+	<div class="inner">
+		<p><p>Here is something that breaks word counters</p>
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮ ​‮‮‮
+</code></pre></div></div>
+</p>
+	</div>
+</section>
+
+</div>
+
+    <!-- Footer -->
+<footer id="footer">
+    <div class="inner">
+        <ul class="icons">
+            
+            <li><a href="https://twitter.com/ewpratten" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
+                  
+            <li><a href="https://gitlab.com/u/ewpratten" class="icon alt fa-gitlab" target="_blank"><span class="label">GitLab</span></a></li>
+             
+            <li><a href="https://github.com/ewpratten" class="icon alt fa-github" target="_blank"><span class="label">GitHub</span></a></li>
+              
+
+            <li><a href="/feed.xml" class="icon alt fa-rss" target="_blank"><span class="label">RSS</span></a></li>
+        </ul>
+        <ul class="copyright">
+            <li>&copy; Evan Pratten</li>
+            <li>Design based from: <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
+
+        </ul>
+    </div>
+</footer>
+
+</div>
+
+<!-- Scripts -->
+<script src="http://0.0.0.0:4000/assets/js/jquery.min.js"></script>
+<script src="http://0.0.0.0:4000/assets/js/jquery.scrolly.min.js"></script>
+<script src="http://0.0.0.0:4000/assets/js/jquery.scrollex.min.js"></script>
+<script src="http://0.0.0.0:4000/assets/js/skel.min.js"></script>
+<script src="http://0.0.0.0:4000/assets/js/util.js"></script>
+<!--[if lte IE 8]><script src="http://0.0.0.0:4000/assets/js/ie/respond.min.js"></script><![endif]-->
+<script src="http://0.0.0.0:4000/assets/js/main.js"></script>
+
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-74118570-2"></script>
+<script>
+    window.dataLayer = window.dataLayer || [];
+
+    function gtag() {
+        dataLayer.push(arguments);
+    }
+    gtag('js', new Date());
+
+    gtag('config', 'UA-74118570-2');
+</script>
+
+</body>
+
+</html>
\ No newline at end of file