Skip to content

Instantly share code, notes, and snippets.

@iTonyYo
Created August 15, 2014 13:08
Show Gist options
  • Save iTonyYo/0166aecb2c67c6e46b5d to your computer and use it in GitHub Desktop.
Save iTonyYo/0166aecb2c67c6e46b5d to your computer and use it in GitHub Desktop.
Windows 7+ pinned site metadata snippets. Jade ' include ' allows you to insert the contents into another jade file simply.
//
Build Passing.
Jade: 1.3.0+
Doctype: HTML5
#TODO[x]: Pinned Sites
Users of Windows Internet Explorer 9 and Internet Explorer 10 can pin
any website to the Windows 7 taskbar or Windows 8 Start screen just as
they pin applications. When a website is pinned, it can be opened
quickly and conveniently. A Pinned site is more than just a shortcut,
however. With very little effort, developers can access features of
the Windows 7 taskbar or Windows 8 Start screen from their
websites—features that can greatly improve a user's ability to
navigate, control, and interact with the sites they visit.
For more,
http://msdn.microsoft.com/en-us/library/ie/gg491738(v=vs.85).aspx
#TODO[x]: Dependencies
initialization.jade (//gist.github.com/Tony-Stark/9d7359ff69ef8336b151)
Author: 沈维忠 ( Shen Weizhong / Tony Stark )
Cell Phone: (+86) 15921299022
Github://github.com/Tony-Stark/
Trello: //trello.com/shenweizhong/
个人全球统一标识( Gravatar )://en.gravatar.com/swzcowboy/
个人主页( Personal Homepage )://tony-stark.github.io/
Linkedin://cn.linkedin.com/in/itonyyo/
Twitter: @iTonyYo, //twitter.com/iTonyYo/
Instagram://instagram.com/itonyyo/
Facebook://www.facebook.com/shenweizhong/
Google+: //plus.google.com/114960355664861539339/
Instagram: //instagram.com/itonyyo/
QQ:563214029, //user.qzone.qq.com/563214029/
Sina Weibo: //weibo.com/itonyyo/
WhatsApp:15921299022
微信( WeChat ):iTonyYo
Facebook Messenger:shenweizhong
Skype:live:swzyocowboy
Line:shenweizhong
Email: [email protected], [email protected], [email protected], [email protected], [email protected]
Version: 0.1.0-alpha
Creation Date: 2014.08.15 16:28 ( Tony ).
Last Update: 2014.08.15 20:46 ( Tony ).
meta(name='msapplication-config', content='IEconfig.xml')
meta(name='msapplication-TileColor', content='#01011f')
meta(name='msapplication-TileImage', content='mstile-144x144.png')
meta(name='msapplication-tooltip', content='Sample Text')
meta(name='msapplication-navbutton-color', content='#FFF')
meta(name='msapplication-task', content='name=Task sample.;action-uri=./;icon-uri=./favicon.ico')
meta(name='msapplication-window', content='width=1366;height=500')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment