feat: added call to action
Signed-off-by: Corentin Thomasset <corentin.thomasset74@gmail.com>
This commit is contained in:
		
							parent
							
								
									b65472ce96
								
							
						
					
					
						commit
						a14a7338f8
					
				| @ -4,7 +4,9 @@ | |||||||
|         <p class="text-justify"> |         <p class="text-justify"> | ||||||
|             Welcome to <strong>IT-Tools</strong>! This wonderful website, originally created with ❤ by |             Welcome to <strong>IT-Tools</strong>! This wonderful website, originally created with ❤ by | ||||||
|             <a href="//corentin-thomasset.fr">Corentin Thomasset</a>, aggregate a set of useful tools |             <a href="//corentin-thomasset.fr">Corentin Thomasset</a>, aggregate a set of useful tools | ||||||
|             that every developer may need once in a while. |             that every developer may need once in a while. And don't forget to add <strong>IT-Tools</strong> to your | ||||||
|  |             shortcut bar (press <code>{{ isMacOS ? 'Cmd' : 'Ctrl' }} + | ||||||
|  |             D</code>). | ||||||
|         </p> |         </p> | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| @ -30,7 +32,10 @@ | |||||||
| 
 | 
 | ||||||
| <script> | <script> | ||||||
|     export default { |     export default { | ||||||
|         name: "Abstract" |         name: "Abstract", | ||||||
|  |         data: () => ({ | ||||||
|  |             isMacOS: navigator.platform.toUpperCase().indexOf('MAC') >= 0 | ||||||
|  |         }) | ||||||
|     } |     } | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user