forked from Webionite/webionite.com-old
		
	
		
			
				
	
	
		
			31 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|     <head>
 | |
|         <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|         <title> Ceda EI </title>
 | |
|         <link rel="stylesheet" type="text/css" href="index.css">
 | |
|         <link rel="stylesheet" href="./fork-awesome/css/fork-awesome.min.css" integrity="sha256-P64qV9gULPHiZTdrS1nM59toStkgjM0dsf5mK/UwBV4=" crossorigin="anonymous">
 | |
|         <meta property="og:description" content="Homepage of Ceda EI." />
 | |
|         <meta property="og:image" content="https://webionite.com/images/webionite.jpg" />
 | |
|     </head>
 | |
|     <body>
 | |
|         <div class="container">
 | |
|             <div class="img">
 | |
|                 <img src="images/ceda.jpg">
 | |
|             </div>
 | |
|             <div class="header">
 | |
|                 <h1>Ceda EI</h1>
 | |
|                 <h2>@ceda_ei</h2>
 | |
|             </div>
 | |
|             <p>I am an 18-year old student from India who has an interest in system administration and programming. I am a Linux user who likes to rice his desktop and have some experience managing servers.</p>
 | |
|             <div class="links">
 | |
|                 <a href="https://gitlab.com/ceda_ei/"><i class="fa fa-gitlab"></i></a>
 | |
|                 <a href="https://git.webionite.com/ceda_ei/"><i class="fa fa-gitea"></i></a>
 | |
|                 <a href="https://telegram.me/ceda_ei/"><i class="fa fa-telegram"></i></a>
 | |
|                 <a href="https://fosstodon.org/@ceda_ei"><i class="fa fa-mastodon"></i></a>
 | |
|                 <a href="mailto:ceda_ei@webionite.com"><i class="fa fa-envelope"></i></a>
 | |
|             </div>
 | |
|         </div>
 | |
|     </body>
 | |
| </html>
 |