Skip to content

Commit

Permalink
Minor Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan Asmat committed Sep 6, 2018
1 parent 7cd9e57 commit 915cea6
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jekyll_rdf:
"http://sda.tech/people" : "people.html"
"http://sda.tech/publication" : "publications.html"
"http://sda.tech/contact" : "contact.html"
"http://sda.tech/demos" : "demos.html"
"http://sda.tech/demos-videos" : "demos.html"


# Exclude from processing.
Expand Down
10 changes: 5 additions & 5 deletions _includes/navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<a href="{% include relative-src.html src=link.link %}" class="{{ class }}" {% if link.new_window %}target="_blank"{% endif %}>{{ link.name }}</a>
{% endfor %} -->
<a id="home" href="../">Home</a>
<a id="people" href="../people/">People</a>
<a id="projects" href="../project/">Projects</a>
<a id="publications" href="../publication/">Publications</a>
<a id="contact" href="../contact/">Contact</a>
<a id="demos" href="../demos/">Demos & Videos</a>
<a id="people" href="../people">People</a>
<a id="projects" href="../project">Projects</a>
<a id="publications" href="../publication">Publications</a>
<a id="contact" href="../contact">Contact</a>
<a id="demos" href="../demos-videos">Demos & Videos</a>

</nav>
21 changes: 21 additions & 0 deletions _layouts/demos.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: default
rdf_prefix_path: sda.tech.pref
---
<section class="hero hero2">
<div class="text-container">
<h1 class="editable"><strong>Demos & Videos</h1>
<br/><br/>
<div class="video">
<iframe class="embededVideo" src="https://www.youtube.com/embed/3LkCwvzrE9Q?cc_load_policy=1" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<br/><br/>
<br/><br/>
<input type="submit" value="DEMO: http://asknowdemo.sda.tech/" class="carrot-flat-button" target="_blank" onclick="location.href='http://asknowdemo.sda.tech/';">
</div>
</section>

<script>
activate("demos");
setTitle("Demos");
</script>
Binary file added assets/asknowlogoOld.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion rdf-data/sda.tech.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -3606,7 +3606,7 @@ sdablog:papers-accepted-at-ICWE-2018 a sioc:Post ;
sdatech:contact a foaf:Document ;
rdfs:label "Contact" .

sdatech:demos a foaf:Document ;
sdatech:demos-videos a foaf:Document ;
rdfs:label "Demos & Videos" .

sdatech:partners a foaf:Document ;
Expand Down

0 comments on commit 915cea6

Please sign in to comment.