|
49 | 49 | <body> |
50 | 50 | <div class="container"> |
51 | 51 | <div id="header" class="page-header text-center"> |
52 | | - <h1><strong> Knowledge Base HTML Template</strong></h1> |
| 52 | + <h1><strong>Knowledge Base HTML Template</strong></h1> |
53 | 53 | <ul class="list-inline"> |
54 | 54 | <li>Version: <strong class="text-muted">1.0</strong></li> |
55 | 55 | </ul> |
@@ -139,7 +139,7 @@ <h1><strong> Knowledge Base HTML Template</strong></h1> |
139 | 139 | <div class="page-header"> |
140 | 140 | <h2 class="h3"><strong>File Structure</strong></h2> |
141 | 141 | </div> |
142 | | - <p>This is a list of files and folders are include on the "NowKnow" HTML template package.</p> |
| 142 | + <p>This is a list of files and folders are include on the HTML template package.</p> |
143 | 143 | <div class="area-bordered"> |
144 | 144 | <ul class="icons-ul"> |
145 | 145 | <li> |
@@ -285,7 +285,7 @@ <h2 class="h3"><strong>HTML Structure</strong></h2> |
285 | 285 | <head> |
286 | 286 | <meta charset="UTF-8"> |
287 | 287 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
288 | | - <title>NowKnow | Knowledge Base HTML Template</title> <span class="text-info">// SITE TITLE</span> |
| 288 | + <title>Knowledge Base HTML Template</title> <span class="text-info">// SITE TITLE</span> |
289 | 289 |
|
290 | 290 | <span class="text-muted"><!-- Favicons --></span> |
291 | 291 | <link rel="apple-touch-icon-precomposed" sizes="144x144" href="assets/ico/apple-touch-icon-144-precomposed.png"> |
@@ -632,7 +632,7 @@ <h3 class="h4"><strong>Google Map</strong></h3> |
632 | 632 | var marker = new google.maps.Marker({ |
633 | 633 | position: map.getCenter(), |
634 | 634 | map: map, |
635 | | - title: "<span class="label label-warning">NowKnow Office</span>" <span class="text-info">// MAP TITLE</span> |
| 635 | + title: "<span class="label label-warning">Office</span>" <span class="text-info">// MAP TITLE</span> |
636 | 636 | }); |
637 | 637 | google.maps.event.addListener(map, "center_changed", function(){ |
638 | 638 | window.setTimeout(function(){ |
|
0 commit comments