-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
74 lines (66 loc) · 2.76 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
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/index.css" />
<link rel="stylesheet" href="css/lib/bootstrap.min.css" />
<script type="text/javascript" src="js/lib/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/lib/bootstrap.min.js"></script>
<title>California Cuisine Ecosystem</title>
</head>
<body>
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="#">BEST Lab & Center for Open Innovation, UC Berkeley</a>
<div class="nav-collapse">
<ul class="nav">
<li><a href="./index.html">Timeline</a></li>
<li><a href="./force.html">Social Graph</a></li>
<li><a href="./boundedforce.html">Timelined Social Graph</a></li>
<li class="active"><a href="#">About</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<a href="https://github.com/aprilrd/chez-visual"><img style="position: absolute; top: 40px; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div id="container" class="container">
<div class="row">
<div class="span12">
<h1><a href="https://github.com/aprilrd/chez-visual">California Cuisine Ecosystem</a>
<span class="small">by <a href="https://github.com/aprilrd">Young Min Kim</a></span></h1>
<div class="description">
Visualization of Open Innovation
</div>
<h2>Author & Contact</h2>
<p>Young Min Kim ([email protected])</p>
<h2>Download</h2>
<p>
You can download this project in either
<a href="https://github.com/aprilrd/chez-visual/zipball/master">zip</a> or
<a href="https://github.com/aprilrd/chez-visual/tarball/master">tar formats.
</p>
<div class="download">
<a href="https://github.com/aprilrd/chez-visual/zipball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/zip.png"></a>
<a href="https://github.com/aprilrd/chez-visual/tarball/master">
<img border="0" width="90" src="https://github.com/images/modules/download/tar.png"></a>
</div>
<p>You can also clone the project with <a href="http://git-scm.com">Git</a>
by running:
<pre>$ git clone git://github.com/aprilrd/chez-visual</pre>
</p>
</div>
</div>
<div class="footer">
get the source code on GitHub : <a href="https://github.com/aprilrd/chez-visual">aprilrd/chez-visual</a>
</div>
</div>
</body>
</html>