-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (117 loc) · 5.65 KB
/
index.html
File metadata and controls
127 lines (117 loc) · 5.65 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Northeastern University Studio-2 Final Project">
<meta name="author" content="Navarjun Singh">
<title>500px Data</title>
<!-- bootstrap -->
<script src="https://code.jquery.com/jquery-2.2.3.min.js"></script>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<link href="./bootstrap/theme/css/landing-page.css" rel="stylesheet">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css">
<link href="http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
<link rel="stylesheet" type="text/css" href="layout.min.css" />
<script src="./scripts/lib/d3.min.js"></script>
<script src="./scripts/lib/queue.min.js"></script>
<script src="./scripts/lib/crossfilter.js"></script>
</head>
<body>
<!-- Header -->
<a name="about"></a>
<div class="intro-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="intro-message">
<h1>Exploring 500px</h1>
<h3>Navarjun Singh</h3>
<p>Northeastern University | MFA(Information Design and Visualisation)</p>
<hr class="intro-divider">
<ul class="list-inline intro-social-buttons">
<li>
<a href="https://twitter.com/navarjun" class="btn btn-default btn-md"><i class="fa fa-twitter fa-fw"></i> <span class="network-name">Twitter</span></a>
</li>
<li>
<a href="https://github.com/navarjun" class="btn btn-default btn-md"><i class="fa fa-github fa-fw"></i> <span class="network-name">Github</span></a>
</li>
<li>
<a href="https://500px.com/navarjun" class="btn btn-default btn-md"><i class="fa fa-500px fa-fw"></i> <span class="network-name">500px</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<a name="services"></a>
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="row">
<div class="col-md-4 col-md-offset-1 col-sm-12">
<h2 class="section-heading">500px Community</h2>
</div>
</div>
<div class="row">
<div class="col-md-offset-1 col-md-4 col-sm-12">
<p class="lead">
I believe photographer's community on 500px is one of the best, if not the best on internet.
<br/> The community has maintained a great quality of content overtime. More than that it's very discussive and there is a lot to learn from what people share and blog about on the platform. 500px taught me how post-processing of the images is
important in the age of Digital Cameras, since they don't capture true colors.
</p>
<!-- <p class="lead">A special thanks to <a href="http://paessel.com/">Noah Paessel</a>.</p> -->
</div>
<div class="col-md-5 col-md-offset-1 col-sm-0">
<div class='pixels-photo'>
<p>
<img src='https://drscdn.500px.org/photo/151480867/m%3D900/71b0a77646c6d7095c999eef9265802d' alt='spot the cat 6 by Iwona Podlasińska on 500px.com'>
</p>
<a href='https://500px.com/photo/151480867/spot-the-cat-6-by-iwona-podlasi%C5%84ska' alt='spot the cat 6 by Iwona Podlasińska on 500px.com'></a>
</div>
<script type='text/javascript' src='https://500px.com/embed.js'></script>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-7 col-sm-12">
<h2 class="section-heading">Data for the project</h2>
</div>
<div class="row">
<div class="col-md-offset-1 col-md-5 col-sm-0">
<img class="img-responsive" src="images/500px-screenshot.png" alt="">
</div>
<div class="col-md-4 col-md-offset-1 col-sm-12">
<p class="lead">
This project uses 500px API to explore photos on the platform.
I particularly choose the photos that fall into "Yesterday" of 500px because these photos don't have the disadvantage of not being viewed by a number of people like "Fresh" section and they are not all "Popular" photos with great ratings.
All these photos have been viewed a number of times and have wide range of "Pulse".
It is done to make sure that data is as neutral as possible.
</p>
<!-- <p class="lead">A special thanks to <a href="http://paessel.com/">Noah Paessel</a>.</p> -->
</div>
</div>
</div>
</div>
<a name="visualisation"></a>
<div class="row">
<div class="container">
<div class="row">
<div class="col-md-9">
<svg id="canvas">
</svg>
</div>
<div class="col-md-3 imageDetails">
Image Details
</div>
</div>
</div>
</div>
<script src="./scripts/layout.js"></script>
</body>
</html>