New favicons
							
								
								
									
										
											BIN
										
									
								
								assets/favicons/android-chrome-192x192.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 5.1 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								assets/favicons/android-chrome-512x512.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 15 KiB  | 
							
								
								
									
										
											BIN
										
									
								
								assets/favicons/apple-touch-icon.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.2 KiB  | 
							
								
								
									
										9
									
								
								assets/favicons/browserconfig.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,9 @@
 | 
			
		||||
<?xml version="1.0" encoding="utf-8"?>
 | 
			
		||||
<browserconfig>
 | 
			
		||||
    <msapplication>
 | 
			
		||||
        <tile>
 | 
			
		||||
            <square150x150logo src="assets/favicons/mstile-150x150.png"/>
 | 
			
		||||
            <TileColor>#1db4ff</TileColor>
 | 
			
		||||
        </tile>
 | 
			
		||||
    </msapplication>
 | 
			
		||||
</browserconfig>
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								assets/favicons/favicon-16x16.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 469 B  | 
							
								
								
									
										
											BIN
										
									
								
								assets/favicons/favicon-32x32.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 674 B  | 
							
								
								
									
										
											BIN
										
									
								
								assets/favicons/mstile-150x150.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						| 
		 After Width: | Height: | Size: 2.0 KiB  | 
							
								
								
									
										19
									
								
								assets/favicons/site.webmanifest
									
									
									
									
									
										Normal file
									
								
							
							
						
						@@ -0,0 +1,19 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "XRP Ledger Dev Portal",
 | 
			
		||||
    "short_name": "XRP Ledger Dev Portal",
 | 
			
		||||
    "icons": [
 | 
			
		||||
        {
 | 
			
		||||
            "src": "android-chrome-192x192.png",
 | 
			
		||||
            "sizes": "192x192",
 | 
			
		||||
            "type": "image/png"
 | 
			
		||||
        },
 | 
			
		||||
        {
 | 
			
		||||
            "src": "android-chrome-512x512.png",
 | 
			
		||||
            "sizes": "512x512",
 | 
			
		||||
            "type": "image/png"
 | 
			
		||||
        }
 | 
			
		||||
    ],
 | 
			
		||||
    "theme_color": "#1db4ff",
 | 
			
		||||
    "background_color": "#1db4ff",
 | 
			
		||||
    "start_url": "http://developers.ripple.com/"
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								favicon.ico
									
									
									
									
									
								
							
							
						
						| 
		 Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 15 KiB  | 
@@ -14,8 +14,14 @@
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    <!-- favicon -->
 | 
			
		||||
    <link rel="icon" href="favicon.ico" type="image/x-icon">
 | 
			
		||||
    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
 | 
			
		||||
    <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
 | 
			
		||||
    <link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
 | 
			
		||||
    <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
 | 
			
		||||
    <link rel="manifest" href="assets/favicons/site.webmanifest">
 | 
			
		||||
    <link rel="shortcut icon" href="favicon.ico">
 | 
			
		||||
    <meta name="msapplication-TileColor" content="#1db4ff">
 | 
			
		||||
    <meta name="msapplication-config" content="assets/favicons/browserconfig.xml">
 | 
			
		||||
    <meta name="theme-color" content="#1db4ff">
 | 
			
		||||
 | 
			
		||||
    <!-- jQuery -->
 | 
			
		||||
    <script src="assets/vendor/jquery-1.11.1.min.js"></script>
 | 
			
		||||
 
 | 
			
		||||