Giter Site home page Giter Site logo

gtech-mulearn / campus-community-template Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 2.0 1.69 MB

Campus Chapters are a concept that are to be implemented in-house by the Students for the Students. Campus chapters seek to bring together students within a college, developing the μLearn culture from within.

Home Page: https://campustemplate.netlify.app/

HTML 9.22% JavaScript 59.14% CSS 31.65%
campus-community mulearn reactjs

campus-community-template's Introduction

µLearn Campus Community Template

Logo

Campus Chapters are a concept that are to be implemented in-house by the Students for the Students. Campus chapters seek to bring together students within a college, developing the μLearn culture from within.

How to Use

You need to make some changes to the given template to make it usable for your campus chapter. In a nutshell you would be having to edit the following parts of this template.

Components

Pages

Landing Page Edits

  1. The first thing you should do is change the main heading to the name of your campus chapter.
 <div className={styles.first_view_heading}>Enter Your College Name Here</div>

Adding Events

  1. To add an event to this template, first place the event picture (poster) in the assets folder /assets/events/{eventname}/{filename} .

  2. You can then return to the landing page code.

<EventsCard
    image="/assets/events/event1/poster.png" //Add the path to the image here
    name="Define Hackathon" // Add the name of the event here
    description="Event Description." //Add the description of the event.
    tags={["Hackathon", "Networking"]} //Add the Tags for the event.
    registerlink="#" //Add the link for register to the event.
/>
  1. Changes to the events card component should be made by include all necessary information, such as
    • Event Image (From assets folder or external link)
    • Event name
    • Event description
    • Event related Tags
    • Event registration link, if upcoming event

Adding Team Member

  1. Inorder to add the details for the team members you first have to add the team members images to the folder with relatable file name.
  2. Then you need to make changes in the team card component Call which can be found at landing page.
<TeamCard
    image="/assets/team/image1.png" //Add the image link here.
    name="Andrea Janet" //Add the name of the Team Member.
    linkedin="#" //LinkedIn Profile of Team Member.
    position="Web Lead" //Add the Position of the Team Member.
/>
  1. Make changes to the above show code template by including all necessary details such as
    • Image (from assets folder or external Link)
    • Name
    • LinkedIn profile URL
    • Position in the team.

Navbar Component Edits

  • Here in the navbar you need add the links which are redirecting to the campus chapters socials.
<a href="http://" target="_blank" rel="noopener noreferrer">
    <img
        src="/assets/navbar/twitter.png"
        alt=""
        className={styles.navbar_social}
    />
</a>
  • Here replace href="#" with href="link to social handle". Similarly make changes for the rest of the icons mentioned there also.

Footer Component Edits

  • Here in the footer component you are required to add the link which are redirecting to the campus chapters social handles.
 <a href="http:// target="_blank" rel="noopener noreferrer">
    <img
        src="/assets/footer/twitter.png"
        alt=""
        className={styles.section_icon}
    />
</a>
  • Replace href="/#" with href="Link to social handle". Change the remaining icons mentioned there in a similar manner.

campus-community-template's People

Contributors

aswinasok avatar vinubalagopalap avatar

Stargazers

Christo John avatar

Watchers

 avatar

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.