|
4 | 4 | <meta charset="utf-8"/>
|
5 | 5 | <title>caption.js | Easily and semantically add captions to images</title>
|
6 | 6 | <meta name="description" content="An open-source jQuery plugin to easily and semantically add captions to images."/>
|
7 |
| - <link rel="icon" type="image/png" href="site/favicon.png"/> |
| 7 | + <link rel="icon" type="image/png" href="web/favicon.png"/> |
8 | 8 | <!--[if IE]><script src="//html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script><![endif]-->
|
9 | 9 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lora:400,400italic,700,700italic|Abril+Fatface"/>
|
10 |
| - <link rel="stylesheet" href="site/scripts/syntaxhighlighter/styles/shCore.css"/> |
11 |
| - <link rel="stylesheet" href="site/scripts/syntaxhighlighter/styles/shThemeDefault.css"/> |
12 |
| - <link rel="stylesheet" href="site/styles/main.css"/> |
| 10 | + <link rel="stylesheet" href="web/scripts/syntaxhighlighter/styles/shCore.css"/> |
| 11 | + <link rel="stylesheet" href="web/scripts/syntaxhighlighter/styles/shThemeDefault.css"/> |
| 12 | + <link rel="stylesheet" href="web/styles/main.css"/> |
13 | 13 | <script type="text/javascript">document.documentElement.className+='js';</script>
|
14 | 14 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
|
15 |
| - <script src="site/scripts/jquery.lettering.js" type="text/javascript"></script> |
16 |
| - <script src="site/scripts/syntaxhighlighter/scripts/shCore.min.js" type="text/javascript"></script> |
17 |
| - <script src="site/scripts/syntaxhighlighter/scripts/shAutoloader.js" type="text/javascript"></script> |
18 |
| - <script src="site/scripts/jquery.scrollTo-1.4.3.1-min.js" type="text/javascript"></script> |
19 |
| - <script src="site/scripts/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script> |
20 |
| - <script src="jquery.caption.js" type="text/javascript"></script> |
21 |
| - <script src="site/scripts/main.js" type="text/javascript"></script> |
| 15 | + <script src="web/scripts/jquery.lettering.js" type="text/javascript"></script> |
| 16 | + <script src="web/scripts/syntaxhighlighter/scripts/shCore.min.js" type="text/javascript"></script> |
| 17 | + <script src="web/scripts/syntaxhighlighter/scripts/shAutoloader.js" type="text/javascript"></script> |
| 18 | + <script src="web/scripts/jquery.scrollTo-1.4.3.1-min.js" type="text/javascript"></script> |
| 19 | + <script src="web/scripts/jquery.localscroll-1.2.7-min.js" type="text/javascript"></script> |
| 20 | + <script src="dist/jquery.caption.js" type="text/javascript"></script> |
| 21 | + <script src="web/scripts/main.js" type="text/javascript"></script> |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 | <!--///////////////////////////// Required CSS /////////////////////////////-->
|
26 |
| - <link rel="stylesheet" href="captionjs.css"/> |
| 26 | + <link rel="stylesheet" href="dist/captionjs.css"/> |
27 | 27 |
|
28 | 28 | <!--///////////////////////////// Sample CSS /////////////////////////////-->
|
29 | 29 | <style>
|
@@ -165,7 +165,7 @@ <h2><a id="examples">Examples</a></h2>
|
165 | 165 | <p>If you’re using caption.js in a responsive setting, be sure to enable the <code>is_responsive</code> setting, and make sure your original image is wrapped in a responsive container (in other words, the direct parent container should be responsive, or have a variable width). See below for an example.</p>
|
166 | 166 | </div>
|
167 | 167 | <div style="width: 100%">
|
168 |
| - <img id="example-5" class="caption" src="site/img/Evening_Return-wide.jpg" alt="View of Koh Phi Phi Leh at sunset during the return trip home."/> |
| 168 | + <img id="example-5" class="caption" src="web/img/Evening_Return-wide.jpg" alt="View of Koh Phi Phi Leh at sunset during the return trip home."/> |
169 | 169 | </div>
|
170 | 170 | <div class="wrapper">
|
171 | 171 | <h2><a id="contribute">Contribute</a></h2>
|
|
0 commit comments