moved images and .js into static
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
filter: invert(100%);}
|
filter: invert(100%);}
|
||||||
.current-page {opacity: .3;}
|
.current-page {opacity: .3;}
|
||||||
</style>
|
</style>
|
||||||
<script src="nav.js"></script>
|
<script src="/static/nav.js"></script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
filter: invert(100%);}
|
filter: invert(100%);}
|
||||||
.current-page {opacity: .3;}
|
.current-page {opacity: .3;}
|
||||||
</style>
|
</style>
|
||||||
<script src="nav.js"></script>
|
<script src="/static/nav.js"></script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
filter: invert(100%);}
|
filter: invert(100%);}
|
||||||
.current-page {opacity: .3;}
|
.current-page {opacity: .3;}
|
||||||
</style>
|
</style>
|
||||||
<script src="nav.js"></script>
|
<script src="/static/nav.js"></script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
||||||
<script>
|
<script>
|
||||||
@@ -44,7 +44,7 @@
|
|||||||
<div id="content" class="clear h2 m2 sm-col sm-col-12 md-col-10 lg-col-8">
|
<div id="content" class="clear h2 m2 sm-col sm-col-12 md-col-10 lg-col-8">
|
||||||
|
|
||||||
|
|
||||||
<img src="zev.jpeg" class="left mr3 mt1" style="height: 10em;">
|
<img src="/static/zev.jpeg" class="left mr3 mt1" style="height: 10em;">
|
||||||
|
|
||||||
<p>Hi, my name is Zev. I live in Burlington, Vermont, in the United States.</p>
|
<p>Hi, my name is Zev. I live in Burlington, Vermont, in the United States.</p>
|
||||||
|
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
filter: invert(100%);}
|
filter: invert(100%);}
|
||||||
.current-page {opacity: .3;}
|
.current-page {opacity: .3;}
|
||||||
</style>
|
</style>
|
||||||
<script src="nav.js"></script>
|
<script src="/static/nav.js"></script>
|
||||||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 823 B After Width: | Height: | Size: 823 B |
Reference in New Issue
Block a user