Git Product home page Git Product logo

cea.ac.in's Introduction

ceadoor logo

Website for College of Engineering Adoor

https://ceadoor.netlify.com/


Welcome! This repository houses all of the assets required to build the website for College of Engineering Adoor.
We're very pleased that you want to contribute!
Follow us

| 🖥 Website | 💬 Slack | 📷 Instagram |


To get started

Webpack requires Node.js LTS and npm as package manager for the development.

Contributing

Thank you for your interest in supporting us in development. Here are some of the many ways to contribute.

For starters, there are some open issues with the #for-new-contributors tag which are ideal for starting to contribute. They are all relatively easy to get started with.

License

Copyright © 2018 CEADOOR ALL RIGHTS RESERVED, licensed under MIT

Special Thanks

Thanks to Sk Ayaz for Logo Redesigning

cea.ac.in's People

Contributors

abhijithvijayan avatar amal-san avatar ashikmeerankutty avatar ayaz1997 avatar capturethemoon avatar casva avatar cneryx avatar darrenrector91 avatar dcjc29 avatar dependabot-preview[bot] avatar gitelaus avatar kcclemo avatar klanti117 avatar mahis929 avatar mattmagin avatar mattstates avatar meenal1999 avatar mikestratton avatar mswebgirl avatar nulf avatar offpics avatar pauliax avatar sashrikakaur avatar simpslandyy avatar sparkle-sparkle avatar teddy-gustiaux avatar tomkennedycode avatar trotjr avatar vishnuvijayanpv avatar yoksanherlie avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

cea.ac.in's Issues

create a cea-experience page

create a page called
cea-experience.html under src/
with headers and footers from
src/contact.html

and include that in webpack.js accordingly.

Make sure you change the title in html page to Experiences | CEA

Utilize baseURL to allow for easy local development and alternative gh-pages

Currently there exists an issue where certain resources are required in from static locations or links to pages only work in certain environments.

Currently I notice HTMLWebpackPlugin's publicPath is being used, it would be best to use baseURL as this would accomodate the issue which github pages poses to relative links.

This change would require the removal of the html-loader, but I believe this is currently not in use anyway.

This would allow setting baseURL based on options.mode in the webpack config. In localhost, this can be set to localhost:8080 and all relative links will point towards that, whereas github pages would allow for https://ceadoor.github.io/cea.ac.in/ and this would allow us to drop links such as /cea.ac.in/about to /about.

create a departments page

create a page called
departments.html under src/studies/
with headers and footers from
src/contact.html

and include that in webpack.config.js accordingly.

  • create folders as needed

  • Make sure you change the title in html page to Departments | CEA

  • If anyone is on this, first say it here!

create a news page

create a page called
news.html under src/news-and-events/
with headers and footers from
src/contact.html

and include that in webpack.js

Make sure you change the title in html page to News | CEA

create stories page

create a page called
stories.html under src/cea-experience/
with headers and footers from
src/contact.html

and include that in webpack.js accordingly.

Make sure you change the title in html page to Student Stories | CEA

creating course02 page

create a page called
btech-mechanical-engg.html under src/studies/
with headers and footers from
src/studies/btech-computer-science-engg.html

and include that in webpack.js

webpack.config.js minify

create a page called
events.html under src/news-and-events/
with headers and footers from
src/contact.html

and include that in webpack.js accordingly.

Make sure you change the title in html page to Events | CEA

navbar styling

adding hover based navbar with content and links embedded

student stories

adding a story content on hovering on the student story images

create a studies page

create a page called
studies.html under src/
with headers and footers from
src/contact.html

and include that in webpack.js accordingly.

Make sure you change the title in html page to Studies | CEA

creating course05 page

create a page called
mtech-thermal-engg.html under src/studies/
with headers and footers from
src/studies/btech-computer-science-engg.html

and include that in webpack.js

creating course03 page

create a page called
btech-electrical-and-electronics-engg.html under src/studies/
with headers and footers from
src/studies/btech-computer-science-engg.html

and include that in webpack.js

Make sure you change the title in html page to B.Tech | Electrical and Electronics Engineering

create university02 page

create a page called
cusat.html under src/studies/universities/
with headers and footers from
src/contact.html

and then include that in webpack.config.js accordingly.

  • create folders as needed

  • Make sure you change the title in html page to Cochin University of Science and Technology | CEA

  • If anyone is on this, first say it here!

create an events page

create a page called
events.html under src/news-and-events/
with headers and footers from
src/contact.html

and include that in webpack.js accordingly.

Make sure you change the title in html page to Events | CEA

creating academic-programs page

create a page called
academic-programs.html under src/studies/
with headers and footers from
src/administration.html

and include that in webpack.js

Add travis-ci badge to README

Add travis-ci badge to README to easily view the build status and navigate to travis page
Build Status

[![Build Status](https://travis-ci.org/ceadoor/cea.ac.in.svg?branch=master)](https://travis-ci.org/ceadoor/cea.ac.in)

creating course04 page

create a page called
btech-electronics-and-communication-engg.html under src/studies/
with headers and footers from
src/studies/btech-computer-science-engg.html

and include that in webpack.js

create clubs page

create a page called
clubs-at-cea.html under src/campus-life/
with headers and footers from
src/contact.html

and include that in webpack.js accordingly.

Make sure you change the title in html page to Clubs | CEA

create a resources page

create a page called
resources.html under src/
with headers and footers from
src/contact.html

and include that in webpack.js accordingly.

Make sure you change the title in html page to Resources | CEA

create an admission page

create a page called
admission.html under src/
with headers and footers from
src/contact.html

and include that in webpack.js accordingly.

Make sure you change the title in html page to Admissions | CEA

Create a campus-life page

create a page called
campus-life.html under src/
with headers and footers from
src/contact.html

  • create folders as needed

  • Make sure you change the title in html page to Campus Life | CEA

  • If anyone is on this, first say it here!

creating news and events page

create a page called
news-and-events.html under src/
with headers and footers from
src/administration.html

and include that in webpack.js

Make sure you change the title in html page to News and Events | CEA

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.