-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhip-hop-meets-it.html
24 lines (22 loc) · 1021 Bytes
/
hip-hop-meets-it.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
<!doctype html>
<html lang="en" class="no-js">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css"> <!-- CSS reset -->
<link rel="stylesheet" href="css/style.css"> <!-- Resource style -->
<script src="js/modernizr.js"></script> <!-- Modernizr -->
<title>3D Folding Panel</title>
</head>
<body>
<div class="cd-fold-content single-page">
<h2>Hip hop Meets IT</h2>
<img src="img/hip-hop-meets-it.png" srcset="img/hip-hop-meets-it.png 1x, img/[email protected] 2x" alt="Hip Hop Meets IT" title="Hip Hop Meets IT" width="250" />
<img src="img/hip-hop-meets-it-mockup.png" srcset="img/hip-hop-meets-it.png 1x, img/[email protected] 2x" alt="Hip Hop Meets IT" title="Hip Hop Meets IT" />
<a href="http://swcta.net/teachers/changcl/IT2015/" target="_blank">View Website</a>
</div>
</body>
<script src="js/jquery-2.1.1.js"></script>
<script src="js/main.js"></script> <!-- Resource jQuery -->
</body>
</html>