Giter VIP home page Giter VIP logo

codetech-web's People

Contributors

cashlycash avatar gsam-7 avatar im-nl avatar sortedcord avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

codetech-web's Issues

Web Backend

Discussed in https://github.com/BVNCodeTech/codetech-web/discussions/26

Originally posted by sortedcord November 17, 2021
The front-end isn't complete, but I was thinking of hooking it up with some sort of back-end. Preferable with django or flask as per what @Pancham1603 says Cuz PHP sucks anyways . The site is more or less fine without it, but I think this could make the work of maintaining and updating it a lot more easier....

Codetech Blog

The new Codetech site will have all of the existing blog articles which had been published by various members of the committee on this site as well, but managed by Github's Pull Request, and Automated Project Management.

Todo

Management

  • Setup Project Bot to sort out cards
  • Setup Automation Rules
  • Documentation

Migration of Articles

I was able to backup all the articles in a notion notebook. I just have to take that and put it on the website. Fairly easy task.

Notion Link

Jquery Lag when Scrolling

I have a header minimise when I scroll down, however I have a lag for it returning to full size upon returning back to the top of the page. Seems to be worse when I scroll further.

A Simplified code snipped-

$(document).ready(function () {
    $("header").animate({
        height: "140px"
    }, 200);
    $("header>h2").show(200);
});

$(window).scroll(function () {
    if ($(document).scrollTop() > 0) {
        $("header").animate({
            height: "70px"
        }, 200);
        $("header>h2").hide(200);
    } else {
        $("header").animate({
            height: "140px"
        }, 200);
        $("header>h2").show(200);
    }
});

It does not appear to get the same problem if I set the animation time to 0 which is why I'm assuming that it's the animations that are the issue.

Is there some kind of inherent lag associated with them, like it having to wait until one's finished to do the next? If so (or any other reason for it) is it possible to overcome it and still have the animations?

Finalize Homepage

Since homepage will be the most visited page, it needs to have most of the information about current or upgoing events in brief while also providing intel on what Codetech is and does which is why it needs the most consideration out of all the other pages.

  • #4
  • #5
  • #6
  • #7
  • Replace About Section Placeholders

Bug /FIxes

Fix the About Page Layout

There is a lot of work which needs to be done in the about page.

Todo

  • #25
  • Create a Teams Section
  • Replace Sponsors

Insert opening banner

As far as I can see,
image
this wouldn't cut it. Something needs to go here other than the logo....

@Pancham1603 Do ask other members on what can be done here

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.