Git Product home page Git Product logo

lasa-surveyor-website's Introduction

LASA Surveyor

Code for the website of LASA Surveyor. Normal npm project built using 11ty and Bootstrap. Built by Rachit Kakkar and hosted at: https://lasasurveyor.com/.

Hacks

Hopefully someone can appreciate how hacked together this website is.

  • Posts are looped over and displayed through some raw templating code in the index.md file.
  • The projects page is just a directory of completely seperate pages (basic HTML and JS) with the navbar just copied over to make it seem like a part of this website. It has no relation to the 11ty static site generator beyond sharing CSS.
  • In order to get newer posts showing first, we have to set the date to be younger than earlier posts, even though it was actually published later. Since the date is not displayed on the website (instead using display-date). The date counts done from 2999-29-12.
  • In order to have multiple rows, I have to create a different tag for each row and copy paste the for loop code in the index.md file with this new tag/collection, seperating it with a <br>. For rows with just two posts, I have to use the card-columns class rather than the card-deck class to avoid them being stretched weirdly to fit the page width. Tags so far include post and postold.

If it works, it works ¯\_(ツ)_/¯

lasa-surveyor-website's People

Contributors

rachitkakkar avatar

Stargazers

 avatar Maxim Rebguns 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.