feat(html): add blog section
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
		
							parent
							
								
									855d6fac1d
								
							
						
					
					
						commit
						bc43e25e97
					
				@ -8,10 +8,12 @@
 | 
			
		||||
        <link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
 | 
			
		||||
    </head>
 | 
			
		||||
    <body>
 | 
			
		||||
	    <h1>Articles</h1>
 | 
			
		||||
		    <li>
 | 
			
		||||
		    <a href=article.html>article</a>
 | 
			
		||||
	    </li>
 | 
			
		||||
        <article>
 | 
			
		||||
            <h2>Posts</h2>
 | 
			
		||||
            <li>
 | 
			
		||||
                <h3><a href=https://www.youtube.com/watch?v=5g2eZSST7YE>Introduction à la rétro-ingénierie et à l'exploitation logicielle [FR]</a></h3>
 | 
			
		||||
            </li>
 | 
			
		||||
        </article>
 | 
			
		||||
    </body>
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -47,6 +47,14 @@
 | 
			
		||||
                </li>
 | 
			
		||||
 | 
			
		||||
            </ul>
 | 
			
		||||
            <ul class="socials">
 | 
			
		||||
                <li>
 | 
			
		||||
                    <a href="blog/">
 | 
			
		||||
                        <i class="ri-booklet-line"></i>
 | 
			
		||||
                        <span class="sr-only">Github profile</span>
 | 
			
		||||
                    </a>
 | 
			
		||||
                </li>
 | 
			
		||||
            </ul>
 | 
			
		||||
        </header>
 | 
			
		||||
        </div>
 | 
			
		||||
    </body>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user