rasmonkey17

AHK Startup Hotstrings

Feb 18th, 2018 (edited)
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Requires AutoHotkey v2.0
  2.  
  3.  
  4.  
  5. ; WEB DEVELOPMENT HOTSTRINGS
  6. ::.metatags::
  7. (
  8.     <meta charset="UTF-8">
  9.     <meta name="viewport" content="width=device-width, initial-scale=1">
  10.     <meta name="title" content="">
  11.     <meta name="description" content="">
  12.     <meta name="author" content="">
  13.     <meta name="theme-color" content="">
  14.     <meta property="og:type" content="website">
  15.     <meta property="og:url" content="">
  16.     <meta property="og:title" content="">
  17.     <meta property="og:description" content="">
  18.     <meta property="og:image" content="">
  19.     <meta property="og:image:alt" content="">
  20.     <meta property="og:image:url" content="">
  21.     <meta property="og:image:secure_url" content="">
  22.     <meta property="og:image:type" content="">
  23.     <meta property="og:image:width" content="">
  24.     <meta property="og:image:height" content="">
  25.     <meta property="twitter:card" content="summary_large_image">
  26.     <meta property="twitter:url" content="">
  27.     <meta property="twitter:title" content="">
  28.     <meta property="twitter:description" content="">
  29.     <meta property="twitter:image" content="">
  30. )
  31.  
  32. ::.responsivemeta::
  33. (
  34. <meta name="viewport" content="width=device-width, initial-scale=1">
  35. )
  36.  
  37. ::.responsive::
  38. (
  39. @mixin md
  40. {
  41.     @media (min-width: #{$screen-md-min})
  42.     {
  43.         @content;
  44.     }
  45. }
  46.  
  47. @mixin lg
  48. {
  49.     @media (min-width: #{$screen-lg-min})
  50.     {
  51.         @content;
  52.     }
  53. }
  54.  
  55. @mixin xl
  56. {
  57.     @media (min-width: #{$screen-xl-min})
  58.     {
  59.         @content;
  60.     }
  61. }
  62. )
  63.  
  64.  
  65.  
  66. ; OTHER HOTSTRINGS
  67. ::.vpsip::51.81.32.175
  68. ::.heart::♥
  69. ::.rolleyes::🙄
  70. ::.sob::😭
  71. ::.nails::💅🏻
  72. ::.dash::—
  73. ::.dot::•
  74. ::.tu::d–(^^ )z
  75. ::.tue::👍
  76. ::.shrug::¯\_()_/¯
  77. ::.wave::( ゚◡゚)/
  78. ::.squared::²
  79. ::.pi::π
  80. ::.lambda::λ
  81. ::.section::§
  82. ::.tm::™
  83. ::.copyright::©
  84. ::.acutea::á
  85. ::.acutee::é
  86. ::.acutei::í
  87. ::.acuteo::ó
  88. ::.acuteu::ú
  89. ::.tildea::ã
  90. ::.tilden::ñ
  91. ::.tildeo::õ
  92. ::.umlauta::ä
  93. ::.umlauto::ö
  94. ::.umlautu::ü
  95. ::.deg::°
  96. ::.inf::∞
  97. ::.currency::¤
  98. ::.cent::¢
  99. ::.pound::£
  100. ::.euro::€
  101. ::.micro::µ
  102. ::.smile::☺
  103. ::.blackstar::★
  104. ::.whitestar::☆
  105. ::.orange::ff975e
  106. ::.darkorange::fc7444
  107. ::.cream::f8f7bc
  108. ::.blue::71b0f9
  109. ::.darkblue::2c8be6
  110. ::.loremipsum::Lorem ipsum dolor sit amet. Qui adipisci quia qui possimus delectus ea vitae tenetur ex enim voluptas quo eaque architecto et earum iusto. Et voluptatem cupiditate qui quis illum et beatae voluptatibus est quos unde eum dolore repellat. Ut quae fuga ex totam quia eos quisquam perferendis est ipsam minima qui amet eius cum aspernatur dolores et esse incidunt. Id voluptas pariatur ut error consequatur qui inventore ipsum est consequatur quam qui soluta dolore.
  111. ::.aes::。・:*:・゚★,。・:*:・゚☆
  112. ::.nbsp:: `
  113. ::.blank::‎`
Add Comment
Please, Sign In to add comment