mirror of
				https://github.com/JuanCanham/HackMyResume.git
				synced 2025-10-30 20:57:26 +00:00 
			
		
		
		
	Add overly colorful favicons; tweak site title.
Courtesy http://realfavicongenerator.net/.
This commit is contained in:
		
							
								
								
									
										19
									
								
								_includes/favicons.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										19
									
								
								_includes/favicons.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,19 @@ | ||||
| <link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png"> | ||||
| <link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png"> | ||||
| <link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png"> | ||||
| <link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png"> | ||||
| <link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png"> | ||||
| <link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png"> | ||||
| <link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png"> | ||||
| <link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png"> | ||||
| <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png"> | ||||
| <link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32"> | ||||
| <link rel="icon" type="image/png" href="/favicon-194x194.png" sizes="194x194"> | ||||
| <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> | ||||
| <link rel="icon" type="image/png" href="/android-chrome-192x192.png" sizes="192x192"> | ||||
| <link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16"> | ||||
| <link rel="manifest" href="/manifest.json"> | ||||
| <link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"> | ||||
| <meta name="msapplication-TileColor" content="#da532c"> | ||||
| <meta name="msapplication-TileImage" content="/mstile-144x144.png"> | ||||
| <meta name="theme-color" content="#ffffff"> | ||||
| @@ -2,10 +2,12 @@ | ||||
|   <meta charset="utf-8"> | ||||
|   <meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||||
|   <title>{{ site.title }}</title> | ||||
|   <link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700' rel='stylesheet' type='text/css'> | ||||
|   <link rel="stylesheet" href="/css/main.css"> | ||||
|   <meta name="viewport" content="width=device-width"> | ||||
|   <!--[if lt IE 9]> | ||||
|   <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||||
|   <![endif]--> | ||||
|   {% include google-analytics.html %} | ||||
|   {% include favicons.html %} | ||||
| </head> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user