-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (34 loc) · 1.63 KB
/
index.html
File metadata and controls
36 lines (34 loc) · 1.63 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title></title>
<script type="text/javascript" src="bower_components/jquery/dist/jquery.js"></script>
<script type="text/javascript" src="bower_components/bootstrap/dist/js/bootstrap.js"></script>
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.css" />
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap-theme.css" />
</head>
<body>
<h1>Central Penn.NET Code Camp 2014</h1>
<h2>CSS Animations and Transitions</h2>
<ul>
<li><a href="first/hello.html">Hello World</a></li>
<li><a href="first/button.html">Animated Buttons</a></li>
<li><a href="first/perspective.html">Perspective</a></li>
<li><a href="first/box.html">Box Flip</a></li>
<li><a href="first/animation.html">Animations</a></li>
</ul>
<h2>Visualizing Data with CSS3</h2>
<ul>
<li><a href="second/shapes.html">CSS Shapes</a></li>
<li><a href="second/bar.html">Bar Graph</a></li>
<li><a href="second/pie.html">Pie Graph</a></li>
<li><a href="second/horizontal.html">Horizontal Graph</a></li>
<li><a href="second/line.html">Line Graph</a></li>
<li><a href="second/doughnut.html">Doughnut Graph</a></li>
<li><a href="second/boxplot.html">Boxplot Graph</a></li>
<li><a href="second/3dbar.html">3D Bar Graph</a></li>
<li><a href="second/dot.html">Dot Plot Graph</a></li>
</ul>
</body>
</html>