2018-08-25 22:25:51 +02:00
<!DOCTYPE html>
< html >
< head >
2018-08-25 23:29:36 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2018-08-25 22:25:51 +02:00
< title > Ceda EI < / title >
< link rel = "stylesheet" type = "text/css" href = "index.css" >
2018-08-25 23:11:14 +02:00
< link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/fork-awesome@1.1.0/css/fork-awesome.min.css" integrity = "sha256-sX8HLspqYoXVPetzJRE4wPhIhDBu2NB0kYpufzkQSms=" crossorigin = "anonymous" >
< link href = "https://fonts.googleapis.com/css?family=Elsie|Lato" rel = "stylesheet" >
2018-09-05 21:53:05 +02:00
< meta property = "og:title" content = "Webionite" / >
< meta property = "og:description" content = "Homepage of Ceda EI." / >
2018-08-26 00:59:04 +02:00
< meta property = "og:image" content = "https://webionite.com/images/webionite.jpg" / >
2018-08-25 22:25:51 +02:00
< / head >
< body >
< div class = "container" >
2018-08-26 07:49:15 +02:00
< div class = "img" >
< img src = "images/ceda.jpg" >
< / div >
2018-08-25 22:25:51 +02:00
< h1 > Ceda EI< / h1 >
2018-08-25 23:11:14 +02:00
< 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 >
2018-08-25 22:25:51 +02:00
< div class = "links" >
2018-08-25 23:11:14 +02:00
< a href = "https://gitlab.com/ceda_ei/" > < i class = "fa fa-gitlab" > < / i > < / a >
< a href = "https://telegram.me/ceda_ei/" > < i class = "fa fa-telegram" > < / i > < / a >
< a href = "https://twitter.com/ceda_ei/" > < i class = "fa fa-twitter" > < / i > < / a >
< a href = "https://fosstodon.org/@ceda_ei" > < i class = "fa fa-mastodon" > < / i > < / a >
2018-09-11 17:57:15 +02:00
< a href = "mailto:ceda_ei@webionite.com" > < i class = "fa fa-envelope" > < / i > < / a >
2018-08-25 22:25:51 +02:00
< / div >
< / div >
< / body >
< / html >