Skip to content

Commit

Permalink
Merge pull request #242 from cityofaustin/mc_about
Browse files Browse the repository at this point in the history
About page
  • Loading branch information
Mateo Clarke committed Jan 14, 2019
2 parents 7cd34eb + 03860c1 commit 7d38407
Show file tree
Hide file tree
Showing 31 changed files with 31,714 additions and 46 deletions.
32 changes: 32 additions & 0 deletions _layouts/about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="en-us">

{% include head.html %}

<body>

{% include coa-header.html %}

{% include dash-top-nav.html %}

<div id="root-About"></div>



{% include footer.html %}

{% include default-scripts.html %}

{% if page.custom_js %}

{% for js_file in page.custom_js %}

<script src='{{ site.baseurl }}/webpackjs/output/{{ js_file }}.js' type="text/javascript"></script>

{% endfor %}

{% endif %}


</body>
</html>
2 changes: 1 addition & 1 deletion _layouts/dockless-card-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

{% for js_file in page.custom_js %}

<script src='{{ site.baseurl }}/components/js/{{ js_file }}.js' type="text/javascript"></script>
<script src='{{ site.baseurl }}/webpackjs/output/{{ js_file }}.js' type="text/javascript"></script>

{% endfor %}

Expand Down
10 changes: 10 additions & 0 deletions about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: about
title: About Us | Transportation Data and Tech
title_short: Austin Transportation Department
description: Austin Transportation Department
custom_js:
- about.bundle
custom_css:
- about
---
Binary file added components/images/headshots/alan_de_anda.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added components/images/headshots/diana_martin.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added components/images/headshots/garry_olson_jr.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added components/images/headshots/generic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added components/images/headshots/john_clary.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added components/images/headshots/mateo_clarke.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added components/images/headshots/tracy_linder.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added components/images/keyboard.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7d38407

Please sign in to comment.