Giter VIP home page Giter VIP logo

project0's Introduction

Project 0

Web Programming with Python and JavaScript

My project consists of 4 html files plus suporting files in sub-folders. The images folder contains the images in the site, the css folder contains the 2 CSS files I created, the scss folder contains the file I used to generate list.

I used Bootstrap for column layout as required and I also found advice on how to use web fonts to ensure the same display across devices.

I tested the site on my Windows laptop uses Chrome, Firefox, Edge and Internet Explorer, on an Android phone using Chrome and on an Amazon tablet using Silk. I did not have access to any Apple devices.

PROBLEMS

I had problems with the media query not working. I wanted an image, in a figure element, to float to the right of the screen but on smaller screen float to the left.

Eventually I realised that the line @media screen and (max-width: 600) should have been @media screen and (max-width: 600px).

LESSONS LEARNT

Lots! Here are some things:

Firstly, use GIT ommints more often. Being able to restore a file was incredibly useful and I need to make sure I can do this whenever needed.

Using to ensure that smaller screens aren't scaled down.

Being more precise. It took me too long to realise my error with the media query.

Using Bootstrap. I could have used more features of Bootstrap including its implementations of media queries. Using columns was easy using the bootstarp model - as long as I remembered the row!

project0's People

Contributors

alpink 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.