-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
39 lines (38 loc) · 2.25 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<title>About ChartFudge</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="common.css">
<style>
h2 {
font-weight: 600;
}
p {
line-height: 1.4em;
}
</style>
</head>
<body class="initial">
<main>
<h1>ChartFudge</h1>
<h2>Why make it when you can fake it?</h2>
<p>Picture this: you’re preparing a PowerPoint presentation for an important meeting with the shareholders. You’d like to include a chart to show them how well the business is doing, but you don’t have any data!</p>
<h2>Don’t get judged, use a chart that’s fudged!</h2>
<p>Enter ChartFudge. ChartFudge makes it easy to create data and charts that show anything you want. Just draw a squiggly line, label your axes, and ChartFudge takes care of the rest! No fancy math knowledge required.</p>
<h2>Statistics: why master the art when you can fudge the chart?</h2>
<p>Need some data to back up your claims? No problem. Every ChartFudge chart comes with an Excel-compatible CSV file with the all the data points shown on the chart.</p>
<p>Need to convince some statisticians? Don’t worry. ChartFudge lets you quickly and easily add a stastisticy-looking best fit line to your chart.</p>
<p style="margin-top:2em;">Created during the <a href="https://www.koding.com/Hackathon">hack.summit() Virtual Hackathon 2016</a> by Carter Sande.</p>
</main>
<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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-48551981-5', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>