This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>author</key> | |
<string>Jan T. Sott</string> | |
<key>name</key> | |
<string>Base16 London Tube Light</string> | |
<key>semanticClass</key> | |
<string>base16.londontube.light</string> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta http-equiv="X-UA-Compatible" content="IE=7; IE=EmulateIE9; IE=10" /> | |
<base href="http://developer.here.com/apiexplorer/examples/api-for-js/getting-started/basic-map-with-components.html" /> | |
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/> | |
<title>HERE Maps API for JavaScript Example: Basic map with components</title> | |
<meta name="description" content="How to get a basic map with all UI components enabled"/> | |
<meta name="keywords" content="basiccomponents, getting started, basic map, components"/> | |
<!-- For scaling content for mobile devices, setting the viewport to the width of the device--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@media screen and (max-width: 700px) { | |
#social | |
{ | |
display: none; | |
} | |
#transparent | |
{ | |
height: 250px; | |
} | |
#headerImg |