+ All Categories
Home > Documents > WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an...

WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an...

Date post: 28-Aug-2020
Category:
Upload: others
View: 5 times
Download: 2 times
Share this document with a friend
41
WEBSITE DESIGNING TRAINING
Transcript
Page 1: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

WEBSI TE

DESIGNINGTRAINING

Page 2: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

WHAT ISWEB DESIGN?Webs i te des ign means p lann ing , c rea t ion a n d u p d a t i n g

of webs i tes . Webs i te des ign also involves i n f o r m a t i o n

arch i tec tu re , webs i t e s t ruc ture , user inter face , nav iga t i on

ergonomics , webs i te layout , colors , contrasts , fon ts a n d

image ry (pho tog raphy ) as w e l l as icons design .

T H E K E Y

Good in ter face des ign enab les increased produc t i v i t y ,

reduce errors , a n d prov ides a "be t te r " user exper ience .

Page 3: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

WHY?E X P O S U R E T O E X C I T I N G

T E C H N O L O G Y

G R O W I N G I N D U S T R Y

M A K E A G O O D L I V I N G

J O B S E C U R I T Y

F R O MA L L O W W O R K

A N Y W H E R E

A B I L I T Y T O W O R K

A C R O S S T H E W O R L D

D E M A N D A N D J O B

O P T I O N

W E B D E S I G N E R S C R E A T E

B R A N D S

Y O U C A N B E Y O U R O W N

B O S S

M N C S F O R W E B

D E S I G N E R

Page 4: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

SCOPEWeb DesignerDesign mockups / wireframes for wesites

Create layouts, color combination for sites.

UI DesignerTakes technology and makes it cool, easy to

use, and consumer friendly.2

UX DesignerTranslate concepts into user flows, wireframes,

mockups and prototypes that lead to intuitive

user experiences.4

Frontend DeveloperResponsible for implementing visual elements

that users see and interact with in a web

application.

1

3

Page 5: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

THE KEYFEATURES

G O O D V I S U A L D E S I G N

R E L E V A N T C O N T E N T

C A L L T O A C T I O N

T Y P O G R A P H Y

U S E R & W E B F R I E N D L Y

01

02

03

04

05

0 6 M O B I L E F R I E N D L Y

Page 6: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

WEB TECHNOLOGIES

Hypertext Markup LanguageHTML, HTML5

CSS, CSS3 Cascading Style Sheet

Page 7: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

SOFTWARE

Adobe Photoshop

Page 8: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

FRAMEWORK

Twi t ter Bootstrap

Page 9: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

C M S( C o n t e n t M a n a g e m e n t s S y s t e m )

Wordpress

Page 10: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

What is HTML, HTML5

HTML is a format tha t tells a compute r h o w to display a

w e b page. The documents themselves are pla in text

files w i t h special "tags" or codes tha t a w e b browser

uses to interpret and display in format ion on your

compute r screen.

HTML stands for Hyper Text M a r k u p Language

A n HTML fi le is a te x t f i le c o n ta i n i n g sma l l m a r k u p tags

The m a r k u p tags te l l t h e We b browse r h o w t o disp lay t h e page

A n HTML fi le m u s t have an h t m or h t m l f i le ex tens ion

Page 11: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

HTML Tags

HTML tags are used to mark -up HTML elements

HTML tags are surrounded by the t w o characters < and >

The surrounding characters are cal led angle brackets

HTML tags normal ly come in pairs l ike <b> and </b>

The first tag in a pair is the start tag, the second tag is the end tag

The text be tween the start and end tags is the e lement con ten t

HTML tags are no t case sensitive, <b> means the same as <B>

Page 12: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

HTML Editors

HTML editors are cal led “WYSIWYG” - Wha t You See Is Wha t You Get!

Examples of HTML Editors:

❖ Dreamweaver

❖ Sublime Text

Page 13: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Basic Structure

<html>

<head>

<title>My First Webpage</ti t le>

</head>

<body>

This is m y first homepage. <b>This text is bold</b>

</body>

</html>

Page 14: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Basic Structure Details

The HTML d o c u me n t is d iv ided in to t w o major parts:

HEAD: contains informat ion about the document:

Title of the page (wh ich appears at the to p of the browser w i n d ow)

Meta tags: used to describe the con tent (used by Search engines)

JavaScript and Style sheets generally require statements in the

d o c u me n t Head.

BODY: Contains the actual con ten t of the documen t

This is the par t tha t wi l l be displayed in the browser w i n d o w

Page 15: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Basic HTML Tags

Tag Descript ion

<html> Defines an HTML d o c u me n t

<body> Defines the document 's body

<h1> to <h6> Defines header 1to header 6

<p> Defines a paragraph

<br> Inserts a single l ine break

<hr> Defines a hor izontal rule

<!--> Defines a c o m m e n t

Page 16: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Headings are def ined w i t h the <h1> to <h6> tags. <h1>

defines the largest heading whi le <h6> defines the smallest.

<h1>This is a heading</h1>

<h2>This is a heading</h2>

<h3>This is a heading</h3>

<h4>This is a heading</h4>

<h5>This is a heading</h5>

<h6>This is a heading</h6>

Page 17: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Other Basic Tags

Links

<a href="home.html"> My homepage

</a>

Lists

<ol> ... </ol>

<ul> ... </ul>

<li> ... </li>

Ordered List

Un-ordered List

List Item

<ol type="?">

Ordered list type: A, a, I, i, 1

<ul type="?">

Unordered list bullet type: disc,

circle, square

Paragraphs

<p> Some text </p>

Images

<img src="photo.jpg">

Section Divisions

<div> ... </div>

Division or Section of Page Content

<span> ... </span>

Section of text within other content

Page 18: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Example with demo<html>

<head>

<title>this is the title</title>

</head>

<body>

<h1>My Heading</h1>

<p>This is the first paragraph of text.</p>

<p>This is the second paragraph of text.

</p>

<p>An image: <img src="photo.jpg"> </p>

<p>A link: <a

href="http://www.simplehtmlguide.com">

html guide </a></p>

</body>

</html>

This is the first paragraph of text.

This is the second paragraph of text.

An image:

My Heading

A link: html guide

Page 19: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

What is CSS,CSS3

CSS is an abbreviation for Cascading Style Sheets.

CSS works with HTML.

CSS can make decorating web sites easy again! Think of CSS as a

kind of computer dress code. CSS mainly does just one thing: it

describes how web pages should look.

CSS comes in three types:

1. In a separate file (external)

2. At the top of a web page document (internal)

3. Right next to the text it decorates (inline)

Page 20: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Using Styles

An external CSS file

<head>

<link rel="stylesheet" type="text/css" href="style.css" title="style">

</head>

Within the html header

<head>

<style type="text/css">

h1 { color:red; }

</style>

</head>

Page 21: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Using Styles

Inline in the HTML

<p style="color:red;">Some red text</p>

Page 22: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Parts of stylesheet

div

{

font-size: 12px;

font-family: verdana, sans-serif;

}

SELECTOR OPENING CURLY BRACKETS

CLOSING CURLY BRACKETS

PROPERTY NAME

VALUE

Page 23: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Colors & Borders

color: red; Element Colour - eg. red | #FF0000

background-color: white; Background Colour of element

background-image: url(image.jpg/png); Background Colour of

element

border-color: yellow; Border colour of element

border: 1px solid blue; Width, style and colour

of border defined together

Page 24: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Size and Layout

width: 400px; Width of HTML element - eg. 100px | 50%

height: 100%; Height of HTML element - eg. 20px | 100%

margin: 5px; Margin - space around an element, or distance

between two elements

margin-top: 1px; Top Margin. Also try -bottom: -left: or -right:

padding: 5px; Padding - distance between an elements contents

and its border

padding-top: 1px; Top Padding. Also try -bottom: -left: or -right:

Page 25: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Margins & Padding

Margin

Padding

Lorem Ipsum is simply dummy

text of the printing and

typesetting industry. Lorem

Ipsum has been the industry's

standard dummy text ever since

the 1500s, when an unknown

printer took a galley of type and

scrambled it to make a type

specimen book.

Width

Page 26: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Text Styles

text-align: left; Horizontal Alignment - left | center | right

text-decoration: underline; Text Decorations - eg. none |

underline | line-through

font-family: fontname; Font Face (Typeface) - eg. Verdana,

Arial, Helvetica

font-size: 16pt; Font Size or Height - eg. 12pt | 15px

font-weight: bold; Font Weight (Boldness) - eg. bold | normal |

200

Page 27: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

ID's & Classes

The class attribute lets you apply style rules to a group of elements. Class

stands for Classify. A class selector is a name preceded by a period (.)

p.class {color: red}

An ID attribute identifies one element on a page. An ID selector is a name

preceded by a hash character (#).

#class {color: navy;border: 1px black solid;}

Page 28: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Pseudo-classes

Pseudo-classes are used in CSS to add different effects to some selectors, or to a part

of some selectors. Pseudo-classes are attached to selectors to specify a state or

relation to the selector.

• link - this is the normal state

• visited - when a browser has visited that destination recently

• hover - while the cursor is over the link

• active - while the link is being clicked

a:link { color: #336699; text-decoration: none; } a:visited {

color: #99CCFF; text-decoration: none; } a:hover { color:

#660000; text-decoration: none; }

Page 29: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

What is Bootstrap

Bootstrap is the most popular framework for quickly styling your

website and developing responsive, mobile first projects on the

web.

Bootstrap can be boiled down to three main files:

bootstrap.css – a CSS framework

bootstrap.js – a JavaScript / jQuery framework

glyphicons – a font (an icon font set)

Page 30: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Why we need Bootstrap

Prevent repetition between projects

Utilize responsive design to allow your website to adapt to

various screen sizes – mobile, desktop, and everything in

between

Add consistency to design and code between projects and

between developers

Quickly and easily prototype new designs

Ensure cross-browser compatibility

Page 31: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Example of Responsive Website

Page 32: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Bootstrap Grid system

Page 33: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Basic Template<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="utf-8">

<meta http-equiv="X-UA-Compatible" content="IE=edge">

<meta name="viewport" content="width=device-width, initial-scale=1">

<title>Bootstrap Template</title>

<link href="css/bootstrap.min.css" rel="stylesheet">

<!--[if lt IE 9]>

<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>

<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>

<![endif]-->

</head>

<body>

<h1>Hello, world!</h1>

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>

<script src="js/bootstrap.min.js"></script>

</body>

</html>

Page 34: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Bootstrap Elements

CSS

Grid system

Typography

Forms

Buttons

Responsive utilities

Components

Glyphicons

Navbar

Pagination

Thumbnails

Page 35: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Bootstrap Elements

Page 36: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Wordpress

WordPress is web publishing software you can use to create your

own website or blog. Since it was released in 2003, WordPress has

become one of the most popular web publishing platforms. Today it

powers nearly 30 percent of the entire web — from hobby blogs to

some of the biggest news sites online.

It’s actually a highly flexible content management system (CMS) that

enables you to build and manage your own website using just your

web browser and it’s completely FREE.

Page 37: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

How does Wordpress work?

In early days, websites have been created in programming languages like

HTML, PHP, and CSS to format text, create page layouts, display images,

and so on.

But today, you can install the WordPress software on your own web server

in about 5 minutes. Once installed, you’ll log into your site using your

favorite web browser, and then use a simple editor to create web pages —

without having to learn how to code. There are even hosting companies like

WordPress.com and others who install WordPress for you, and enable you

to start building your website with just a few clicks.

Page 38: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Why Wordpress?

First of all, WordPress is OPEN SOURCE.

FLEXIBLE & EXTENSIBLE There are thousands of plugins and themes that enable

you to easily change the entire look of your website, or even add new features like a

mailing list, photo gallery, or an online store.

EAST TO USE & LEARN

EAST TO FIND SUPPORT

WORDPRESS IS ALSO SEO-FRIENDLY. Right out of the box, WordPress includes

everything you need to ensure that your content is optimized for search engines. This

is critical to your site’s visibility and online success. Matt Cutts of Google says,

“WordPress is made to do SEO well.”

CONTROL OF YOUR CONTENT. With WordPress, you can import your content from

other systems like Blogger or Tumblr. And you can also easily export your data to

move away from WordPress, should you choose.

Page 39: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

Wordpress website example

Page 40: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

YOU CAN LEARN SOMETHING

NEW EVERYDAY IF YOU LISTEN

G U I D A N C E G E T A J O B F L Y H I G H E R

Find right place to learn, where

student perform more practical

rather than theoratical.

Use your skills and make your

space in your organisation.

Touch the SKY

Placements from your institute

gives chance to grab an

Opportunity.

Page 41: WEBSITE DESIGNINGwebliquidinfotech.com/wp-content/uploads/2018/06/... · What is CSS,CSS3 CSS is an abbreviation for Cascading Style Sheets. CSS works with HTML. CSS can make decorating

THANK YOU!!WEBLIQUIDINFOTECH

Contact Us:

Chandigarh, 160034M: +91-7347405486 | +91-7347405419

+91-9501293387 | +91-7508920783

O: +91-172-4023733

Web: www.webliquids.comEmail: [email protected]

SCO 114-115 2nd Floor Sector 34 A


Recommended