Styling fixes
This commit is contained in:
parent
c801d915b7
commit
2f71f04311
@ -17,10 +17,3 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
@ -7,7 +7,7 @@
|
|||||||
{% include nav.html %}
|
{% include nav.html %}
|
||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div class="header" style="height:50vh">
|
<div class="header" style="height:40vh">
|
||||||
<div class="home-header">
|
<div class="home-header">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -85,13 +85,7 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -16,7 +16,6 @@ body{
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
||||||
filter: url('#sharpBlur')
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -30,17 +29,6 @@ body{
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ffhidden{
|
|
||||||
border: 0;
|
|
||||||
clip: rect(0 0 0 0);
|
|
||||||
height: 1px;
|
|
||||||
margin: -1px;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
|
@ -318,13 +318,7 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -130,12 +130,6 @@ pip3 install tensorflow-gpu #for gpu processing
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -94,12 +94,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -107,12 +107,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -118,12 +118,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -132,12 +132,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -91,12 +91,6 @@ Your browser does not support audio players
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -125,12 +125,6 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id="sharpBlur">
|
|
||||||
<fegaussianblur stddeviation="2"></fegaussianblur>
|
|
||||||
<fecolormatrix type="matrix" values="1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0"></fecolormatrix>
|
|
||||||
<fecomposite in2="SourceGraphic" operator="in"></fecomposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -89,12 +89,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -89,12 +89,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -198,12 +198,6 @@ __<span class="o">()</span> <span class="o">{</span>/???/???/???n?f <span class=
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -119,12 +119,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -184,12 +184,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -102,12 +102,6 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id="sharpBlur">
|
|
||||||
<fegaussianblur stddeviation="2"></fegaussianblur>
|
|
||||||
<fecolormatrix type="matrix" values="1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0"></fecolormatrix>
|
|
||||||
<fecomposite in2="SourceGraphic" operator="in"></fecomposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -181,12 +181,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -102,12 +102,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -194,12 +194,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -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: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>
|
<?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-02T16:28:13-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>
|
<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>
|
<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>
|
||||||
|
@ -34,7 +34,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<div class="header" style="height:50vh">
|
<div class="header" style="height:40vh">
|
||||||
<div class="home-header">
|
<div class="home-header">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -110,12 +110,6 @@
|
|||||||
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
|
||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id='sharpBlur'>
|
|
||||||
<feGaussianBlur stdDeviation='2'></feGaussianBlur>
|
|
||||||
<feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0'></feColorMatrix>
|
|
||||||
<feComposite in2='SourceGraphic' operator='in'></feComposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -114,13 +114,7 @@
|
|||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
||||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
||||||
|
|
||||||
<svg class="ffhidden">
|
|
||||||
<filter id="sharpBlur">
|
|
||||||
<fegaussianblur stddeviation="2"></fegaussianblur>
|
|
||||||
<fecolormatrix type="matrix" values="1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 9 0"></fecolormatrix>
|
|
||||||
<fecomposite in2="SourceGraphic" operator="in"></fecomposite>
|
|
||||||
</filter>
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
@ -16,7 +16,6 @@ body{
|
|||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
|
||||||
filter: url('#sharpBlur')
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -30,17 +29,6 @@ body{
|
|||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ffhidden{
|
|
||||||
border: 0;
|
|
||||||
clip: rect(0 0 0 0);
|
|
||||||
height: 1px;
|
|
||||||
margin: -1px;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user