fathom analytics
This commit is contained in:
		
							parent
							
								
									72bebb86c9
								
							
						
					
					
						commit
						409138f6c9
					
				
					 1 changed files with 47 additions and 25 deletions
				
			
		|  | @ -1,27 +1,49 @@ | ||||||
|     <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> | ||||||
|       <div class="mt-12 rounded-lg bg-gray-200 overflow-hidden shadow divide-y divide-gray-200 sm:divide-y-0 sm:grid sm:grid-cols-2 sm:gap-px"> |   <div | ||||||
|         {%- for navItem in links -%} |     class="mt-12 rounded-lg bg-gray-200 overflow-hidden shadow divide-y divide-gray-200 sm:divide-y-0 sm:grid sm:grid-cols-2 sm:gap-px"> | ||||||
|           <div class="relative group bg-white p-6"> |     {%- for navItem in links -%} | ||||||
|             <h3 class="text-lg font-medium"> |     <div class="relative group bg-white p-6"> | ||||||
|               <a href="{{navItem.url}}" class="focus:outline-link"> |       <h3 class="text-lg font-medium"> | ||||||
|                 <!-- Extend touch target to entire panel --> |         <a href="{{navItem.url}}" class="focus:outline-link"> | ||||||
|                 <span class="absolute inset-0" aria-hidden="true"></span> |           <!-- Extend touch target to entire panel --> | ||||||
|                 {{navItem.title}} |           <span class="absolute inset-0" aria-hidden="true"></span> | ||||||
|               </a> |           {{navItem.title}} | ||||||
|             </h3> |         </a> | ||||||
|             <p class="mt-2 text-sm text-gray-500"> |       </h3> | ||||||
|               {{navItem.description}} |       <p class="mt-2 text-sm text-gray-500"> | ||||||
|             </p> |         {{navItem.description}} | ||||||
|           </div> |       </p> | ||||||
|         {%- endfor -%} |  | ||||||
|       </div> |  | ||||||
|        |  | ||||||
|       <footer class="mt-12 mb-4"> |  | ||||||
|         <div class="text-gray-500"> |  | ||||||
|           Built in <a class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link" href="https://www.11ty.dev/">Eleventy</a> with <a class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link" href="https://tailwindui.com/">Tailwind UI</a>, <a class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link" href="https://gitlab.com/gaiety/portfolio/">Fork it Here</a> |  | ||||||
|         </div> |  | ||||||
|       </footer> |  | ||||||
|     </div> |     </div> | ||||||
|   </body> |     {%- endfor -%} | ||||||
| </html> |   </div> | ||||||
| 
 | 
 | ||||||
|  |   <footer class="mt-12 mb-4"> | ||||||
|  |     <div class="text-gray-500"> | ||||||
|  |       Built in <a class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link" | ||||||
|  |         href="https://www.11ty.dev/">Eleventy</a> with <a | ||||||
|  |         class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link" | ||||||
|  |         href="https://tailwindui.com/">Tailwind UI</a>, <a | ||||||
|  |         class="hover:underline focus:text-white focus:bg-pink-700 focus:outline-link" | ||||||
|  |         href="https://gitlab.com/gaiety/portfolio/">Fork it Here</a> | ||||||
|  |     </div> | ||||||
|  |   </footer> | ||||||
|  | </div> | ||||||
|  | </body> | ||||||
|  | 
 | ||||||
|  | <!-- Fathom - simple website analytics - https://github.com/usefathom/fathom --> | ||||||
|  | <script> | ||||||
|  |   (function (f, a, t, h, o, m) { | ||||||
|  |     a[h] = a[h] || function () { | ||||||
|  |       (a[h].q = a[h].q || []).push(arguments) | ||||||
|  |     }; | ||||||
|  |     o = f.createElement('script'), | ||||||
|  |       m = f.getElementsByTagName('script')[0]; | ||||||
|  |     o.async = 1; o.src = t; o.id = 'fathom-script'; | ||||||
|  |     m.parentNode.insertBefore(o, m) | ||||||
|  |   })(document, window, '//137.184.45.88/tracker.js', 'fathom'); | ||||||
|  |   fathom('set', 'siteId', 'YFXBJ'); | ||||||
|  |   fathom('trackPageview'); | ||||||
|  | </script> | ||||||
|  | <!-- / Fathom --> | ||||||
|  | 
 | ||||||
|  | </html> | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Ava Gaiety W
						Ava Gaiety W