Skip to content

Commit 462ae0c

Browse files
committed
about autocompeter.com
1 parent 168903f commit 462ae0c

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

peterbecom/apps/homepage/templates/homepage/about.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@
3232
.project a.perm:hover { /* no mincss */
3333
color: rgb(51,51,51);
3434
}
35+
.project h3 {
36+
margin-top: 0;
37+
}
3538
</style>
3639
{% endblock %}
3740

@@ -54,6 +57,21 @@ <h2>About this site</h2>
5457

5558
<h2>Side projects</h2>
5659

60+
<div class="project" id="autocompeter">
61+
<div class="floatleft"><a href="http://autocompeter.com/"><img src="{{ static('images/autocompeter-scr.png') }}" alt="Screenshot"></a></div>
62+
<div class="rest">
63+
<h3>Autocompeter</h3>
64+
<h4><a href="http://autocompeter.com/">autocompeter.com</a></h4>
65+
<p>
66+
An autocomplete widget where you put some CSS and JS on your site
67+
and let autcompeter.com host the data. The server is written in
68+
<a href="http://golang.org/"><b>Go</b></a>
69+
and the Javascript is pure without any dependency on a framework.
70+
<a href="https://github.com/peterbe/autocompeter">Code on GitHub</a>.
71+
</p>
72+
</div>
73+
</div>
74+
5775
<div class="project" id="htmltree">
5876
<div class="floatleft"><a href="http://htmltree.peterbe.com/"><img src="{{ static('images/htmltree-scr.png') }}" alt="Screenshot"></a></div>
5977
<div class="rest">
@@ -62,7 +80,7 @@ <h4><a href="http://htmltree.peterbe.com/">htmltree.peterbe.com</a></h4>
6280
<p>It started when I was optimizing a website whose HTML files were massive.
6381
Clearly the HTML contained too many DOM nodes. But where are these big clusters of nodes?!
6482
HTML Tree takes a URL, converts it to a tree in JSON which when combined
65-
with a <a href="http://d3js.org/">D3</a> collapsible tree becomes easier to navigate.
83+
with a <a href="http://d3js.org/"><b>D3</b></a> collapsible tree becomes easier to navigate.
6684
<a href="https://github.com/peterbe/htmltree">Code on GitHub</a>.
6785
</p>
6886
</div>
@@ -78,7 +96,7 @@ <h4><a href="http://www.peterbe.com/nodomains/">www.peterbe.com/nodomains</a></h
7896
you have to manually count each unique domain. Or use this tool. <br>
7997
What this proves is that DNS is still incredibly important for web performance.
8098
<a href="/plog/number-of-domains">Blogged about it here</a> and
81-
the relevant <a href="https://github.com/peterbe/django-peterbecom/blob/master/peterbecom/apps/nodomains/count.js">NodeJS code is here</a>.
99+
the relevant <a href="https://github.com/peterbe/django-peterbecom/blob/master/peterbecom/apps/nodomains/count.js"><b>NodeJS</b> code is here</a>.
82100
</p>
83101
</div>
84102
</div>
20.8 KB
Loading

0 commit comments

Comments
 (0)