You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/blog/hsm.html
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -38,15 +38,13 @@
38
38
{% endblock static %}
39
39
{% block content %}
40
40
41
-
<h1class="title">HSM: A JavaScript framework</h1>
42
41
<p>
43
-
HSM is a micro-framework for the web. HSM is an extension of the <ahref="https://developer.mozilla.org/en-US/docs/Web/API/Web_components">web component api</a>.
42
+
HSM is a micro-framework for the web, which is an extension of the <ahref="https://developer.mozilla.org/en-US/docs/Web/API/Web_components">web component api</a>.
44
43
I designed HSM because I wanted to learn more about web technologies such as shadow root. I was inspired to write this after learning about <ahref="https://github.com/developit/htm">Hyperscript Tagged Markup</a>.
45
44
With HSM, I built a <ahref="/projects/note.html">note taking app</a>. This app includes the ability to drag notes around and layer them.
46
45
</p>
47
-
<h3>Example</h3>
48
-
<pre><code>
49
-
import Component from "/static/projects/note/js/hsm.js";
46
+
<h2>Example</h2>
47
+
<pre><code>import Component from "/static/projects/note/js/hsm.js";
<p>This website uses analytics to collect information. The software (which I plan to opensource when I get my GitHub back) collects the following, but is not limited to.</p>
8
-
<ulstyle="margin-left: 5ch;"><!-- Simple solution to counter indentation from the p tag -->
9
-
<li>An id (sha256 hash of ip address + os + browser + current date)</li>
10
-
<li>Screen dimentions</li>
12
+
{% endblock static %}
13
+
{% block content %}
14
+
<p>This website uses analytics to collect information. The software, <ahref="https://github.com/ninjamar/analytics">hosted on my GitHub</a>, collects the following, but is not limited to.</p>
15
+
<ul><!-- Simple solution to counter indentation from the p tag -->
16
+
<li>An id (hash of IP address + OS + browser + current date)</li>
17
+
<li>Screen Dimensions</li>
11
18
<li>OS</li>
12
19
<li>Browser</li>
13
-
<li>Total time on page</li>
20
+
<li>Total Total on Page</li>
14
21
<li>Referrer</li>
15
22
</ul>
16
-
<p>Other information, such as IP address may be visible in logs.</p>
0 commit comments