Giter Site home page Giter Site logo

vanegas-27 / sky Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 4.1 MB

Software Sky diseñado para brindar opciones de lugares cómodos donde se pueda hospedar por un tiempo

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

License: MIT License

CSS 33.83% HTML 49.23% JavaScript 16.94%
express nodejs rendering responsive scss-framework

sky's Introduction

sky

para ejecutar el proyecto en local, se debe tener instalado node.js y npm (instalación de NodeJS)

  1. Clonar o descargar este repositorio: git clone https://github.com/vanegas-27/sky.git
  2. Acceder a la carpeta del proyecto: cd sky
  3. Instalar las dependencias del proyecto con npm: npm install
  4. Ejecutar el servidor de desarrollo: npm run dev. El proyecto estará disponible en http://localhost:8080

apuntes de bootstrap

poder trabajar con columnas o filas

se debe de especificar en el contenedor la clase (row o row-reverse) para que se pueda como subdividir en 12 horizontal

si se desea trabajar con una columna se le aplica (column o column-reverse) y asi tambien se hacen las 12 diviciones pero vertical

tipo de medidas columnas

-> xs: para celulares "< 576px"

-> sm: para tablet "576px >="

-> md: para laptops "728px >="

-> lg: para monitores "992px >="

-> xl : para monitores " 1200px >="

->xxl: para monitores " 1400px >="

contenedores predefinidos

-> container: este nos sirve para hacer un contenedor que no alcance a llenar todo el bloque

-> container-fluid: este nos sirve para hacer un contenedor que siempre ocupe el 100% de la pantalla.

flew-wrap

-> flex-nowrap

-> flex-wrap

-> flex-wrap-reverse

align items

-> align-items-start

-> align-items-end

-> align-items-center

-> align-items-baseline

-> align-items-stretch

justify content

-> justify-content-start

-> justify-content-end

-> justify-content-center

-> justify-content-between

-> justify-content-around

-> justify-content-evenly

img

-> img-fluid

sky's People

Contributors

vanegas-27 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.