BOOTSTRAP 4. Veb dizajn

Size: px
Start display at page:

Download "BOOTSTRAP 4. Veb dizajn"

Transcription

1 BOOTSTRAP 4 Veb dizajn 1

2 RESPONSIVE WEB DIZAJN Automatsko prilagođavanje sajtova da izgledaju dobro na svim uređajima Bootstrap Font end frejmwork za brţi i lakši razvoj veb sajtova Koristi HTML, CSS i JavaScript Mobile first strategy Najnovija verzija: Bootstrap 4 Veb dizajn 2

3 PODEŠAVANJE OKRUŢENJA CDN Bez instalacije već preko Content Delivery Network-a (mreţe za ditribuciju sadrţaja) <link rel="stylesheet" href=" css/bo otstrap.min.css"> Instaliranje Prekompajlirana i minimizovana verzija <link rel = "stylesheet" href = "css/bootstrap.min.css" > Veb dizajn 3

4 GRID SISTEM Kreiranje stranica pomoću redova i kolona Maksimum 12 kolona span 1 span 1 span 1 span 1 span 1 span 1 span 1 span 1 span 1 span 1 span 1 span 1 span 4 span 4 span 4 span 4 span 8 span 6 span 6 span 12 Grid sistem je responsive i kolone se automatski prilagođavaju veličini ekrana Veb dizajn 4

5 KAKO RADI GRID SISTEM Koristiti redove za horizontalno grupisanje kolona Redovi moraju biti unutar container klase da bi se postiglo odgovarajuće poravnanje Sadrţaj treba da bude unutar kolona, a samo kolone smeju biti direktna deca redova Kolone se kreiraju navođenjem koliko od 12 mogućih kolona ţelimo da zauzmemo Veb dizajn 5

6 GRID KLASE Grid sistem ima 5 klasa:.col- (extra small devices širina ekrana manja od 576px).col-sm- (small devices širina ekrana veća ili jednaka od 576px).col-md- (medium devices - širina ekrana veća ili jednaka od 768px).col-lg- (large devices - širina ekrana veća ili jednaka od 992px).col-xl- (xlarge devices - širina ekrana veća ili jednaka od 1200px) Ako ţelimo da specificiramo istu širinu za male i srednje u ređaje dovoljno je da deifinišemo samo sm Veb dizajn 6

7 OSNOVNA GRID STRUKTURA <div class = "container"> <div class = "row"> <div class = "col-*-*"> <div class = "col-*-*"> <div class = "row">... <div class = "container">... Veb dizajn 7

8 JEDNAKE KOLONE <div class="row"> <div class="col">.col <div class="col">.col <div class="col">.col Veb dizajn 8

9 CLEARFIX Problem ako kolone nisu istih visina Veb dizajn 9

10 OFFSET KOLONE Za pomeranje kolone offset-md-3 (v4) Veb dizajn 10

11 UGNJEŢDAVANJE KOLONA Veb dizajn 11

12 REĐANJE KOLONA <div class="container"> <div class="row"> <div class="col"> First, but unordered <div class="col order-12"> Second, but last <div class="col order-1"> Third, but first Veb dizajn 12

13 TIPOGRAFIJA (1) Bootstrap default: font-size: 16px line-height: 1.5 font-family: Helvetica Neue, Helvetica, Arial Naslovi <h1>-<h6> - veći font i bolder Display naslovi.display-1,.display-2,.display-3,.display-4 veći font i manji bold <small> - sekundarni tekst u naslovu <mark> - ţuta pozadina i padding Veb dizajn 13

14 TIPOGRAFIJA (2) <abbr> - akronim <dl> - deskripciona lista <code> - prikaz programskog koda <kbd> - prikaz elemenata sa tastature <pre> - preformatiran tekst Dodatne klase:.font-italic.lead.text-justify.text-capitalize.list-inline Veb dizajn 14

15 BOJE meaning through colors.text-muted,.text-primary,.text-success,.text-info,.textwarning,.text-danger,.text-secondary,.text-white,.textdark and.text-light Moţe i nad linkovima -> tamniji hover Pozadinske boje:.bg-primary,.bg-success,.bg-info,.bg-warning,.bg-danger,.bgsecondary,.bg-dark and.bg-light. Veb dizajn 15

16 TABELE (1).table.table-striped.table-bordered.table-hover.table-dark.table-dark.table-striped.thead-dark.thead-light.table-sm.table-responsive Veb dizajn 16

17 TABELE (2) Kontekstualne klase:.table-primary.table-success.table-danger.table-info.table-warning.table-active.table-secondary.table-light.table-dark Veb dizajn 17

18 SLIKE Oblici:.rounded.rounded-circle.img-thumbnail Poravnanje.float-right.float-left Responsive.img-fluid Veb dizajn 18

19 JUMBOTRON.jumbotron <div class="jumbotron jumbotron-fluid"> <div class="container"> <Jumbotron full-width</h1>.page-header Veb dizajn 19

20 DUGMAD (1) btn btn btn-primary btn btn-secondary btn btn-success btn btn-info btn btn-warning btn btn-danger btn btn-dark btn btn-light Veb dizajn 20

21 DUGMAD (2) btn btn-outline-primary btn btn-outline-secondary btn btn-outline-success btn btn-outline-info btn btn-outline-warning btn btn-outline-danger btn btn-outline-dark btn btn-outline-light Veb dizajn 21

22 DUGMAD (3) Veličine dugmica btn-lg btn-sm btn-block active/disabled btn-group btn-group-vertical Veb dizajn 22

23 ALERTS (1) Veb dizajn 23

24 ALERTS (2) Otvaranje: $('.alert').alert() Zatvaranje: $().alert('close') <div class="alert alert-success alert-dismissible"> <button type="button" class="close" datadismiss="alert"> </button> <strong>success!</strong> Indicates a successful or positive action. Animacija fade show Veb dizajn 24

25 GLYPHICONS (V3) Sintaksa <span class="glyphicon glyphicon-name"></span> Envelope icon: <span class="glyphicon glyphicon-envelope"></span> Search icon: <span class="glyphicon glyphicon-search"></span> Print icon: <span class="glyphicon glyphicon-print"></span> Veb dizajn 25

26 BEDŢEVI Dodatne informacije bilo kom sadrţaju Prilagođavaju se veličini roditelja badge badge-primary badge badge-secondary badge badge-success badge badge-danger badge badge-info badge badge-light badge badge-dark Veb dizajn 26

27 PROGRESS BAR Prikaz koliko je korisnik napredovao u procesu <div class="progress"> <div class="progress-bar" style="width:70%"> 70% <div class="progress"> <div class="progress-bar bg-success progress-barstriped" style="width:40%;height:20%"> <div class="progress-bar progress-bar-striped progress-bar-animated" style="width: 40%"> Veb dizajn 27

28 PAGINACIJA <ul class="pagination"> <li class="page-item"><a class="pagelink" href="#">previous</a></li> <li class="page-item"><a class="pagelink" href="#">1</a></li> <li class="page-item active"><a class="pagelink" href="#">2</a></li> <li class="page-item"><a class="pagelink" href="#">3</a></li> <li class="page-item"><a class="pagelink" href="#">next</a></li> </ul> Veb dizajn 28

29 PAGER (V3) <ul class="pager"> <li><a href="#">previous</a></li> <li><a href="#">next</a></li> </ul> Veb dizajn 29

30 BREADCRUMBS <ul class="breadcrumb"> <li class="breadcrumbitem"><a href="#">photos</a></li> <li class="breadcrumb-item"><a href="#">summer 2017</a></li> <li class="breadcrumbitem"><a href="#">italy</a></li> <li class="breadcrumb-item active">rome</li> </ul> Veb dizajn 30

31 LINK GRUPE (1) <ul class="list-group"> <li class="list-group-item active">active item</li> <li class="list-group-item">second item</li> <li class="list-group-item">third item</li> </ul> Veb dizajn 31

32 LINK GRUPE (2) <div class="list-group"> <a href="#" class="list-group-item list-group-itemaction">action item</a> <a href="#" class="list-group-item list-group-itemsuccess">success item</a> <a href="#" class="list-group-item list-group-itemsecondary">secondary item</a> <a href="#" class="list-group-item list-group-iteminfo">info item</a> <a href="#" class="list-group-item list-group-itemwarning">warning item</a> <a href="#" class="list-group-item list-group-itemdanger">danger item</a> <a href="#" class="list-group-item list-group-itemprimary">primary item</a> <a href="#" class="list-group-item list-group-itemdark">dark item</a> <a href="#" class="list-group-item list-group-itemlight">light item</a> Veb dizajn 32

33 LINK GRUPE (3) Veb dizajn 33

34 KARTICE (PANEL V3) <div class="card" style="wid th:400px"> <img class="card-imgtop" src="img_avatar1.png" a lt="card image"> <div class="card-body"> <h4 class="cardtitle">john Doe</h4> <p class="cardtext">some example text.</p> <a href="#" class="btn btn-primary">see Profile</a> Veb dizajn 34

35 DROPDOWNS (1) <div class="dropdown"> <button type="button" class="btn btn-primary dropdown-toggle" data-toggle="dropdown"> Dropdown button </button> <div class="dropdown-menu"> <a class="dropdown-item" href="#">link 1</a> <a class="dropdown-item" href="#">link 2</a> <a class="dropdown-item" href="#">link 3</a> Veb dizajn 35

36 DROPDOWNS (2) dropdown-divider dropdown-header dropup Veb dizajn 36

37 COLLAPSE (1) <button data-toggle="collapse" datatarget="#demo">collapsible</button> <div id="demo" class="collapse"> Lorem ipsum dolor text... accordion Veb dizajn 37

38 COLLAPSE (2) <div id="accordion"> <div class="card"> <div class="card-header"> <a class="card-link" datatoggle="collapse" dataparent="#accordion" href="#collapseone"> Collapsible Group Item #1 </a> <div id="collapseone" class="collapse show"> <div class="card-body"> Lorem ipsum.. Veb dizajn 38

39 COLLAPSE (3) <div class="card"> <div class="card-header"> <a class="collapsed card-link" datatoggle="collapse" dataparent="#accordion"href="#collapsetwo"> Collapsible Group Item #2 </a> <div id="collapsetwo" class="collapse"> <div class="card-body"> Lorem ipsum.. Veb dizajn 39

40 NAVS Horizontalni meni <ul class="nav justify-content-center"> <li class="nav-item"> <a class="nav-link" href="#">link</a> </li> <li class="nav-item"> <a class="nav-link" href="#">link</a> </li> <li class="nav-item"> <a class="nav-link" href="#">link</a> </li> <li class="nav-item"> <a class="nav-link disabled" href="#">disabled</a> </li> </ul> Veb dizajn 40

41 TABOVI (1) <ul class="nav nav-tabs"> <li class="nav-item"> <a class="nav-link active" href="#">active</a> </li> <li class="nav-item"> <a class="nav-link" href="#">link</a> </li> <li class="nav-item"> <a class="nav-link" href="#">link</a> </li> <li class="nav-item"> <a class="nav-link disabled" href="#">disabled</a> </li> </ul> Veb dizajn 41

42 TABOVI (2) <ul class="nav nav-pills"> <li class="nav-item"> <a class="nav-link active" datatoggle="pill" href="#home">home</a> </li> <li class="nav-item"> <a class="nav-link" datatoggle="pill" href="#menu1">menu 1</a> </li> <li class="nav-item"> <a class="nav-link" datatoggle="pill" href="#menu2">menu 2</a> </li> </ul> Veb dizajn 42

43 TABOVI (3) <!-- Tab panes --> <div class="tab-content"> <div class="tab-pane active container" id="home">... <div class="tab-pane container" id="menu1">... <div class="tab-pane container" id="menu2">... Veb dizajn 43

44 NAVBAR <nav class="navbar navbar-expand-sm bg-dark navbar-dark"> <a class="navbar-brand" href="#"> <img src="bird.jpg" alt="logo" style="width:40px;"> </a> <ul class="navbar-nav"> <li class="nav-item active"> <a class="nav-link" href="#">active</a> </li> <li class="nav-item"> <a class="nav-link" href="#">link</a> </li> <li class="nav-item"> <a class="nav-link" href="#">link</a> </li> <li class="nav-item"> <a class="nav-link disabled" href="#">disabled</a> </li> </ul> </nav> Veb dizajn 44

45 MEDIA OBJEKTI media media-left media-body Media-heading Veb dizajn 45

46 SLIDESHOW (1) <div id="demo" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ul class="carousel-indicators"> <li data-target="#demo" data-slide-to="0" class="active"></li> <li data-target="#demo" data-slide-to="1"></li> <li data-target="#demo" data-slide-to="2"></li> </ul> <!-- The slideshow --> <div class="carousel-inner"> <div class="carousel-item active"> <img src="la.jpg" alt="los Angeles"> <div class="carousel-item"> <img src="chicago.jpg" alt="chicago"> <div class="carousel-item"> <img src="ny.jpg" alt="new York"> Veb dizajn 46

47 SLIDESHOW (2) <!-- Left and right controls --> <a class="carousel-controlprev" href="#demo" data-slide="prev"> <span class="carousel-control-previcon"></span> </a> <a class="carousel-controlnext" href="#demo" data-slide="next"> <span class="carousel-control-nexticon"></span> </a> Veb dizajn 47

48 MODALI <!-- Button to Open the Modal --> < button t ype="button" class ="btn btn-primary" data-toggle ="modal" data-target ="#mymodal "> O pen modal < /button> <!-- The Modal --> < div class="modal fade" id="m ymodal "> < div class="modal -dialog"> < div class="modal -content"> <!-- Modal Header --> < div class="modal -header"> < h4 class ="modal-title">modal Heading </h4 > < button type="button" c lass ="close" data-dismiss="modal"> </button> < /div > <!-- Modal body --> < div class="modal -body"> M odal body.. < /div > <!-- Modal footer --> < div class="modal -footer"> < button type="button" c lass ="btn btn-danger" data -dismiss ="modal">close </button > < /div > < /div > < /div > < /div > Veb dizajn 48

49 POMOĆNE KLASE (1) Border Veb dizajn 49

50 POMOĆNE KLASE (2) Border color Veb dizajn 50

51 POMOĆNE KLASE (3) Border radius Veb dizajn 51

52 POMOĆNE KLASE (4) Width Veb dizajn 52

53 POMOĆNE KLASE (5) Height Veb dizajn 53

54 VEŢBANJE (1) Veb dizajn 54

55 VEŢBANJE (2) Veb dizajn 55

56 VEŢBANJE (2) Veb dizajn 56

57 VEŢBANJE (2) Veb dizajn 57

Bootstrap 1/20

Bootstrap 1/20 http://getbootstrap.com/ Bootstrap 1/20 MaxCDN

More information

Building beautiful websites with Bootstrap: A case study. by Michael Kennedy michaelckennedy.net

Building beautiful websites with Bootstrap: A case study. by Michael Kennedy michaelckennedy.net Building beautiful websites with Bootstrap: A case study by Michael Kennedy DevelopMentor @mkennedy michaelckennedy.net Objectives Learn what Bootstrap has to offer web developers Install and use Bootstrap

More information

Create First Web Page With Bootstrap

Create First Web Page With Bootstrap Bootstrap : Responsive Design Create First Web Page With Bootstrap 1. Add the HTML5 doctype Bootstrap uses HTML elements and CSS properties that require the HTML5 doctype. 2. Bootstrap 3 is mobile-first

More information

Chapter6: Bootstrap 3. Asst.Prof.Dr. Supakit Nootyaskool Information Technology, KMITL

Chapter6: Bootstrap 3. Asst.Prof.Dr. Supakit Nootyaskool Information Technology, KMITL Chapter6: Bootstrap 3 Asst.Prof.Dr. Supakit Nootyaskool Information Technology, KMITL Objective To apply Bootstrap to a web site To know how to build various bootstrap commands to be a content Topics Bootstrap

More information

Mateen Eslamy 10/31/13

Mateen Eslamy 10/31/13 Mateen Eslamy 10/31/13 Tutorial In this tutorial, you ll learn how to create a webpage using Twitter Bootstrap 3. The goal of this tutorial is to create a responsive webpage, meaning that if the webpage

More information

Front-End UI: Bootstrap

Front-End UI: Bootstrap Responsive Web Design BootStrap Front-End UI: Bootstrap Responsive Design and Grid System Imran Ihsan Assistant Professor, Department of Computer Science Air University, Islamabad, Pakistan www.imranihsan.com

More information

CSS (Cascading Style Sheets)

CSS (Cascading Style Sheets) CSS (Cascading Style Sheets) CSS (Cascading Style Sheets) is a language used to describe the appearance and formatting of your HTML. It allows designers and users to create style sheets that define how

More information

,.., «..»

,.., «..» ,.., 2018. 09.03.03.19 - «..».... 2018 1 : - 39, 5, 1. : -. :,, -,. -.,,. 2 ... 4 1 -. 6 1.1 -... 6 1.2 -... 9 1.3 -... 11 1.4, -... 13 2. - «..»... 16 2.1.... 16 2.2 CMS WordPress... 17 2.3 -... 22...

More information

Website Development with HTML5, CSS and Bootstrap

Website Development with HTML5, CSS and Bootstrap Contact Us 978.250.4983 Website Development with HTML5, CSS and Bootstrap Duration: 28 hours Prerequisites: Basic personal computer skills and basic Internet knowledge. Course Description: This hands on

More information

Responsive Web Design and Bootstrap MIS Konstantin Bauman. Department of MIS Fox School of Business Temple University

Responsive Web Design and Bootstrap MIS Konstantin Bauman. Department of MIS Fox School of Business Temple University Responsive Web Design and Bootstrap MIS 2402 Konstantin Bauman Department of MIS Fox School of Business Temple University Exam 3 (FINAL) Date: 12/06/18 four weeks from now! JavaScript, jquery, Bootstrap,

More information

Basic Bootstrap Classes

Basic Bootstrap Classes .container Basic Bootstrap Classes sets fixed width to an element (which changes depending on a screen size to other fixed values, so it's still responsive) on all screen sizes except xs - on xs, the width

More information

WEB/DEVICE DEVELOPMENT CLIENT SIDE MIS/CIT 310

WEB/DEVICE DEVELOPMENT CLIENT SIDE MIS/CIT 310 WEB/DEVICE DEVELOPMENT CLIENT SIDE MIS/CIT 310 Project #4 Updating your class project to be more mobile friendly To gain a fuller appreciate for Responsive Design, please review Chapter 8. Another great

More information

Bootstrap Carousel Tutorial

Bootstrap Carousel Tutorial Bootstrap Carousel Tutorial The Bootstrap carousel is a flexible, responsive way to add a slider to your site. Bootstrap carousel can be used in to show case images, display testimonials, display videos,

More information

For instructions to change the logo, please refer to: ore

For instructions to change the logo, please refer to:   ore Header Note: VapeDay Theme have 2 versions. Version 1.0 with Left bar for long list of categories and Version 2.0 with No Left bar with categories in the header. While editing the theme files from template

More information

Bootstrap 3 CSS Classes Desk Reference

Bootstrap 3 CSS Classes Desk Reference Grid Text & Images Basic grid - full width is 12 columns wide

More information

Project Part 2 (of 2) - Movie Poster And Actor! - Lookup

Project Part 2 (of 2) - Movie Poster And Actor! - Lookup Getting Started 1. Go to http://quickdojo.com 2. Click this: Project Part 2 (of 2) - Movie Poster And Actor! - Lookup This is an extension of what you did the last time (the Movie Poster lookup from Week

More information

ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3. Created: 2/10/2017

ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3. Created: 2/10/2017 ENGINEERING DATA HUB VISUAL DESIGN SPECIFICATIONS VERSION 3 Created: 2/10/2017 Table of Contents ENGINEERING DATA HUB... 1 DESKTOP VIEW... 3 HEADER... 4 Logo... 5 Main Title... 6 User Menu... 7 Global

More information

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML

UI Course HTML: (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) Introduction. The World Wide Web (WWW) and history of HTML UI Course (Html, CSS, JavaScript, JQuery, Bootstrap, AngularJS) HTML: Introduction The World Wide Web (WWW) and history of HTML Hypertext and Hypertext Markup Language Why HTML Prerequisites Objective

More information

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1

Make a Website. A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Make a Website A complex guide to building a website through continuing the fundamentals of HTML & CSS. Created by Michael Parekh 1 Overview Course outcome: You'll build four simple websites using web

More information

Responsive Web Design (RWD)

Responsive Web Design (RWD) Responsive Web Design (RWD) Responsive Web Design: design Web pages, so that it is easy to see on a wide range of of devices phone, tablet, desktop,... Fixed vs Fluid layout Fixed: elements have fixed

More information

Dingle Coderdojo 6. Project Part 2 (of 2) - Movie Poster And Actor! - Lookup. Week 6

Dingle Coderdojo 6. Project Part 2 (of 2) - Movie Poster And Actor! - Lookup. Week 6 Dingle Coderdojo 6 Week 6 Project Part 2 (of 2) - Movie Poster And Actor! - Lookup This is an extension of what you did the last time (the Movie Poster lookup from Week 5). Make sure you ve finished that

More information

Web Programming BootStrap Unit Exercises

Web Programming BootStrap Unit Exercises Web Programming BootStrap Unit Exercises Start with the Notes packet. That packet will tell you which problems to do when. 1. Which line(s) are green? 2. Which line(s) are in italics? 3. In the space below

More information

Overview

Overview HTML4 & HTML5 Overview Basic Tags Elements Attributes Formatting Phrase Tags Meta Tags Comments Examples / Demos : Text Examples Headings Examples Links Examples Images Examples Lists Examples Tables Examples

More information

MUSE Web Style Guide DRAFT v3

MUSE Web Style Guide DRAFT v3 MUSE Web Style Guide 2016 DRAFT v3 STYLE GUIDE CONTENTS STYLE GUIDE PURPOSE COLOR PALETTE TYPOGRAPHY MOOD BOARD IMAGERY FOR CONCEPTUALIZING HEADER, FOOTER, NAVIGATION HOMEPAGE and DROP DOWN NAVIGATION

More information

Bootstrap Carousel. jquery Image Sliders

Bootstrap Carousel. jquery Image Sliders Bootstrap Carousel jquery Image Sliders Bootstrap Carousel Carousel bootstarp css js jquery js bootstrap.js http://getbootstrap.com/javascript/#carousel item ol.carousel-indicators li

More information

CSS (Cascading Style Sheets): An Overview

CSS (Cascading Style Sheets): An Overview CSS (Cascading Style Sheets): An Overview CSS (Cascading Style Sheets) is a language used to describe the appearance and formatting of your HTML. It allows designers and users to create style sheets that

More information

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css">

<link rel=stylesheet href=https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materialize.min.css> About the Tutorial Materialize is a UI component library created with CSS, JavaScript, and HTML. Materialize UI components help in constructing attractive, consistent, and functional web pages and web

More information

For instructions to change the logo, please refer to:

For instructions to change the logo, please refer to: Header Logo: For instructions to change the logo, please refer to: https://support3dcartcom/knowledgebase/article/view/630/5/how-do-i-add-logos-to-mystore Menu Links and Phone Number: Menu LInks: From

More information

Web Designing. Course Content. Basic HTML Tags. Getting started with CSS. Dealing with Images

Web Designing. Course Content. Basic HTML Tags. Getting started with CSS. Dealing with Images Web Designing Course Content Basic HTML Tags Basic HTML template Heading Tags Paragraph and Break tags Bold and Italics HTML lists Getting started with CSS Introduction to CSS CSS rules Where to put your

More information

Programming web design MICHAEL BERNSTEIN CS 247

Programming web design MICHAEL BERNSTEIN CS 247 Programming web design MICHAEL BERNSTEIN CS 247 Today: how do I make it?! All designers need a medium. Napkin sketches aren t enough.! This week: core concepts for implementing designs on the web! Grids!

More information

WEBSITE REDESIGN: STYLESHEET & MEASUREMENTS

WEBSITE REDESIGN: STYLESHEET & MEASUREMENTS WEBSITE REDESIGN: STYLESHEET & MEASUREMENTS WEB COLORS 1.0 PRIMARY COLOR PALETTE HEX #f0b323 HEX #d22730 HEX #004c97 HEX #00a9e0 HEX #059949 HEX #f45712 SECONDARY COLOR PALETTE HEX #f4c24f HEX #d84f57

More information

Zen Garden. CSS Zen Garden

Zen Garden. CSS Zen Garden CSS Patrick Behr CSS HTML = content CSS = display It s important to keep them separated Less code in your HTML Easy maintenance Allows for different mediums Desktop Mobile Print Braille Zen Garden CSS

More information

Provider Application User Interface Guidelines. Page 1

Provider Application User Interface Guidelines. Page 1 Provider Application User Interface Guidelines Page 1 Typography The Provider application includes one typeface: Lato ABCDEFGHIJKLMNOPQRSTUVWXYZ abcdefghijklmnopqrstuvwxyz 1234567890!@ $%^&*()-?/Æ Lato

More information

HADOOP INTERVIEW QUESTIONS

HADOOP INTERVIEW QUESTIONS HADOOP INTERVIEW QUESTIONS http://www.tutorialspoint.com/hadoop/hadoop_interview_questions.htm Copyright tutorialspoint.com Dear readers, these Hadoop Interview Questions have been designed specially to

More information

ADVANCED JAVASCRIPT. #7

ADVANCED JAVASCRIPT. #7 ADVANCED JAVASCRIPT. #7 7.1 Review JS 3 A simple javascript functions is alert(). It's a good way to test a script is working. It brings up a browser default popup alert window. alert(5); 4 There are 2

More information

Session 5. Web Page Generation. Reading & Reference

Session 5. Web Page Generation. Reading & Reference Session 5 Web Page Generation 1 Reading Reading & Reference https://en.wikipedia.org/wiki/responsive_web_design https://www.w3schools.com/css/css_rwd_viewport.asp https://en.wikipedia.org/wiki/web_template_system

More information

LAMPIRAN. Index.php. <?php. unset($_session["status"]); //session_destroy(); //session_destroy();

LAMPIRAN. Index.php. <?php. unset($_session[status]); //session_destroy(); //session_destroy(); LAMPIRAN Index.php unset($_session["status"]); //session_destroy(); //session_destroy();?>

More information

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST

GIMP WEB 2.0 MENUS WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR CREATING AN HTML LIST GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover effect: CREATING AN HTML LIST Most horizontal or vertical navigation bars begin with a simple

More information

Bootstrap All-in-One

Bootstrap All-in-One Solving big problems is easier than solving little problems. Sergey Brin Bootstrap All-in-One A Quick Introduction to Managing Content in Cascade Alex King, Jay Whaley 4/28/17 Bootstrap Docs Facilities

More information

INTRODUCTION TO CSS. Mohammad Jawad Kadhim

INTRODUCTION TO CSS. Mohammad Jawad Kadhim INTRODUCTION TO CSS Mohammad Jawad Kadhim WHAT IS CSS Like HTML, CSS is an interpreted language. When a web page request is processed by a web server, the server s response can include style sheets,

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar. Hover Effect:

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar. Hover Effect: GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR Hover Effect: Images required: 58 x 1 px high background image (black gloss gradient) for the nav bar

More information

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS:

WEBSITE PROJECT 2 PURPOSE: INSTRUCTIONS: REQUIREMENTS: WEBSITE PROJECT 2 PURPOSE: The purpose of this project is to begin incorporating color, graphics, and other visual elements in your webpages by implementing the HTML5 and CSS3 code discussed in chapters

More information

Mobile Design for the Future That is Here Already. Rick Ells UW Information Technology University of Washington

Mobile Design for the Future That is Here Already. Rick Ells UW Information Technology University of Washington Mobile Design for the Future That is Here Already Rick Ells UW Information Technology University of Washington Why Mobile? Why Accessible? Are UW Web sites a public accomodation under the Americans with

More information

WEBSI TE DESIGNING TRAINING

WEBSI TE DESIGNING TRAINING WEBSI TE DESIGNING TRAINING WHAT IS WEB DESIGN? We b s ite design m e a n s p l a n n i n g, c r e a t i o n and u p d a t i n g of websites. We bsite design also involves i n f o r m a t i o n a rchitecture,

More information

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3

Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3 Multimedia Systems and Technologies Lab class 6 HTML 5 + CSS 3 Instructions to use the laboratory computers (room B2): 1. If the computer is off, start it with Windows (all computers have a Linux-Windows

More information

For instructions to change the logo, please refer to: ore

For instructions to change the logo, please refer to:   ore Header Logo: For instructions to change the logo, please refer to: https://support.3dcart.com/knowledgebase/article/view/630/5/how-do-i-add-logos-to-my-st ore Menu Links and Phone Number: Menu LInks: From

More information

djangocms-cascade Documentation

djangocms-cascade Documentation djangocms-cascade Documentation Release 0.12.5 Jacob Rief Jul 10, 2017 Contents 1 Project s home 1 2 Project s goals 3 3 Contents: 5 3.1 For the Impatient.............................................

More information

Zero to Hero. CSS Frameworks. Zero to Hero. - Boris Fritscher 1 / 26. Bootstrap (

Zero to Hero. CSS Frameworks. Zero to Hero. - Boris Fritscher 1 / 26. Bootstrap ( 643-1-1 Projet de technologies WEB de présentation Zero to Hero Part 1: From blank page to deployed website Tools and git CSS Frameworks don't reinvent the wheel use best practices get reusable components

More information

ADVANCED JAVASCRIPT #8

ADVANCED JAVASCRIPT #8 ADVANCED JAVASCRIPT #8 8.1 Review JS 3 A conditional statement can compare two values. Here we check if one variable we declared is greater than another. It is true so the code executes. var cups = 15;

More information

This project will use an API from to retrieve a list of movie posters to display on screen.

This project will use an API from   to retrieve a list of movie posters to display on screen. Getting Started 1. Go to http://quickdojo.com 2. Click this: Project Part 1 (of 2) - Movie Poster Lookup Time to put what you ve learned to action. This is a NEW piece of HTML, so start quickdojo with

More information

Lab 1: Introducing HTML5 and CSS3

Lab 1: Introducing HTML5 and CSS3 CS220 Human- Computer Interaction Spring 2015 Lab 1: Introducing HTML5 and CSS3 In this lab we will cover some basic HTML5 and CSS, as well as ways to make your web app look and feel like a native app.

More information

HTML and CSS a further introduction

HTML and CSS a further introduction HTML and CSS a further introduction By now you should be familiar with HTML and CSS and what they are, HTML dictates the structure of a page, CSS dictates how it looks. This tutorial will teach you a few

More information

CSS CSS. selector { property: value; } 3/20/2018. CSS: Cascading Style Sheets

CSS CSS. selector { property: value; } 3/20/2018. CSS: Cascading Style Sheets CSS CSS CSS: Cascading Style Sheets - Opisuje izgled (appearance) i raspored (layout) stranice - Sastoji se od CSS pravila, koji defini[u skup stilova selector { property: value; 1 Font face: font-family

More information

Kaltura MediaSpace Styling Guide. Version: August 2016

Kaltura MediaSpace Styling Guide. Version: August 2016 Kaltura MediaSpace Styling Guide Version: 5.0 - August 2016 Kaltura Business Headquarters 250 Park Avenue South, 10th Floor, New York, NY 10003 Tel.: +1 800 871 5224 Copyright 2016 Kaltura Inc. All Rights

More information

LAMPIRAN-LAMPIRAN A. Source Code 1) Sample Controller pada HomeController.php

LAMPIRAN-LAMPIRAN A. Source Code 1) Sample Controller pada HomeController.php 67 LAMPIRAN-LAMPIRAN A. Source Code 1) Sample Controller pada HomeController.php

More information

AD1548 Building Responsive XPages Applications

AD1548 Building Responsive XPages Applications AD1548 Building Responsive XPages Applications 09:15 AM - 10:15 AM, 3 rd February, 2016 Orange F Brian Gleeson, IBM Ireland Padraic Edwards, IBM Ireland Please Note: IBM s statements regarding its plans,

More information

Bootstrap-Flask Documentation

Bootstrap-Flask Documentation Bootstrap-Flask Documentation Release 1.0.4 Grey Li Nov 14, 2018 Contents 1 Contents 3 1.1 Basic Usage............................................... 3 1.2 Use Macros................................................

More information

For instructions to change the logo, please refer to: ore

For instructions to change the logo, please refer to:   ore Header Phone Number, Email and Menu Links: To change Email and Phone number; Go to Settings -> General -> Store Settings Click on the " Store " tab Scroll down to the " Merchant Information " section of

More information

Media Stylesheets and Navigation with CSS goodness. Webpage Design

Media Stylesheets and Navigation with CSS goodness. Webpage Design Media Stylesheets and Navigation with CSS goodness Webpage Design Printing web pages the problem Here s a nice enough website that is clearly designed for the screen. The links are there because they work

More information

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image

GIMP WEB 2.0 MENUS. Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image GIMP WEB 2.0 MENUS Web 2.0 Menus: Horizontal Navigation Bar with Dynamic Background Image WEB 2.0 MENUS: HORIZONTAL NAVIGATION BAR DYNAMIC BACKGROUND IMAGE Before you begin this tutorial, you will need

More information

Introduction to WEB PROGRAMMING

Introduction to WEB PROGRAMMING Introduction to WEB PROGRAMMING Web Languages: Overview HTML CSS JavaScript content structure look & feel transitions/animation s (CSS3) interaction animation server communication Full-Stack Web Frameworks

More information

For instructions to change the logo, please refer to:

For instructions to change the logo, please refer to: Header Top: Logo:- For instructions to change the logo, please refer to: https://support.3dcart.com/knowledgebase/article/view/630/5/how-do-i-add-logos-to-my-store Menu Links and Phone Number:- Menu LInks:

More information

Introduction to HTML & CSS. Instructor: Beck Johnson Week 5

Introduction to HTML & CSS. Instructor: Beck Johnson Week 5 Introduction to HTML & CSS Instructor: Beck Johnson Week 5 SESSION OVERVIEW Review float, flex, media queries CSS positioning Fun CSS tricks Introduction to JavaScript Evaluations REVIEW! CSS Floats The

More information

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html>

HTML BEGINNING TAGS. HTML Structure <html> <head> <title> </title> </head> <body> Web page content </body> </html> HTML BEGINNING TAGS HTML Structure Web page content Structure tags: Tags used to give structure to the document.

More information

Interview Question & Answers

Interview Question & Answers BASIC Interview Question & Answers OUR TRAINING YOUR CARRER QUESTIONS & ANSWERS OF HTML Ques: - What are the five possible values for position? Ans: - Values for position: static, relative, absolute, fixed,

More information

Cascading Style Sheets Level 2

Cascading Style Sheets Level 2 Cascading Style Sheets Level 2 Course Objectives, Session 1 Level 1 Quick Review Chapter 6 Revisit: Web Fonts Chapter 8: Adding Graphics to Web Pages Chapter 9: Sprucing Up Your Site s Navigation Begin

More information

limelightplatform.com

limelightplatform.com 1 limelightplatform.com Introduction: Email Template Overview: This document is an example of an email template. It contains the different sections that could be included. Email templates provide a layout.

More information

<style type="text/css"> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page***

<style type=text/css> <!-- body {font-family: Verdana, Arial, sans-serif} ***set font family for entire Web page*** Chapter 7 Using Advanced Cascading Style Sheets HTML is limited in its ability to define the appearance, or style, across one or mare Web pages. We use Cascading style sheets to accomplish this. Remember

More information

NukaCode - Front End - Bootstrap Documentation

NukaCode - Front End - Bootstrap Documentation Nuka - Front End - Bootstrap Documentation Release 1.0.0 stygian July 04, 2015 Contents 1 Badges 3 1.1 Links................................................... 3 1.2 Installation................................................

More information

djangocms-cascade Documentation

djangocms-cascade Documentation djangocms-cascade Documentation Release 0.16.2 Jacob Rief Jun 13, 2018 Contents 1 Project s home 1 2 Project s goals 3 3 Contents: 5 3.1 For the Impatient.............................................

More information

~Arwa Theme~ HTML5 & CSS3 Theme. By ActiveAxon

~Arwa Theme~ HTML5 & CSS3 Theme. By ActiveAxon ~Arwa Theme~ HTML5 & CSS3 Theme By ActiveAxon Thank you for purchasing our theme. If you have any questions that are beyond the scope of this help file, please feel free to email us via our user page contact

More information

Deccansoft Software Services

Deccansoft Software Services Deccansoft Software Services (A Microsoft Learning Partner) HTML and CSS COURSE SYLLABUS Module 1: Web Programming Introduction In this module you will learn basic introduction to web development. Module

More information

International Conference KNOWLEDGE-BASED ORGANIZATION Vol. XXIII No RESPONSIVE WEB DESIGN TECHNIQUES. Luminita GIURGIU, Ilie GLIGOREA

International Conference KNOWLEDGE-BASED ORGANIZATION Vol. XXIII No RESPONSIVE WEB DESIGN TECHNIQUES. Luminita GIURGIU, Ilie GLIGOREA International Conference KNOWLEDGE-BASED ORGANIZATION Vol. XXIII No 3 2017 RESPONSIVE WEB DESIGN TECHNIQUES Luminita GIURGIU, Ilie GLIGOREA Nicolae Bălcescu Land Forces Academy, Sibiu, Romania luminita.giurgiu.a@gmail.com,

More information

Intermediate Web Publishing: Working with Styles

Intermediate Web Publishing: Working with Styles Intermediate Web Publishing: Working with Styles Jeff Pankin Information Services & Technology Contents Introduction... 2 In this class you will:... 2 Set the Preferences... 2 General... 2 Invisible Elements...

More information

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6

CS 350 COMPUTER/HUMAN INTERACTION. Lecture 6 CS 350 COMPUTER/HUMAN INTERACTION Lecture 6 Setting up PPP webpage Log into lab Linux client or into csserver directly Webspace (www_home) should be set up Change directory for CS 350 assignments cp r

More information

Scalable and Modular Architecture for CSS. The Workshop

Scalable and Modular Architecture for CSS. The Workshop Scalable and Modular Architecture for CSS The Workshop Tweet Use the hashtag #smacss Part 1: Overview CSS gone wild .block { display:block!important; }.inline { display:inline!important; }.hide { display:none!important;

More information

CSS. https://developer.mozilla.org/en-us/docs/web/css

CSS. https://developer.mozilla.org/en-us/docs/web/css CSS https://developer.mozilla.org/en-us/docs/web/css http://www.w3schools.com/css/default.asp Cascading Style Sheets Specifying visual style and layout for an HTML document HTML elements inherit CSS properties

More information

CSS Mapping in Advanced Mode for Events. Cvent, Inc 1765 Greensboro Station Place McLean, VA

CSS Mapping in Advanced Mode for Events. Cvent, Inc 1765 Greensboro Station Place McLean, VA CSS Mapping in Advanced Mode for Events 2018 Cvent, Inc 1765 Greensboro Station Place McLean, VA 22102 www.cvent.com Contents CSS Mapping in Advanced Mode for Events... 3 Layout Options and Structure...

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Material Design Lite

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Material Design Lite About the Tutorial Material Design Lite, MDL is a UI component library created with CSS, JavaScript, and HTML. MDL UI components helps in constructing attractive, consistent, and functional web pages and

More information

Santa Tracker. Release Notes Version 1.0

Santa Tracker. Release Notes Version 1.0 Santa Tracker Release Notes Version 1.0 App Parameters and Styling In your Caspio account, go to the App s Overview screen and on the right sidebar click on Manage in the App Parameters area. Edit any

More information

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar.

GIMP WEB 2.0 MENUS. Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. GIMP WEB 2.0 MENUS Before we begin this tutorial let s visually compare a standard navigation bar and a web 2.0 navigation bar. Standard Navigation Bar Web 2.0 Navigation Bar Now the all-important question

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Additional catalogs display. Customize text size and colors.

Additional catalogs display. Customize text size and colors. Collapsible Skin The collapsible skin option displays the catalogs and categories in a collapsible format enabling enhanced navigation on Qnet. Categories can be expanded to view all of the sub categories

More information

USER GUIDE MADCAP FLARE Tables

USER GUIDE MADCAP FLARE Tables USER GUIDE MADCAP FLARE 2018 Tables Copyright 2018 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document is furnished

More information

Web Engineering CSS. By Assistant Prof Malik M Ali

Web Engineering CSS. By Assistant Prof Malik M Ali Web Engineering CSS By Assistant Prof Malik M Ali Overview of CSS CSS : Cascading Style Sheet a style is a formatting rule. That rule can be applied to an individual tag element, to all instances of a

More information

CSS: Layout Part 2. clear. CSS for layout and formatting: clear

CSS: Layout Part 2. clear. CSS for layout and formatting: clear CSS: Layout Part 2 Robert A. Fulkerson College of Information Science and Technology http://www.ist.unomaha.edu/ University of Nebraska at Omaha http://www.unomaha.edu/ CSS for layout and formatting: clear

More information

CSS is applied to an existing HTML web document--both working in tandem to display web pages.

CSS is applied to an existing HTML web document--both working in tandem to display web pages. CSS Intro Introduction to Cascading Style Sheets What is CSS? CSS (Cascading Style Sheets) is a supplementary extension to allowing web designers to style specific elements on their pages and throughout

More information

http://nma.kcc.hawaii.edu/gargiulo/data/johndoe/spring/art128/2014/companyname1_step3/index.html 1 2 3 4 5 company Name 6 7

More information

2005 WebGUI Users Conference

2005 WebGUI Users Conference Cascading Style Sheets 2005 WebGUI Users Conference Style Sheet Types 3 Options Inline Embedded Linked Inline Use an inline style sheet to modify a single element one time in a page.

More information

<datalabel,datatype,criterion,value,...>] [ <colortype,color1,color2>] [

<datalabel,datatype,criterion,value,...>] [ <colortype,color1,color2>] [ NAME - Generate a HTML data table SYNOPSIS DESCRIPTION OPTIONS [--alignmentsmarts ] [--compute2dcoords ] [--countercol ] [--colvisibility ] [--colvisibilityctrlmax

More information

Working Bootstrap Contact form with PHP and AJAX

Working Bootstrap Contact form with PHP and AJAX Working Bootstrap Contact form with PHP and AJAX Tutorial by Ondrej Svestka Bootstrapious.com Today I would like to show you how to easily build a working contact form using Boostrap framework and AJAX

More information

McMaster Brand Standard for Websites

McMaster Brand Standard for Websites McMaster University s policy calls for all university websites to follow its brand standard. McMaster websites share common elements, presentation and behavior and a consistent design, enabling visitors

More information

CONSUMER CART STYLE GUIDE V2.1

CONSUMER CART STYLE GUIDE V2.1 CONSUMER CART STYLE GUIDE V2.1 TABLE OF CONTENTS Price Points, Package Description Text, Interactive Elements ABOUT General GUI Typography, Icons, General Specifications... 2 Package Cards Price points,

More information

Адаптивный дизайн веб-страниц с использованием сеточных технологий

Адаптивный дизайн веб-страниц с использованием сеточных технологий Адаптивный дизайн веб-страниц с использованием сеточных технологий ТНК 2018 Теоретический материал http://www.w3.org/tr/2015/wdcss-grid-1-20150917/#propdef-gridauto-columns 960 System (960.gs) Пример

More information

I need two demo sites. And I need them in two days

I need two demo sites. And I need them in two days smacss your up @minamarkham I need two demo sites And I need them in two days CSS is easy. hard CSS is easy. CSS is bullshit. Modular CSS Focusing on creating healthy front-end modules instead of complete

More information

djangocms-cascade Documentation

djangocms-cascade Documentation djangocms-cascade Documentation Release 0.13.0 Jacob Rief Jul 10, 2017 Contents 1 Project s home 1 2 Project s goals 3 3 Contents: 5 3.1 For the Impatient.............................................

More information

COMS 359: Interactive Media

COMS 359: Interactive Media COMS 359: Interactive Media Agenda Review CSS Layout Preview Review Introducting CSS What is CSS? CSS Syntax Location of CSS The Cascade Box Model Box Structure Box Properties Review Style is cascading

More information