forked from sethkontny/dev.socrata.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lou Huang
committed
Apr 9, 2014
1 parent
487968b
commit b20bed2
Showing
15 changed files
with
329 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<li class="dropdown {% if page.audience == "consumer" %} active {% endif %}"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-cogs"></i> App Developers <i class="fa fa-caret-down"></i></a> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-cogs"></i> App Developers <i class="fa fa-caret-down"></i></a> | ||
<ul class="dropdown-menu"> | ||
{% include sidebar.html type="consumer" %} | ||
</ul> | ||
</li> | ||
<li class="dropdown {% if page.audience == "publisher" %} active {% endif %}"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-cloud-upload"></i> Data Publishers <i class="fa fa-caret-down"></i></a> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-cloud-upload"></i> Data Publishers <i class="fa fa-caret-down"></i></a> | ||
<ul class="dropdown-menu"> | ||
{% include sidebar.html type="publisher" %} | ||
</ul> | ||
</li> | ||
<li class="dropdown {% if page.audience == "documentation" %} active {% endif %}"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-book"></i> API Docs <i class="fa fa-caret-down"></i></a> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="fa fa-fw fa-book"></i> API Docs <i class="fa fa-caret-down"></i></a> | ||
<ul class="dropdown-menu"> | ||
{% include sidebar.html type="documentation" %} | ||
</ul> | ||
</li> | ||
<li class="{% if page.audience == "libraries" %} active {% endif %}"> | ||
<a href="/libraries/"><i class="fa fa-github-alt"></i> Libraries & SDKs</a> | ||
<a href="/libraries/"><i class="fa fa-fw fa-github-alt"></i> Libraries & SDKs</a> | ||
</li> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<i class="fa fa-star"></i> Welcome to our brand-new Socrata Developer Portal. Found a bug or want to contributea>? <a href="https://github.com/socrata/dev.socrata.com/issues/new">File an issue</a> or <a href="https://github.com/socrata/dev.socrata.com">submit a pull request</a>! | ||
<ul class="fa-ul"><li><i class="fa fa-li fa-star"></i> Welcome to our brand-new Socrata Developer Portal. Found a bug or want to contribute? <a href="https://github.com/socrata/dev.socrata.com/issues/new">File an issue</a> or <a href="https://github.com/socrata/dev.socrata.com">submit a pull request</a>!</li></ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
{% capture full_url %}https://{{ include.domain }}{{ include.path }}?{{ include.args }}{% endcapture %} | ||
<code class="tryit-link"> | ||
<i class="fa fa-cog"><!-- This Space Left Blank --></i> <a class="exec has-tooltip" data-toggle="tooltip" title="" href="{{ full_url }}" data-original-title="View the output of this query">{{ full_url }}</a> <a class="hurl-it has-tooltip" data-toggle="tooltip" title="" target="_blank" href="http://hurl.it" data-original-title="Edit this request on Hurl.it" data-hurl-full-url="{{ full_url }}"> <i class="fa fa-pencil"><!-- This Space Left Blank --></i></a> | ||
</code> | ||
<div class="tryit-link"> | ||
<i class="fa fa-fw fa-cog"><!-- This Space Left Blank --></i> | ||
<code> | ||
<a class="exec has-tooltip" data-toggle="tooltip" title="" href="{{ full_url }}" data-original-title="View the output of this query" data-container="body">{{ full_url }}</a> | ||
</code> | ||
<a class="hurl-it has-tooltip" data-toggle="tooltip" title="" target="_blank" href="http://hurl.it" data-original-title="Edit this request on Hurl.it" data-hurl-full-url="{{ full_url }}" data-placement="left" data-container="body"><i class="fa fa-pencil"><!-- This Space Left Blank --></i></a> | ||
</div> |
Submodule _layouts
updated
1 files
+1 −1 | default.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.