Git Product home page Git Product logo

fix-landing-page's Introduction

FixNation Landing Page

A landing page for Los Angeles-based non-profit FixNation, which provides free spay and neuter services to community cats.

This project uses SvelteKit and TypeScript.

Developing

First, ensure that yarn is installed.

Then, install dependencies by running:

yarn

Next, start the development server:

yarn dev --open

This will automatically open the site in a browser.

Committing Changes

When committing changes, run the linter and auto-formatter (prettier):

yarn format

Then, the pre-commit check should pass and allow the changes to be pushed.

Compressing Images

We use AVIF images to replace PNGs since they load faster. Whenever you add new PNG images, you need to copy them to AVIFs using the compress_images script. You can run it with:

bash ./compress_images.sh

Building

To create a production build of the site:

yarn build

You can preview the production build with yarn preview.

fix-landing-page's People

Contributors

benjaminjohnson2204 avatar cubified avatar edwardlins avatar emilymarschallniswonger avatar holychickencow avatar jacobayu avatar jameszhang878 avatar lillianho5 avatar melinadika avatar wllmwu avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

fix-landing-page's Issues

Updated Mobile Cat Roadmap

Individual sections should expand an collapse like an accordion. One useful tip for animations is to precompute the height of the content in pixels at page load, because default CSS height values such as fit-content are not animatable.

Screen Shot 2023-02-24 at 12 26 35 PM

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.