mirror of
https://github.com/treffynnon/sqlstyle.guide.git
synced 2025-03-09 12:49:51 -05:00
Links to discussions and contrib links to footer
This commit is contained in:
parent
ba9b116865
commit
85b31703ba
1 changed files with 19 additions and 2 deletions
|
@ -1,11 +1,28 @@
|
|||
<footer class="foot wrap">
|
||||
<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>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>
|
||||
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">
|
||||
SQL style guide
|
||||
</span> by
|
||||
<a xmlns:cc="http://creativecommons.org/ns#"
|
||||
href="https://www.simonholywell.com/?utm_source=sqlstyle.guide&utm_medium=link&utm_campaign=footer-licence"
|
||||
href="https://www.simonholywell.com/?utm_source=sqlstyle.guide&utm_medium=link&utm_campaign=footer-licence"
|
||||
property="cc:attributionName"
|
||||
rel="cc:attributionURL">
|
||||
Simon Holywell
|
||||
|
@ -37,4 +54,4 @@
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</footer>
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue