mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Update foot.html
pulling stuff
This commit is contained in:
parent
009ffb01f8
commit
18353f6c0d
1 changed files with 0 additions and 40 deletions
|
@ -1,27 +1,5 @@
|
||||||
<footer class="foot wrap">
|
<footer class="foot wrap">
|
||||||
<hr/>
|
<hr/>
|
||||||
<p>
|
|
||||||
This guide is being discussed on Hacker News [
|
|
||||||
<a href="https://news.ycombinator.com/item?id=9941150">1</a>,
|
|
||||||
<a href="https://news.ycombinator.com/item?id=12671667">2</a>
|
|
||||||
],
|
|
||||||
Reddit [
|
|
||||||
<a href="https://www.reddit.com/r/SQL/comments/3efmn0/sql_style_guide_a_consistent_code_guide_ensuring/">1</a>,
|
|
||||||
<a href="https://www.reddit.com/r/programming/comments/3eri42/sql_style_guide_by_simon_holywell/">2</a>,
|
|
||||||
<a href="https://www.reddit.com/r/PHP/comments/3efmp7/sql_style_guide_a_consistent_code_guide_ensuring/">3</a>
|
|
||||||
],
|
|
||||||
<a href="https://lobste.rs/s/q9elee/sql_style_guide_by_simon_holywell">Lobste.rs</a> and
|
|
||||||
of course <a href="https://twitter.com/search?f=tweets&q="sqlstyle.guide"">Twitter</a>
|
|
||||||
if you want to have your say.
|
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
I have attempted to answer most of the frequently asked questions and held misconceptions in a blog post
|
|
||||||
entitled "<a href="https://www.simonholywell.com/post/2016/12/sql-style-guide-misconceptions/">SQL style
|
|
||||||
guide misconceptions</a>" please have a read.
|
|
||||||
</p>
|
|
||||||
<p>Please do <a href="https://github.com/treffynnon/sqlstyle.guide/issues">open issues</a> or
|
|
||||||
<a href="https://github.com/treffynnon/sqlstyle.guide/pulls/">pull requests</a> for any errors you
|
|
||||||
may find in the guide and help me to improve it.</p>
|
|
||||||
<p>
|
<p>
|
||||||
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">
|
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">
|
||||||
SQL style guide
|
SQL style guide
|
||||||
|
@ -41,22 +19,4 @@
|
||||||
rel="dct:source">
|
rel="dct:source">
|
||||||
{{ site.url }}</a>.
|
{{ site.url }}</a>.
|
||||||
</p>
|
</p>
|
||||||
<div class="buttons">
|
|
||||||
<ul class="quick-links">
|
|
||||||
<li>
|
|
||||||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=treffynnon&repo={{ site.domain }}&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="112px" height="20px"></iframe>
|
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=treffynnon&repo={{ site.domain }}&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="98px" height="20px"></iframe>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
<ul class="quick-links">
|
|
||||||
<li class="follow-btn">
|
|
||||||
<a href="https://twitter.com/treffynnon" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @treffynnon</a>
|
|
||||||
</li>
|
|
||||||
<li class="tweet-btn">
|
|
||||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="{{ site.url }}" data-text="SQL style guide by @treffynnon: {{ site.description }}" data-dnt="true">Tweet</a>
|
|
||||||
</li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue