-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreveal.html
70 lines (69 loc) · 3 KB
/
reveal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Reveal website | Sam Ward</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="row">
<div class="small-9 small-centered large-centered columns"><h2>Sam Ward</h2></div>
</div>
<div class="row intro">
<div class="small-9 small-centered large-centered columns"><h1>Reveal website</h1>
</div>
</div>
<div class="row">
<div class="small-11 small-centered large-centered columns">
<div class="project">
<div class="project_image left"><img src="images/reveal.jpg"></div>
<div class="project_contents">
<a href="https://www.revealnews.org/" target="_blank">Reveal</a> is The Center for Investigative Reporting’s audience-facing platform for digital journalism. As product manager, I led the design and development of the project, crafted requirements documentation, conducted stakeholder interviews and competitive analysis. Post launch, I managed the product roadmap and prioritized new features and development. The Reveal website won several Edgar R. Murrow awards for general excellence in online journalism.
</div>
</div>
</div>
<div class="row">
<div class="small-11 small-centered large-centered columns">
<div class="project">
<div class="project_image"><img src="images/video.png"></div>
<div class="project_contents">
The video page showcases Reveal’s Emmy-award winning video and animation work.
</div>
</div>
</div>
<div class="row">
<div class="small-11 small-centered large-centered columns">
<div class="project">
<div class="project_image"><img src="images/player.png"></div>
<div class="project_contents">
A persistent audio player facilitates extended listening sessions by not breaking the audio stream during page transitions.
</div>
</div>
</div>
<div class="row">
<div class="small-2 small-centered large-centered columns footer"><a class="button secondary" href="index.html">HOME</a> </div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-42679505-2', 'auto');
ga('send', 'pageview');
</script>
<script src="js/scrollreveal.min.js"></script>
<script type="text/javascript">
(function(){
window.sr = ScrollReveal();
sr.reveal('.project_image');
})();
</script>
</body>
</html>