<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>E cell</title> <link rel="stylesheet" href="style6.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <header class="header"> <div class="menu" id="menu"> <div id="mySidebar" class="sidebar"> <h1 class="heading">Tech Addicts.</h1> <a href="javascript:void(0)" class="closebtn" onclick="closeNav()">×</a> <a href="./index.html">Home</a> <a href="./updates.html">College Newsfeed</a> <a href="./intern.html">Projects and Internships</a> <a href="./maps.html">Campus map</a> <a href="./studentchapters.html">Student chapters</a> <a href="./questionpaper.html">Question Papers</a> </div> <button class="openbtn" id="openbtn" onclick="openNav()">☰</button> </div> <div class="container"> <div class="lo"> <img src="./ecell.png" alt="ecell" class="logo"> </div> <div class="info"> <h1 class="title">Information</h1> <p class="text">The Entrepreneurship Cell, NIT Agartala is a non profit organization that provides a platform for students to manifest their ideas into path breaking projects, and develop a holistic community to instill a dynamic ideation of entrepreneurial values among them.</p> <h1 class="title">Contact Information</h1> <p class="text">Tharun Sai</p> <p class="text">7780553278</p> </div> <div class="contact"> <a href="https://www.instagram.com/ecellnita/"><i class="fa fa-instagram fa-2x fon" aria-hidden="true"></i></a> <a href="https://www.facebook.com/ecellnita/"><i class="fa fa-facebook-official fa-2x fon" aria-hidden="true"></i></a> </div> </div> <script src="./main.js"></script> </body> </html>