Added actual content to be displayed on cards. May need corrections to be made.
This commit is contained in:
		@@ -67,6 +67,7 @@
 | 
			
		||||
				text-decoration: none;				
 | 
			
		||||
				position: relative;
 | 
			
		||||
				color: var(--green);
 | 
			
		||||
				white-space: nowrap;
 | 
			
		||||
			}
 | 
			
		||||
 | 
			
		||||
			a:after {
 | 
			
		||||
 
 | 
			
		||||
@@ -123,7 +123,7 @@
 | 
			
		||||
                        <i class="{skill.logo} logo"></i>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div slot="content">
 | 
			
		||||
                        <p class="not-required">{skill.about}</p>
 | 
			
		||||
                        <p class="not-required">{@html skill.usage}</p>
 | 
			
		||||
                    </div>
 | 
			
		||||
                    <div slot="footer">
 | 
			
		||||
                        <!-- svelte-ignore a11y-invalid-attribute -->
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user