|
21 | 21 | @Html.ActionLink("Griddly", "Index", "Home", null, new { @class = "navbar-brand" })
|
22 | 22 | </div>
|
23 | 23 | <div class="navbar-collapse collapse">
|
24 |
| - <ul class="nav navbar-nav"> |
| 24 | + @*<ul class="nav navbar-nav"> |
25 | 25 | <li>@Html.ActionLink("Home", "Index", "Home")</li>
|
26 | 26 | <li>@Html.ActionLink("About", "About", "Home")</li>
|
27 | 27 | <li>@Html.ActionLink("Contact", "Contact", "Home")</li>
|
28 | 28 | </ul>
|
| 29 | + *@ |
29 | 30 | </div>
|
30 | 31 | </div>
|
31 | 32 | </div>
|
32 | 33 | <div class="container body-content">
|
33 | 34 | @RenderBody()
|
34 | 35 | <hr />
|
35 | 36 | <footer>
|
36 |
| - <p>© @DateTime.Now.Year - Chris Hynes, Data Research Group</p> |
| 37 | + <div class="docs-social"> |
| 38 | + <ul class="docs-social-buttons"> |
| 39 | + <li> |
| 40 | + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=programcsharp&repo=griddly&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe> |
| 41 | + </li> |
| 42 | + <li> |
| 43 | + <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=programcsharp&repo=griddly&type=fork&count=true" width="102" height="20" title="Fork on GitHub"></iframe> |
| 44 | + </li> |
| 45 | + <li class="follow-btn"> |
| 46 | + <a href="https://twitter.com/griddlygrid" class="twitter-follow-button" data-link-color="#0069D6" data-show-count="true">Follow @@griddlygrid</a> |
| 47 | + </li> |
| 48 | + <li class="tweet-btn"> |
| 49 | + <a href="https://twitter.com/share" class="twitter-share-button" data-url="http://griddly.com/" data-count="horizontal" data-via="griddlygrid" data-related="programcsharp:Creator of Griddly">Tweet</a> |
| 50 | + </li> |
| 51 | + </ul> |
| 52 | + </div> |
| 53 | + <p>© @DateTime.Now.Year - Chris Hynes</p> |
37 | 54 | </footer>
|
38 | 55 | </div>
|
39 | 56 |
|
|
45 | 62 | @Scripts.Render("~/scripts/SyntaxHighlighter/shBrushCSharp.js")
|
46 | 63 | @RenderSection("scripts", required: false)
|
47 | 64 | <script>
|
48 |
| - SyntaxHighlighter.all() |
| 65 | + SyntaxHighlighter.all(); |
| 66 | + |
| 67 | + !function (d, s, id) { var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + '://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } }(document, 'script', 'twitter-wjs'); |
49 | 68 | </script>
|
50 | 69 | </body>
|
51 | 70 | </html>
|
0 commit comments