Skip to content

Commit

Permalink
Update images to display on deployed site; add Chetah fix. (#69)
Browse files Browse the repository at this point in the history
* Add cluster filtering, full summary view, fix vanishing query

* Updates to home page and Chetah.

* Image updates and Cheetah fix
  • Loading branch information
mbjacobs committed Feb 21, 2021
1 parent 497f3f1 commit 2886d60
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 12 deletions.
2 changes: 1 addition & 1 deletion web/templates/web/_nav.html
Expand Up @@ -2,7 +2,7 @@
<div class="ui container">
<div class="ui large secondary pointing menu">
<a href="/" class="item">
<img class="logo" src="{% static 'web/logo.png' %}" alt="Data4Good logo">
<img class="logo" src="/static/images/logo.png" alt="Data4Good logo">
</a>
<a href="#about" class="item">
About
Expand Down
10 changes: 5 additions & 5 deletions web/templates/web/home.html
Expand Up @@ -48,7 +48,7 @@
<h1 class="ui header" id="site-title">
Data4Good
</h1>
<h2>Make data, training, and implementation connect to make nonprofit organizations stronger.</h2>
<h2>Connecting data, training and implementation to help create stronger nonprofit organizations.</h2>
</div>
</div>
</div>
Expand All @@ -59,7 +59,7 @@ <h2 class="ui header horizontal divider">Projects</h2>
<div class="ui divided items projects-container">
<div class="item">
<div class="image">
<img src="https://wtwp.com/wp-content/uploads/2015/06/placeholder-image.png">
<img src="/static/images/cio4good_thumb.png" alt="Screenshot of Tabelau benchmarking dashboard">
</div>
<div class="content">
<a class="header" href="{% url 'web:cio4good'%}">Trends in the IT Sector of Non-Profit Organizations</a>
Expand All @@ -82,7 +82,7 @@ <h2 class="ui header horizontal divider">Projects</h2>
</div>
<div class="item">
<div class="image">
<img src="https://wtwp.com/wp-content/uploads/2015/06/placeholder-image.png">
<img src="/static/images/chetah_thumb.png" alt="Screenshot from Chetah search engine in use">
</div>
<div class="content">
<a class="header" href="{% url 'web:pdfparsing'%}">Chetah Search Engine</a>
Expand All @@ -103,7 +103,7 @@ <h2 class="ui header horizontal divider">Projects</h2>
</div>
<div class="item">
<div class="image">
<img src="https://wtwp.com/wp-content/uploads/2015/06/placeholder-image.png">
<img src="/static/images/digital_identification_thumb.png" alt="Research poster for IFRC S2030 Think Paper on Digital Identification">
</div>
<div class="content">
<a class="header" href="https://drive.google.com/file/d/17sz0ih_1RQ91IcyMTRn3Tmb4LUgw65wt/view">Think Paper on Digital Identification</a>
Expand All @@ -124,7 +124,7 @@ <h2 class="ui header horizontal divider">Projects</h2>
</div>
<div class="item">
<div class="image">
<img src="https://wtwp.com/wp-content/uploads/2015/06/placeholder-image.png">
<img src="/static/images/refugee_thumb.png" alt="Research poster for Refugee Demographic & Connectivity Trends in Greece and Serbia">
</div>
<div class="content">
<a class="header" href="https://drive.google.com/file/d/1k5KTfw5x5wjicFecdyaE0qWkXwsbbNgY/view">Refugee Demographic & Connectitivity Trends in Greece and Serbia</a>
Expand Down
5 changes: 1 addition & 4 deletions web/templates/web/organization.html
Expand Up @@ -49,10 +49,7 @@ <h4>Project Manager</h4>
<div class="content">
<!-- <img src="{% static 'web/team/Mariah-Headshot.jpg' %}" alt="Headshot of Mariah Jacobs" width=100%> -->
<h3><a href="https://www.linkedin.com/in/mariah-jacobs/">Mariah Jacobs</a></h3>
<h4>UX Designer & Software Engineer</h4>
<!-- <p>Mariah Jacobs is a graduate student at UMSI focusing in User Experience (UX) research, design, and development.
Prior to UMSI, she received her B.S. in Computer Science and has completed past internships at Intel as a software engineer.
After graduation, she hopes to work as a UX Engineer, where she can blend her passion for design and code.</p> -->
<h4>Web Developer</h4>
</div>
</div>
</div>
Expand Down
23 changes: 23 additions & 0 deletions web/templates/web/project_digitalidentification.html
@@ -0,0 +1,23 @@
{% extends "base_uikit.html" %}

{% block content %}

{% load static %}
{% load sass_tags %}
<script type='text/javascript' src='https://tableau.dsc.umich.edu/javascripts/api/viz_v1.js'></script>

<div>
{% include 'web/_nav.html' %}
<div class="ui main text container">
<h1 class="ui header">Think Paper on Digital Identification</h1>
<p>Digital identification and biometric data have become increasingly popular in the private sector and have slowly been introduced and piloted in governmental and non-governmental organizations in the emerging world.</p>
<p>The IFRC S2030 Think Piece on Digital Identification summarizes research into how biometric data, digital identification, and blockchain technology have and will take part in the lives of vulnerable populations in refugee camps.</p>

<a href="https://drive.google.com/file/d/17sz0ih_1RQ91IcyMTRn3Tmb4LUgw65wt/view">
<img alt="Research Poster">
</a>
</div>
</div>


{% endblock %}
4 changes: 2 additions & 2 deletions web/templates/web/project_pdfparsing.html
Expand Up @@ -162,7 +162,7 @@ <h2 id="search-results-header">Search Results</h2>
<div id="orderResultsForm" class="ui form search-results-order-container">
<form action = "" method="get">
{% csrf_token %}
<div class="inline fields">
<!-- <div class="inline fields">
<label for="results">Order By:</label>
<div class="field">
<div class="ui radio checkbox">
Expand All @@ -176,7 +176,7 @@ <h2 id="search-results-header">Search Results</h2>
<label>Date</label>
</div>
</div>
</div>
</div> -->
</form>
</div>
</header>
Expand Down
19 changes: 19 additions & 0 deletions web/templates/web/project_refugees.html
@@ -0,0 +1,19 @@
{% extends "base_uikit.html" %}

{% block content %}

{% load static %}
{% load sass_tags %}

<div>
{% include 'web/_nav.html' %}
<div class="ui main text container">
<h1 class="ui header">Refugee Demographic & Connectivity Trends in Greece and Serbia</h1>
<p>What can we learn about refugees' access to the internet and mobile device ownership from a high level perspective?</p>
<a href="https://drive.google.com/file/d/1k5KTfw5x5wjicFecdyaE0qWkXwsbbNgY/view">
<img alt="Research Poster">
</a>
</div>
</div>

{% endblock %}

0 comments on commit 2886d60

Please sign in to comment.