diff --git a/kecitclub.html b/kecitclub.html new file mode 100644 index 0000000..b91274a --- /dev/null +++ b/kecitclub.html @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + +
+ + + + +
+
+
+
+
+
+
+
+

Kathmandu Engineering College IT Club

+

Kathmandu Engineering College is a Tribhuvan University (TU) affiliated, Private College located at Kalimati, Kathmandu. The college started in 1998 and is the first ISO: 9001:2008 certified college in Nepal. It is an autonomous college from the perspectives of administration, staff and teacher recruitment as well as college development, and is managed by a team of excellent board members. The college has been growing towards strength since its inception. + + The KEC compound expands over 30 ropanies— comprising of land leased and owned by the college—in Kalimati, Mulpani, Jay Bageshwori and Sukedhara, and boasts of all the facilities required to ensure a sound academic environment. The accessibility of the college is among its prominent features as it can be reached by public transport at any time. Besides, the college also offers transportation facilities of its own, and provides parking space for both two as well as four wheelers. Well organized departments, a well equipped library, a student’s amenities centre, a multipurpose hall, an administrative block, specified labs, and clean strolling paths and lawns constitute the KEC campus. + Kathmandu Engineering College blends academic wisdom with equal fractions of liberty and hard work. You learn countless little details of life alongside our exquisite curriculum here. + + Our emphasis is on creating an understanding environment, rather than just teaching and studying. Our motive is to instil the practice of listening, observing and speaking in our students. + + We at KEC provide a reliable choice of Bachelor degree courses with a focus on both practical and theoretical engineering studies: Architecture, Civil Engineering, Computer Engineering, Electrical Engineering, Electronics and Communication Engineering. +

+
+
+
+
+ + + + + \ No newline at end of file diff --git a/kecitclub.png b/kecitclub.png new file mode 100644 index 0000000..65f3398 Binary files /dev/null and b/kecitclub.png differ diff --git a/script.js b/script.js new file mode 100644 index 0000000..413f285 --- /dev/null +++ b/script.js @@ -0,0 +1,3 @@ +$(document).ready(function(){ + $("#wrapper").addClass("menuDisplayed"); +}); \ No newline at end of file diff --git a/sidebar.css b/sidebar.css new file mode 100644 index 0000000..157a136 --- /dev/null +++ b/sidebar.css @@ -0,0 +1,92 @@ +#sidebar-wrapper{ + z-index: 1; + position: absolute; + width:0; + height: 100%; + overflow-y:hidden; + background: #2C3E50; + opacity: 1; +} + +/*Main Content*/ +#page-content-wrapper{ + /*width:100%;*/ + position:relative; + /*border: 5px solid green;*/ +} +/*Change the width of the sidebar to display it*/ +#wrapper.menuDisplayed #sidebar-wrapper{ + width:250px; +} + +#wrapper.menuDisplayed #page-content-wrapper{ + padding-left:250px; +} +.sidebar-nav{ + padding: 0; + list style:none; + margin-top: 0 +} +.sidebar-nav li{ + /*text-indent:20px;*/ + line-height:40px; +} +.sidebar-nav li a{ + display:block; + text-decoration:none; + color:#fff; + +} +.sidebar-nav li a:hover{ + background:#000; + text-indent: 10px; +} +.container { + display: inline-block; + cursor: pointer; +} + +.bar1, .bar2, .bar3 { + width: 14px; + height: 2px; + background-color: #333; + margin: 5px 0; + transition: 0.4s; + padding-left: 250px; +} +.change .bar1 { + height: 2px; + background-color: #333; + margin: 5px 0; + transition: 0.4s; + padding-left: 0px; +} + +.change .bar2 { + height: 2px; + background-color: #333; + margin: 5px 0; + transition: 0.4s; + padding-left: 0px; +} + +.change .bar3 { + height: 2px; + background-color: #333; + margin: 5px 0; + transition: 0.4s; + padding-left: 0px; +} +hr{ + height: 1px; + margin-bottom: 1px; + margin-top: 1px; +} +.row{ + text-align: justify; +} +.logo{ + border-color: green; + border-style: solid; + border-width: 2px; +} \ No newline at end of file