@bwg-ui/core 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (257) hide show
  1. package/README.md +106 -0
  2. package/dist/chunks/BwgLargeUploader-ByN1XWV4.js +809 -0
  3. package/dist/chunks/BwgLargeUploader-CU0-MVk4.cjs +1 -0
  4. package/dist/chunks/BwgSpace-CnLM4qcg.js +26 -0
  5. package/dist/chunks/BwgSpace-b0hmM1Ht.cjs +1 -0
  6. package/dist/chunks/QuickServiceToggle-CiCuWfCF.cjs +183 -0
  7. package/dist/chunks/QuickServiceToggle-y7esp1kp.js +15510 -0
  8. package/dist/chunks/ServiceCodeContext--ZnMtjzD.cjs +1 -0
  9. package/dist/chunks/ServiceCodeContext-CDZMr3Mm.js +87 -0
  10. package/dist/chunks/UtilsContext-B16Gh9LL.cjs +1 -0
  11. package/dist/chunks/UtilsContext-BbfZYiMR.js +240 -0
  12. package/dist/chunks/_commonjsHelpers-C6fGbg64.js +6 -0
  13. package/dist/chunks/_commonjsHelpers-DwGv2jUC.cjs +1 -0
  14. package/dist/chunks/codeStore-Dt6j826J.cjs +1 -0
  15. package/dist/chunks/codeStore-bxk_q1sl.js +449 -0
  16. package/dist/chunks/commonUtils-BV6WFv-z.js +628 -0
  17. package/dist/chunks/commonUtils-L9Jgc5y-.cjs +1 -0
  18. package/dist/chunks/favoriteStore-CguRSEcH.js +367 -0
  19. package/dist/chunks/favoriteStore-TgeeY32l.cjs +1 -0
  20. package/dist/chunks/jsx-runtime-CeSfJrVB.cjs +30 -0
  21. package/dist/chunks/jsx-runtime-Dpn_P65e.js +633 -0
  22. package/dist/chunks/messageUtils-9DXOwada.js +117 -0
  23. package/dist/chunks/messageUtils-RjJD_ArW.cjs +1 -0
  24. package/dist/chunks/popupStore-CVD8SPTa.cjs +1 -0
  25. package/dist/chunks/popupStore-Dp_fqtim.js +96 -0
  26. package/dist/chunks/realFormat-Cha7OTd9.cjs +1 -0
  27. package/dist/chunks/realFormat-DRGLFabQ.js +304 -0
  28. package/dist/chunks/serviceConfig-BJBsdee_.js +699 -0
  29. package/dist/chunks/serviceConfig-Cr2P4yr4.cjs +2 -0
  30. package/dist/components/common/BwgButtonGroup.d.ts +31 -0
  31. package/dist/components/common/BwgCmptArea.d.ts +16 -0
  32. package/dist/components/common/BwgConfigProvider.d.ts +10 -0
  33. package/dist/components/common/BwgDrawer.d.ts +20 -0
  34. package/dist/components/common/BwgGrid.d.ts +505 -0
  35. package/dist/components/common/BwgInfoArea.d.ts +8 -0
  36. package/dist/components/common/BwgPopup.d.ts +9 -0
  37. package/dist/components/common/BwgSpace.d.ts +11 -0
  38. package/dist/components/common/BwgTable.d.ts +13 -0
  39. package/dist/components/common/BwgTabs.d.ts +5 -0
  40. package/dist/components/common/BwgTitleBox.d.ts +29 -0
  41. package/dist/components/common/BwgView.d.ts +36 -0
  42. package/dist/components/common/ContentBox.d.ts +19 -0
  43. package/dist/components/common/ContentLayOut.d.ts +13 -0
  44. package/dist/components/common/GlobalConfigProvider.d.ts +9 -0
  45. package/dist/components/common/QuickServiceToggle.d.ts +13 -0
  46. package/dist/components/common/SearchBox.d.ts +16 -0
  47. package/dist/components/common/index.cjs +1 -0
  48. package/dist/components/common/index.d.ts +34 -0
  49. package/dist/components/common/index.js +24 -0
  50. package/dist/components/core/BwgButton.d.ts +6 -0
  51. package/dist/components/core/BwgCheck.d.ts +11 -0
  52. package/dist/components/core/BwgCheckList.d.ts +11 -0
  53. package/dist/components/core/BwgDatePicker.d.ts +10 -0
  54. package/dist/components/core/BwgForm.d.ts +6 -0
  55. package/dist/components/core/BwgFormItem.d.ts +17 -0
  56. package/dist/components/core/BwgInput.d.ts +9 -0
  57. package/dist/components/core/BwgLargeUploader.d.ts +15 -0
  58. package/dist/components/core/BwgMaskedInput.d.ts +20 -0
  59. package/dist/components/core/BwgMaskedPicker.d.ts +11 -0
  60. package/dist/components/core/BwgMultiSelect.d.ts +14 -0
  61. package/dist/components/core/BwgNumber.d.ts +13 -0
  62. package/dist/components/core/BwgRadio.d.ts +8 -0
  63. package/dist/components/core/BwgRangePicker.d.ts +12 -0
  64. package/dist/components/core/BwgSearch.d.ts +16 -0
  65. package/dist/components/core/BwgSelect.d.ts +15 -0
  66. package/dist/components/core/BwgTextArea.d.ts +8 -0
  67. package/dist/components/core/BwgUploader.d.ts +34 -0
  68. package/dist/components/core/index.cjs +1 -0
  69. package/dist/components/core/index.d.ts +36 -0
  70. package/dist/components/core/index.js +21 -0
  71. package/dist/components/guide/BwgComponentGuide.d.ts +2 -0
  72. package/dist/components/guide/BwgDeveloperGuide.d.ts +2 -0
  73. package/dist/components/guide/index.cjs +1 -0
  74. package/dist/components/guide/index.d.ts +2 -0
  75. package/dist/components/guide/index.js +7 -0
  76. package/dist/index.cjs +1 -0
  77. package/dist/index.d.ts +5 -0
  78. package/dist/index.js +291 -0
  79. package/dist/provider/contexts/CommonCodeContext.d.ts +46 -0
  80. package/dist/provider/contexts/SearchBoxContext.d.ts +15 -0
  81. package/dist/provider/contexts/ServiceCodeContext.d.ts +108 -0
  82. package/dist/provider/contexts/UtilsContext.d.ts +194 -0
  83. package/dist/provider/contexts/index.d.ts +4 -0
  84. package/dist/provider/hooks/index.d.ts +2 -0
  85. package/dist/provider/hooks/usePopup.d.ts +17 -0
  86. package/dist/provider/hooks/useViewState.d.ts +14 -0
  87. package/dist/provider/index.cjs +1 -0
  88. package/dist/provider/index.d.ts +2 -0
  89. package/dist/provider/index.js +27 -0
  90. package/dist/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  91. package/dist/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  92. package/dist/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  93. package/dist/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  94. package/dist/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
  95. package/dist/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  96. package/dist/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  97. package/dist/public/test.txt +0 -0
  98. package/dist/stores/codeStore.d.ts +173 -0
  99. package/dist/stores/favoriteStore.d.ts +19 -0
  100. package/dist/stores/index.cjs +1 -0
  101. package/dist/stores/index.d.ts +14 -0
  102. package/dist/stores/index.js +20 -0
  103. package/dist/stores/menuStore.d.ts +52 -0
  104. package/dist/stores/popupStore.d.ts +72 -0
  105. package/dist/stores/userStore.d.ts +36 -0
  106. package/dist/styles/assets/fonts/Roboto/Roboto-bold.eot +2751 -0
  107. package/dist/styles/assets/fonts/Roboto/Roboto-bold.svg +626 -0
  108. package/dist/styles/assets/fonts/Roboto/Roboto-bold.ttf +2755 -0
  109. package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff +2755 -0
  110. package/dist/styles/assets/fonts/Roboto/Roboto-bold.woff2 +2754 -0
  111. package/dist/styles/assets/fonts/Roboto/Roboto-medium.eot +0 -0
  112. package/dist/styles/assets/fonts/Roboto/Roboto-medium.svg +1064 -0
  113. package/dist/styles/assets/fonts/Roboto/Roboto-medium.ttf +0 -0
  114. package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff +0 -0
  115. package/dist/styles/assets/fonts/Roboto/Roboto-medium.woff2 +2754 -0
  116. package/dist/styles/assets/fonts/Roboto/Roboto-regular.eot +0 -0
  117. package/dist/styles/assets/fonts/Roboto/Roboto-regular.svg +1063 -0
  118. package/dist/styles/assets/fonts/Roboto/Roboto-regular.ttf +1597 -0
  119. package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff +1597 -0
  120. package/dist/styles/assets/fonts/Roboto/Roboto-regular.woff2 +1597 -0
  121. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.eot +1594 -0
  122. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.ttf +0 -0
  123. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff +1594 -0
  124. package/dist/styles/assets/fonts/material/MaterialIcons-Regular.woff2 +1594 -0
  125. package/dist/styles/assets/fonts/material/MaterialSymbolsOutlined.woff2 +0 -0
  126. package/dist/styles/assets/fonts/meiryo/meiryo.ttf +0 -0
  127. package/dist/styles/assets/fonts/meiryo/meiryob.ttf +0 -0
  128. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.eot +0 -0
  129. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.ttf +0 -0
  130. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothic.woff +0 -0
  131. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.eot +0 -0
  132. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.ttf +0 -0
  133. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicBold.woff +0 -0
  134. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.eot +0 -0
  135. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.ttf +0 -0
  136. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWeb.woff +0 -0
  137. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.eot +0 -0
  138. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.ttf +0 -0
  139. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebBold.woff +0 -0
  140. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.eot +0 -0
  141. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.ttf +0 -0
  142. package/dist/styles/assets/fonts/nanumBarun/NanumBarunGothicWebLight.woff +0 -0
  143. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.eot +2314 -0
  144. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.otf +2314 -0
  145. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.svg +47 -0
  146. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.ttf +2301 -0
  147. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff +2314 -0
  148. package/dist/styles/assets/fonts/notokr/NotoSans-Bold.woff2 +2315 -0
  149. package/dist/styles/assets/fonts/notokr/NotoSans-Light.otf +0 -0
  150. package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff +0 -0
  151. package/dist/styles/assets/fonts/notokr/NotoSans-Light.woff2 +0 -0
  152. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.eot +0 -0
  153. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.otf +0 -0
  154. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.svg +47 -0
  155. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.ttf +0 -0
  156. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff +0 -0
  157. package/dist/styles/assets/fonts/notokr/NotoSans-Medium.woff2 +0 -0
  158. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.eot +0 -0
  159. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.otf +0 -0
  160. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.svg +47 -0
  161. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.ttf +2299 -0
  162. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff +0 -0
  163. package/dist/styles/assets/fonts/notokr/NotoSans-Regular.woff2 +0 -0
  164. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.eot +0 -0
  165. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.ttf +0 -0
  166. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff +0 -0
  167. package/dist/styles/assets/fonts/poppins/Poppins-ExtraLight.woff2 +0 -0
  168. package/dist/styles/assets/fonts/poppins/Poppins-Light.eot +0 -0
  169. package/dist/styles/assets/fonts/poppins/Poppins-Light.ttf +0 -0
  170. package/dist/styles/assets/fonts/poppins/Poppins-Light.woff +0 -0
  171. package/dist/styles/assets/fonts/poppins/Poppins-Light.woff2 +0 -0
  172. package/dist/styles/assets/fonts/poppins/Poppins-Medium.eot +0 -0
  173. package/dist/styles/assets/fonts/poppins/Poppins-Medium.ttf +0 -0
  174. package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff +0 -0
  175. package/dist/styles/assets/fonts/poppins/Poppins-Medium.woff2 +0 -0
  176. package/dist/styles/assets/fonts/poppins/Poppins-Regular.eot +0 -0
  177. package/dist/styles/assets/fonts/poppins/Poppins-Regular.ttf +0 -0
  178. package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff +0 -0
  179. package/dist/styles/assets/fonts/poppins/Poppins-Regular.woff2 +0 -0
  180. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.eot +0 -0
  181. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.ttf +0 -0
  182. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff +0 -0
  183. package/dist/styles/assets/fonts/poppins/Poppins-SemiBold.woff2 +0 -0
  184. package/dist/styles/assets/fonts/pretendard/Pretendard-Black.woff2 +0 -0
  185. package/dist/styles/assets/fonts/pretendard/Pretendard-Bold.woff2 +0 -0
  186. package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraBold.woff2 +0 -0
  187. package/dist/styles/assets/fonts/pretendard/Pretendard-ExtraLight.woff2 +0 -0
  188. package/dist/styles/assets/fonts/pretendard/Pretendard-Light.woff2 +0 -0
  189. package/dist/styles/assets/fonts/pretendard/Pretendard-Medium.woff2 +0 -0
  190. package/dist/styles/assets/fonts/pretendard/Pretendard-Regular.woff2 +0 -0
  191. package/dist/styles/assets/fonts/pretendard/Pretendard-SemiBold.woff2 +0 -0
  192. package/dist/styles/assets/fonts/pretendard/Pretendard-Thin.woff2 +0 -0
  193. package/dist/styles/assets/images/README.md +144 -0
  194. package/dist/styles/assets/images/backgrounds/landing_bg.png +0 -0
  195. package/dist/styles/assets/images/backgrounds/login_bg_01.png +0 -0
  196. package/dist/styles/assets/images/backgrounds/login_bg_02.png +0 -0
  197. package/dist/styles/assets/images/contents/btn/btn-down-on.png +0 -0
  198. package/dist/styles/assets/images/contents/btn/btn-down.png +0 -0
  199. package/dist/styles/assets/images/contents/btn/btn-left-on.png +0 -0
  200. package/dist/styles/assets/images/contents/btn/btn-left.png +0 -0
  201. package/dist/styles/assets/images/contents/btn/btn-right-on.png +0 -0
  202. package/dist/styles/assets/images/contents/btn/btn-right.png +0 -0
  203. package/dist/styles/assets/images/contents/btn/btn-up-on.png +0 -0
  204. package/dist/styles/assets/images/contents/btn/btn-up.png +0 -0
  205. package/dist/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  206. package/dist/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  207. package/dist/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  208. package/dist/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  209. package/dist/styles/assets/images/contents/icon/ico-quick-tab-move.svg +4 -0
  210. package/dist/styles/assets/images/contents/icon/ico-setting.svg +4 -0
  211. package/dist/styles/assets/images/contents/icon/ico_blue.png +0 -0
  212. package/dist/styles/assets/images/contents/icon/ico_red.png +0 -0
  213. package/dist/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  214. package/dist/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  215. package/dist/styles/assets/images/logos/KRX Logo.svg +22 -0
  216. package/dist/styles/assets/images/logos/bwg-logo-blue.png +0 -0
  217. package/dist/styles/assets/images/logos/krx-logo-x2.png +0 -0
  218. package/dist/styles/assets/images/logos/krx-logo.png +0 -0
  219. package/dist/styles/assets/react.svg +1 -0
  220. package/dist/styles/components.css +785 -0
  221. package/dist/styles/fonts.css +101 -0
  222. package/dist/styles/global.css +52 -0
  223. package/dist/styles/index.css +41 -0
  224. package/dist/styles/layout.css +1132 -0
  225. package/dist/styles/login.css +151 -0
  226. package/dist/styles/popup.css +30 -0
  227. package/dist/styles/renderers.css +190 -0
  228. package/dist/styles/size.css +4019 -0
  229. package/dist/styles/variables.css +106 -0
  230. package/dist/test.txt +0 -0
  231. package/dist/types/images.d.ts +25 -0
  232. package/dist/utils/apiUtils.d.ts +85 -0
  233. package/dist/utils/arrayUtils.d.ts +34 -0
  234. package/dist/utils/commonUtils.d.ts +54 -0
  235. package/dist/utils/cookieUtils.d.ts +4 -0
  236. package/dist/utils/dateUtils.d.ts +26 -0
  237. package/dist/utils/envUtils.d.ts +8 -0
  238. package/dist/utils/imageUtils.d.ts +31 -0
  239. package/dist/utils/index.cjs +1 -0
  240. package/dist/utils/index.d.ts +14 -0
  241. package/dist/utils/index.js +211 -0
  242. package/dist/utils/messageUtils.d.ts +65 -0
  243. package/dist/utils/notificationUtils.d.ts +51 -0
  244. package/dist/utils/objectUtils.d.ts +27 -0
  245. package/dist/utils/realFormat.d.ts +242 -0
  246. package/dist/utils/serviceConfig.d.ts +35 -0
  247. package/dist/utils/stringUtils.d.ts +142 -0
  248. package/dist/utils/userUtils.d.ts +19 -0
  249. package/package.json +123 -0
  250. package/public/styles/assets/images/contents/icon/ico-business-trip.svg +21 -0
  251. package/public/styles/assets/images/contents/icon/ico-holiday.svg +23 -0
  252. package/public/styles/assets/images/contents/icon/ico-menu-help.svg +5 -0
  253. package/public/styles/assets/images/contents/icon/ico-overtime.svg +17 -0
  254. package/public/styles/assets/images/contents/icon/ico-quick-tab-move.svg +8 -0
  255. package/public/styles/assets/images/contents/icon/quick tab-text.svg +4 -0
  256. package/public/styles/assets/images/contents/icon/quick-tab-text.svg +4 -0
  257. package/public/test.txt +0 -0
@@ -0,0 +1,2755 @@
1
+
2
+
3
+
4
+
5
+
6
+
7
+
8
+ <!DOCTYPE html>
9
+ <html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark" data-a11y-animated-images="system">
10
+ <head>
11
+ <meta charset="utf-8">
12
+ <link rel="dns-prefetch" href="https://github.githubassets.com">
13
+ <link rel="dns-prefetch" href="https://avatars.githubusercontent.com">
14
+ <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
15
+ <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
16
+ <link rel="preconnect" href="https://github.githubassets.com" crossorigin>
17
+ <link rel="preconnect" href="https://avatars.githubusercontent.com">
18
+
19
+
20
+
21
+
22
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/light-8cafbcbd78f4.css" /><link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/dark-31dc14e38457.css" /><link data-color-theme="dark_dimmed" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_dimmed-71414d661fe2.css" /><link data-color-theme="dark_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_high_contrast-ba96c7f1d660.css" /><link data-color-theme="dark_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_colorblind-7471c22cdb6a.css" /><link data-color-theme="light_colorblind" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_colorblind-80180bed15ed.css" /><link data-color-theme="light_high_contrast" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_high_contrast-e89b9cdecb75.css" /><link data-color-theme="light_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/light_tritanopia-77f15e9154df.css" /><link data-color-theme="dark_tritanopia" crossorigin="anonymous" media="all" rel="stylesheet" data-href="https://github.githubassets.com/assets/dark_tritanopia-f598f8dd18ae.css" />
23
+
24
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-primitives-fb1d51d1ef66.css" />
25
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-60c5e476b0dc.css" />
26
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/global-d31d56021874.css" />
27
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/github-2c7b1701fb19.css" />
28
+ <link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/code-5aae01d45c34.css" />
29
+
30
+
31
+
32
+ <script type="application/json" id="client-env">{"locale":"en","featureFlags":["turbo_experiment_risky","image_metric_tracking","geojson_azure_maps"]}</script>
33
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/wp-runtime-9da387357abe.js"></script>
34
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_stacktrace-parser_dist_stack-trace-parser_esm_js-node_modules_github_bro-a4c183-ae93d3fba59c.js"></script>
35
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_soft-nav_soft-nav_ts-5bbac172fb2f.js"></script>
36
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/environment-27e06165e415.js"></script>
37
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_dompurify_dist_purify_js-64d590970fa6.js"></script>
38
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_selector-observer_dist_index_esm_js-2646a2c533e3.js"></script>
39
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_relative-time-element_dist_index_js-99e288659d4f.js"></script>
40
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_fzy_js_index_js-node_modules_github_markdown-toolbar-element_dist_index_js-e3de700a4c9d.js"></script>
41
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_auto-complete-element-5b3870-9b38c0812424.js"></script>
42
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_file-attachment-element_dist_index_js-node_modules_github_text-ex-3415a8-7ecc10fb88d0.js"></script>
43
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_filter-input-element_dist_index_js-node_modules_github_remote-inp-8873b7-5771678648e0.js"></script>
44
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_view-components_app_components_primer_primer_js-node_modules_gith-e7a1e2-49659aed34cc.js"></script>
45
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/github-elements-d042ca720710.js"></script>
46
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/element-registry-0ab836256a11.js"></script>
47
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_lit-html_lit-html_js-9d9fe1859ce5.js"></script>
48
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_hydro-analytics-client_dist_analytics-client_js-node_modules_gith-f3aee1-fd3c22610e40.js"></script>
49
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_morphdom_dist_morphdom-esm_js-b1fdd7158cf0.js"></script>
50
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_mini-throttle_dist_index_js-node_modules_github_alive-client_dist-bf5aa2-424aa982deef.js"></script>
51
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_turbo_dist_turbo_es2017-esm_js-ba0e4d5b3207.js"></script>
52
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_scroll-anchoring_dist_scro-52dc4b-e1e33bfc0b7e.js"></script>
53
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_color-convert_index_js-35b3ae68c408.js"></script>
54
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_paste-markdown_dist_index_esm_js-node_modules_github_quote-select-7a8e2b-f036384374ea.js"></script>
55
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_form-utils_form-utils_ts-ui_packages_morpheus_index_ts-ui_packages_trusted-types--01a936-2e33af2596e0.js"></script>
56
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_keyboard-shortcuts-helper_ts-app_assets_modules_github_be-af52ef-a7d8c6f40fcc.js"></script>
57
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_sticky-scroll-into-view_ts-050ad6637d58.js"></script>
58
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_ajax-error_ts-app_assets_modules_github_behaviors_include-f12a82-c9c7859d8645.js"></script>
59
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_behaviors_commenting_edit_ts-app_assets_modules_github_behaviors_ht-83c235-f22ac6b94445.js"></script>
60
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_blob-anchor_ts-app_assets_modules_github_filter-sort_ts-app_assets_-c96432-3460172f1b1f.js"></script>
61
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/behaviors-3e5c93992bc3.js"></script>
62
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_delegated-events_dist_index_js-node_modules_github_catalyst_lib_index_js-06ff531-fe0b8ccc90a5.js"></script>
63
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/notifications-global-f57687007bfc.js"></script>
64
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/code-menu-082003a113a7.js"></script>
65
+
66
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-lib-210c4b5934c3.js"></script>
67
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_octicons-react_dist_index_esm_js-node_modules_primer_react_lib-es-ca6dae-997b5be9ae26.js"></script>
68
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_focus-zone_js-d55308df5023.js"></script>
69
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Button_index_js-node_modules_primer_react_lib-esm_L-5634ab-88e75d034f00.js"></script>
70
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionList_index_js-node_modules_primer_react_lib-e-6c83fc-f575f8ee0ebf.js"></script>
71
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TextInput_TextInput_js-bda16ad5f5c0.js"></script>
72
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_ActionMenu_js-9f46ef9292fe.js"></script>
73
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_behaviors_dist_esm_scroll-into-view_js-node_modules_primer_react_-04bb1b-f1078ffd63d6.js"></script>
74
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_FormControl_FormControl_js-f73cfd5e1065.js"></script>
75
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Heading_Heading_js-node_modules_primer_react_lib-es-20c766-3952b4d6d547.js"></script>
76
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Dialog_ConfirmationDialog_js-a160e95ee1e8.js"></script>
77
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_TreeView_TreeView_js-2d5a3fb3b8ec.js"></script>
78
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Avatar_Avatar_js-node_modules_primer_react_lib-esm_-11e656-b2b35bb64b8b.js"></script>
79
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_Dialog_js-node_modules_primer_react_lib-esm_TabNav_-8321f5-f6c3aa4bc5a3.js"></script>
80
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_blackbird-parser_dist_blackbird_js-fcd9d30e9b7e.js"></script>
81
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_BranchName_BranchName_js-node_modules_primer_react_-c4e0ac-925df4a62d0b.js"></script>
82
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_NavList_NavList_js-node_modules_primer_react_lib-es-ff3f14-9a81ecfa3742.js"></script>
83
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_AvatarStack_AvatarStack_js-node_modules_primer_reac-0b4173-d8ba3894d9e9.js"></script>
84
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_primer_react_lib-esm_CircleOcticon_CircleOcticon_js-node_modules_primer_-a9ee65-d6ac78f9dd48.js"></script>
85
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_deferred-registry_ts-ui_packages_react-core_AppContextProvider_tsx-ui_-36d03f-943a2ee83b7f.js"></script>
86
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_react-core_Entry_tsx-d7bb6c9e07f2.js"></script>
87
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/ui_packages_ref-selector_RefSelector_tsx-ui_packages_safe-html_SafeHTML_tsx-c49043ee97c3.js"></script>
88
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_blackbird-monolith_hooks_use-navigate-to-query_ts-app_assets_modules_black-8527d4-5aab2da637a1.js"></script>
89
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_react-code-view_pages_CodeView_tsx-99ef1486c8dc.js"></script>
90
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/react-code-view-cb416927db49.js"></script>
91
+
92
+
93
+ <title>webfonts/roboto-bold/roboto-bold.ttf at master · alsacreations/webfonts</title>
94
+
95
+
96
+
97
+ <meta name="route-pattern" content="/:user_id/:repository/blob/*name(/*path)">
98
+
99
+
100
+ <meta name="current-catalog-service-hash" content="82c569b93da5c18ed649ebd4c2c79437db4611a6a1373e805a3cb001c64130b7">
101
+
102
+
103
+ <meta name="request-id" content="FDA4:4082:3C42EF:469411:649E9CDB" data-turbo-transient="true" /><meta name="html-safe-nonce" content="b8b0fbf8b57f118e523b446995b370ed0f113538e875cfc84dbfea023d523991" data-turbo-transient="true" /><meta name="visitor-payload" content="eyJyZWZlcnJlciI6Imh0dHBzOi8vZ2l0aHViLmNvbS9hbHNhY3JlYXRpb25zL3dlYmZvbnRzL3RyZWUvbWFzdGVyL3JvYm90by1ib2xkIiwicmVxdWVzdF9pZCI6IkZEQTQ6NDA4MjozQzQyRUY6NDY5NDExOjY0OUU5Q0RCIiwidmlzaXRvcl9pZCI6Ijg1MTAxNDU0MDU2NTE5Mjc0OTgiLCJyZWdpb25fZWRnZSI6ImtvcmVhY2VudHJhbCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ==" data-turbo-transient="true" /><meta name="visitor-hmac" content="68fb52ad509d7063fa25b207af1c9136be0665c18c828c10776caec723f29974" data-turbo-transient="true" />
104
+
105
+
106
+ <meta name="hovercard-subject-tag" content="repository:48681862" data-turbo-transient>
107
+
108
+
109
+ <meta name="github-keyboard-shortcuts" content="repository,source-code,file-tree" data-turbo-transient="true" />
110
+
111
+
112
+ <meta name="selected-link" value="repo_source" data-turbo-transient>
113
+ <link rel="assets" href="https://github.githubassets.com/">
114
+
115
+ <meta name="google-site-verification" content="c1kuD-K2HIVF635lypcsWPoD4kilo5-jA_wBFyT4uMY">
116
+ <meta name="google-site-verification" content="KT5gs8h0wvaagLKAVWq8bbeNwnZZK1r1XQysX3xurLU">
117
+ <meta name="google-site-verification" content="ZzhVyEFwb7w3e0-uOTltm8Jsck2F5StVihD0exw2fsA">
118
+ <meta name="google-site-verification" content="GXs5KoUUkNCoaAZn7wPN-t01Pywp9M3sEjnt_3_ZWPc">
119
+ <meta name="google-site-verification" content="Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I">
120
+
121
+ <meta name="octolytics-url" content="https://collector.github.com/github/collect" /><meta name="octolytics-actor-id" content="130130066" /><meta name="octolytics-actor-login" content="jaranglee" /><meta name="octolytics-actor-hash" content="39653bb2f5e199be00ffc498c9e7d7cc5286f2e9c0983cd5981670415794da8a" />
122
+
123
+ <meta name="analytics-location" content="/&lt;user-name&gt;/&lt;repo-name&gt;/blob/show" data-turbo-transient="true" />
124
+
125
+
126
+
127
+
128
+
129
+
130
+
131
+
132
+ <meta name="user-login" content="jaranglee">
133
+
134
+ <link rel="sudo-modal" href="/sessions/sudo_modal">
135
+
136
+ <meta name="viewport" content="width=device-width">
137
+
138
+ <meta name="description" content="une collection de webfonts optimisées pour le web. Contribute to alsacreations/webfonts development by creating an account on GitHub.">
139
+ <link rel="search" type="application/opensearchdescription+xml" href="/opensearch.xml" title="GitHub">
140
+ <link rel="fluid-icon" href="https://github.com/fluidicon.png" title="GitHub">
141
+ <meta property="fb:app_id" content="1401488693436528">
142
+ <meta name="apple-itunes-app" content="app-id=1477376905, app-argument=https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf" />
143
+ <meta name="twitter:image:src" content="https://opengraph.githubassets.com/8acbda6d951d5fdf814a8ed7640fc124b833383b311386a23fbb72f7eb8e2a8b/alsacreations/webfonts" /><meta name="twitter:site" content="@github" /><meta name="twitter:card" content="summary_large_image" /><meta name="twitter:title" content="webfonts/roboto-bold/roboto-bold.ttf at master · alsacreations/webfonts" /><meta name="twitter:description" content="une collection de webfonts optimisées pour le web. Contribute to alsacreations/webfonts development by creating an account on GitHub." />
144
+ <meta property="og:image" content="https://opengraph.githubassets.com/8acbda6d951d5fdf814a8ed7640fc124b833383b311386a23fbb72f7eb8e2a8b/alsacreations/webfonts" /><meta property="og:image:alt" content="une collection de webfonts optimisées pour le web. Contribute to alsacreations/webfonts development by creating an account on GitHub." /><meta property="og:image:width" content="1200" /><meta property="og:image:height" content="600" /><meta property="og:site_name" content="GitHub" /><meta property="og:type" content="object" /><meta property="og:title" content="webfonts/roboto-bold/roboto-bold.ttf at master · alsacreations/webfonts" /><meta property="og:url" content="https://github.com/alsacreations/webfonts" /><meta property="og:description" content="une collection de webfonts optimisées pour le web. Contribute to alsacreations/webfonts development by creating an account on GitHub." />
145
+
146
+
147
+ <link rel="shared-web-socket" href="wss://alive.github.com/_sockets/u/130130066/ws?session=eyJ2IjoiVjMiLCJ1IjoxMzAxMzAwNjYsInMiOjExNDM5NDUxMTksImMiOjQwNzA2ODU0NzMsInQiOjE2ODgxMTY0NTN9--0da44a65e62d1ec69c15a258bbf702887d4e687f49fd8c929b7ece62ebf2db32" data-refresh-url="/_alive" data-session-id="7c404112c09262b24665e4f304b67e97ce707519b9560f0869c0ac403a39b3d4">
148
+ <link rel="shared-web-socket-src" href="/assets-cdn/worker/socket-worker-71e98f781d79.js">
149
+
150
+
151
+ <meta name="hostname" content="github.com">
152
+
153
+
154
+ <meta name="keyboard-shortcuts-preference" content="all">
155
+
156
+ <meta name="expected-hostname" content="github.com">
157
+
158
+ <meta name="enabled-features" content="TURBO_EXPERIMENT_RISKY,IMAGE_METRIC_TRACKING,GEOJSON_AZURE_MAPS">
159
+
160
+
161
+ <meta http-equiv="x-pjax-version" content="8e37ebd8e4fc2a9e192b05c7134825b4678a5e24cea3584db66bda2922215d05" data-turbo-track="reload">
162
+ <meta http-equiv="x-pjax-csp-version" content="0db263f9a873141d8256f783c35f244c06d490aacc3b680f99794dd8fd59fb59" data-turbo-track="reload">
163
+ <meta http-equiv="x-pjax-css-version" content="b5fda5e4f44e5bd2c62a1acaac80ed17438664c1bee1db362ddada492d0fb6fa" data-turbo-track="reload">
164
+ <meta http-equiv="x-pjax-js-version" content="d9b94890e6ecaf3aa0cdfc996cde23d72b000a564bd07aaf1e8c2f1348f786e4" data-turbo-track="reload">
165
+
166
+ <meta name="turbo-cache-control" content="no-preview" data-turbo-transient="">
167
+
168
+ <meta name="turbo-cache-control" content="no-cache" data-turbo-transient>
169
+ <meta data-hydrostats="publish">
170
+
171
+ <meta name="go-import" content="github.com/alsacreations/webfonts git https://github.com/alsacreations/webfonts.git">
172
+
173
+ <meta name="octolytics-dimension-user_id" content="6782024" /><meta name="octolytics-dimension-user_login" content="alsacreations" /><meta name="octolytics-dimension-repository_id" content="48681862" /><meta name="octolytics-dimension-repository_nwo" content="alsacreations/webfonts" /><meta name="octolytics-dimension-repository_public" content="true" /><meta name="octolytics-dimension-repository_is_fork" content="false" /><meta name="octolytics-dimension-repository_network_root_id" content="48681862" /><meta name="octolytics-dimension-repository_network_root_nwo" content="alsacreations/webfonts" />
174
+
175
+
176
+
177
+ <meta name="turbo-body-classes" content="logged-in env-production page-responsive">
178
+
179
+
180
+ <meta name="browser-stats-url" content="https://api.github.com/_private/browser/stats">
181
+
182
+ <meta name="browser-errors-url" content="https://api.github.com/_private/browser/errors">
183
+
184
+ <meta name="browser-optimizely-client-errors-url" content="https://api.github.com/_private/browser/optimizely_client/errors">
185
+
186
+ <link rel="mask-icon" href="https://github.githubassets.com/pinned-octocat.svg" color="#000000">
187
+ <link rel="alternate icon" class="js-site-favicon" type="image/png" href="https://github.githubassets.com/favicons/favicon.png">
188
+ <link rel="icon" class="js-site-favicon" type="image/svg+xml" href="https://github.githubassets.com/favicons/favicon.svg">
189
+
190
+ <meta name="theme-color" content="#1e2327">
191
+ <meta name="color-scheme" content="light dark" />
192
+
193
+
194
+ <link rel="manifest" href="/manifest.json" crossOrigin="use-credentials">
195
+
196
+ </head>
197
+
198
+ <body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
199
+ <div data-turbo-body class="logged-in env-production page-responsive" style="word-wrap: break-word;">
200
+
201
+
202
+
203
+ <div class="position-relative js-header-wrapper ">
204
+ <a href="#start-of-content" class="p-3 color-bg-accent-emphasis color-fg-on-emphasis show-on-focus js-skip-to-content">Skip to content</a>
205
+ <span data-view-component="true" class="progress-pjax-loader Progress position-fixed width-full">
206
+ <span style="width: 0%;" data-view-component="true" class="Progress-item progress-pjax-loader-bar left-0 top-0 color-bg-accent-emphasis"></span>
207
+ </span>
208
+
209
+
210
+
211
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_allex_crc32_lib_crc32_esm_js-node_modules_github_clipboard-copy-element_-2da1d5-ca2e742c29fb.js"></script>
212
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/app_assets_modules_github_command-palette_items_help-item_ts-app_assets_modules_github_comman-48ad9d-3f418800033f.js"></script>
213
+ <script crossorigin="anonymous" defer="defer" type="application/javascript" src="https://github.githubassets.com/assets/command-palette-681e3f3ff8a0.js"></script>
214
+
215
+ <header class="AppHeader">
216
+ <div class="AppHeader-globalBar pb-2 js-global-bar">
217
+ <div class="AppHeader-globalBar-start">
218
+ <deferred-side-panel data-url="/_side-panels/global">
219
+ <include-fragment data-target="deferred-side-panel.fragment">
220
+
221
+ <button aria-label="Open global navigation menu" data-action="click:deferred-side-panel#loadPanel click:deferred-side-panel#panelOpened" data-show-dialog-id="dialog-840c7a83-d27a-403b-a75a-0269b0d7c04c" id="dialog-show-dialog-840c7a83-d27a-403b-a75a-0269b0d7c04c" type="button" data-view-component="true" class="Button Button--iconOnly Button--secondary Button--medium AppHeader-button color-bg-transparent p-0 color-fg-muted"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-three-bars Button-visual">
222
+ <path d="M1 2.75A.75.75 0 0 1 1.75 2h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 2.75Zm0 5A.75.75 0 0 1 1.75 7h12.5a.75.75 0 0 1 0 1.5H1.75A.75.75 0 0 1 1 7.75ZM1.75 12h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5Z"></path>
223
+ </svg>
224
+ </button>
225
+
226
+ <div class="Overlay--hidden Overlay-backdrop--side Overlay-backdrop--placement-left" data-modal-dialog-overlay>
227
+ <modal-dialog data-target="deferred-side-panel.panel" role="dialog" id="dialog-840c7a83-d27a-403b-a75a-0269b0d7c04c" aria-modal="true" aria-disabled="true" aria-describedby="dialog-840c7a83-d27a-403b-a75a-0269b0d7c04c-title dialog-840c7a83-d27a-403b-a75a-0269b0d7c04c-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-small-portrait Overlay--motion-scaleFade SidePanel">
228
+ <div styles="flex-direction: row;" data-view-component="true" class="Overlay-header">
229
+ <div class="Overlay-headerContentWrap">
230
+ <div class="Overlay-titleWrap">
231
+ <h1 class="Overlay-title sr-only" id="dialog-840c7a83-d27a-403b-a75a-0269b0d7c04c-title">
232
+ Global navigation
233
+ </h1>
234
+ <div data-view-component="true" class="d-flex">
235
+ <div data-view-component="true" class="AppHeader-logo position-relative">
236
+ <svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-mark-github">
237
+ <path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
238
+ </svg>
239
+ </div></div>
240
+ </div>
241
+ <div class="Overlay-actionWrap">
242
+ <button data-close-dialog-id="dialog-840c7a83-d27a-403b-a75a-0269b0d7c04c" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
243
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
244
+ </svg></button>
245
+ </div>
246
+ </div>
247
+ </div>
248
+ <div data-view-component="true" class="Overlay-body d-flex flex-column height-full px-2"> <nav aria-label="Site navigation" data-view-component="true" class="ActionList">
249
+
250
+ <nav-list>
251
+ <ul data-view-component="true" class="ActionListWrap">
252
+
253
+
254
+ <li item_id="general" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
255
+
256
+ <a data-hotkey="g d" hydro-click="{&quot;event_type&quot;:&quot;global_header.user_menu_dropdown.click&quot;,&quot;payload&quot;:{&quot;request_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;target&quot;:&quot;HOME&quot;,&quot;originating_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;user_id&quot;:130130066}}" hydro-click-hmac="b3fc490cfb3512efd739a38c152ea258dd15b0275595a21d7351cb210a64548e" id="item-bd90c306-e411-47e3-a13b-b03bb411f052" href="/dashboard" data-view-component="true" class="ActionListContent ActionListContent--visual16">
257
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
258
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-home">
259
+ <path d="M6.906.664a1.749 1.749 0 0 1 2.187 0l5.25 4.2c.415.332.657.835.657 1.367v7.019A1.75 1.75 0 0 1 13.25 15h-3.5a.75.75 0 0 1-.75-.75V9H7v5.25a.75.75 0 0 1-.75.75h-3.5A1.75 1.75 0 0 1 1 13.25V6.23c0-.531.242-1.034.657-1.366l5.25-4.2Zm1.25 1.171a.25.25 0 0 0-.312 0l-5.25 4.2a.25.25 0 0 0-.094.196v7.019c0 .138.112.25.25.25H5.5V8.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 .75.75v5.25h2.75a.25.25 0 0 0 .25-.25V6.23a.25.25 0 0 0-.094-.195Z"></path>
260
+ </svg>
261
+ </span>
262
+
263
+ <span data-view-component="true" class="ActionListItem-label">
264
+ Home
265
+ </span></a>
266
+
267
+
268
+ </li>
269
+
270
+
271
+
272
+ <li item_id="personal_info" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
273
+
274
+ <a data-hotkey="g i" hydro-click="{&quot;event_type&quot;:&quot;global_header.user_menu_dropdown.click&quot;,&quot;payload&quot;:{&quot;request_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;target&quot;:&quot;ISSUES&quot;,&quot;originating_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;user_id&quot;:130130066}}" hydro-click-hmac="0e00b12b990b61806baf24001237c07bc9b3c8327bfb6d89e20e2dbe95b68af6" id="item-a3ac9f6e-1dea-45ee-9145-2a32f2cd89d3" href="/issues" data-view-component="true" class="ActionListContent ActionListContent--visual16">
275
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
276
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-issue-opened">
277
+ <path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path>
278
+ </svg>
279
+ </span>
280
+
281
+ <span data-view-component="true" class="ActionListItem-label">
282
+ Issues
283
+ </span></a>
284
+
285
+
286
+ </li>
287
+
288
+
289
+
290
+ <li item_id="password" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
291
+
292
+ <a data-hotkey="g p" hydro-click="{&quot;event_type&quot;:&quot;global_header.user_menu_dropdown.click&quot;,&quot;payload&quot;:{&quot;request_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;target&quot;:&quot;PULL_REQUESTS&quot;,&quot;originating_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;user_id&quot;:130130066}}" hydro-click-hmac="7b3a6fbdc98d6975f9baa237e4a731112729940971455ae95b27d53c48b44e66" id="item-79c85426-a1fd-4a3a-b9e9-aab5f2c8a069" href="/pulls" data-view-component="true" class="ActionListContent ActionListContent--visual16">
293
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
294
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-pull-request">
295
+ <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z"></path>
296
+ </svg>
297
+ </span>
298
+
299
+ <span data-view-component="true" class="ActionListItem-label">
300
+ Pull requests
301
+ </span></a>
302
+
303
+
304
+ </li>
305
+
306
+
307
+
308
+ <li item_id="billing" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
309
+
310
+ <a hydro-click="{&quot;event_type&quot;:&quot;global_header.user_menu_dropdown.click&quot;,&quot;payload&quot;:{&quot;request_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;target&quot;:&quot;DISCUSSIONS&quot;,&quot;originating_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;user_id&quot;:130130066}}" hydro-click-hmac="2264d5e6a8135dbb579f2f57bea787c08140c023ab4cdc0845fe24052131eced" id="item-82bf820a-eb30-4bf5-bcba-c51e09d0ab8f" href="/discussions" data-view-component="true" class="ActionListContent ActionListContent--visual16">
311
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
312
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-comment-discussion">
313
+ <path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.458 1.458 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25Z"></path>
314
+ </svg>
315
+ </span>
316
+
317
+ <span data-view-component="true" class="ActionListItem-label">
318
+ Discussions
319
+ </span></a>
320
+
321
+
322
+ </li>
323
+
324
+ </ul> </nav-list>
325
+ </nav>
326
+
327
+ <div data-view-component="true" class="my-3 d-flex flex-justify-center height-full">
328
+ <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
329
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
330
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
331
+ </svg>
332
+ </div>
333
+ </div>
334
+ <div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd d-block pt-0"> <li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider mt-0 mb-1"></li>
335
+
336
+ <nav aria-label="Additional navigation" data-view-component="true" class="ActionList px-0 flex-1">
337
+
338
+ <nav-list>
339
+ <ul data-view-component="true" class="ActionListWrap">
340
+
341
+
342
+ <li item_id="general" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
343
+
344
+ <a hydro-click="{&quot;event_type&quot;:&quot;global_header.user_menu_dropdown.click&quot;,&quot;payload&quot;:{&quot;request_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;target&quot;:&quot;EXPLORE&quot;,&quot;originating_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;user_id&quot;:130130066}}" hydro-click-hmac="835f07a77cc01c639b5bc849e76d6a84413652fde2459faa5d28fe18ae6b2fa0" id="item-e68da03b-1f85-4e0b-a981-77ca80bc8214" href="/explore" data-view-component="true" class="ActionListContent ActionListContent--visual16">
345
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
346
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-telescope">
347
+ <path d="M14.184 1.143v-.001l1.422 2.464a1.75 1.75 0 0 1-.757 2.451L3.104 11.713a1.75 1.75 0 0 1-2.275-.702l-.447-.775a1.75 1.75 0 0 1 .53-2.32L11.682.573a1.748 1.748 0 0 1 2.502.57Zm-4.709 9.32h-.001l2.644 3.863a.75.75 0 1 1-1.238.848l-1.881-2.75v2.826a.75.75 0 0 1-1.5 0v-2.826l-1.881 2.75a.75.75 0 1 1-1.238-.848l2.049-2.992a.746.746 0 0 1 .293-.253l1.809-.87a.749.749 0 0 1 .944.252ZM9.436 3.92h-.001l-4.97 3.39.942 1.63 5.42-2.61Zm3.091-2.108h.001l-1.85 1.26 1.505 2.605 2.016-.97a.247.247 0 0 0 .13-.151.247.247 0 0 0-.022-.199l-1.422-2.464a.253.253 0 0 0-.161-.119.254.254 0 0 0-.197.038ZM1.756 9.157a.25.25 0 0 0-.075.33l.447.775a.25.25 0 0 0 .325.1l1.598-.769-.83-1.436-1.465 1Z"></path>
348
+ </svg>
349
+ </span>
350
+
351
+ <span data-view-component="true" class="ActionListItem-label">
352
+ Explore
353
+ </span></a>
354
+
355
+
356
+ </li>
357
+
358
+
359
+
360
+ <li item_id="general" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
361
+
362
+ <a hydro-click="{&quot;event_type&quot;:&quot;global_header.user_menu_dropdown.click&quot;,&quot;payload&quot;:{&quot;request_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;target&quot;:&quot;MARKETPLACE&quot;,&quot;originating_url&quot;:&quot;https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf&quot;,&quot;user_id&quot;:130130066}}" hydro-click-hmac="3d7262649a38784cbc033703dbe9c2c72c372cd9e52888536dc9eb1f5f64d37c" id="item-8b72d353-c281-44cc-bf93-fd716a3f8bb2" href="/marketplace" data-view-component="true" class="ActionListContent ActionListContent--visual16">
363
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
364
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-gift">
365
+ <path d="M2 2.75A2.75 2.75 0 0 1 4.75 0c.983 0 1.873.42 2.57 1.232.268.318.497.668.68 1.042.183-.375.411-.725.68-1.044C9.376.42 10.266 0 11.25 0a2.75 2.75 0 0 1 2.45 4h.55c.966 0 1.75.784 1.75 1.75v2c0 .698-.409 1.301-1 1.582v4.918A1.75 1.75 0 0 1 13.25 16H2.75A1.75 1.75 0 0 1 1 14.25V9.332C.409 9.05 0 8.448 0 7.75v-2C0 4.784.784 4 1.75 4h.55c-.192-.375-.3-.8-.3-1.25ZM7.25 9.5H2.5v4.75c0 .138.112.25.25.25h4.5Zm1.5 0v5h4.5a.25.25 0 0 0 .25-.25V9.5Zm0-4V8h5.5a.25.25 0 0 0 .25-.25v-2a.25.25 0 0 0-.25-.25Zm-7 0a.25.25 0 0 0-.25.25v2c0 .138.112.25.25.25h5.5V5.5h-5.5Zm3-4a1.25 1.25 0 0 0 0 2.5h2.309c-.233-.818-.542-1.401-.878-1.793-.43-.502-.915-.707-1.431-.707ZM8.941 4h2.309a1.25 1.25 0 0 0 0-2.5c-.516 0-1 .205-1.43.707-.337.392-.646.975-.879 1.793Z"></path>
366
+ </svg>
367
+ </span>
368
+
369
+ <span data-view-component="true" class="ActionListItem-label">
370
+ Marketplace
371
+ </span></a>
372
+
373
+
374
+ </li>
375
+
376
+
377
+
378
+ <li item_id="feedback" data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
379
+
380
+ <a id="item-437db8d2-491d-40e2-b84f-6a719efa3775" href="https://gh.io/navigation-update" data-view-component="true" class="ActionListContent ActionListContent--visual16">
381
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
382
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-comment-discussion">
383
+ <path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.458 1.458 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25Z"></path>
384
+ </svg>
385
+ </span>
386
+
387
+ <span data-view-component="true" class="ActionListItem-label">
388
+ Give new navigation feedback
389
+ </span> <span class="ActionListItem-visual ActionListItem-visual--trailing">
390
+ <span title="Beta" data-view-component="true" class="Counter color-bg-default color-border-success-emphasis color-fg-success">Beta</span>
391
+ </span>
392
+ </a>
393
+
394
+
395
+ </li>
396
+
397
+ </ul> </nav-list>
398
+ </nav>
399
+
400
+ <div data-view-component="true" class="px-2"> <p class="color-fg-subtle text-small text-light">&copy; 2023 GitHub, Inc.</p>
401
+
402
+ <div data-view-component="true" class="d-flex text-small text-light">
403
+ <a target="_blank" href="/about" data-view-component="true" class="no-underline mr-2">About</a>
404
+ <a target="_blank" href="https://github.blog" data-view-component="true" class="no-underline mr-2">Blog</a>
405
+ <a target="_blank" href="https://docs.github.com/site-policy/github-terms/github-terms-of-service" data-view-component="true" class="no-underline mr-2">Terms</a>
406
+ <a target="_blank" href="https://docs.github.com/site-policy/privacy-policies/github-privacy-statement" data-view-component="true" class="no-underline mr-2">Privacy</a>
407
+ <a target="_blank" href="/security" data-view-component="true" class="no-underline mr-2">Security</a>
408
+ <a target="_blank" href="https://www.githubstatus.com/" data-view-component="true" class="no-underline mr-3">Status</a>
409
+ </div></div>
410
+ </div>
411
+ </modal-dialog></div>
412
+
413
+ </include-fragment>
414
+ </deferred-side-panel>
415
+
416
+ <a
417
+ class="AppHeader-logo ml-2"
418
+ href="https://github.com/"
419
+ data-hotkey="g d"
420
+ aria-label="Homepage "
421
+ data-turbo="false"
422
+ data-analytics-event="{&quot;category&quot;:&quot;Header&quot;,&quot;action&quot;:&quot;go to dashboard&quot;,&quot;label&quot;:&quot;icon:logo&quot;}"
423
+ >
424
+ <svg height="32" aria-hidden="true" viewBox="0 0 16 16" version="1.1" width="32" data-view-component="true" class="octicon octicon-mark-github v-align-middle color-fg-default">
425
+ <path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
426
+ </svg>
427
+ </a>
428
+
429
+ <div class="AppHeader-context" >
430
+ <div class="AppHeader-context-compact">
431
+ <button aria-expanded="false" aria-haspopup="dialog" aria-label="Page context: alsacreations / webfonts" id="dialog-show-context-region-dialog" data-show-dialog-id="context-region-dialog" type="button" data-view-component="true" class="AppHeader-context-compact-trigger Truncate Button--secondary Button--medium Button box-shadow-none"> <span class="Button-content">
432
+ <span class="Button-label"><span class="AppHeader-context-compact-lead">
433
+ <span class="AppHeader-context-compact-parentItem">alsacreations</span>
434
+ <span class="AppHeader-context-compact-separator">&nbsp;/</span>
435
+
436
+ </span>
437
+
438
+ <strong class="AppHeader-context-compact-mainItem d-flex flex-items-center Truncate" >
439
+ <span class="Truncate-text ">webfonts</span>
440
+
441
+ </strong></span>
442
+ </span>
443
+ </button>
444
+
445
+ <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
446
+ <modal-dialog role="dialog" id="context-region-dialog" aria-modal="true" aria-disabled="true" aria-describedby="context-region-dialog-title context-region-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
447
+ <div data-view-component="true" class="Overlay-header">
448
+ <div class="Overlay-headerContentWrap">
449
+ <div class="Overlay-titleWrap">
450
+ <h1 class="Overlay-title " id="context-region-dialog-title">
451
+ Navigate back to
452
+ </h1>
453
+ </div>
454
+ <div class="Overlay-actionWrap">
455
+ <button data-close-dialog-id="context-region-dialog" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
456
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
457
+ </svg></button>
458
+ </div>
459
+ </div>
460
+ </div>
461
+ <div data-view-component="true" class="Overlay-body"> <ul role="list" class="list-style-none" >
462
+ <li>
463
+ <a data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;context_region_crumb&quot;,&quot;label&quot;:&quot;alsacreations&quot;,&quot;screen_size&quot;:&quot;compact&quot;}" href="/alsacreations" data-view-component="true" class="Link--primary Truncate d-flex flex-items-center py-1">
464
+ <span class="AppHeader-context-item-label Truncate-text ">
465
+ alsacreations
466
+ </span>
467
+
468
+ </a>
469
+ </li>
470
+ <li>
471
+ <a data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;context_region_crumb&quot;,&quot;label&quot;:&quot;webfonts&quot;,&quot;screen_size&quot;:&quot;compact&quot;}" href="/alsacreations/webfonts" data-view-component="true" class="Link--primary Truncate d-flex flex-items-center py-1">
472
+ <span class="AppHeader-context-item-label Truncate-text ">
473
+ webfonts
474
+ </span>
475
+
476
+ </a>
477
+ </li>
478
+ </ul>
479
+
480
+ </div>
481
+
482
+ </modal-dialog></div>
483
+ </div>
484
+
485
+ <div class="AppHeader-context-full">
486
+ <nav role="navigation" aria-label="Page context">
487
+ <ul role="list" class="list-style-none" >
488
+ <li>
489
+ <a data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;context_region_crumb&quot;,&quot;label&quot;:&quot;alsacreations&quot;,&quot;screen_size&quot;:&quot;full&quot;}" data-hovercard-type="organization" data-hovercard-url="/orgs/alsacreations/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="/alsacreations" data-view-component="true" class="AppHeader-context-item">
490
+ <span class="AppHeader-context-item-label ">
491
+ alsacreations
492
+ </span>
493
+
494
+ </a>
495
+ <span class="AppHeader-context-item-separator">/</span>
496
+ </li>
497
+ <li>
498
+ <a data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;context_region_crumb&quot;,&quot;label&quot;:&quot;webfonts&quot;,&quot;screen_size&quot;:&quot;full&quot;}" href="/alsacreations/webfonts" data-view-component="true" class="AppHeader-context-item">
499
+ <span class="AppHeader-context-item-label ">
500
+ webfonts
501
+ </span>
502
+
503
+ </a>
504
+ </li>
505
+ </ul>
506
+
507
+ </nav>
508
+ </div>
509
+ </div>
510
+
511
+ </div>
512
+ <div class="AppHeader-globalBar-end">
513
+ <div class="AppHeader-search" >
514
+
515
+
516
+
517
+ <template id="search-icon">
518
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
519
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
520
+ </svg>
521
+ </template>
522
+
523
+ <template id="code-icon">
524
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
525
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
526
+ </svg>
527
+ </template>
528
+
529
+ <template id="file-code-icon">
530
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-file-code">
531
+ <path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Zm1.72 4.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.47-1.47-1.47-1.47a.75.75 0 0 1 0-1.06ZM3.28 7.78 1.81 9.25l1.47 1.47a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Zm8.22-6.218V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path>
532
+ </svg>
533
+ </template>
534
+
535
+ <template id="history-icon">
536
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
537
+ <path d="m.427 1.927 1.215 1.215a8.002 8.002 0 1 1-1.6 5.685.75.75 0 1 1 1.493-.154 6.5 6.5 0 1 0 1.18-4.458l1.358 1.358A.25.25 0 0 1 3.896 6H.25A.25.25 0 0 1 0 5.75V2.104a.25.25 0 0 1 .427-.177ZM7.75 4a.75.75 0 0 1 .75.75v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5A.75.75 0 0 1 7.75 4Z"></path>
538
+ </svg>
539
+ </template>
540
+
541
+ <template id="repo-icon">
542
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
543
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
544
+ </svg>
545
+ </template>
546
+
547
+ <template id="bookmark-icon">
548
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
549
+ <path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.751.751 0 0 1 3 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.91l3.023-2.489a.75.75 0 0 1 .954 0l3.023 2.49V2.75a.25.25 0 0 0-.25-.25Z"></path>
550
+ </svg>
551
+ </template>
552
+
553
+ <template id="plus-circle-icon">
554
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus-circle">
555
+ <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7.25-3.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z"></path>
556
+ </svg>
557
+ </template>
558
+
559
+ <template id="circle-icon">
560
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-dot-fill">
561
+ <path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
562
+ </svg>
563
+ </template>
564
+
565
+ <template id="trash-icon">
566
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
567
+ <path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path>
568
+ </svg>
569
+ </template>
570
+
571
+ <template id="team-icon">
572
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
573
+ <path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.508 5.508 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.507 5.507 0 0 1 3.102 8.05 3.493 3.493 0 0 1 2 5.5ZM11 4a3.001 3.001 0 0 1 2.22 5.018 5.01 5.01 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.752.752 0 0 1-.549-.514 3.507 3.507 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4Zm-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5Z"></path>
574
+ </svg>
575
+ </template>
576
+
577
+ <template id="project-icon">
578
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
579
+ <path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25ZM11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3Z"></path>
580
+ </svg>
581
+ </template>
582
+
583
+ <template id="pencil-icon">
584
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
585
+ <path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path>
586
+ </svg>
587
+ </template>
588
+
589
+ <qbsearch-input class="search-input" data-scope="repo:alsacreations/webfonts" data-custom-scopes-path="/search/custom_scopes" data-delete-custom-scopes-csrf="ennuHO_0Iln703ZWf1bVDB-YJ2OmYljNdKW30s2UMsbliYgqIU5SmbhQIwg2jZYWLYl38gn7ggQwHCL6KU2lBA" data-max-custom-scopes="10" data-header-redesign-enabled="true" data-initial-value="" data-blackbird-suggestions-path="/search/suggestions" data-jump-to-suggestions-path="/_graphql/GetSuggestedNavigationDestinations" data-current-repository="alsacreations/webfonts" data-current-org="alsacreations" data-current-owner="">
590
+ <div
591
+ class="search-input-container search-with-dialog position-relative d-flex flex-row flex-items-center height-auto color-bg-transparent border-0 color-fg-subtle mx-0"
592
+ data-action="click:qbsearch-input#searchInputContainerClicked"
593
+ >
594
+
595
+ <button type="button" data-action="click:qbsearch-input#handleExpand" class="AppHeader-button AppHeader-search-whenNarrow" aria-label="Search or jump to…" aria-expanded="false" aria-haspopup="dialog">
596
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
597
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
598
+ </svg>
599
+ </button>
600
+
601
+
602
+ <div class="AppHeader-search-whenRegular">
603
+ <div class="AppHeader-search-wrap AppHeader-search-wrap--hasTrailing">
604
+ <div class="AppHeader-search-control">
605
+ <label
606
+ for="AppHeader-searchInput"
607
+ aria-label="Search or jump to…"
608
+ class="AppHeader-search-visual--leading"
609
+ >
610
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
611
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
612
+ </svg>
613
+ </label>
614
+
615
+ <button
616
+ type="button"
617
+ data-target="qbsearch-input.inputButton"
618
+ data-action="click:qbsearch-input#handleExpand"
619
+ class="AppHeader-searchButton form-control input-contrast text-left color-fg-subtle no-wrap"
620
+ data-hotkey="s,/"
621
+ >
622
+ <div class="overflow-hidden">
623
+ <span data-target="qbsearch-input.inputButtonText">
624
+ Type <kbd class="AppHeader-search-kbd">/</kbd> to search
625
+ </span>
626
+ </div>
627
+ </button>
628
+
629
+ </div>
630
+
631
+
632
+ <button type="button" id="AppHeader-commandPalette-button" class="AppHeader-search-action--trailing js-activate-command-palette" data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;command_palette&quot;,&quot;label&quot;:&quot;open command palette&quot;}">
633
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-command-palette">
634
+ <path d="m6.354 8.04-4.773 4.773a.75.75 0 1 0 1.061 1.06L7.945 8.57a.75.75 0 0 0 0-1.06L2.642 2.206a.75.75 0 0 0-1.06 1.061L6.353 8.04ZM8.75 11.5a.75.75 0 0 0 0 1.5h5.5a.75.75 0 0 0 0-1.5h-5.5Z"></path>
635
+ </svg>
636
+ </button>
637
+
638
+ <tool-tip id="tooltip-d27182d2-3182-4a3c-9df7-1fc90034e61e" for="AppHeader-commandPalette-button" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Command palette</tool-tip>
639
+ </div>
640
+ </div>
641
+
642
+ <input type="hidden" name="type" class="js-site-search-type-field">
643
+
644
+
645
+ <div class="Overlay--hidden " data-modal-dialog-overlay>
646
+ <modal-dialog data-action="close:qbsearch-input#handleClose cancel:qbsearch-input#handleClose" data-target="qbsearch-input.searchSuggestionsDialog" role="dialog" id="search-suggestions-dialog" aria-modal="true" aria-labelledby="search-suggestions-dialog-header" data-view-component="true" class="Overlay Overlay--width-medium Overlay--height-auto">
647
+ <h1 id="search-suggestions-dialog-header" class="sr-only">Search code, repositories, users, issues, pull requests...</h1>
648
+ <div class="Overlay-body Overlay-body--paddingNone">
649
+
650
+ <div data-view-component="true"> <div class="search-suggestions position-absolute width-full color-shadow-large border color-fg-default color-bg-default overflow-hidden d-flex flex-column query-builder-container"
651
+ style="border-radius: 12px;"
652
+ data-target="qbsearch-input.queryBuilderContainer"
653
+ hidden
654
+ >
655
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="query-builder-test-form" action="" accept-charset="UTF-8" method="get">
656
+ <query-builder data-target="qbsearch-input.queryBuilder" id="query-builder-query-builder-test" data-filter-key=":" data-view-component="true" class="QueryBuilder search-query-builder">
657
+ <div class="FormControl FormControl--fullWidth">
658
+ <label id="query-builder-test-label" for="query-builder-test" class="FormControl-label sr-only">
659
+ Search
660
+ </label>
661
+ <div class="QueryBuilder-StyledInput width-fit" data-target="query-builder.styledInput">
662
+ <span id="query-builder-test-leadingvisual-wrap" class="FormControl-input-leadingVisualWrap QueryBuilder-leadingVisualWrap">
663
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search FormControl-input-leadingVisual">
664
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
665
+ </svg>
666
+ </span>
667
+ <div data-target="query-builder.styledInputContainer" class="QueryBuilder-StyledInputContainer">
668
+ <div
669
+ aria-hidden="true"
670
+ class="QueryBuilder-StyledInputContent"
671
+ data-target="query-builder.styledInputContent"
672
+ ></div>
673
+ <div class="QueryBuilder-InputWrapper">
674
+ <div aria-hidden="true" class="QueryBuilder-Sizer" data-target="query-builder.sizer"></div>
675
+ <input id="query-builder-test" name="query-builder-test" value="" autocomplete="off" type="text" role="combobox" spellcheck="false" aria-expanded="false" data-target="query-builder.input" data-action="
676
+ input:query-builder#inputChange
677
+ blur:query-builder#inputBlur
678
+ keydown:query-builder#inputKeydown
679
+ focus:query-builder#inputFocus
680
+ " data-view-component="true" class="FormControl-input QueryBuilder-Input FormControl-medium" />
681
+ </div>
682
+ </div>
683
+ <span class="sr-only" id="query-builder-test-clear">Clear</span>
684
+
685
+ <button role="button" id="query-builder-test-clear-button" aria-labelledby="query-builder-test-clear query-builder-test-label" data-target="query-builder.clearButton" data-action="
686
+ click:query-builder#clear
687
+ focus:query-builder#clearButtonFocus
688
+ blur:query-builder#clearButtonBlur
689
+ " variant="small" hidden="hidden" type="button" data-view-component="true" class="Button Button--iconOnly Button--invisible Button--medium mr-1 px-2 py-0 d-flex flex-items-center rounded-1 color-fg-muted"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x-circle-fill Button-visual">
690
+ <path d="M2.343 13.657A8 8 0 1 1 13.658 2.343 8 8 0 0 1 2.343 13.657ZM6.03 4.97a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042L6.94 8 4.97 9.97a.749.749 0 0 0 .326 1.275.749.749 0 0 0 .734-.215L8 9.06l1.97 1.97a.749.749 0 0 0 1.275-.326.749.749 0 0 0-.215-.734L9.06 8l1.97-1.97a.749.749 0 0 0-.326-1.275.749.749 0 0 0-.734.215L8 6.94Z"></path>
691
+ </svg>
692
+ </button>
693
+
694
+ </div>
695
+ <template id="search-icon">
696
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search">
697
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
698
+ </svg>
699
+ </template>
700
+
701
+ <template id="code-icon">
702
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
703
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
704
+ </svg>
705
+ </template>
706
+
707
+ <template id="file-code-icon">
708
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-file-code">
709
+ <path d="M4 1.75C4 .784 4.784 0 5.75 0h5.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v8.586A1.75 1.75 0 0 1 14.25 15h-9a.75.75 0 0 1 0-1.5h9a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 10 4.25V1.5H5.75a.25.25 0 0 0-.25.25v2.5a.75.75 0 0 1-1.5 0Zm1.72 4.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.47-1.47-1.47-1.47a.75.75 0 0 1 0-1.06ZM3.28 7.78 1.81 9.25l1.47 1.47a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-2-2a.75.75 0 0 1 0-1.06l2-2a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Zm8.22-6.218V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path>
710
+ </svg>
711
+ </template>
712
+
713
+ <template id="history-icon">
714
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-history">
715
+ <path d="m.427 1.927 1.215 1.215a8.002 8.002 0 1 1-1.6 5.685.75.75 0 1 1 1.493-.154 6.5 6.5 0 1 0 1.18-4.458l1.358 1.358A.25.25 0 0 1 3.896 6H.25A.25.25 0 0 1 0 5.75V2.104a.25.25 0 0 1 .427-.177ZM7.75 4a.75.75 0 0 1 .75.75v2.992l2.028.812a.75.75 0 0 1-.557 1.392l-2.5-1A.751.751 0 0 1 7 8.25v-3.5A.75.75 0 0 1 7.75 4Z"></path>
716
+ </svg>
717
+ </template>
718
+
719
+ <template id="repo-icon">
720
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
721
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
722
+ </svg>
723
+ </template>
724
+
725
+ <template id="bookmark-icon">
726
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-bookmark">
727
+ <path d="M3 2.75C3 1.784 3.784 1 4.75 1h6.5c.966 0 1.75.784 1.75 1.75v11.5a.75.75 0 0 1-1.227.579L8 11.722l-3.773 3.107A.751.751 0 0 1 3 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v9.91l3.023-2.489a.75.75 0 0 1 .954 0l3.023 2.49V2.75a.25.25 0 0 0-.25-.25Z"></path>
728
+ </svg>
729
+ </template>
730
+
731
+ <template id="plus-circle-icon">
732
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus-circle">
733
+ <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm7.25-3.25v2.5h2.5a.75.75 0 0 1 0 1.5h-2.5v2.5a.75.75 0 0 1-1.5 0v-2.5h-2.5a.75.75 0 0 1 0-1.5h2.5v-2.5a.75.75 0 0 1 1.5 0Z"></path>
734
+ </svg>
735
+ </template>
736
+
737
+ <template id="circle-icon">
738
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-dot-fill">
739
+ <path d="M8 4a4 4 0 1 1 0 8 4 4 0 0 1 0-8Z"></path>
740
+ </svg>
741
+ </template>
742
+
743
+ <template id="trash-icon">
744
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-trash">
745
+ <path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path>
746
+ </svg>
747
+ </template>
748
+
749
+ <template id="team-icon">
750
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
751
+ <path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.508 5.508 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.507 5.507 0 0 1 3.102 8.05 3.493 3.493 0 0 1 2 5.5ZM11 4a3.001 3.001 0 0 1 2.22 5.018 5.01 5.01 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.752.752 0 0 1-.549-.514 3.507 3.507 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4Zm-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5Z"></path>
752
+ </svg>
753
+ </template>
754
+
755
+ <template id="project-icon">
756
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
757
+ <path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25ZM11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3Z"></path>
758
+ </svg>
759
+ </template>
760
+
761
+ <template id="pencil-icon">
762
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-pencil">
763
+ <path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path>
764
+ </svg>
765
+ </template>
766
+
767
+ <div class="position-relative">
768
+ <ul
769
+ role="listbox"
770
+ class="ActionListWrap QueryBuilder-ListWrap"
771
+ aria-label="Suggestions"
772
+ data-action="
773
+ combobox-commit:query-builder#comboboxCommit
774
+ mousedown:query-builder#resultsMousedown
775
+ "
776
+ data-target="query-builder.resultsList"
777
+ data-persist-list=false
778
+ id="query-builder-test-results"
779
+ ></ul>
780
+ </div>
781
+ </div>
782
+ <div data-target="query-builder.screenReaderFeedback" aria-live="polite" aria-atomic="true" class="sr-only"></div>
783
+ </query-builder></form>
784
+ <div class="d-flex flex-row color-fg-muted px-3 text-small color-bg-default search-feedback-prompt">
785
+ <a target="_blank" href="https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax" data-view-component="true" class="color-fg-accent text-normal ml-2">
786
+ Search syntax tips
787
+ </a> <div class="d-flex flex-1"></div>
788
+ <button data-action="click:qbsearch-input#showFeedbackDialog" type="button" data-view-component="true" class="Button--link Button--medium Button color-fg-accent text-normal ml-2"> <span class="Button-content">
789
+ <span class="Button-label">Give feedback</span>
790
+ </span>
791
+ </button>
792
+ </div>
793
+ </div>
794
+ </div>
795
+
796
+ </div>
797
+ </modal-dialog></div>
798
+ </div>
799
+ <div data-action="click:qbsearch-input#retract" class="dark-backdrop position-fixed width-full" hidden data-target="qbsearch-input.darkBackdrop"></div>
800
+ <div class="color-fg-default">
801
+
802
+ <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
803
+ <modal-dialog data-target="qbsearch-input.feedbackDialog" data-action="close:qbsearch-input#handleDialogClose cancel:qbsearch-input#handleDialogClose" role="dialog" id="feedback-dialog" aria-modal="true" aria-disabled="true" aria-describedby="feedback-dialog-title feedback-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
804
+ <div data-view-component="true" class="Overlay-header">
805
+ <div class="Overlay-headerContentWrap">
806
+ <div class="Overlay-titleWrap">
807
+ <h1 class="Overlay-title " id="feedback-dialog-title">
808
+ Provide feedback
809
+ </h1>
810
+ </div>
811
+ <div class="Overlay-actionWrap">
812
+ <button data-close-dialog-id="feedback-dialog" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
813
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
814
+ </svg></button>
815
+ </div>
816
+ </div>
817
+ </div>
818
+ <div data-view-component="true" class="Overlay-body"> <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="code-search-feedback-form" data-turbo="false" action="/search/feedback" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="SjX4lTO-iewfwNz_rBlysTkNstAEpJKzph3j4F_QJlouGCFcLUB6N4NpN2EK7F2N1mS4ILN9JJBpsEhvrFMJEA" />
819
+ <p>We read every piece of feedback, and take your input very seriously.</p>
820
+ <textarea name="feedback" class="form-control width-full mb-2" style="height: 120px" id="feedback"></textarea>
821
+ <input name="include_email" id="include_email" aria-label="Include my email address so I can be contacted" class="form-control mr-2" type="checkbox">
822
+ <label for="include_email" style="font-weight: normal">Include my email address so I can be contacted</label>
823
+ </form></div>
824
+ <div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd"> <button data-close-dialog-id="feedback-dialog" type="button" data-view-component="true" class="btn"> Cancel
825
+ </button>
826
+ <button form="code-search-feedback-form" data-action="click:qbsearch-input#submitFeedback" type="submit" data-view-component="true" class="btn-primary btn"> Submit feedback
827
+ </button>
828
+ </div>
829
+ </modal-dialog></div>
830
+
831
+ <custom-scopes data-target="qbsearch-input.customScopesManager">
832
+
833
+ <div class="Overlay--hidden Overlay-backdrop--center" data-modal-dialog-overlay>
834
+ <modal-dialog data-target="custom-scopes.customScopesModalDialog" data-action="close:qbsearch-input#handleDialogClose cancel:qbsearch-input#handleDialogClose" role="dialog" id="custom-scopes-dialog" aria-modal="true" aria-disabled="true" aria-describedby="custom-scopes-dialog-title custom-scopes-dialog-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-medium Overlay--motion-scaleFade">
835
+ <div data-view-component="true" class="Overlay-header Overlay-header--divided">
836
+ <div class="Overlay-headerContentWrap">
837
+ <div class="Overlay-titleWrap">
838
+ <h1 class="Overlay-title " id="custom-scopes-dialog-title">
839
+ Saved searches
840
+ </h1>
841
+ <h2 id="custom-scopes-dialog-description" class="Overlay-description">Use saved searches to filter your results more quickly</h2>
842
+ </div>
843
+ <div class="Overlay-actionWrap">
844
+ <button data-close-dialog-id="custom-scopes-dialog" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
845
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
846
+ </svg></button>
847
+ </div>
848
+ </div>
849
+ </div>
850
+ <div data-view-component="true" class="Overlay-body"> <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
851
+
852
+ <div hidden class="create-custom-scope-form" data-target="custom-scopes.createCustomScopeForm">
853
+ <!-- '"` --><!-- </textarea></xmp> --></option></form><form id="custom-scopes-dialog-form" data-turbo="false" action="/search/custom_scopes" accept-charset="UTF-8" method="post"><input type="hidden" name="authenticity_token" value="UqbVHBR_OmcZXKCYw8xIAUdYTsVZhMMpfXMOcLD-iOEX5qmwPZDs0xjv7Zde6caaYckYMBDRooRmVz13FQRzEA" />
854
+ <div data-target="custom-scopes.customScopesModalDialogFlash"></div>
855
+
856
+ <input type="hidden" id="custom_scope_id" name="custom_scope_id" data-target="custom-scopes.customScopesIdField">
857
+
858
+ <div class="form-group">
859
+ <label for="custom_scope_name">Name</label>
860
+ <auto-check src="/search/custom_scopes/check_name" required>
861
+ <input
862
+ type="text"
863
+ name="custom_scope_name"
864
+ id="custom_scope_name"
865
+ data-target="custom-scopes.customScopesNameField"
866
+ class="form-control"
867
+ autocomplete="off"
868
+ placeholder="github-ruby"
869
+ required
870
+ maxlength="50">
871
+ <input type="hidden" value="YA_eFwXacYAoPSSBkjJQoQdv86HZVwr7-qqYCbdnMQiD6W5BMaIR7lTcq6nzFSGSYEOiMGeCoxXf412FP-wiUg" data-csrf="true" />
872
+ </auto-check>
873
+ </div>
874
+
875
+ <div class="form-group">
876
+ <label for="custom_scope_query">Query</label>
877
+ <input
878
+ type="text"
879
+ name="custom_scope_query"
880
+ id="custom_scope_query"
881
+ data-target="custom-scopes.customScopesQueryField"
882
+ class="form-control"
883
+ autocomplete="off"
884
+ placeholder="(repo:mona/a OR repo:mona/b) AND lang:python"
885
+ required
886
+ maxlength="500">
887
+ </div>
888
+
889
+ <p class="text-small color-fg-muted">
890
+ To see all available qualifiers, see our <a href="https://docs.github.com/en/search-github/github-code-search/understanding-github-code-search-syntax">documentation</a>.
891
+ </p>
892
+ </form> </div>
893
+
894
+ <div data-target="custom-scopes.manageCustomScopesForm">
895
+ <div data-target="custom-scopes.list"></div>
896
+ </div>
897
+
898
+ </div>
899
+ <div data-view-component="true" class="Overlay-footer Overlay-footer--alignEnd Overlay-footer--divided"> <button data-action="click:custom-scopes#customScopesCancel" type="button" data-view-component="true" class="btn"> Cancel
900
+ </button>
901
+ <button form="custom-scopes-dialog-form" data-action="click:custom-scopes#customScopesSubmit" data-target="custom-scopes.customScopesSubmitButton" type="submit" data-view-component="true" class="btn-primary btn"> Create saved search
902
+ </button>
903
+ </div>
904
+ </modal-dialog></div>
905
+ </custom-scopes>
906
+ </div>
907
+ </qbsearch-input><input type="hidden" value="ZRV8ODxaOTDUTnODCQT5-QhKzx3LoLo55S6cFmebSMDh0nma6FCGJGykUgjTPR-W4knZ4JiUVXEbtkpNjQ0jYA" data-csrf="true" class="js-data-jump-to-suggestions-path-csrf" />
908
+
909
+ </div>
910
+
911
+ <div class="AppHeader-actions">
912
+ <action-menu data-select-variant="none" data-view-component="true">
913
+ <focus-group direction="vertical" mnemonics retain>
914
+ <div data-view-component="true" class="Button-withTooltip"> <button id="global-create-menu-button" popovertarget="global-create-menu-overlay" aria-label="Create something new" aria-controls="global-create-menu-list" aria-haspopup="true" type="button" data-view-component="true" class="AppHeader-button Button--secondary Button--small Button width-auto color-fg-muted box-shadow-none"> <span class="Button-content">
915
+ <span class="Button-visual Button-leadingVisual">
916
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-plus">
917
+ <path d="M7.75 2a.75.75 0 0 1 .75.75V7h4.25a.75.75 0 0 1 0 1.5H8.5v4.25a.75.75 0 0 1-1.5 0V8.5H2.75a.75.75 0 0 1 0-1.5H7V2.75A.75.75 0 0 1 7.75 2Z"></path>
918
+ </svg>
919
+ </span>
920
+ <span class="Button-label"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-triangle-down">
921
+ <path d="m4.427 7.427 3.396 3.396a.25.25 0 0 0 .354 0l3.396-3.396A.25.25 0 0 0 11.396 7H4.604a.25.25 0 0 0-.177.427Z"></path>
922
+ </svg></span>
923
+ </span>
924
+ </button> <tool-tip id="tooltip-2f185ea8-ec51-4c2d-87ae-94f173a0d45f" for="global-create-menu-button" data-direction="s" data-type="description" data-view-component="true" class="sr-only position-absolute">Create new...</tool-tip>
925
+ </div>
926
+
927
+ <anchored-position id="global-create-menu-overlay" anchor="global-create-menu-button" align="end" side="outside-bottom" anchor-offset="normal" popover="auto" aria-label="Menu" data-view-component="true">
928
+ <div data-view-component="true" class="Overlay Overlay--size-auto">
929
+
930
+
931
+ <div data-view-component="true">
932
+ <ul aria-labelledby="global-create-menu-button" id="global-create-menu-list" role="menu" data-view-component="true" class="ActionListWrap--inset ActionListWrap">
933
+ <li data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;add_dropdown&quot;,&quot;label&quot;:&quot;new repository&quot;}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
934
+
935
+ <a href="/new" tabindex="-1" id="item-135a398e-74a2-4bc0-9862-533cdeaf9c55" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
936
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
937
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
938
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
939
+ </svg>
940
+ </span>
941
+
942
+ <span data-view-component="true" class="ActionListItem-label">
943
+ New repository
944
+
945
+ </span></a>
946
+
947
+
948
+ </li>
949
+ <li data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;add_dropdown&quot;,&quot;label&quot;:&quot;import repository&quot;}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
950
+
951
+ <a href="/new/import" tabindex="-1" id="item-7cea4774-abdd-4982-9342-940aafbf13e0" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
952
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
953
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo-push">
954
+ <path d="M1 2.5A2.5 2.5 0 0 1 3.5 0h8.75a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0V1.5h-8a1 1 0 0 0-1 1v6.708A2.493 2.493 0 0 1 3.5 9h3.25a.75.75 0 0 1 0 1.5H3.5a1 1 0 0 0 0 2h5.75a.75.75 0 0 1 0 1.5H3.5A2.5 2.5 0 0 1 1 11.5Zm13.23 7.79h-.001l-1.224-1.224v6.184a.75.75 0 0 1-1.5 0V9.066L10.28 10.29a.75.75 0 0 1-1.06-1.061l2.505-2.504a.75.75 0 0 1 1.06 0L15.29 9.23a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018Z"></path>
955
+ </svg>
956
+ </span>
957
+
958
+ <span data-view-component="true" class="ActionListItem-label">
959
+ Import repository
960
+
961
+ </span></a>
962
+
963
+
964
+ </li>
965
+ <li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
966
+ <li data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;add_dropdown&quot;,&quot;label&quot;:&quot;new codespace&quot;}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
967
+
968
+ <a href="/codespaces/new" tabindex="-1" id="item-08b74550-9744-429e-a0b7-c4a6fc50aa5c" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
969
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
970
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-codespaces">
971
+ <path d="M0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm2-9.5C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 0 1-1.75 1.75h-8.5A1.75 1.75 0 0 1 2 6.75Zm1.75-.25a.25.25 0 0 0-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5a.25.25 0 0 0-.25-.25Zm-2 9.5a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25Z"></path><path d="M7 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75Z"></path>
972
+ </svg>
973
+ </span>
974
+
975
+ <span data-view-component="true" class="ActionListItem-label">
976
+ New codespace
977
+
978
+ </span></a>
979
+
980
+
981
+ </li>
982
+ <li data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;add_dropdown&quot;,&quot;label&quot;:&quot;new gist&quot;}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
983
+
984
+ <a href="https://gist.github.com/" tabindex="-1" id="item-2ebec598-2361-4f10-adec-e4e1e49554d0" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
985
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
986
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code">
987
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
988
+ </svg>
989
+ </span>
990
+
991
+ <span data-view-component="true" class="ActionListItem-label">
992
+ New gist
993
+
994
+ </span></a>
995
+
996
+
997
+ </li>
998
+ <li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
999
+ <li data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;add_dropdown&quot;,&quot;label&quot;:&quot;new organization&quot;}" data-targets="action-list.items" role="none" data-view-component="true" class="ActionListItem">
1000
+
1001
+ <a href="/account/organizations/new" tabindex="-1" id="item-e7e38462-e19b-4ee4-966f-060460a0485f" role="menuitem" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1002
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1003
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-organization">
1004
+ <path d="M1.75 16A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0h8.5C11.216 0 12 .784 12 1.75v12.5c0 .085-.006.168-.018.25h2.268a.25.25 0 0 0 .25-.25V8.285a.25.25 0 0 0-.111-.208l-1.055-.703a.749.749 0 1 1 .832-1.248l1.055.703c.487.325.779.871.779 1.456v5.965A1.75 1.75 0 0 1 14.25 16h-3.5a.766.766 0 0 1-.197-.026c-.099.017-.2.026-.303.026h-3a.75.75 0 0 1-.75-.75V14h-1v1.25a.75.75 0 0 1-.75.75Zm-.25-1.75c0 .138.112.25.25.25H4v-1.25a.75.75 0 0 1 .75-.75h2.5a.75.75 0 0 1 .75.75v1.25h2.25a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25ZM3.75 6h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5ZM3 3.75A.75.75 0 0 1 3.75 3h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 3 3.75Zm4 3A.75.75 0 0 1 7.75 6h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 7 6.75ZM7.75 3h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5ZM3 9.75A.75.75 0 0 1 3.75 9h.5a.75.75 0 0 1 0 1.5h-.5A.75.75 0 0 1 3 9.75ZM7.75 9h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1 0-1.5Z"></path>
1005
+ </svg>
1006
+ </span>
1007
+
1008
+ <span data-view-component="true" class="ActionListItem-label">
1009
+ New organization
1010
+
1011
+ </span></a>
1012
+
1013
+
1014
+ </li>
1015
+ </ul>
1016
+ </div>
1017
+
1018
+ </div></anchored-position> </focus-group>
1019
+ </action-menu>
1020
+
1021
+ <div data-view-component="true" class="Button-withTooltip">
1022
+ <a href="/issues" id="icon-button-1938d404-b868-44c9-90af-2bacf84411df" data-view-component="true" class="Button Button--iconOnly Button--secondary Button--medium AppHeader-button color-fg-muted"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-issue-opened Button-visual">
1023
+ <path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path>
1024
+ </svg>
1025
+ </a> <tool-tip id="tooltip-fe1a2996-ae15-4063-b3fa-ae805e3a3c4f" for="icon-button-1938d404-b868-44c9-90af-2bacf84411df" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Issues</tool-tip>
1026
+ </div>
1027
+ <div data-view-component="true" class="Button-withTooltip">
1028
+ <a href="/pulls" id="icon-button-74aff27e-02f7-4ed4-809d-1df00a3c9902" data-view-component="true" class="Button Button--iconOnly Button--secondary Button--medium AppHeader-button color-fg-muted"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-pull-request Button-visual">
1029
+ <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z"></path>
1030
+ </svg>
1031
+ </a> <tool-tip id="tooltip-e3c7e403-7724-4b85-8ea4-653ab7f60551" for="icon-button-74aff27e-02f7-4ed4-809d-1df00a3c9902" data-direction="s" data-type="label" data-view-component="true" class="sr-only position-absolute">Pull requests</tool-tip>
1032
+ </div>
1033
+ </div>
1034
+
1035
+ <div class="mr-0">
1036
+
1037
+
1038
+ <notification-indicator data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4ODExNjQ1M30=--0b0f14495aef3f543e3c270d23f2ab7cdca8d562aa37884c3f0f2c7ee4cec9a1" data-indicator-mode="none" data-tooltip-global="You have unread notifications" data-tooltip-unavailable="Notifications are unavailable at the moment." data-tooltip-none="You have no unread notifications" data-header-redesign-enabled="true" data-fetch-indicator-src="/notifications/indicator" data-fetch-indicator-enabled="true" data-view-component="true" class="js-socket-channel">
1039
+ <a id="AppHeader-notifications-button" href="/notifications"
1040
+ class="AppHeader-button"
1041
+
1042
+ style="width:32px;height:32px;"
1043
+
1044
+ data-hotkey="g n"
1045
+ data-target="notification-indicator.link"
1046
+ aria-label="Notifications"
1047
+
1048
+ data-analytics-event="{&quot;category&quot;:&quot;SiteHeaderComponent&quot;,&quot;action&quot;:&quot;notifications&quot;,&quot;label&quot;:null}"
1049
+ >
1050
+
1051
+ <span
1052
+ data-target="notification-indicator.badge"
1053
+ class="mail-status unread d-none" hidden>
1054
+ </span>
1055
+
1056
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-inbox color-fg-muted mr-0">
1057
+ <path d="M2.8 2.06A1.75 1.75 0 0 1 4.41 1h7.18c.7 0 1.333.417 1.61 1.06l2.74 6.395c.04.093.06.194.06.295v4.5A1.75 1.75 0 0 1 14.25 15H1.75A1.75 1.75 0 0 1 0 13.25v-4.5c0-.101.02-.202.06-.295Zm1.61.44a.25.25 0 0 0-.23.152L1.887 8H4.75a.75.75 0 0 1 .6.3L6.625 10h2.75l1.275-1.7a.75.75 0 0 1 .6-.3h2.863L11.82 2.652a.25.25 0 0 0-.23-.152Zm10.09 7h-2.875l-1.275 1.7a.75.75 0 0 1-.6.3h-3.5a.75.75 0 0 1-.6-.3L4.375 9.5H1.5v3.75c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25Z"></path>
1058
+ </svg>
1059
+ </a>
1060
+
1061
+ <tool-tip data-target="notification-indicator.tooltip" id="tooltip-5da9e701-8fcf-4eca-9811-57fb527c2a64" for="AppHeader-notifications-button" data-direction="s" data-type="description" data-view-component="true" class="sr-only position-absolute">Notifications</tool-tip>
1062
+ </notification-indicator>
1063
+ </div>
1064
+
1065
+
1066
+
1067
+ <div class="AppHeader-user">
1068
+ <deferred-side-panel data-url="/_side-panels/user?memex_enabled=true&amp;repository=webfonts&amp;user=jaranglee&amp;user_can_create_organizations=true&amp;user_id=130130066">
1069
+ <include-fragment data-target="deferred-side-panel.fragment">
1070
+ <user-drawer-side-panel>
1071
+ <button aria-label="Open user account menu" data-action="click:deferred-side-panel#loadPanel click:deferred-side-panel#panelOpened" data-show-dialog-id="dialog-255e05ad-b5a3-4b62-95e5-8814edfd7e6d" id="dialog-show-dialog-255e05ad-b5a3-4b62-95e5-8814edfd7e6d" type="button" data-view-component="true" class="AppHeader-logo Button--invisible Button--medium Button Button--invisible-noVisuals color-bg-transparent p-0"> <span class="Button-content">
1072
+ <span class="Button-label"><img src="https://avatars.githubusercontent.com/u/130130066?v=4" alt="" size="32" height="32" width="32" data-view-component="true" class="avatar circle" /></span>
1073
+ </span>
1074
+ </button>
1075
+
1076
+ <div class="Overlay--hidden Overlay-backdrop--side Overlay-backdrop--placement-right" data-modal-dialog-overlay>
1077
+ <modal-dialog data-target="deferred-side-panel.panel" role="dialog" id="dialog-255e05ad-b5a3-4b62-95e5-8814edfd7e6d" aria-modal="true" aria-disabled="true" aria-describedby="dialog-255e05ad-b5a3-4b62-95e5-8814edfd7e6d-title dialog-255e05ad-b5a3-4b62-95e5-8814edfd7e6d-description" data-view-component="true" class="Overlay Overlay-whenNarrow Overlay--size-small-portrait Overlay--motion-scaleFade SidePanel">
1078
+ <div styles="flex-direction: row;" data-view-component="true" class="Overlay-header">
1079
+ <div class="Overlay-headerContentWrap">
1080
+ <div class="Overlay-titleWrap">
1081
+ <h1 class="Overlay-title sr-only" id="dialog-255e05ad-b5a3-4b62-95e5-8814edfd7e6d-title">
1082
+ Account menu
1083
+ </h1>
1084
+ <div data-view-component="true" class="d-flex">
1085
+ <div data-view-component="true" class="AppHeader-logo position-relative">
1086
+ <img src="https://avatars.githubusercontent.com/u/130130066?v=4" alt="" size="32" height="32" width="32" data-view-component="true" class="avatar circle" />
1087
+ </div> <div data-view-component="true" class="d-flex width-full"> <div data-view-component="true" class="lh-condensed d-flex flex-column flex-justify-center ml-2 f5 mr-auto">
1088
+ <span data-view-component="true" class="Truncate d-block text-bold">
1089
+ <span data-view-component="true" class="Truncate-text">
1090
+ jaranglee
1091
+ </span>
1092
+ </span> </div>
1093
+ </div>
1094
+ </div>
1095
+ </div>
1096
+ <div class="Overlay-actionWrap">
1097
+ <button data-close-dialog-id="dialog-255e05ad-b5a3-4b62-95e5-8814edfd7e6d" aria-label="Close" type="button" data-view-component="true" class="close-button Overlay-closeButton"><svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1098
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
1099
+ </svg></button>
1100
+ </div>
1101
+ </div>
1102
+ </div>
1103
+ <div data-view-component="true" class="Overlay-body d-flex flex-column height-full px-2"> <nav aria-label="User navigation" data-view-component="true" class="ActionList">
1104
+
1105
+ <nav-list>
1106
+ <ul data-view-component="true" class="ActionListWrap">
1107
+
1108
+
1109
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1110
+
1111
+ <button id="item-fdb96c4d-72a6-47ef-94f5-b6f6f7181e5f" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1112
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1113
+ <span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1114
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1115
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1116
+ </svg>
1117
+ </span>
1118
+ </span>
1119
+
1120
+ <span data-view-component="true" class="ActionListItem-label">
1121
+
1122
+
1123
+ <span class="color-fg-muted">
1124
+ Loading...
1125
+ </span>
1126
+
1127
+ </span></button>
1128
+
1129
+
1130
+ </li>
1131
+
1132
+
1133
+ <li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
1134
+
1135
+
1136
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1137
+
1138
+ <a id="item-c5d6f366-4b5d-444c-a66f-4a612fb63058" href="https://github.com/jaranglee" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1139
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1140
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-person">
1141
+ <path d="M10.561 8.073a6.005 6.005 0 0 1 3.432 5.142.75.75 0 1 1-1.498.07 4.5 4.5 0 0 0-8.99 0 .75.75 0 0 1-1.498-.07 6.004 6.004 0 0 1 3.431-5.142 3.999 3.999 0 1 1 5.123 0ZM10.5 5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"></path>
1142
+ </svg>
1143
+ </span>
1144
+
1145
+ <span data-view-component="true" class="ActionListItem-label">
1146
+ Your profile
1147
+ </span></a>
1148
+
1149
+
1150
+ </li>
1151
+
1152
+
1153
+ <li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
1154
+
1155
+
1156
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1157
+
1158
+ <a id="item-a71041bf-5080-43b8-8ede-fdeb3e27e73f" href="/jaranglee?tab=repositories" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1159
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1160
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-repo">
1161
+ <path d="M2 2.5A2.5 2.5 0 0 1 4.5 0h8.75a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-.75.75h-2.5a.75.75 0 0 1 0-1.5h1.75v-2h-8a1 1 0 0 0-.714 1.7.75.75 0 1 1-1.072 1.05A2.495 2.495 0 0 1 2 11.5Zm10.5-1h-8a1 1 0 0 0-1 1v6.708A2.486 2.486 0 0 1 4.5 9h8ZM5 12.25a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v3.25a.25.25 0 0 1-.4.2l-1.45-1.087a.249.249 0 0 0-.3 0L5.4 15.7a.25.25 0 0 1-.4-.2Z"></path>
1162
+ </svg>
1163
+ </span>
1164
+
1165
+ <span data-view-component="true" class="ActionListItem-label">
1166
+ Your repositories
1167
+ </span></a>
1168
+
1169
+
1170
+ </li>
1171
+
1172
+
1173
+
1174
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1175
+
1176
+ <a id="item-72723ee2-b370-4b46-8fa7-c132cf69cbec" href="/jaranglee?tab=projects" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1177
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1178
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-project">
1179
+ <path d="M1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25V1.75C0 .784.784 0 1.75 0ZM1.5 1.75v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25H1.75a.25.25 0 0 0-.25.25ZM11.75 3a.75.75 0 0 1 .75.75v7.5a.75.75 0 0 1-1.5 0v-7.5a.75.75 0 0 1 .75-.75Zm-8.25.75a.75.75 0 0 1 1.5 0v5.5a.75.75 0 0 1-1.5 0ZM8 3a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 3Z"></path>
1180
+ </svg>
1181
+ </span>
1182
+
1183
+ <span data-view-component="true" class="ActionListItem-label">
1184
+ Your projects
1185
+ </span></a>
1186
+
1187
+
1188
+ </li>
1189
+
1190
+
1191
+
1192
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1193
+
1194
+ <a id="item-ee220559-8abc-4cbc-b24b-20ea8408e637" href="/codespaces" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1195
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1196
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-codespaces">
1197
+ <path d="M0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm2-9.5C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 0 1-1.75 1.75h-8.5A1.75 1.75 0 0 1 2 6.75Zm1.75-.25a.25.25 0 0 0-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5a.25.25 0 0 0-.25-.25Zm-2 9.5a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25Z"></path><path d="M7 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75Z"></path>
1198
+ </svg>
1199
+ </span>
1200
+
1201
+ <span data-view-component="true" class="ActionListItem-label">
1202
+ Your codespaces
1203
+ </span></a>
1204
+
1205
+
1206
+ </li>
1207
+
1208
+
1209
+
1210
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1211
+
1212
+ <button id="item-6e1e8164-8290-4f76-8137-678f87fff297" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1213
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1214
+ <span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1215
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1216
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1217
+ </svg>
1218
+ </span>
1219
+ </span>
1220
+
1221
+ <span data-view-component="true" class="ActionListItem-label">
1222
+
1223
+
1224
+ <span class="color-fg-muted">
1225
+ Loading...
1226
+ </span>
1227
+
1228
+ </span></button>
1229
+
1230
+
1231
+ </li>
1232
+
1233
+
1234
+
1235
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1236
+
1237
+ <a id="item-22681fad-45e1-41cf-984d-6cb8e54b71e4" href="/jaranglee?tab=stars" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1238
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1239
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-star">
1240
+ <path d="M8 .25a.75.75 0 0 1 .673.418l1.882 3.815 4.21.612a.75.75 0 0 1 .416 1.279l-3.046 2.97.719 4.192a.751.751 0 0 1-1.088.791L8 12.347l-3.766 1.98a.75.75 0 0 1-1.088-.79l.72-4.194L.818 6.374a.75.75 0 0 1 .416-1.28l4.21-.611L7.327.668A.75.75 0 0 1 8 .25Zm0 2.445L6.615 5.5a.75.75 0 0 1-.564.41l-3.097.45 2.24 2.184a.75.75 0 0 1 .216.664l-.528 3.084 2.769-1.456a.75.75 0 0 1 .698 0l2.77 1.456-.53-3.084a.75.75 0 0 1 .216-.664l2.24-2.183-3.096-.45a.75.75 0 0 1-.564-.41L8 2.694Z"></path>
1241
+ </svg>
1242
+ </span>
1243
+
1244
+ <span data-view-component="true" class="ActionListItem-label">
1245
+ Your stars
1246
+ </span></a>
1247
+
1248
+
1249
+ </li>
1250
+
1251
+
1252
+
1253
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1254
+
1255
+ <a id="item-a3c7e62b-ef32-410c-8954-cb943bf22994" href="/sponsors/accounts" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1256
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1257
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-heart">
1258
+ <path d="m8 14.25.345.666a.75.75 0 0 1-.69 0l-.008-.004-.018-.01a7.152 7.152 0 0 1-.31-.17 22.055 22.055 0 0 1-3.434-2.414C2.045 10.731 0 8.35 0 5.5 0 2.836 2.086 1 4.25 1 5.797 1 7.153 1.802 8 3.02 8.847 1.802 10.203 1 11.75 1 13.914 1 16 2.836 16 5.5c0 2.85-2.045 5.231-3.885 6.818a22.066 22.066 0 0 1-3.744 2.584l-.018.01-.006.003h-.002ZM4.25 2.5c-1.336 0-2.75 1.164-2.75 3 0 2.15 1.58 4.144 3.365 5.682A20.58 20.58 0 0 0 8 13.393a20.58 20.58 0 0 0 3.135-2.211C12.92 9.644 14.5 7.65 14.5 5.5c0-1.836-1.414-3-2.75-3-1.373 0-2.609.986-3.029 2.456a.749.749 0 0 1-1.442 0C6.859 3.486 5.623 2.5 4.25 2.5Z"></path>
1259
+ </svg>
1260
+ </span>
1261
+
1262
+ <span data-view-component="true" class="ActionListItem-label">
1263
+ Your sponsors
1264
+ </span></a>
1265
+
1266
+
1267
+ </li>
1268
+
1269
+
1270
+
1271
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1272
+
1273
+ <a id="item-36645cc5-cdcf-460a-86f6-46dbf629f4ba" href="https://gist.github.com/mine" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1274
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1275
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code-square">
1276
+ <path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25V1.75a.25.25 0 0 0-.25-.25Zm7.47 3.97a.75.75 0 0 1 1.06 0l2 2a.75.75 0 0 1 0 1.06l-2 2a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L10.69 8 9.22 6.53a.75.75 0 0 1 0-1.06ZM6.78 6.53 5.31 8l1.47 1.47a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215l-2-2a.75.75 0 0 1 0-1.06l2-2a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Z"></path>
1277
+ </svg>
1278
+ </span>
1279
+
1280
+ <span data-view-component="true" class="ActionListItem-label">
1281
+ Your gists
1282
+ </span></a>
1283
+
1284
+
1285
+ </li>
1286
+
1287
+
1288
+ <li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
1289
+
1290
+
1291
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1292
+
1293
+ <button id="item-94e3e47a-5409-4ba9-9eb8-21cc5a8b1ec6" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1294
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1295
+ <span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1296
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1297
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1298
+ </svg>
1299
+ </span>
1300
+ </span>
1301
+
1302
+ <span data-view-component="true" class="ActionListItem-label">
1303
+
1304
+
1305
+ <span class="color-fg-muted">
1306
+ Loading...
1307
+ </span>
1308
+
1309
+ </span></button>
1310
+
1311
+
1312
+ </li>
1313
+
1314
+
1315
+
1316
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1317
+
1318
+ <button id="item-7f630b39-6033-4808-b098-d88cea08ea16" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1319
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1320
+ <span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1321
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1322
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1323
+ </svg>
1324
+ </span>
1325
+ </span>
1326
+
1327
+ <span data-view-component="true" class="ActionListItem-label">
1328
+
1329
+
1330
+ <span class="color-fg-muted">
1331
+ Loading...
1332
+ </span>
1333
+
1334
+ </span></button>
1335
+
1336
+
1337
+ </li>
1338
+
1339
+
1340
+
1341
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1342
+
1343
+ <button id="item-98c0594f-79e1-454f-8a31-60cdff05ece4" type="button" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1344
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1345
+ <span data-view-component="true" class="d-flex flex-items-center"> <svg style="box-sizing: content-box; color: var(--color-icon-primary);" width="16" height="16" viewBox="0 0 16 16" fill="none" data-view-component="true" class="anim-rotate">
1346
+ <circle cx="8" cy="8" r="7" stroke="currentColor" stroke-opacity="0.25" stroke-width="2" vector-effect="non-scaling-stroke" />
1347
+ <path d="M15 8a7.002 7.002 0 00-7-7" stroke="currentColor" stroke-width="2" stroke-linecap="round" vector-effect="non-scaling-stroke" />
1348
+ </svg>
1349
+ </span>
1350
+ </span>
1351
+
1352
+ <span data-view-component="true" class="ActionListItem-label">
1353
+
1354
+
1355
+ <span class="color-fg-muted">
1356
+ Loading...
1357
+ </span>
1358
+
1359
+ </span></button>
1360
+
1361
+
1362
+ </li>
1363
+
1364
+
1365
+
1366
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1367
+
1368
+ <a id="item-120c7069-b693-4127-bc7b-e43d2a6affe2" href="/settings/profile" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1369
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1370
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-gear">
1371
+ <path d="M8 0a8.2 8.2 0 0 1 .701.031C9.444.095 9.99.645 10.16 1.29l.288 1.107c.018.066.079.158.212.224.231.114.454.243.668.386.123.082.233.09.299.071l1.103-.303c.644-.176 1.392.021 1.82.63.27.385.506.792.704 1.218.315.675.111 1.422-.364 1.891l-.814.806c-.049.048-.098.147-.088.294.016.257.016.515 0 .772-.01.147.038.246.088.294l.814.806c.475.469.679 1.216.364 1.891a7.977 7.977 0 0 1-.704 1.217c-.428.61-1.176.807-1.82.63l-1.102-.302c-.067-.019-.177-.011-.3.071a5.909 5.909 0 0 1-.668.386c-.133.066-.194.158-.211.224l-.29 1.106c-.168.646-.715 1.196-1.458 1.26a8.006 8.006 0 0 1-1.402 0c-.743-.064-1.289-.614-1.458-1.26l-.289-1.106c-.018-.066-.079-.158-.212-.224a5.738 5.738 0 0 1-.668-.386c-.123-.082-.233-.09-.299-.071l-1.103.303c-.644.176-1.392-.021-1.82-.63a8.12 8.12 0 0 1-.704-1.218c-.315-.675-.111-1.422.363-1.891l.815-.806c.05-.048.098-.147.088-.294a6.214 6.214 0 0 1 0-.772c.01-.147-.038-.246-.088-.294l-.815-.806C.635 6.045.431 5.298.746 4.623a7.92 7.92 0 0 1 .704-1.217c.428-.61 1.176-.807 1.82-.63l1.102.302c.067.019.177.011.3-.071.214-.143.437-.272.668-.386.133-.066.194-.158.211-.224l.29-1.106C6.009.645 6.556.095 7.299.03 7.53.01 7.764 0 8 0Zm-.571 1.525c-.036.003-.108.036-.137.146l-.289 1.105c-.147.561-.549.967-.998 1.189-.173.086-.34.183-.5.29-.417.278-.97.423-1.529.27l-1.103-.303c-.109-.03-.175.016-.195.045-.22.312-.412.644-.573.99-.014.031-.021.11.059.19l.815.806c.411.406.562.957.53 1.456a4.709 4.709 0 0 0 0 .582c.032.499-.119 1.05-.53 1.456l-.815.806c-.081.08-.073.159-.059.19.162.346.353.677.573.989.02.03.085.076.195.046l1.102-.303c.56-.153 1.113-.008 1.53.27.161.107.328.204.501.29.447.222.85.629.997 1.189l.289 1.105c.029.109.101.143.137.146a6.6 6.6 0 0 0 1.142 0c.036-.003.108-.036.137-.146l.289-1.105c.147-.561.549-.967.998-1.189.173-.086.34-.183.5-.29.417-.278.97-.423 1.529-.27l1.103.303c.109.029.175-.016.195-.045.22-.313.411-.644.573-.99.014-.031.021-.11-.059-.19l-.815-.806c-.411-.406-.562-.957-.53-1.456a4.709 4.709 0 0 0 0-.582c-.032-.499.119-1.05.53-1.456l.815-.806c.081-.08.073-.159.059-.19a6.464 6.464 0 0 0-.573-.989c-.02-.03-.085-.076-.195-.046l-1.102.303c-.56.153-1.113.008-1.53-.27a4.44 4.44 0 0 0-.501-.29c-.447-.222-.85-.629-.997-1.189l-.289-1.105c-.029-.11-.101-.143-.137-.146a6.6 6.6 0 0 0-1.142 0ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9.5 8a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 9.5 8Z"></path>
1372
+ </svg>
1373
+ </span>
1374
+
1375
+ <span data-view-component="true" class="ActionListItem-label">
1376
+ Settings
1377
+ </span></a>
1378
+
1379
+
1380
+ </li>
1381
+
1382
+
1383
+ <li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
1384
+
1385
+
1386
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1387
+
1388
+ <a id="item-aa66776c-3c94-4f69-89d9-fdd9d7043f75" href="https://docs.github.com" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1389
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1390
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-book">
1391
+ <path d="M0 1.75A.75.75 0 0 1 .75 1h4.253c1.227 0 2.317.59 3 1.501A3.743 3.743 0 0 1 11.006 1h4.245a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-.75.75h-4.507a2.25 2.25 0 0 0-1.591.659l-.622.621a.75.75 0 0 1-1.06 0l-.622-.621A2.25 2.25 0 0 0 5.258 13H.75a.75.75 0 0 1-.75-.75Zm7.251 10.324.004-5.073-.002-2.253A2.25 2.25 0 0 0 5.003 2.5H1.5v9h3.757a3.75 3.75 0 0 1 1.994.574ZM8.755 4.75l-.004 7.322a3.752 3.752 0 0 1 1.992-.572H14.5v-9h-3.495a2.25 2.25 0 0 0-2.25 2.25Z"></path>
1392
+ </svg>
1393
+ </span>
1394
+
1395
+ <span data-view-component="true" class="ActionListItem-label">
1396
+ GitHub Docs
1397
+ </span></a>
1398
+
1399
+
1400
+ </li>
1401
+
1402
+
1403
+
1404
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1405
+
1406
+ <a id="item-e70ef3e1-242f-41e9-ba04-57811232355a" href="https://support.github.com" data-view-component="true" class="ActionListContent ActionListContent--visual16">
1407
+ <span class="ActionListItem-visual ActionListItem-visual--leading">
1408
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-people">
1409
+ <path d="M2 5.5a3.5 3.5 0 1 1 5.898 2.549 5.508 5.508 0 0 1 3.034 4.084.75.75 0 1 1-1.482.235 4 4 0 0 0-7.9 0 .75.75 0 0 1-1.482-.236A5.507 5.507 0 0 1 3.102 8.05 3.493 3.493 0 0 1 2 5.5ZM11 4a3.001 3.001 0 0 1 2.22 5.018 5.01 5.01 0 0 1 2.56 3.012.749.749 0 0 1-.885.954.752.752 0 0 1-.549-.514 3.507 3.507 0 0 0-2.522-2.372.75.75 0 0 1-.574-.73v-.352a.75.75 0 0 1 .416-.672A1.5 1.5 0 0 0 11 5.5.75.75 0 0 1 11 4Zm-5.5-.5a2 2 0 1 0-.001 3.999A2 2 0 0 0 5.5 3.5Z"></path>
1410
+ </svg>
1411
+ </span>
1412
+
1413
+ <span data-view-component="true" class="ActionListItem-label">
1414
+ GitHub Support
1415
+ </span></a>
1416
+
1417
+
1418
+ </li>
1419
+
1420
+
1421
+ <li role="presentation" aria-hidden="true" data-view-component="true" class="ActionList-sectionDivider"></li>
1422
+
1423
+
1424
+ <li data-item-id="" data-targets="nav-list.items" data-view-component="true" class="ActionListItem">
1425
+
1426
+ <a id="item-dfe2bfb9-a020-4531-a94e-62272d9e3742" href="/logout" data-view-component="true" class="ActionListContent">
1427
+
1428
+ <span data-view-component="true" class="ActionListItem-label">
1429
+ Sign out
1430
+ </span></a>
1431
+
1432
+
1433
+ </li>
1434
+
1435
+ </ul> </nav-list>
1436
+ </nav>
1437
+
1438
+
1439
+ </div>
1440
+
1441
+ </modal-dialog></div>
1442
+ </user-drawer-side-panel>
1443
+
1444
+ </include-fragment>
1445
+ </deferred-side-panel>
1446
+ </div>
1447
+ </div>
1448
+ </div>
1449
+
1450
+
1451
+ <div class="AppHeader-localBar" >
1452
+ <nav data-pjax="#js-repo-pjax-container" aria-label="Repository" data-view-component="true" class="js-repo-nav js-sidenav-container-pjax js-responsive-underlinenav overflow-hidden UnderlineNav">
1453
+
1454
+ <ul data-view-component="true" class="UnderlineNav-body list-style-none">
1455
+ <li data-view-component="true" class="d-inline-flex">
1456
+ <a id="code-tab" href="/alsacreations/webfonts" data-tab-item="i0code-tab" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /alsacreations/webfonts" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g c" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Code&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1457
+
1458
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-code UnderlineNav-octicon d-none d-sm-inline">
1459
+ <path d="m11.28 3.22 4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734L13.94 8l-3.72-3.72a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215Zm-6.56 0a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042L2.06 8l3.72 3.72a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L.47 8.53a.75.75 0 0 1 0-1.06Z"></path>
1460
+ </svg>
1461
+ <span data-content="Code">Code</span>
1462
+ <span id="code-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
1463
+
1464
+
1465
+
1466
+ </a></li>
1467
+ <li data-view-component="true" class="d-inline-flex">
1468
+ <a id="issues-tab" href="/alsacreations/webfonts/issues" data-tab-item="i1issues-tab" data-selected-links="repo_issues repo_labels repo_milestones /alsacreations/webfonts/issues" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g i" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Issues&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1469
+
1470
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-issue-opened UnderlineNav-octicon d-none d-sm-inline">
1471
+ <path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path>
1472
+ </svg>
1473
+ <span data-content="Issues">Issues</span>
1474
+ <span id="issues-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="2" data-view-component="true" class="Counter">2</span>
1475
+
1476
+
1477
+
1478
+ </a></li>
1479
+ <li data-view-component="true" class="d-inline-flex">
1480
+ <a id="pull-requests-tab" href="/alsacreations/webfonts/pulls" data-tab-item="i2pull-requests-tab" data-selected-links="repo_pulls checks /alsacreations/webfonts/pulls" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g p" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Pull requests&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1481
+
1482
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-git-pull-request UnderlineNav-octicon d-none d-sm-inline">
1483
+ <path d="M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z"></path>
1484
+ </svg>
1485
+ <span data-content="Pull requests">Pull requests</span>
1486
+ <span id="pull-requests-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
1487
+
1488
+
1489
+
1490
+ </a></li>
1491
+ <li data-view-component="true" class="d-inline-flex">
1492
+ <a id="actions-tab" href="/alsacreations/webfonts/actions" data-tab-item="i3actions-tab" data-selected-links="repo_actions /alsacreations/webfonts/actions" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g a" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Actions&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1493
+
1494
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-play UnderlineNav-octicon d-none d-sm-inline">
1495
+ <path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm4.879-2.773 4.264 2.559a.25.25 0 0 1 0 .428l-4.264 2.559A.25.25 0 0 1 6 10.559V5.442a.25.25 0 0 1 .379-.215Z"></path>
1496
+ </svg>
1497
+ <span data-content="Actions">Actions</span>
1498
+ <span id="actions-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
1499
+
1500
+
1501
+
1502
+ </a></li>
1503
+ <li data-view-component="true" class="d-inline-flex">
1504
+ <a id="projects-tab" href="/alsacreations/webfonts/projects" data-tab-item="i4projects-tab" data-selected-links="repo_projects new_repo_project repo_project /alsacreations/webfonts/projects" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g b" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Projects&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1505
+
1506
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-table UnderlineNav-octicon d-none d-sm-inline">
1507
+ <path d="M0 1.75C0 .784.784 0 1.75 0h12.5C15.216 0 16 .784 16 1.75v12.5A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25ZM6.5 6.5v8h7.75a.25.25 0 0 0 .25-.25V6.5Zm8-1.5V1.75a.25.25 0 0 0-.25-.25H6.5V5Zm-13 1.5v7.75c0 .138.112.25.25.25H5v-8ZM5 5V1.5H1.75a.25.25 0 0 0-.25.25V5Z"></path>
1508
+ </svg>
1509
+ <span data-content="Projects">Projects</span>
1510
+ <span id="projects-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="0" hidden="hidden" data-view-component="true" class="Counter">0</span>
1511
+
1512
+
1513
+
1514
+ </a></li>
1515
+ <li data-view-component="true" class="d-inline-flex">
1516
+ <a id="security-tab" href="/alsacreations/webfonts/security" data-tab-item="i5security-tab" data-selected-links="security overview alerts policy token_scanning code_scanning /alsacreations/webfonts/security" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-hotkey="g s" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Security&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1517
+
1518
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-shield UnderlineNav-octicon d-none d-sm-inline">
1519
+ <path d="M7.467.133a1.748 1.748 0 0 1 1.066 0l5.25 1.68A1.75 1.75 0 0 1 15 3.48V7c0 1.566-.32 3.182-1.303 4.682-.983 1.498-2.585 2.813-5.032 3.855a1.697 1.697 0 0 1-1.33 0c-2.447-1.042-4.049-2.357-5.032-3.855C1.32 10.182 1 8.566 1 7V3.48a1.75 1.75 0 0 1 1.217-1.667Zm.61 1.429a.25.25 0 0 0-.153 0l-5.25 1.68a.25.25 0 0 0-.174.238V7c0 1.358.275 2.666 1.057 3.86.784 1.194 2.121 2.34 4.366 3.297a.196.196 0 0 0 .154 0c2.245-.956 3.582-2.104 4.366-3.298C13.225 9.666 13.5 8.36 13.5 7V3.48a.251.251 0 0 0-.174-.237l-5.25-1.68ZM8.75 4.75v3a.75.75 0 0 1-1.5 0v-3a.75.75 0 0 1 1.5 0ZM9 10.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
1520
+ </svg>
1521
+ <span data-content="Security">Security</span>
1522
+ <include-fragment src="/alsacreations/webfonts/security/overall-count" accept="text/fragment+html"></include-fragment>
1523
+
1524
+
1525
+ </a></li>
1526
+ <li data-view-component="true" class="d-inline-flex">
1527
+ <a id="insights-tab" href="/alsacreations/webfonts/pulse" data-tab-item="i6insights-tab" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /alsacreations/webfonts/pulse" data-pjax="#repo-content-pjax-container" data-turbo-frame="repo-content-turbo-frame" data-analytics-event="{&quot;category&quot;:&quot;Underline navbar&quot;,&quot;action&quot;:&quot;Click tab&quot;,&quot;label&quot;:&quot;Insights&quot;,&quot;target&quot;:&quot;UNDERLINE_NAV.TAB&quot;}" data-view-component="true" class="UnderlineNav-item no-wrap js-responsive-underlinenav-item js-selected-navigation-item">
1528
+
1529
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-graph UnderlineNav-octicon d-none d-sm-inline">
1530
+ <path d="M1.5 1.75V13.5h13.75a.75.75 0 0 1 0 1.5H.75a.75.75 0 0 1-.75-.75V1.75a.75.75 0 0 1 1.5 0Zm14.28 2.53-5.25 5.25a.75.75 0 0 1-1.06 0L7 7.06 4.28 9.78a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l3.25-3.25a.75.75 0 0 1 1.06 0L10 7.94l4.72-4.72a.751.751 0 0 1 1.042.018.751.751 0 0 1 .018 1.042Z"></path>
1531
+ </svg>
1532
+ <span data-content="Insights">Insights</span>
1533
+ <span id="insights-repo-tab-count" data-pjax-replace="" data-turbo-replace="" title="Not available" data-view-component="true" class="Counter"></span>
1534
+
1535
+
1536
+
1537
+ </a></li>
1538
+ </ul>
1539
+ <div style="visibility:hidden;" data-view-component="true" class="UnderlineNav-actions js-responsive-underlinenav-overflow position-absolute pr-3 pr-md-4 pr-lg-5 right-0"> <details data-view-component="true" class="details-overlay details-reset position-relative">
1540
+ <summary role="button" data-view-component="true"> <div class="UnderlineNav-item mr-0 border-0">
1541
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-kebab-horizontal">
1542
+ <path d="M8 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3ZM1.5 9a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm13 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path>
1543
+ </svg>
1544
+ <span class="sr-only">More</span>
1545
+ </div>
1546
+ </summary>
1547
+ <details-menu role="menu" data-view-component="true" class="dropdown-menu dropdown-menu-sw"> <ul>
1548
+ <li data-menu-item="i0code-tab" hidden>
1549
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_source repo_downloads repo_commits repo_releases repo_tags repo_branches repo_packages repo_deployments /alsacreations/webfonts" href="/alsacreations/webfonts">
1550
+ Code
1551
+ </a> </li>
1552
+ <li data-menu-item="i1issues-tab" hidden>
1553
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_issues repo_labels repo_milestones /alsacreations/webfonts/issues" href="/alsacreations/webfonts/issues">
1554
+ Issues
1555
+ </a> </li>
1556
+ <li data-menu-item="i2pull-requests-tab" hidden>
1557
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_pulls checks /alsacreations/webfonts/pulls" href="/alsacreations/webfonts/pulls">
1558
+ Pull requests
1559
+ </a> </li>
1560
+ <li data-menu-item="i3actions-tab" hidden>
1561
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_actions /alsacreations/webfonts/actions" href="/alsacreations/webfonts/actions">
1562
+ Actions
1563
+ </a> </li>
1564
+ <li data-menu-item="i4projects-tab" hidden>
1565
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_projects new_repo_project repo_project /alsacreations/webfonts/projects" href="/alsacreations/webfonts/projects">
1566
+ Projects
1567
+ </a> </li>
1568
+ <li data-menu-item="i5security-tab" hidden>
1569
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="security overview alerts policy token_scanning code_scanning /alsacreations/webfonts/security" href="/alsacreations/webfonts/security">
1570
+ Security
1571
+ </a> </li>
1572
+ <li data-menu-item="i6insights-tab" hidden>
1573
+ <a role="menuitem" class="js-selected-navigation-item dropdown-item" data-selected-links="repo_graphs repo_contributors dependency_graph dependabot_updates pulse people community /alsacreations/webfonts/pulse" href="/alsacreations/webfonts/pulse">
1574
+ Insights
1575
+ </a> </li>
1576
+ </ul>
1577
+ </details-menu>
1578
+ </details></div>
1579
+ </nav>
1580
+ </div>
1581
+ </header>
1582
+
1583
+
1584
+ <div hidden="hidden" data-view-component="true" class="js-stale-session-flash flash flash-warn mb-3">
1585
+
1586
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
1587
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
1588
+ </svg>
1589
+ <span class="js-stale-session-flash-signed-in" hidden>You signed in with another tab or window. <a href="">Reload</a> to refresh your session.</span>
1590
+ <span class="js-stale-session-flash-signed-out" hidden>You signed out in another tab or window. <a href="">Reload</a> to refresh your session.</span>
1591
+ <span class="js-stale-session-flash-switched" hidden>You switched accounts on another tab or window. <a href="">Reload</a> to refresh your session.</span>
1592
+
1593
+ <button class="flash-close js-flash-close" type="button" aria-label="Close">
1594
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1595
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
1596
+ </svg>
1597
+ </button>
1598
+
1599
+
1600
+ </div>
1601
+
1602
+ </div>
1603
+
1604
+ <div id="start-of-content" class="show-on-focus"></div>
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+ <div id="js-flash-container" data-turbo-replace>
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+ <template class="js-flash-template">
1620
+
1621
+ <div class="flash flash-full {{ className }}">
1622
+ <div class="px-2" >
1623
+ <button autofocus class="flash-close js-flash-close" type="button" aria-label="Dismiss this message">
1624
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
1625
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
1626
+ </svg>
1627
+ </button>
1628
+ <div aria-atomic="true" role="alert" class="js-flash-alert">
1629
+
1630
+ <div>{{ message }}</div>
1631
+
1632
+ </div>
1633
+ </div>
1634
+ </div>
1635
+ </template>
1636
+ </div>
1637
+
1638
+
1639
+
1640
+ <notification-shelf-watcher data-base-url="https://github.com/notifications/beta/shelf" data-channel="eyJjIjoibm90aWZpY2F0aW9uLWNoYW5nZWQ6MTMwMTMwMDY2IiwidCI6MTY4ODExNjQ1M30=--0b0f14495aef3f543e3c270d23f2ab7cdca8d562aa37884c3f0f2c7ee4cec9a1" data-view-component="true" class="js-socket-channel"></notification-shelf-watcher>
1641
+ <div hidden data-initial data-target="notification-shelf-watcher.placeholder"></div>
1642
+
1643
+
1644
+
1645
+
1646
+
1647
+
1648
+ <details
1649
+ class="details-reset details-overlay details-overlay-dark js-command-palette-dialog"
1650
+ id="command-palette-pjax-container"
1651
+ data-turbo-replace
1652
+ >
1653
+ <summary aria-label="command palette trigger" tabindex="-1"></summary>
1654
+ <details-dialog class="command-palette-details-dialog d-flex flex-column flex-justify-center height-fit" aria-label="command palette">
1655
+ <command-palette
1656
+ class="command-palette color-bg-default rounded-3 border color-shadow-small"
1657
+ return-to=/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf
1658
+ user-id="130130066"
1659
+ activation-hotkey="Mod+k,Mod+Alt+k"
1660
+ command-mode-hotkey="Mod+Shift+k"
1661
+ data-action="
1662
+ command-palette-input-ready:command-palette#inputReady
1663
+ command-palette-page-stack-updated:command-palette#updateInputScope
1664
+ itemsUpdated:command-palette#itemsUpdated
1665
+ keydown:command-palette#onKeydown
1666
+ loadingStateChanged:command-palette#loadingStateChanged
1667
+ selectedItemChanged:command-palette#selectedItemChanged
1668
+ pageFetchError:command-palette#pageFetchError
1669
+ ">
1670
+
1671
+ <command-palette-mode
1672
+ data-char="#"
1673
+ data-scope-types="[&quot;&quot;]"
1674
+ data-placeholder="Search issues and pull requests"
1675
+ ></command-palette-mode>
1676
+ <command-palette-mode
1677
+ data-char="#"
1678
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1679
+ data-placeholder="Search issues, pull requests, discussions, and projects"
1680
+ ></command-palette-mode>
1681
+ <command-palette-mode
1682
+ data-char="!"
1683
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1684
+ data-placeholder="Search projects"
1685
+ ></command-palette-mode>
1686
+ <command-palette-mode
1687
+ data-char="@"
1688
+ data-scope-types="[&quot;&quot;]"
1689
+ data-placeholder="Search or jump to a user, organization, or repository"
1690
+ ></command-palette-mode>
1691
+ <command-palette-mode
1692
+ data-char="@"
1693
+ data-scope-types="[&quot;owner&quot;]"
1694
+ data-placeholder="Search or jump to a repository"
1695
+ ></command-palette-mode>
1696
+ <command-palette-mode
1697
+ data-char="/"
1698
+ data-scope-types="[&quot;repository&quot;]"
1699
+ data-placeholder="Search files"
1700
+ ></command-palette-mode>
1701
+ <command-palette-mode
1702
+ data-char="?"
1703
+ ></command-palette-mode>
1704
+ <command-palette-mode
1705
+ data-char="&gt;"
1706
+ data-placeholder="Run a command"
1707
+ ></command-palette-mode>
1708
+ <command-palette-mode
1709
+ data-char=""
1710
+ data-scope-types="[&quot;&quot;]"
1711
+ data-placeholder="Search or jump to..."
1712
+ ></command-palette-mode>
1713
+ <command-palette-mode
1714
+ data-char=""
1715
+ data-scope-types="[&quot;owner&quot;]"
1716
+ data-placeholder="Search or jump to..."
1717
+ ></command-palette-mode>
1718
+ <command-palette-mode
1719
+ class="js-command-palette-default-mode"
1720
+ data-char=""
1721
+ data-placeholder="Search or jump to..."
1722
+ ></command-palette-mode>
1723
+
1724
+ <command-palette-input placeholder="Search or jump to..."
1725
+
1726
+ data-action="
1727
+ command-palette-input:command-palette#onInput
1728
+ command-palette-select:command-palette#onSelect
1729
+ command-palette-descope:command-palette#onDescope
1730
+ command-palette-cleared:command-palette#onInputClear
1731
+ "
1732
+ >
1733
+ <div class="js-search-icon d-flex flex-items-center mr-2" style="height: 26px">
1734
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-search color-fg-muted">
1735
+ <path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path>
1736
+ </svg>
1737
+ </div>
1738
+ <div class="js-spinner d-flex flex-items-center mr-2 color-fg-muted" hidden>
1739
+ <svg aria-label="Loading" class="anim-rotate" viewBox="0 0 16 16" fill="none" width="16" height="16">
1740
+ <circle
1741
+ cx="8"
1742
+ cy="8"
1743
+ r="7"
1744
+ stroke="currentColor"
1745
+ stroke-opacity="0.25"
1746
+ stroke-width="2"
1747
+ vector-effect="non-scaling-stroke"
1748
+ ></circle>
1749
+ <path
1750
+ d="M15 8a7.002 7.002 0 00-7-7"
1751
+ stroke="currentColor"
1752
+ stroke-width="2"
1753
+ stroke-linecap="round"
1754
+ vector-effect="non-scaling-stroke"
1755
+ ></path>
1756
+ </svg>
1757
+ </div>
1758
+ <command-palette-scope >
1759
+ <div data-target="command-palette-scope.placeholder" hidden class="color-fg-subtle">/&nbsp;&nbsp;<span class="text-semibold color-fg-default">...</span>&nbsp;&nbsp;/&nbsp;&nbsp;</div>
1760
+ <command-palette-token
1761
+ data-text="alsacreations"
1762
+ data-id="MDEyOk9yZ2FuaXphdGlvbjY3ODIwMjQ="
1763
+ data-type="owner"
1764
+ data-value="alsacreations"
1765
+ data-targets="command-palette-scope.tokens"
1766
+ class="color-fg-default text-semibold"
1767
+ style="white-space:nowrap;line-height:20px;"
1768
+ >alsacreations<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
1769
+ <command-palette-token
1770
+ data-text="webfonts"
1771
+ data-id="MDEwOlJlcG9zaXRvcnk0ODY4MTg2Mg=="
1772
+ data-type="repository"
1773
+ data-value="webfonts"
1774
+ data-targets="command-palette-scope.tokens"
1775
+ class="color-fg-default text-semibold"
1776
+ style="white-space:nowrap;line-height:20px;"
1777
+ >webfonts<span class="color-fg-subtle text-normal">&nbsp;&nbsp;/&nbsp;&nbsp;</span></command-palette-token>
1778
+ </command-palette-scope>
1779
+ <div class="command-palette-input-group flex-1 form-control border-0 box-shadow-none" style="z-index: 0">
1780
+ <div class="command-palette-typeahead position-absolute d-flex flex-items-center Truncate">
1781
+ <span class="typeahead-segment input-mirror" data-target="command-palette-input.mirror"></span>
1782
+ <span class="Truncate-text" data-target="command-palette-input.typeaheadText"></span>
1783
+ <span class="typeahead-segment" data-target="command-palette-input.typeaheadPlaceholder"></span>
1784
+ </div>
1785
+ <input
1786
+ class="js-overlay-input typeahead-input d-none"
1787
+ disabled
1788
+ tabindex="-1"
1789
+ aria-label="Hidden input for typeahead"
1790
+ >
1791
+ <input
1792
+ type="text"
1793
+ autocomplete="off"
1794
+ autocorrect="off"
1795
+ autocapitalize="off"
1796
+ spellcheck="false"
1797
+ class="js-input typeahead-input form-control border-0 box-shadow-none input-block width-full no-focus-indicator"
1798
+ aria-label="Command palette input"
1799
+ aria-haspopup="listbox"
1800
+ aria-expanded="false"
1801
+ aria-autocomplete="list"
1802
+ aria-controls="command-palette-page-stack"
1803
+ role="combobox"
1804
+ data-action="
1805
+ input:command-palette-input#onInput
1806
+ keydown:command-palette-input#onKeydown
1807
+ "
1808
+ >
1809
+ </div>
1810
+ <div data-view-component="true" class="position-relative d-inline-block">
1811
+ <button aria-keyshortcuts="Control+Backspace" data-action="click:command-palette-input#onClear keypress:command-palette-input#onClear" data-target="command-palette-input.clearButton" id="command-palette-clear-button" hidden="hidden" type="button" data-view-component="true" class="btn-octicon command-palette-input-clear-button"> <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x-circle-fill">
1812
+ <path d="M2.343 13.657A8 8 0 1 1 13.658 2.343 8 8 0 0 1 2.343 13.657ZM6.03 4.97a.751.751 0 0 0-1.042.018.751.751 0 0 0-.018 1.042L6.94 8 4.97 9.97a.749.749 0 0 0 .326 1.275.749.749 0 0 0 .734-.215L8 9.06l1.97 1.97a.749.749 0 0 0 1.275-.326.749.749 0 0 0-.215-.734L9.06 8l1.97-1.97a.749.749 0 0 0-.326-1.275.749.749 0 0 0-.734.215L8 6.94Z"></path>
1813
+ </svg>
1814
+ </button> <tool-tip id="tooltip-b2f41c0a-0fdd-44a1-818f-df09a7ddc054" for="command-palette-clear-button" data-direction="w" data-type="label" data-view-component="true" class="sr-only position-absolute">Clear Command Palette</tool-tip>
1815
+ </div>
1816
+ </command-palette-input>
1817
+
1818
+ <command-palette-page-stack
1819
+ data-default-scope-id="MDEwOlJlcG9zaXRvcnk0ODY4MTg2Mg=="
1820
+ data-default-scope-type="Repository"
1821
+ data-action="command-palette-page-octicons-cached:command-palette-page-stack#cacheOcticons"
1822
+ >
1823
+ <command-palette-tip
1824
+ class="color-fg-muted f6 px-3 py-1 my-2"
1825
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1826
+ data-mode=""
1827
+ data-value="">
1828
+ <div class="d-flex flex-items-start flex-justify-between">
1829
+ <div>
1830
+ <span class="text-bold">Tip:</span>
1831
+ Type <kbd class="hx_kbd">#</kbd> to search pull requests
1832
+ </div>
1833
+ <div class="ml-2 flex-shrink-0">
1834
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1835
+ </div>
1836
+ </div>
1837
+ </command-palette-tip>
1838
+ <command-palette-tip
1839
+ class="color-fg-muted f6 px-3 py-1 my-2"
1840
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1841
+ data-mode=""
1842
+ data-value="">
1843
+ <div class="d-flex flex-items-start flex-justify-between">
1844
+ <div>
1845
+ <span class="text-bold">Tip:</span>
1846
+ Type <kbd class="hx_kbd">#</kbd> to search issues
1847
+ </div>
1848
+ <div class="ml-2 flex-shrink-0">
1849
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1850
+ </div>
1851
+ </div>
1852
+ </command-palette-tip>
1853
+ <command-palette-tip
1854
+ class="color-fg-muted f6 px-3 py-1 my-2"
1855
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1856
+ data-mode=""
1857
+ data-value="">
1858
+ <div class="d-flex flex-items-start flex-justify-between">
1859
+ <div>
1860
+ <span class="text-bold">Tip:</span>
1861
+ Type <kbd class="hx_kbd">#</kbd> to search discussions
1862
+ </div>
1863
+ <div class="ml-2 flex-shrink-0">
1864
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1865
+ </div>
1866
+ </div>
1867
+ </command-palette-tip>
1868
+ <command-palette-tip
1869
+ class="color-fg-muted f6 px-3 py-1 my-2"
1870
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1871
+ data-mode=""
1872
+ data-value="">
1873
+ <div class="d-flex flex-items-start flex-justify-between">
1874
+ <div>
1875
+ <span class="text-bold">Tip:</span>
1876
+ Type <kbd class="hx_kbd">!</kbd> to search projects
1877
+ </div>
1878
+ <div class="ml-2 flex-shrink-0">
1879
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1880
+ </div>
1881
+ </div>
1882
+ </command-palette-tip>
1883
+ <command-palette-tip
1884
+ class="color-fg-muted f6 px-3 py-1 my-2"
1885
+ data-scope-types="[&quot;owner&quot;]"
1886
+ data-mode=""
1887
+ data-value="">
1888
+ <div class="d-flex flex-items-start flex-justify-between">
1889
+ <div>
1890
+ <span class="text-bold">Tip:</span>
1891
+ Type <kbd class="hx_kbd">@</kbd> to search teams
1892
+ </div>
1893
+ <div class="ml-2 flex-shrink-0">
1894
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1895
+ </div>
1896
+ </div>
1897
+ </command-palette-tip>
1898
+ <command-palette-tip
1899
+ class="color-fg-muted f6 px-3 py-1 my-2"
1900
+ data-scope-types="[&quot;&quot;]"
1901
+ data-mode=""
1902
+ data-value="">
1903
+ <div class="d-flex flex-items-start flex-justify-between">
1904
+ <div>
1905
+ <span class="text-bold">Tip:</span>
1906
+ Type <kbd class="hx_kbd">@</kbd> to search people and organizations
1907
+ </div>
1908
+ <div class="ml-2 flex-shrink-0">
1909
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1910
+ </div>
1911
+ </div>
1912
+ </command-palette-tip>
1913
+ <command-palette-tip
1914
+ class="color-fg-muted f6 px-3 py-1 my-2"
1915
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1916
+ data-mode=""
1917
+ data-value="">
1918
+ <div class="d-flex flex-items-start flex-justify-between">
1919
+ <div>
1920
+ <span class="text-bold">Tip:</span>
1921
+ Type <kbd class="hx_kbd">&gt;</kbd> to activate command mode
1922
+ </div>
1923
+ <div class="ml-2 flex-shrink-0">
1924
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1925
+ </div>
1926
+ </div>
1927
+ </command-palette-tip>
1928
+ <command-palette-tip
1929
+ class="color-fg-muted f6 px-3 py-1 my-2"
1930
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1931
+ data-mode=""
1932
+ data-value="">
1933
+ <div class="d-flex flex-items-start flex-justify-between">
1934
+ <div>
1935
+ <span class="text-bold">Tip:</span>
1936
+ Go to your accessibility settings to change your keyboard shortcuts
1937
+ </div>
1938
+ <div class="ml-2 flex-shrink-0">
1939
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1940
+ </div>
1941
+ </div>
1942
+ </command-palette-tip>
1943
+ <command-palette-tip
1944
+ class="color-fg-muted f6 px-3 py-1 my-2"
1945
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1946
+ data-mode="#"
1947
+ data-value="">
1948
+ <div class="d-flex flex-items-start flex-justify-between">
1949
+ <div>
1950
+ <span class="text-bold">Tip:</span>
1951
+ Type author:@me to search your content
1952
+ </div>
1953
+ <div class="ml-2 flex-shrink-0">
1954
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1955
+ </div>
1956
+ </div>
1957
+ </command-palette-tip>
1958
+ <command-palette-tip
1959
+ class="color-fg-muted f6 px-3 py-1 my-2"
1960
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1961
+ data-mode="#"
1962
+ data-value="">
1963
+ <div class="d-flex flex-items-start flex-justify-between">
1964
+ <div>
1965
+ <span class="text-bold">Tip:</span>
1966
+ Type is:pr to filter to pull requests
1967
+ </div>
1968
+ <div class="ml-2 flex-shrink-0">
1969
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1970
+ </div>
1971
+ </div>
1972
+ </command-palette-tip>
1973
+ <command-palette-tip
1974
+ class="color-fg-muted f6 px-3 py-1 my-2"
1975
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
1976
+ data-mode="#"
1977
+ data-value="">
1978
+ <div class="d-flex flex-items-start flex-justify-between">
1979
+ <div>
1980
+ <span class="text-bold">Tip:</span>
1981
+ Type is:issue to filter to issues
1982
+ </div>
1983
+ <div class="ml-2 flex-shrink-0">
1984
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
1985
+ </div>
1986
+ </div>
1987
+ </command-palette-tip>
1988
+ <command-palette-tip
1989
+ class="color-fg-muted f6 px-3 py-1 my-2"
1990
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
1991
+ data-mode="#"
1992
+ data-value="">
1993
+ <div class="d-flex flex-items-start flex-justify-between">
1994
+ <div>
1995
+ <span class="text-bold">Tip:</span>
1996
+ Type is:project to filter to projects
1997
+ </div>
1998
+ <div class="ml-2 flex-shrink-0">
1999
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
2000
+ </div>
2001
+ </div>
2002
+ </command-palette-tip>
2003
+ <command-palette-tip
2004
+ class="color-fg-muted f6 px-3 py-1 my-2"
2005
+ data-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
2006
+ data-mode="#"
2007
+ data-value="">
2008
+ <div class="d-flex flex-items-start flex-justify-between">
2009
+ <div>
2010
+ <span class="text-bold">Tip:</span>
2011
+ Type is:open to filter to open content
2012
+ </div>
2013
+ <div class="ml-2 flex-shrink-0">
2014
+ Type <kbd class="hx_kbd">?</kbd> for help and tips
2015
+ </div>
2016
+ </div>
2017
+ </command-palette-tip>
2018
+ <command-palette-tip class="mx-3 my-2 flash flash-error d-flex flex-items-center" data-scope-types="*" data-on-error>
2019
+ <div>
2020
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2021
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
2022
+ </svg>
2023
+ </div>
2024
+ <div class="px-2">
2025
+ We’ve encountered an error and some results aren't available at this time. Type a new search or try again later.
2026
+ </div>
2027
+ </command-palette-tip>
2028
+ <command-palette-tip class="h4 color-fg-default pl-3 pb-2 pt-3" data-on-empty data-scope-types="*" data-match-mode="[^?]|^$">
2029
+ No results matched your search
2030
+ </command-palette-tip>
2031
+
2032
+ <div hidden>
2033
+
2034
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-muted">
2035
+ <svg height="16" class="octicon octicon-arrow-right color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8.22 2.97a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l2.97-2.97H3.75a.75.75 0 0 1 0-1.5h7.44L8.22 4.03a.75.75 0 0 1 0-1.06Z"></path></svg>
2036
+ </div>
2037
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="arrow-right-color-fg-default">
2038
+ <svg height="16" class="octicon octicon-arrow-right color-fg-default" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8.22 2.97a.75.75 0 0 1 1.06 0l4.25 4.25a.75.75 0 0 1 0 1.06l-4.25 4.25a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042l2.97-2.97H3.75a.75.75 0 0 1 0-1.5h7.44L8.22 4.03a.75.75 0 0 1 0-1.06Z"></path></svg>
2039
+ </div>
2040
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="codespaces-color-fg-muted">
2041
+ <svg height="16" class="octicon octicon-codespaces color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M0 11.25c0-.966.784-1.75 1.75-1.75h12.5c.966 0 1.75.784 1.75 1.75v3A1.75 1.75 0 0 1 14.25 16H1.75A1.75 1.75 0 0 1 0 14.25Zm2-9.5C2 .784 2.784 0 3.75 0h8.5C13.216 0 14 .784 14 1.75v5a1.75 1.75 0 0 1-1.75 1.75h-8.5A1.75 1.75 0 0 1 2 6.75Zm1.75-.25a.25.25 0 0 0-.25.25v5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5a.25.25 0 0 0-.25-.25Zm-2 9.5a.25.25 0 0 0-.25.25v3c0 .138.112.25.25.25h12.5a.25.25 0 0 0 .25-.25v-3a.25.25 0 0 0-.25-.25Z"></path><path d="M7 12.75a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75Zm-4 0a.75.75 0 0 1 .75-.75h.5a.75.75 0 0 1 0 1.5h-.5a.75.75 0 0 1-.75-.75Z"></path></svg>
2042
+ </div>
2043
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="copy-color-fg-muted">
2044
+ <svg height="16" class="octicon octicon-copy color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path></svg>
2045
+ </div>
2046
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="dash-color-fg-muted">
2047
+ <svg height="16" class="octicon octicon-dash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M2 7.75A.75.75 0 0 1 2.75 7h10a.75.75 0 0 1 0 1.5h-10A.75.75 0 0 1 2 7.75Z"></path></svg>
2048
+ </div>
2049
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="file-color-fg-muted">
2050
+ <svg height="16" class="octicon octicon-file color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M2 1.75C2 .784 2.784 0 3.75 0h6.586c.464 0 .909.184 1.237.513l2.914 2.914c.329.328.513.773.513 1.237v9.586A1.75 1.75 0 0 1 13.25 16h-9.5A1.75 1.75 0 0 1 2 14.25Zm1.75-.25a.25.25 0 0 0-.25.25v12.5c0 .138.112.25.25.25h9.5a.25.25 0 0 0 .25-.25V6h-2.75A1.75 1.75 0 0 1 9 4.25V1.5Zm6.75.062V4.25c0 .138.112.25.25.25h2.688l-.011-.013-2.914-2.914-.013-.011Z"></path></svg>
2051
+ </div>
2052
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="gear-color-fg-muted">
2053
+ <svg height="16" class="octicon octicon-gear color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 0a8.2 8.2 0 0 1 .701.031C9.444.095 9.99.645 10.16 1.29l.288 1.107c.018.066.079.158.212.224.231.114.454.243.668.386.123.082.233.09.299.071l1.103-.303c.644-.176 1.392.021 1.82.63.27.385.506.792.704 1.218.315.675.111 1.422-.364 1.891l-.814.806c-.049.048-.098.147-.088.294.016.257.016.515 0 .772-.01.147.038.246.088.294l.814.806c.475.469.679 1.216.364 1.891a7.977 7.977 0 0 1-.704 1.217c-.428.61-1.176.807-1.82.63l-1.102-.302c-.067-.019-.177-.011-.3.071a5.909 5.909 0 0 1-.668.386c-.133.066-.194.158-.211.224l-.29 1.106c-.168.646-.715 1.196-1.458 1.26a8.006 8.006 0 0 1-1.402 0c-.743-.064-1.289-.614-1.458-1.26l-.289-1.106c-.018-.066-.079-.158-.212-.224a5.738 5.738 0 0 1-.668-.386c-.123-.082-.233-.09-.299-.071l-1.103.303c-.644.176-1.392-.021-1.82-.63a8.12 8.12 0 0 1-.704-1.218c-.315-.675-.111-1.422.363-1.891l.815-.806c.05-.048.098-.147.088-.294a6.214 6.214 0 0 1 0-.772c.01-.147-.038-.246-.088-.294l-.815-.806C.635 6.045.431 5.298.746 4.623a7.92 7.92 0 0 1 .704-1.217c.428-.61 1.176-.807 1.82-.63l1.102.302c.067.019.177.011.3-.071.214-.143.437-.272.668-.386.133-.066.194-.158.211-.224l.29-1.106C6.009.645 6.556.095 7.299.03 7.53.01 7.764 0 8 0Zm-.571 1.525c-.036.003-.108.036-.137.146l-.289 1.105c-.147.561-.549.967-.998 1.189-.173.086-.34.183-.5.29-.417.278-.97.423-1.529.27l-1.103-.303c-.109-.03-.175.016-.195.045-.22.312-.412.644-.573.99-.014.031-.021.11.059.19l.815.806c.411.406.562.957.53 1.456a4.709 4.709 0 0 0 0 .582c.032.499-.119 1.05-.53 1.456l-.815.806c-.081.08-.073.159-.059.19.162.346.353.677.573.989.02.03.085.076.195.046l1.102-.303c.56-.153 1.113-.008 1.53.27.161.107.328.204.501.29.447.222.85.629.997 1.189l.289 1.105c.029.109.101.143.137.146a6.6 6.6 0 0 0 1.142 0c.036-.003.108-.036.137-.146l.289-1.105c.147-.561.549-.967.998-1.189.173-.086.34-.183.5-.29.417-.278.97-.423 1.529-.27l1.103.303c.109.029.175-.016.195-.045.22-.313.411-.644.573-.99.014-.031.021-.11-.059-.19l-.815-.806c-.411-.406-.562-.957-.53-1.456a4.709 4.709 0 0 0 0-.582c-.032-.499.119-1.05.53-1.456l.815-.806c.081-.08.073-.159.059-.19a6.464 6.464 0 0 0-.573-.989c-.02-.03-.085-.076-.195-.046l-1.102.303c-.56.153-1.113.008-1.53-.27a4.44 4.44 0 0 0-.501-.29c-.447-.222-.85-.629-.997-1.189l-.289-1.105c-.029-.11-.101-.143-.137-.146a6.6 6.6 0 0 0-1.142 0ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0ZM9.5 8a1.5 1.5 0 1 0-3.001.001A1.5 1.5 0 0 0 9.5 8Z"></path></svg>
2054
+ </div>
2055
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="lock-color-fg-muted">
2056
+ <svg height="16" class="octicon octicon-lock color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M4 4a4 4 0 0 1 8 0v2h.25c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 12.25 15h-8.5A1.75 1.75 0 0 1 2 13.25v-5.5C2 6.784 2.784 6 3.75 6H4Zm8.25 3.5h-8.5a.25.25 0 0 0-.25.25v5.5c0 .138.112.25.25.25h8.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25ZM10.5 6V4a2.5 2.5 0 1 0-5 0v2Z"></path></svg>
2057
+ </div>
2058
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="moon-color-fg-muted">
2059
+ <svg height="16" class="octicon octicon-moon color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M9.598 1.591a.749.749 0 0 1 .785-.175 7.001 7.001 0 1 1-8.967 8.967.75.75 0 0 1 .961-.96 5.5 5.5 0 0 0 7.046-7.046.75.75 0 0 1 .175-.786Zm1.616 1.945a7 7 0 0 1-7.678 7.678 5.499 5.499 0 1 0 7.678-7.678Z"></path></svg>
2060
+ </div>
2061
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="person-color-fg-muted">
2062
+ <svg height="16" class="octicon octicon-person color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.561 8.073a6.005 6.005 0 0 1 3.432 5.142.75.75 0 1 1-1.498.07 4.5 4.5 0 0 0-8.99 0 .75.75 0 0 1-1.498-.07 6.004 6.004 0 0 1 3.431-5.142 3.999 3.999 0 1 1 5.123 0ZM10.5 5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0Z"></path></svg>
2063
+ </div>
2064
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="pencil-color-fg-muted">
2065
+ <svg height="16" class="octicon octicon-pencil color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11.013 1.427a1.75 1.75 0 0 1 2.474 0l1.086 1.086a1.75 1.75 0 0 1 0 2.474l-8.61 8.61c-.21.21-.47.364-.756.445l-3.251.93a.75.75 0 0 1-.927-.928l.929-3.25c.081-.286.235-.547.445-.758l8.61-8.61Zm.176 4.823L9.75 4.81l-6.286 6.287a.253.253 0 0 0-.064.108l-.558 1.953 1.953-.558a.253.253 0 0 0 .108-.064Zm1.238-3.763a.25.25 0 0 0-.354 0L10.811 3.75l1.439 1.44 1.263-1.263a.25.25 0 0 0 0-.354Z"></path></svg>
2066
+ </div>
2067
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="issue-opened-open">
2068
+ <svg height="16" class="octicon octicon-issue-opened open" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 9.5a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z"></path><path d="M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0ZM1.5 8a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Z"></path></svg>
2069
+ </div>
2070
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="git-pull-request-draft-color-fg-muted">
2071
+ <svg height="16" class="octicon octicon-git-pull-request-draft color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M3.25 1A2.25 2.25 0 0 1 4 5.372v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.251 2.251 0 0 1 3.25 1Zm9.5 14a2.25 2.25 0 1 1 0-4.5 2.25 2.25 0 0 1 0 4.5ZM2.5 3.25a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0ZM3.25 12a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm9.5 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM14 7.5a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Zm0-4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z"></path></svg>
2072
+ </div>
2073
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="search-color-fg-muted">
2074
+ <svg height="16" class="octicon octicon-search color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.68 11.74a6 6 0 0 1-7.922-8.982 6 6 0 0 1 8.982 7.922l3.04 3.04a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215ZM11.5 7a4.499 4.499 0 1 0-8.997 0A4.499 4.499 0 0 0 11.5 7Z"></path></svg>
2075
+ </div>
2076
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sun-color-fg-muted">
2077
+ <svg height="16" class="octicon octicon-sun color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 12a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-1.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm5.657-8.157a.75.75 0 0 1 0 1.061l-1.061 1.06a.749.749 0 0 1-1.275-.326.749.749 0 0 1 .215-.734l1.06-1.06a.75.75 0 0 1 1.06 0Zm-9.193 9.193a.75.75 0 0 1 0 1.06l-1.06 1.061a.75.75 0 1 1-1.061-1.06l1.06-1.061a.75.75 0 0 1 1.061 0ZM8 0a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0V.75A.75.75 0 0 1 8 0ZM3 8a.75.75 0 0 1-.75.75H.75a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 3 8Zm13 0a.75.75 0 0 1-.75.75h-1.5a.75.75 0 0 1 0-1.5h1.5A.75.75 0 0 1 16 8Zm-8 5a.75.75 0 0 1 .75.75v1.5a.75.75 0 0 1-1.5 0v-1.5A.75.75 0 0 1 8 13Zm3.536-1.464a.75.75 0 0 1 1.06 0l1.061 1.06a.75.75 0 0 1-1.06 1.061l-1.061-1.06a.75.75 0 0 1 0-1.061ZM2.343 2.343a.75.75 0 0 1 1.061 0l1.06 1.061a.751.751 0 0 1-.018 1.042.751.751 0 0 1-1.042.018l-1.06-1.06a.75.75 0 0 1 0-1.06Z"></path></svg>
2078
+ </div>
2079
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="sync-color-fg-muted">
2080
+ <svg height="16" class="octicon octicon-sync color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M1.705 8.005a.75.75 0 0 1 .834.656 5.5 5.5 0 0 0 9.592 2.97l-1.204-1.204a.25.25 0 0 1 .177-.427h3.646a.25.25 0 0 1 .25.25v3.646a.25.25 0 0 1-.427.177l-1.38-1.38A7.002 7.002 0 0 1 1.05 8.84a.75.75 0 0 1 .656-.834ZM8 2.5a5.487 5.487 0 0 0-4.131 1.869l1.204 1.204A.25.25 0 0 1 4.896 6H1.25A.25.25 0 0 1 1 5.75V2.104a.25.25 0 0 1 .427-.177l1.38 1.38A7.002 7.002 0 0 1 14.95 7.16a.75.75 0 0 1-1.49.178A5.5 5.5 0 0 0 8 2.5Z"></path></svg>
2081
+ </div>
2082
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="trash-color-fg-muted">
2083
+ <svg height="16" class="octicon octicon-trash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11 1.75V3h2.25a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1 0-1.5H5V1.75C5 .784 5.784 0 6.75 0h2.5C10.216 0 11 .784 11 1.75ZM4.496 6.675l.66 6.6a.25.25 0 0 0 .249.225h5.19a.25.25 0 0 0 .249-.225l.66-6.6a.75.75 0 0 1 1.492.149l-.66 6.6A1.748 1.748 0 0 1 10.595 15h-5.19a1.75 1.75 0 0 1-1.741-1.575l-.66-6.6a.75.75 0 1 1 1.492-.15ZM6.5 1.75V3h3V1.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25Z"></path></svg>
2084
+ </div>
2085
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="key-color-fg-muted">
2086
+ <svg height="16" class="octicon octicon-key color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M10.5 0a5.499 5.499 0 1 1-1.288 10.848l-.932.932a.749.749 0 0 1-.53.22H7v.75a.749.749 0 0 1-.22.53l-.5.5a.749.749 0 0 1-.53.22H5v.75a.749.749 0 0 1-.22.53l-.5.5a.749.749 0 0 1-.53.22h-2A1.75 1.75 0 0 1 0 14.25v-2c0-.199.079-.389.22-.53l4.932-4.932A5.5 5.5 0 0 1 10.5 0Zm-4 5.5c-.001.431.069.86.205 1.269a.75.75 0 0 1-.181.768L1.5 12.56v1.69c0 .138.112.25.25.25h1.69l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l.06-.06v-1.19a.75.75 0 0 1 .75-.75h1.19l1.023-1.025a.75.75 0 0 1 .768-.18A4 4 0 1 0 6.5 5.5ZM11 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path></svg>
2087
+ </div>
2088
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="comment-discussion-color-fg-muted">
2089
+ <svg height="16" class="octicon octicon-comment-discussion color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M1.75 1h8.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 10.25 10H7.061l-2.574 2.573A1.458 1.458 0 0 1 2 11.543V10h-.25A1.75 1.75 0 0 1 0 8.25v-5.5C0 1.784.784 1 1.75 1ZM1.5 2.75v5.5c0 .138.112.25.25.25h1a.75.75 0 0 1 .75.75v2.19l2.72-2.72a.749.749 0 0 1 .53-.22h3.5a.25.25 0 0 0 .25-.25v-5.5a.25.25 0 0 0-.25-.25h-8.5a.25.25 0 0 0-.25.25Zm13 2a.25.25 0 0 0-.25-.25h-.5a.75.75 0 0 1 0-1.5h.5c.966 0 1.75.784 1.75 1.75v5.5A1.75 1.75 0 0 1 14.25 12H14v1.543a1.458 1.458 0 0 1-2.487 1.03L9.22 12.28a.749.749 0 0 1 .326-1.275.749.749 0 0 1 .734.215l2.22 2.22v-2.19a.75.75 0 0 1 .75-.75h1a.25.25 0 0 0 .25-.25Z"></path></svg>
2090
+ </div>
2091
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-color-fg-muted">
2092
+ <svg height="16" class="octicon octicon-bell color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M8 16a2 2 0 0 0 1.985-1.75c.017-.137-.097-.25-.235-.25h-3.5c-.138 0-.252.113-.235.25A2 2 0 0 0 8 16ZM3 5a5 5 0 0 1 10 0v2.947c0 .05.015.098.042.139l1.703 2.555A1.519 1.519 0 0 1 13.482 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947Zm5-3.5A3.5 3.5 0 0 0 4.5 5v2.947c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01l.001.006c0 .002.002.004.004.006l.006.004.007.001h10.964l.007-.001.006-.004.004-.006.001-.007a.017.017 0 0 0-.003-.01l-1.703-2.554a1.745 1.745 0 0 1-.294-.97V5A3.5 3.5 0 0 0 8 1.5Z"></path></svg>
2093
+ </div>
2094
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="bell-slash-color-fg-muted">
2095
+ <svg height="16" class="octicon octicon-bell-slash color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="m4.182 4.31.016.011 10.104 7.316.013.01 1.375.996a.75.75 0 1 1-.88 1.214L13.626 13H2.518a1.516 1.516 0 0 1-1.263-2.36l1.703-2.554A.255.255 0 0 0 3 7.947V5.305L.31 3.357a.75.75 0 1 1 .88-1.214Zm7.373 7.19L4.5 6.391v1.556c0 .346-.102.683-.294.97l-1.703 2.556a.017.017 0 0 0-.003.01c0 .005.002.009.005.012l.006.004.007.001ZM8 1.5c-.997 0-1.895.416-2.534 1.086A.75.75 0 1 1 4.38 1.55 5 5 0 0 1 13 5v2.373a.75.75 0 0 1-1.5 0V5A3.5 3.5 0 0 0 8 1.5ZM8 16a2 2 0 0 1-1.985-1.75c-.017-.137.097-.25.235-.25h3.5c.138 0 .252.113.235.25A2 2 0 0 1 8 16Z"></path></svg>
2096
+ </div>
2097
+ <div data-targets="command-palette-page-stack.localOcticons" data-octicon-id="paintbrush-color-fg-muted">
2098
+ <svg height="16" class="octicon octicon-paintbrush color-fg-muted" viewBox="0 0 16 16" version="1.1" width="16" aria-hidden="true"><path d="M11.134 1.535c.7-.509 1.416-.942 2.076-1.155.649-.21 1.463-.267 2.069.34.603.601.568 1.411.368 2.07-.202.668-.624 1.39-1.125 2.096-1.011 1.424-2.496 2.987-3.775 4.249-1.098 1.084-2.132 1.839-3.04 2.3a3.744 3.744 0 0 1-1.055 3.217c-.431.431-1.065.691-1.657.861-.614.177-1.294.287-1.914.357A21.151 21.151 0 0 1 .797 16H.743l.007-.75H.749L.742 16a.75.75 0 0 1-.743-.742l.743-.008-.742.007v-.054a21.25 21.25 0 0 1 .13-2.284c.067-.647.187-1.287.358-1.914.17-.591.43-1.226.86-1.657a3.746 3.746 0 0 1 3.227-1.054c.466-.893 1.225-1.907 2.314-2.982 1.271-1.255 2.833-2.75 4.245-3.777ZM1.62 13.089c-.051.464-.086.929-.104 1.395.466-.018.932-.053 1.396-.104a10.511 10.511 0 0 0 1.668-.309c.526-.151.856-.325 1.011-.48a2.25 2.25 0 1 0-3.182-3.182c-.155.155-.329.485-.48 1.01a10.515 10.515 0 0 0-.309 1.67Zm10.396-10.34c-1.224.89-2.605 2.189-3.822 3.384l1.718 1.718c1.21-1.205 2.51-2.597 3.387-3.833.47-.662.78-1.227.912-1.662.134-.444.032-.551.009-.575h-.001V1.78c-.014-.014-.113-.113-.548.027-.432.14-.995.462-1.655.942Zm-4.832 7.266-.001.001a9.859 9.859 0 0 0 1.63-1.142L7.155 7.216a9.7 9.7 0 0 0-1.161 1.607c.482.302.889.71 1.19 1.192Z"></path></svg>
2099
+ </div>
2100
+
2101
+ <command-palette-item-group
2102
+ data-group-id="top"
2103
+ data-group-title="Top result"
2104
+ data-group-hint=""
2105
+ data-group-limits="{}"
2106
+ data-default-priority="0"
2107
+ >
2108
+ </command-palette-item-group>
2109
+ <command-palette-item-group
2110
+ data-group-id="commands"
2111
+ data-group-title="Commands"
2112
+ data-group-hint="Type &gt; to filter"
2113
+ data-group-limits="{&quot;static_items_page&quot;:50,&quot;issue&quot;:50,&quot;pull_request&quot;:50,&quot;discussion&quot;:50}"
2114
+ data-default-priority="1"
2115
+ >
2116
+ </command-palette-item-group>
2117
+ <command-palette-item-group
2118
+ data-group-id="global_commands"
2119
+ data-group-title="Global Commands"
2120
+ data-group-hint="Type &gt; to filter"
2121
+ data-group-limits="{&quot;issue&quot;:0,&quot;pull_request&quot;:0,&quot;discussion&quot;:0}"
2122
+ data-default-priority="2"
2123
+ >
2124
+ </command-palette-item-group>
2125
+ <command-palette-item-group
2126
+ data-group-id="this_page"
2127
+ data-group-title="This Page"
2128
+ data-group-hint=""
2129
+ data-group-limits="{}"
2130
+ data-default-priority="3"
2131
+ >
2132
+ </command-palette-item-group>
2133
+ <command-palette-item-group
2134
+ data-group-id="files"
2135
+ data-group-title="Files"
2136
+ data-group-hint=""
2137
+ data-group-limits="{}"
2138
+ data-default-priority="4"
2139
+ >
2140
+ </command-palette-item-group>
2141
+ <command-palette-item-group
2142
+ data-group-id="default"
2143
+ data-group-title="Default"
2144
+ data-group-hint=""
2145
+ data-group-limits="{&quot;static_items_page&quot;:50}"
2146
+ data-default-priority="5"
2147
+ >
2148
+ </command-palette-item-group>
2149
+ <command-palette-item-group
2150
+ data-group-id="pages"
2151
+ data-group-title="Pages"
2152
+ data-group-hint=""
2153
+ data-group-limits="{&quot;repository&quot;:10}"
2154
+ data-default-priority="6"
2155
+ >
2156
+ </command-palette-item-group>
2157
+ <command-palette-item-group
2158
+ data-group-id="access_policies"
2159
+ data-group-title="Access Policies"
2160
+ data-group-hint=""
2161
+ data-group-limits="{}"
2162
+ data-default-priority="7"
2163
+ >
2164
+ </command-palette-item-group>
2165
+ <command-palette-item-group
2166
+ data-group-id="organizations"
2167
+ data-group-title="Organizations"
2168
+ data-group-hint=""
2169
+ data-group-limits="{}"
2170
+ data-default-priority="8"
2171
+ >
2172
+ </command-palette-item-group>
2173
+ <command-palette-item-group
2174
+ data-group-id="repositories"
2175
+ data-group-title="Repositories"
2176
+ data-group-hint=""
2177
+ data-group-limits="{}"
2178
+ data-default-priority="9"
2179
+ >
2180
+ </command-palette-item-group>
2181
+ <command-palette-item-group
2182
+ data-group-id="references"
2183
+ data-group-title="Issues, pull requests, and discussions"
2184
+ data-group-hint="Type # to filter"
2185
+ data-group-limits="{}"
2186
+ data-default-priority="10"
2187
+ >
2188
+ </command-palette-item-group>
2189
+ <command-palette-item-group
2190
+ data-group-id="teams"
2191
+ data-group-title="Teams"
2192
+ data-group-hint=""
2193
+ data-group-limits="{}"
2194
+ data-default-priority="11"
2195
+ >
2196
+ </command-palette-item-group>
2197
+ <command-palette-item-group
2198
+ data-group-id="users"
2199
+ data-group-title="Users"
2200
+ data-group-hint=""
2201
+ data-group-limits="{}"
2202
+ data-default-priority="12"
2203
+ >
2204
+ </command-palette-item-group>
2205
+ <command-palette-item-group
2206
+ data-group-id="memex_projects"
2207
+ data-group-title="Projects"
2208
+ data-group-hint=""
2209
+ data-group-limits="{}"
2210
+ data-default-priority="13"
2211
+ >
2212
+ </command-palette-item-group>
2213
+ <command-palette-item-group
2214
+ data-group-id="projects"
2215
+ data-group-title="Projects (classic)"
2216
+ data-group-hint=""
2217
+ data-group-limits="{}"
2218
+ data-default-priority="14"
2219
+ >
2220
+ </command-palette-item-group>
2221
+ <command-palette-item-group
2222
+ data-group-id="footer"
2223
+ data-group-title="Footer"
2224
+ data-group-hint=""
2225
+ data-group-limits="{}"
2226
+ data-default-priority="15"
2227
+ >
2228
+ </command-palette-item-group>
2229
+ <command-palette-item-group
2230
+ data-group-id="modes_help"
2231
+ data-group-title="Modes"
2232
+ data-group-hint=""
2233
+ data-group-limits="{}"
2234
+ data-default-priority="16"
2235
+ >
2236
+ </command-palette-item-group>
2237
+ <command-palette-item-group
2238
+ data-group-id="filters_help"
2239
+ data-group-title="Use filters in issues, pull requests, discussions, and projects"
2240
+ data-group-hint=""
2241
+ data-group-limits="{}"
2242
+ data-default-priority="17"
2243
+ >
2244
+ </command-palette-item-group>
2245
+
2246
+ <command-palette-page
2247
+ data-page-title="alsacreations"
2248
+ data-scope-id="MDEyOk9yZ2FuaXphdGlvbjY3ODIwMjQ="
2249
+ data-scope-type="owner"
2250
+ data-targets="command-palette-page-stack.defaultPages"
2251
+ hidden
2252
+ >
2253
+ </command-palette-page>
2254
+ <command-palette-page
2255
+ data-page-title="webfonts"
2256
+ data-scope-id="MDEwOlJlcG9zaXRvcnk0ODY4MTg2Mg=="
2257
+ data-scope-type="repository"
2258
+ data-targets="command-palette-page-stack.defaultPages"
2259
+ hidden
2260
+ >
2261
+ </command-palette-page>
2262
+ </div>
2263
+
2264
+ <command-palette-page data-is-root>
2265
+ </command-palette-page>
2266
+ <command-palette-page
2267
+ data-page-title="alsacreations"
2268
+ data-scope-id="MDEyOk9yZ2FuaXphdGlvbjY3ODIwMjQ="
2269
+ data-scope-type="owner"
2270
+ >
2271
+ </command-palette-page>
2272
+ <command-palette-page
2273
+ data-page-title="webfonts"
2274
+ data-scope-id="MDEwOlJlcG9zaXRvcnk0ODY4MTg2Mg=="
2275
+ data-scope-type="repository"
2276
+ >
2277
+ </command-palette-page>
2278
+ </command-palette-page-stack>
2279
+
2280
+ <server-defined-provider data-type="search-links" data-targets="command-palette.serverDefinedProviderElements"></server-defined-provider>
2281
+ <server-defined-provider data-type="help" data-targets="command-palette.serverDefinedProviderElements">
2282
+ <command-palette-help
2283
+ data-group="modes_help"
2284
+ data-prefix="#"
2285
+ data-scope-types="[&quot;&quot;]"
2286
+ >
2287
+ <span data-target="command-palette-help.titleElement">Search for <strong>issues</strong> and <strong>pull requests</strong></span>
2288
+ <span data-target="command-palette-help.hintElement">
2289
+ <kbd class="hx_kbd">#</kbd>
2290
+ </span>
2291
+ </command-palette-help>
2292
+ <command-palette-help
2293
+ data-group="modes_help"
2294
+ data-prefix="#"
2295
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
2296
+ >
2297
+ <span data-target="command-palette-help.titleElement">Search for <strong>issues, pull requests, discussions,</strong> and <strong>projects</strong></span>
2298
+ <span data-target="command-palette-help.hintElement">
2299
+ <kbd class="hx_kbd">#</kbd>
2300
+ </span>
2301
+ </command-palette-help>
2302
+ <command-palette-help
2303
+ data-group="modes_help"
2304
+ data-prefix="@"
2305
+ data-scope-types="[&quot;&quot;]"
2306
+ >
2307
+ <span data-target="command-palette-help.titleElement">Search for <strong>organizations, repositories,</strong> and <strong>users</strong></span>
2308
+ <span data-target="command-palette-help.hintElement">
2309
+ <kbd class="hx_kbd">@</kbd>
2310
+ </span>
2311
+ </command-palette-help>
2312
+ <command-palette-help
2313
+ data-group="modes_help"
2314
+ data-prefix="!"
2315
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
2316
+ >
2317
+ <span data-target="command-palette-help.titleElement">Search for <strong>projects</strong></span>
2318
+ <span data-target="command-palette-help.hintElement">
2319
+ <kbd class="hx_kbd">!</kbd>
2320
+ </span>
2321
+ </command-palette-help>
2322
+ <command-palette-help
2323
+ data-group="modes_help"
2324
+ data-prefix="/"
2325
+ data-scope-types="[&quot;repository&quot;]"
2326
+ >
2327
+ <span data-target="command-palette-help.titleElement">Search for <strong>files</strong></span>
2328
+ <span data-target="command-palette-help.hintElement">
2329
+ <kbd class="hx_kbd">/</kbd>
2330
+ </span>
2331
+ </command-palette-help>
2332
+ <command-palette-help
2333
+ data-group="modes_help"
2334
+ data-prefix="&gt;"
2335
+ >
2336
+ <span data-target="command-palette-help.titleElement">Activate <strong>command mode</strong></span>
2337
+ <span data-target="command-palette-help.hintElement">
2338
+ <kbd class="hx_kbd">&gt;</kbd>
2339
+ </span>
2340
+ </command-palette-help>
2341
+ <command-palette-help
2342
+ data-group="filters_help"
2343
+ data-prefix="# author:@me"
2344
+ >
2345
+ <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
2346
+ <span data-target="command-palette-help.hintElement">
2347
+ <kbd class="hx_kbd"># author:@me</kbd>
2348
+ </span>
2349
+ </command-palette-help>
2350
+ <command-palette-help
2351
+ data-group="filters_help"
2352
+ data-prefix="# author:@me"
2353
+ >
2354
+ <span data-target="command-palette-help.titleElement">Search your issues, pull requests, and discussions</span>
2355
+ <span data-target="command-palette-help.hintElement">
2356
+ <kbd class="hx_kbd"># author:@me</kbd>
2357
+ </span>
2358
+ </command-palette-help>
2359
+ <command-palette-help
2360
+ data-group="filters_help"
2361
+ data-prefix="# is:pr"
2362
+ >
2363
+ <span data-target="command-palette-help.titleElement">Filter to pull requests</span>
2364
+ <span data-target="command-palette-help.hintElement">
2365
+ <kbd class="hx_kbd"># is:pr</kbd>
2366
+ </span>
2367
+ </command-palette-help>
2368
+ <command-palette-help
2369
+ data-group="filters_help"
2370
+ data-prefix="# is:issue"
2371
+ >
2372
+ <span data-target="command-palette-help.titleElement">Filter to issues</span>
2373
+ <span data-target="command-palette-help.hintElement">
2374
+ <kbd class="hx_kbd"># is:issue</kbd>
2375
+ </span>
2376
+ </command-palette-help>
2377
+ <command-palette-help
2378
+ data-group="filters_help"
2379
+ data-prefix="# is:discussion"
2380
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
2381
+ >
2382
+ <span data-target="command-palette-help.titleElement">Filter to discussions</span>
2383
+ <span data-target="command-palette-help.hintElement">
2384
+ <kbd class="hx_kbd"># is:discussion</kbd>
2385
+ </span>
2386
+ </command-palette-help>
2387
+ <command-palette-help
2388
+ data-group="filters_help"
2389
+ data-prefix="# is:project"
2390
+ data-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
2391
+ >
2392
+ <span data-target="command-palette-help.titleElement">Filter to projects</span>
2393
+ <span data-target="command-palette-help.hintElement">
2394
+ <kbd class="hx_kbd"># is:project</kbd>
2395
+ </span>
2396
+ </command-palette-help>
2397
+ <command-palette-help
2398
+ data-group="filters_help"
2399
+ data-prefix="# is:open"
2400
+ >
2401
+ <span data-target="command-palette-help.titleElement">Filter to open issues, pull requests, and discussions</span>
2402
+ <span data-target="command-palette-help.hintElement">
2403
+ <kbd class="hx_kbd"># is:open</kbd>
2404
+ </span>
2405
+ </command-palette-help>
2406
+ </server-defined-provider>
2407
+
2408
+ <server-defined-provider
2409
+ data-type="commands"
2410
+ data-fetch-debounce="0"
2411
+ data-src="/command_palette/commands"
2412
+ data-supported-modes="[]"
2413
+ data-supports-commands
2414
+
2415
+ data-targets="command-palette.serverDefinedProviderElements"
2416
+ ></server-defined-provider>
2417
+ <server-defined-provider
2418
+ data-type="prefetched"
2419
+ data-fetch-debounce="0"
2420
+ data-src="/command_palette/jump_to_page_navigation"
2421
+ data-supported-modes="[&quot;&quot;]"
2422
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;,&quot;repository&quot;]"
2423
+
2424
+ data-targets="command-palette.serverDefinedProviderElements"
2425
+ ></server-defined-provider>
2426
+ <server-defined-provider
2427
+ data-type="remote"
2428
+ data-fetch-debounce="200"
2429
+ data-src="/command_palette/issues"
2430
+ data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
2431
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
2432
+
2433
+ data-targets="command-palette.serverDefinedProviderElements"
2434
+ ></server-defined-provider>
2435
+ <server-defined-provider
2436
+ data-type="remote"
2437
+ data-fetch-debounce="200"
2438
+ data-src="/command_palette/jump_to"
2439
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;]"
2440
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
2441
+
2442
+ data-targets="command-palette.serverDefinedProviderElements"
2443
+ ></server-defined-provider>
2444
+ <server-defined-provider
2445
+ data-type="remote"
2446
+ data-fetch-debounce="200"
2447
+ data-src="/command_palette/jump_to_members_only"
2448
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
2449
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
2450
+
2451
+ data-targets="command-palette.serverDefinedProviderElements"
2452
+ ></server-defined-provider>
2453
+ <server-defined-provider
2454
+ data-type="prefetched"
2455
+ data-fetch-debounce="0"
2456
+ data-src="/command_palette/jump_to_members_only_prefetched"
2457
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
2458
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
2459
+
2460
+ data-targets="command-palette.serverDefinedProviderElements"
2461
+ ></server-defined-provider>
2462
+ <server-defined-provider
2463
+ data-type="files"
2464
+ data-fetch-debounce="0"
2465
+ data-src="/command_palette/files"
2466
+ data-supported-modes="[&quot;/&quot;]"
2467
+ data-supported-scope-types="[&quot;repository&quot;]"
2468
+
2469
+ data-targets="command-palette.serverDefinedProviderElements"
2470
+ ></server-defined-provider>
2471
+ <server-defined-provider
2472
+ data-type="remote"
2473
+ data-fetch-debounce="200"
2474
+ data-src="/command_palette/discussions"
2475
+ data-supported-modes="[&quot;#&quot;]"
2476
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
2477
+
2478
+ data-targets="command-palette.serverDefinedProviderElements"
2479
+ ></server-defined-provider>
2480
+ <server-defined-provider
2481
+ data-type="remote"
2482
+ data-fetch-debounce="200"
2483
+ data-src="/command_palette/projects"
2484
+ data-supported-modes="[&quot;#&quot;,&quot;!&quot;]"
2485
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;]"
2486
+
2487
+ data-targets="command-palette.serverDefinedProviderElements"
2488
+ ></server-defined-provider>
2489
+ <server-defined-provider
2490
+ data-type="prefetched"
2491
+ data-fetch-debounce="0"
2492
+ data-src="/command_palette/recent_issues"
2493
+ data-supported-modes="[&quot;#&quot;,&quot;#&quot;]"
2494
+ data-supported-scope-types="[&quot;owner&quot;,&quot;repository&quot;,&quot;&quot;]"
2495
+
2496
+ data-targets="command-palette.serverDefinedProviderElements"
2497
+ ></server-defined-provider>
2498
+ <server-defined-provider
2499
+ data-type="remote"
2500
+ data-fetch-debounce="200"
2501
+ data-src="/command_palette/teams"
2502
+ data-supported-modes="[&quot;@&quot;,&quot;&quot;]"
2503
+ data-supported-scope-types="[&quot;owner&quot;]"
2504
+
2505
+ data-targets="command-palette.serverDefinedProviderElements"
2506
+ ></server-defined-provider>
2507
+ <server-defined-provider
2508
+ data-type="remote"
2509
+ data-fetch-debounce="200"
2510
+ data-src="/command_palette/name_with_owner_repository"
2511
+ data-supported-modes="[&quot;@&quot;,&quot;@&quot;,&quot;&quot;,&quot;&quot;]"
2512
+ data-supported-scope-types="[&quot;&quot;,&quot;owner&quot;]"
2513
+
2514
+ data-targets="command-palette.serverDefinedProviderElements"
2515
+ ></server-defined-provider>
2516
+ </command-palette>
2517
+ </details-dialog>
2518
+ </details>
2519
+
2520
+ <div class="position-fixed bottom-0 left-0 ml-5 mb-5 js-command-palette-toasts" style="z-index: 1000">
2521
+ <div hidden class="Toast Toast--loading">
2522
+ <span class="Toast-icon">
2523
+ <svg class="Toast--spinner" viewBox="0 0 32 32" width="18" height="18" aria-hidden="true">
2524
+ <path
2525
+ fill="#959da5"
2526
+ d="M16 0 A16 16 0 0 0 16 32 A16 16 0 0 0 16 0 M16 4 A12 12 0 0 1 16 28 A12 12 0 0 1 16 4"
2527
+ />
2528
+ <path fill="#ffffff" d="M16 0 A16 16 0 0 1 32 16 L28 16 A12 12 0 0 0 16 4z"></path>
2529
+ </svg>
2530
+ </span>
2531
+ <span class="Toast-content"></span>
2532
+ </div>
2533
+
2534
+ <div hidden class="anim-fade-in fast Toast Toast--error">
2535
+ <span class="Toast-icon">
2536
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-stop">
2537
+ <path d="M4.47.22A.749.749 0 0 1 5 0h6c.199 0 .389.079.53.22l4.25 4.25c.141.14.22.331.22.53v6a.749.749 0 0 1-.22.53l-4.25 4.25A.749.749 0 0 1 11 16H5a.749.749 0 0 1-.53-.22L.22 11.53A.749.749 0 0 1 0 11V5c0-.199.079-.389.22-.53Zm.84 1.28L1.5 5.31v5.38l3.81 3.81h5.38l3.81-3.81V5.31L10.69 1.5ZM8 4a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 8 4Zm0 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path>
2538
+ </svg>
2539
+ </span>
2540
+ <span class="Toast-content"></span>
2541
+ </div>
2542
+
2543
+ <div hidden class="anim-fade-in fast Toast Toast--warning">
2544
+ <span class="Toast-icon">
2545
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2546
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
2547
+ </svg>
2548
+ </span>
2549
+ <span class="Toast-content"></span>
2550
+ </div>
2551
+
2552
+
2553
+ <div hidden class="anim-fade-in fast Toast Toast--success">
2554
+ <span class="Toast-icon">
2555
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check">
2556
+ <path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
2557
+ </svg>
2558
+ </span>
2559
+ <span class="Toast-content"></span>
2560
+ </div>
2561
+
2562
+ <div hidden class="anim-fade-in fast Toast">
2563
+ <span class="Toast-icon">
2564
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-info">
2565
+ <path d="M0 8a8 8 0 1 1 16 0A8 8 0 0 1 0 8Zm8-6.5a6.5 6.5 0 1 0 0 13 6.5 6.5 0 0 0 0-13ZM6.5 7.75A.75.75 0 0 1 7.25 7h1a.75.75 0 0 1 .75.75v2.75h.25a.75.75 0 0 1 0 1.5h-2a.75.75 0 0 1 0-1.5h.25v-2h-.25a.75.75 0 0 1-.75-.75ZM8 6a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"></path>
2566
+ </svg>
2567
+ </span>
2568
+ <span class="Toast-content"></span>
2569
+ </div>
2570
+ </div>
2571
+
2572
+
2573
+ <div
2574
+ class="application-main "
2575
+ data-commit-hovercards-enabled
2576
+ data-discussion-hovercards-enabled
2577
+ data-issue-and-pr-hovercards-enabled
2578
+ >
2579
+ <div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">
2580
+ <main id="js-repo-pjax-container" >
2581
+
2582
+
2583
+
2584
+
2585
+
2586
+
2587
+
2588
+
2589
+
2590
+
2591
+
2592
+
2593
+ <div id="repository-container-header" data-turbo-replace hidden></div>
2594
+
2595
+
2596
+
2597
+
2598
+ <turbo-frame id="repo-content-turbo-frame" target="_top" data-turbo-action="advance" class="">
2599
+ <div id="repo-content-pjax-container" class="repository-content " >
2600
+ <a href="https://github.dev/" class="d-none js-github-dev-shortcut" data-hotkey=".">Open in github.dev</a>
2601
+ <a href="https://github.dev/" class="d-none js-github-dev-new-tab-shortcut" data-hotkey="Shift+.,Shift+&gt;,&gt;" target="_blank">Open in a new github.dev tab</a>
2602
+ <a class="d-none" data-hotkey="," target="_blank" href="/codespaces/new/alsacreations/webfonts/tree/master?resume=1">Open in codespace</a>
2603
+
2604
+
2605
+
2606
+
2607
+
2608
+
2609
+
2610
+
2611
+
2612
+
2613
+
2614
+ <react-app
2615
+ app-name="react-code-view"
2616
+ initial-path="/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf"
2617
+ style="min-height: calc(100vh - 62px)"
2618
+ data-ssr="false"
2619
+ data-lazy="false"
2620
+ data-alternate="false"
2621
+ >
2622
+
2623
+ <script type="application/json" data-target="react-app.embeddedData">{"payload":{"allShortcutsEnabled":true,"fileTree":{"roboto-bold":{"items":[{"name":"LICENSE.txt","path":"roboto-bold/LICENSE.txt","contentType":"file"},{"name":"fonts.css","path":"roboto-bold/fonts.css","contentType":"file"},{"name":"roboto-bold.ttf","path":"roboto-bold/roboto-bold.ttf","contentType":"file"},{"name":"roboto-bold.woff","path":"roboto-bold/roboto-bold.woff","contentType":"file"},{"name":"roboto-bold.woff2","path":"roboto-bold/roboto-bold.woff2","contentType":"file"}],"totalCount":5},"":{"items":[{"name":"alexbrush-regular","path":"alexbrush-regular","contentType":"directory"},{"name":"calendas-plus-regular","path":"calendas-plus-regular","contentType":"directory"},{"name":"droidsans-bold","path":"droidsans-bold","contentType":"directory"},{"name":"droidsans-regular","path":"droidsans-regular","contentType":"directory"},{"name":"grandhotel-regular","path":"grandhotel-regular","contentType":"directory"},{"name":"hack-bold","path":"hack-bold","contentType":"directory"},{"name":"hack-bolditalic","path":"hack-bolditalic","contentType":"directory"},{"name":"hack-italic","path":"hack-italic","contentType":"directory"},{"name":"hack-regular","path":"hack-regular","contentType":"directory"},{"name":"lato-bold","path":"lato-bold","contentType":"directory"},{"name":"lato-italic","path":"lato-italic","contentType":"directory"},{"name":"lato-regular","path":"lato-regular","contentType":"directory"},{"name":"leaguegothic-regular","path":"leaguegothic-regular","contentType":"directory"},{"name":"merriweather-bold","path":"merriweather-bold","contentType":"directory"},{"name":"merriweather-regular","path":"merriweather-regular","contentType":"directory"},{"name":"montserrat-bold","path":"montserrat-bold","contentType":"directory"},{"name":"montserrat-regular","path":"montserrat-regular","contentType":"directory"},{"name":"opensans-bold","path":"opensans-bold","contentType":"directory"},{"name":"opensans-italic","path":"opensans-italic","contentType":"directory"},{"name":"opensans-light","path":"opensans-light","contentType":"directory"},{"name":"opensans-regular","path":"opensans-regular","contentType":"directory"},{"name":"oswald-regular","path":"oswald-regular","contentType":"directory"},{"name":"roboto-bold","path":"roboto-bold","contentType":"directory"},{"name":"roboto-italic","path":"roboto-italic","contentType":"directory"},{"name":"roboto-light","path":"roboto-light","contentType":"directory"},{"name":"roboto-regular","path":"roboto-regular","contentType":"directory"},{"name":"README.md","path":"README.md","contentType":"file"}],"totalCount":27}},"fileTreeProcessingTime":5.751541,"foldersToFetch":[],"reducedMotionEnabled":"system","repo":{"id":48681862,"defaultBranch":"master","name":"webfonts","ownerLogin":"alsacreations","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2015-12-28T17:14:41.000+09:00","ownerAvatar":"https://avatars.githubusercontent.com/u/6782024?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"master","listCacheKey":"v0:1451290482.0","canEdit":true,"refType":"branch","currentOid":"fbffc9af506dcddd7fda4875db6ef1c6beca39d8"},"path":"roboto-bold/roboto-bold.ttf","currentUser":{"id":130130066,"login":"jaranglee","userEmail":"jarang.lee@bankwareglobal.com"},"blob":{"rawBlob":null,"colorizedLines":null,"stylingDirectives":null,"csv":null,"csvError":null,"dependabotInfo":{"showConfigurationBanner":false,"configFilePath":null,"networkDependabotPath":"/alsacreations/webfonts/network/updates","dismissConfigurationNoticePath":"/settings/dismiss-notice/dependabot_configuration_notice","configurationNoticeDismissed":false,"repoAlertsPath":"/alsacreations/webfonts/security/dependabot","repoSecurityAndAnalysisPath":"/alsacreations/webfonts/settings/security_analysis","repoOwnerIsOrg":true,"currentUserCanAdminRepo":false},"displayName":"roboto-bold.ttf","displayUrl":"https://github.com/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf?raw=true","headerInfo":{"blobSize":"44.5 KB","deleteInfo":{"deletePath":"https://github.com/alsacreations/webfonts/delete/master/roboto-bold/roboto-bold.ttf","deleteTooltip":"Fork this repository and delete the file"},"editInfo":{"editTooltip":"Fork this repository and edit the file"},"ghDesktopPath":"https://desktop.github.com","gitLfsPath":null,"onBranch":true,"shortPath":"e24c3b4","siteNavLoginPath":"/login?return_to=https%3A%2F%2Fgithub.com%2Falsacreations%2Fwebfonts%2Fblob%2Fmaster%2Froboto-bold%2Froboto-bold.ttf","isCSV":false,"isRichtext":false,"toc":null,"lineInfo":{"truncatedLoc":null,"truncatedSloc":null},"mode":"executable file"},"image":false,"isCodeownersFile":null,"isValidLegacyIssueTemplate":false,"issueTemplateHelpUrl":"https://docs.github.com/articles/about-issue-and-pull-request-templates","issueTemplate":null,"discussionTemplate":null,"language":null,"large":false,"loggedIn":true,"newDiscussionPath":"/alsacreations/webfonts/discussions/new","newIssuePath":"/alsacreations/webfonts/issues/new","planSupportInfo":{"repoIsFork":null,"repoOwnedByCurrentUser":null,"requestFullPath":"/alsacreations/webfonts/blob/master/roboto-bold/roboto-bold.ttf","showFreeOrgGatedFeatureMessage":null,"showPlanSupportBanner":null,"upgradeDataAttributes":null,"upgradePath":null},"publishBannersInfo":{"dismissActionNoticePath":"/settings/dismiss-notice/publish_action_from_dockerfile","dismissStackNoticePath":"/settings/dismiss-notice/publish_stack_from_file","releasePath":"/alsacreations/webfonts/releases/new?marketplace=true","showPublishActionBanner":false,"showPublishStackBanner":false},"renderImageOrRaw":true,"richText":null,"renderedFileInfo":null,"tabSize":8,"topBannersInfo":{"overridingGlobalFundingFile":false,"globalPreferredFundingPath":null,"repoOwner":"alsacreations","repoName":"webfonts","showInvalidCitationWarning":false,"citationHelpUrl":"https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-citation-files","showDependabotConfigurationBanner":false,"actionsOnboardingTip":null},"truncated":false,"viewable":false,"workflowRedirectUrl":null,"symbols":null},"csrf_tokens":{"/alsacreations/webfonts/branches":{"post":"vae8wzE-wUiU-DwHSibp9exE6BN6h1_3Mk0cx4MbKdhsomqmJc3C84iGqsp0zcitkAR-vvqGJN7hZ7FQM5no6A"}}},"title":"webfonts/roboto-bold/roboto-bold.ttf at master · alsacreations/webfonts","locale":"en","appPayload":{"helpUrl":"https://docs.github.com","findFileWorkerPath":"/assets-cdn/worker/find-file-worker-848bb9a5da17.js","findInFileWorkerPath":"/assets-cdn/worker/find-in-file-worker-c9b8ff248bc9.js","githubDevUrl":"https://github.dev/","enabled_features":{"virtualize_file_tree":true,"react_repos_overview":false,"repos_new_shortcut_enabled":true,"blob_navigation_cursor":true,"code_nav_ui_events":false,"ref_selector_v2":false,"blob_firefox_separate_characters":true,"column_symbol_auto_select":false,"copilot_conversational_ux":false}}}</script>
2624
+ <div data-target="react-app.reactRoot"></div>
2625
+ </react-app>
2626
+ </turbo-frame>
2627
+
2628
+
2629
+
2630
+ </div>
2631
+
2632
+ </turbo-frame>
2633
+
2634
+ </main>
2635
+ </div>
2636
+
2637
+ </div>
2638
+
2639
+ <footer class="footer width-full container-xl p-responsive" role="contentinfo">
2640
+ <h2 class='sr-only'>Footer</h2>
2641
+
2642
+ <div class="position-relative d-flex flex-items-center pb-2 f6 color-fg-muted border-top color-border-muted flex-column-reverse flex-lg-row flex-wrap flex-lg-nowrap mt-6 pt-6">
2643
+ <div class="list-style-none d-flex flex-wrap col-0 col-lg-2 flex-justify-start flex-lg-justify-between mb-2 mb-lg-0">
2644
+ <div class="mt-2 mt-lg-0 d-flex flex-items-center">
2645
+ <a aria-label="Homepage" title="GitHub" class="footer-octicon mr-2" href="https://github.com">
2646
+ <svg aria-hidden="true" height="24" viewBox="0 0 16 16" version="1.1" width="24" data-view-component="true" class="octicon octicon-mark-github">
2647
+ <path d="M8 0c4.42 0 8 3.58 8 8a8.013 8.013 0 0 1-5.45 7.59c-.4.08-.55-.17-.55-.38 0-.27.01-1.13.01-2.2 0-.75-.25-1.23-.54-1.48 1.78-.2 3.65-.88 3.65-3.95 0-.88-.31-1.59-.82-2.15.08-.2.36-1.02-.08-2.12 0 0-.67-.22-2.2.82-.64-.18-1.32-.27-2-.27-.68 0-1.36.09-2 .27-1.53-1.03-2.2-.82-2.2-.82-.44 1.1-.16 1.92-.08 2.12-.51.56-.82 1.28-.82 2.15 0 3.06 1.86 3.75 3.64 3.95-.23.2-.44.55-.51 1.07-.46.21-1.61.55-2.33-.66-.15-.24-.6-.83-1.23-.82-.67.01-.27.38.01.53.34.19.73.9.82 1.13.16.45.68 1.31 2.69.94 0 .67.01 1.3.01 1.49 0 .21-.15.45-.55.38A7.995 7.995 0 0 1 0 8c0-4.42 3.58-8 8-8Z"></path>
2648
+ </svg>
2649
+ </a> <span>
2650
+ &copy; 2023 GitHub, Inc.
2651
+ </span>
2652
+ </div>
2653
+ </div>
2654
+
2655
+ <nav aria-label='Footer' class="col-12 col-lg-8">
2656
+ <h3 class='sr-only' id='sr-footer-heading'>Footer navigation</h3>
2657
+ <ul class="list-style-none d-flex flex-wrap col-12 flex-justify-center flex-lg-justify-between mb-2 mb-lg-0" aria-labelledby='sr-footer-heading'>
2658
+ <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/site-policy/github-terms/github-terms-of-service" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to terms&quot;,&quot;label&quot;:&quot;text:terms&quot;}">Terms</a></li>
2659
+ <li class="mr-3 mr-lg-0"><a href="https://docs.github.com/site-policy/privacy-policies/github-privacy-statement" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to privacy&quot;,&quot;label&quot;:&quot;text:privacy&quot;}">Privacy</a></li>
2660
+ <li class="mr-3 mr-lg-0"><a data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to security&quot;,&quot;label&quot;:&quot;text:security&quot;}" href="https://github.com/security">Security</a></li>
2661
+ <li class="mr-3 mr-lg-0"><a href="https://www.githubstatus.com/" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to status&quot;,&quot;label&quot;:&quot;text:status&quot;}">Status</a></li>
2662
+ <li class="mr-3 mr-lg-0"><a data-ga-click="Footer, go to help, text:Docs" href="https://docs.github.com">Docs</a></li>
2663
+ <li class="mr-3 mr-lg-0"><a href="https://support.github.com?tags=dotcom-footer" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to contact&quot;,&quot;label&quot;:&quot;text:contact&quot;}">Contact GitHub</a></li>
2664
+ <li class="mr-3 mr-lg-0"><a href="https://github.com/pricing" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to Pricing&quot;,&quot;label&quot;:&quot;text:Pricing&quot;}">Pricing</a></li>
2665
+ <li class="mr-3 mr-lg-0"><a href="https://docs.github.com" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to api&quot;,&quot;label&quot;:&quot;text:api&quot;}">API</a></li>
2666
+ <li class="mr-3 mr-lg-0"><a href="https://services.github.com" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to training&quot;,&quot;label&quot;:&quot;text:training&quot;}">Training</a></li>
2667
+ <li class="mr-3 mr-lg-0"><a href="https://github.blog" data-analytics-event="{&quot;category&quot;:&quot;Footer&quot;,&quot;action&quot;:&quot;go to blog&quot;,&quot;label&quot;:&quot;text:blog&quot;}">Blog</a></li>
2668
+ <li><a data-ga-click="Footer, go to about, text:about" href="https://github.com/about">About</a></li>
2669
+ </ul>
2670
+ </nav>
2671
+ </div>
2672
+
2673
+ <div class="d-flex flex-justify-center pb-6">
2674
+ <span class="f6 color-fg-muted"></span>
2675
+ </div>
2676
+ </footer>
2677
+
2678
+
2679
+
2680
+
2681
+ <div id="ajax-error-message" class="ajax-error-message flash flash-error" hidden>
2682
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-alert">
2683
+ <path d="M6.457 1.047c.659-1.234 2.427-1.234 3.086 0l6.082 11.378A1.75 1.75 0 0 1 14.082 15H1.918a1.75 1.75 0 0 1-1.543-2.575Zm1.763.707a.25.25 0 0 0-.44 0L1.698 13.132a.25.25 0 0 0 .22.368h12.164a.25.25 0 0 0 .22-.368Zm.53 3.996v2.5a.75.75 0 0 1-1.5 0v-2.5a.75.75 0 0 1 1.5 0ZM9 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"></path>
2684
+ </svg>
2685
+ <button type="button" class="flash-close js-ajax-error-dismiss" aria-label="Dismiss error">
2686
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2687
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
2688
+ </svg>
2689
+ </button>
2690
+ You can’t perform that action at this time.
2691
+ </div>
2692
+
2693
+ <template id="site-details-dialog">
2694
+ <details class="details-reset details-overlay details-overlay-dark lh-default color-fg-default hx_rsm" open>
2695
+ <summary role="button" aria-label="Close dialog"></summary>
2696
+ <details-dialog class="Box Box--overlay d-flex flex-column anim-fade-in fast hx_rsm-dialog hx_rsm-modal">
2697
+ <button class="Box-btn-octicon m-0 btn-octicon position-absolute right-0 top-0" type="button" aria-label="Close dialog" data-close-dialog>
2698
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-x">
2699
+ <path d="M3.72 3.72a.75.75 0 0 1 1.06 0L8 6.94l3.22-3.22a.749.749 0 0 1 1.275.326.749.749 0 0 1-.215.734L9.06 8l3.22 3.22a.749.749 0 0 1-.326 1.275.749.749 0 0 1-.734-.215L8 9.06l-3.22 3.22a.751.751 0 0 1-1.042-.018.751.751 0 0 1-.018-1.042L6.94 8 3.72 4.78a.75.75 0 0 1 0-1.06Z"></path>
2700
+ </svg>
2701
+ </button>
2702
+ <div class="octocat-spinner my-6 js-details-dialog-spinner"></div>
2703
+ </details-dialog>
2704
+ </details>
2705
+ </template>
2706
+
2707
+ <div class="Popover js-hovercard-content position-absolute" style="display: none; outline: none;" tabindex="0">
2708
+ <div class="Popover-message Popover-message--bottom-left Popover-message--large Box color-shadow-large" style="width:360px;">
2709
+ </div>
2710
+ </div>
2711
+
2712
+ <template id="snippet-clipboard-copy-button">
2713
+ <div class="zeroclipboard-container position-absolute right-0 top-0">
2714
+ <clipboard-copy aria-label="Copy" class="ClipboardButton btn js-clipboard-copy m-2 p-0 tooltipped-no-delay" data-copy-feedback="Copied!" data-tooltip-direction="w">
2715
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon m-2">
2716
+ <path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path>
2717
+ </svg>
2718
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-none m-2">
2719
+ <path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
2720
+ </svg>
2721
+ </clipboard-copy>
2722
+ </div>
2723
+ </template>
2724
+ <template id="snippet-clipboard-copy-button-unpositioned">
2725
+ <div class="zeroclipboard-container">
2726
+ <clipboard-copy aria-label="Copy" class="ClipboardButton btn btn-invisible js-clipboard-copy m-2 p-0 tooltipped-no-delay d-flex flex-justify-center flex-items-center" data-copy-feedback="Copied!" data-tooltip-direction="w">
2727
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-copy js-clipboard-copy-icon">
2728
+ <path d="M0 6.75C0 5.784.784 5 1.75 5h1.5a.75.75 0 0 1 0 1.5h-1.5a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-1.5a.75.75 0 0 1 1.5 0v1.5A1.75 1.75 0 0 1 9.25 16h-7.5A1.75 1.75 0 0 1 0 14.25Z"></path><path d="M5 1.75C5 .784 5.784 0 6.75 0h7.5C15.216 0 16 .784 16 1.75v7.5A1.75 1.75 0 0 1 14.25 11h-7.5A1.75 1.75 0 0 1 5 9.25Zm1.75-.25a.25.25 0 0 0-.25.25v7.5c0 .138.112.25.25.25h7.5a.25.25 0 0 0 .25-.25v-7.5a.25.25 0 0 0-.25-.25Z"></path>
2729
+ </svg>
2730
+ <svg aria-hidden="true" height="16" viewBox="0 0 16 16" version="1.1" width="16" data-view-component="true" class="octicon octicon-check js-clipboard-check-icon color-fg-success d-none">
2731
+ <path d="M13.78 4.22a.75.75 0 0 1 0 1.06l-7.25 7.25a.75.75 0 0 1-1.06 0L2.22 9.28a.751.751 0 0 1 .018-1.042.751.751 0 0 1 1.042-.018L6 10.94l6.72-6.72a.75.75 0 0 1 1.06 0Z"></path>
2732
+ </svg>
2733
+ </clipboard-copy>
2734
+ </div>
2735
+ </template>
2736
+
2737
+
2738
+ <style>
2739
+ .user-mention[href$="/jaranglee"] {
2740
+ color: var(--color-user-mention-fg);
2741
+ background-color: var(--color-user-mention-bg);
2742
+ border-radius: 2px;
2743
+ margin-left: -2px;
2744
+ margin-right: -2px;
2745
+ padding: 0 2px;
2746
+ }
2747
+ </style>
2748
+
2749
+
2750
+ </div>
2751
+
2752
+ <div id="js-global-screen-reader-notice" class="sr-only" aria-live="polite" ></div>
2753
+ </body>
2754
+ </html>
2755
+