summaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
Diffstat (limited to 'site')
-rw-r--r--site/assets/css/splash.css6
-rw-r--r--site/content/pages/about/credits.md4
-rw-r--r--site/content/pages/about/index.md4
-rw-r--r--site/public/about/credits/index.html4
-rw-r--r--site/public/about/index.html4
5 files changed, 14 insertions, 8 deletions
diff --git a/site/assets/css/splash.css b/site/assets/css/splash.css
index 8b07918b..046d5c34 100644
--- a/site/assets/css/splash.css
+++ b/site/assets/css/splash.css
@@ -72,6 +72,12 @@ header .links a.activeLink {
.about a {
color: #fff;
}
+p {
+ margin: 0 10px 20px 0;
+ line-height: 1.5;
+ font-size: 14px;
+ font-weight: 300;
+}
@media screen and (max-width: 700px) {
header, footer {
diff --git a/site/content/pages/about/credits.md b/site/content/pages/about/credits.md
index 3ad962df..04ecdf9c 100644
--- a/site/content/pages/about/credits.md
+++ b/site/content/pages/about/credits.md
@@ -34,8 +34,8 @@ authors: Adam Harvey
#### Code
-- This site uses D3 and C2 for visuzations.
-- Add more here
+- This site uses D3.js, C3.js, and ThreeJS for visualizations.
+- Data aggregation uses Pandas and PDFMiner.Six.
#### Data
diff --git a/site/content/pages/about/index.md b/site/content/pages/about/index.md
index b1b7a80f..ffbd4541 100644
--- a/site/content/pages/about/index.md
+++ b/site/content/pages/about/index.md
@@ -36,7 +36,7 @@ The MegaPixels website is produced in partnership with [Mozilla](https://mozilla
<h3>Adam Harvey</h3>
<p>is Berlin-based American artist and researcher. His previous projects (CV Dazzle, Stealth Wear, and SkyLift) explore the potential for countersurveillance as artwork. He is the founder of VFRAME (visual forensics software for human rights groups), the recipient of 2 PrototypeFund grants, and is a researcher in residence at Karlsruhe HfG.
<br>
- ahprojects.com
+ <a href="https://ahprojects.com">ahprojects.com</a>
</p>
</div>
<div class="team-member">
@@ -44,7 +44,7 @@ The MegaPixels website is produced in partnership with [Mozilla](https://mozilla
<h3>Jules LaPlace</h3>
<p>is an American creative technologist also based in Berlin. He was previously the CTO of a digital agency in NYC and now also works at VFRAME, developing computer vision for human rights groups. Jules also builds creative software for artists and musicians.
<br>
- https://asdf.us
+ <a href="https://asdf.us/">asdf.us</a>
</p>
</div>
</div>
diff --git a/site/public/about/credits/index.html b/site/public/about/credits/index.html
index b7ab8085..8a079a66 100644
--- a/site/public/about/credits/index.html
+++ b/site/public/about/credits/index.html
@@ -45,8 +45,8 @@
</ul>
<h4>Code</h4>
<ul>
-<li>This site uses D3 and C2 for visuzations. </li>
-<li>Add more here</li>
+<li>This site uses D3.js, C3.js, and ThreeJS for visualizations.</li>
+<li>Data aggregation uses Pandas and PDFMiner.Six.</li>
</ul>
<h4>Data</h4>
<ul>
diff --git a/site/public/about/index.html b/site/public/about/index.html
index 0ddc1a4b..19d91e3f 100644
--- a/site/public/about/index.html
+++ b/site/public/about/index.html
@@ -44,7 +44,7 @@
<h3>Adam Harvey</h3>
<p>is Berlin-based American artist and researcher. His previous projects (CV Dazzle, Stealth Wear, and SkyLift) explore the potential for countersurveillance as artwork. He is the founder of VFRAME (visual forensics software for human rights groups), the recipient of 2 PrototypeFund grants, and is a researcher in residence at Karlsruhe HfG.
<br>
- ahprojects.com
+ <a href="https://ahprojects.com">ahprojects.com</a>
</p>
</div>
<div class="team-member">
@@ -52,7 +52,7 @@
<h3>Jules LaPlace</h3>
<p>is an American creative technologist also based in Berlin. He was previously the CTO of a digital agency in NYC and now also works at VFRAME, developing computer vision for human rights groups. Jules also builds creative software for artists and musicians.
<br>
- https://asdf.us
+ <a href="https://asdf.us/">asdf.us</a>
</p>
</div>
</div></section>