Skip to content

sahilavaran/betasquirral-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

betasquirral-tasks

Assignments from betasquirral

Requirements

Requiremnts output
![task 1] Two
![task 2] Two

Formatting

Commodo dolore commodo ad dolor. Aliquip qui et duis cupidatat laborum qui consequat sit sint occaecat dolor. Sit aliquip do eiusmod irure. Irure aliquip exercitation do velit aliquip ut occaecat pariatur sint exercitation ||adipisicing pariatur.

Eu in labore ea reprehenderit ad mollit est elit ad ut consequat voluptate. Ea non in aliquip commodo nostrud aliquip enim. Laboris minim in deserunt amet qui. In ipsum eiusmod dolore do anim cupidatat. Qui qui non esse exercitation minim adipisicing nostrud est minim.

git commit

Linux commands

  • cd - change current directory. Ex cd Desktop cd ..
  • ls - Lists contents of a directory. Ex ls-a lists hidden files as well
  • pwd - Displays current working directory path.
  • cat - Displays the content of the file. EX: Cat Readme .md

Git commands

1.git config configure git user. EX 2. git clone clone a remote git repo to your local. 3. git add Add your file changes to your git 4. git commit commit your changes to git 5. git push push your local commits to remote repo

Task 3

Read the below pages and attend the tests

-HTML -CSS

Responsive design Dimensions

-xs (<576) -small (>=576) -medium (>=768) -large (>=992) -xlarge (>=1200) -xxlarge (>=1400)

- mobile @media only screen and (max-width: 767px) {}

  • tablet @media only screen and (max-width: 991px) and (min-width: 768px) {}

- favicon syntax

- websites for that

https://realfavicongenerator.net/favicon_result?file_id=p1hiou3lgtof211921h7l1nq617t66

- To generate favicon

favicon.io

- To download icons

or iconfinder.com

- Font based icons (so we can reduce the size)

website - fontawesome.com

Bootstrap link (website - get started with bootstrap)