SlideShare ist ein Scribd-Unternehmen logo
1 von 111
Downloaden Sie, um offline zu lesen
Introduction to
Building Wireframes
  Rik Lomas, Lomalogue Ltd
  @riklomas
  rik@lomalogue.com
What we’ll cover

•   What is a wireframe?     •   Software tools

•   Why make wireframes?     •   Stencils libraries

•   Sketching                •   Code wireframes

•   User centered design     •   How to test wireframes
                                 and gathering feedback
•   Features and scenarios
                             •   Iterative design
•   Site maps

•   Paper prototyping
Hands On
A website to save favourite
   places in London.
What is a wireframe?
A visual guide for the purpose of
arranging elements to best accomplish a
particular purpose
No fonts
No colour
No graphics
Wireframe fidelity

Low                                 High
Sketching     Paper     Mock up      Code
            Prototype   Software   Prototype
Why make wireframes?
Concept Exploration
Concept Exploration
Layout Content on Pages
Concept Exploration
Layout Content on Pages
Brainstorm Interactions
Concept Exploration
Layout Content on Pages
Brainstorm Interactions
Storytelling
Concept Exploration
Layout Content on Pages
Brainstorm Interactions
Storytelling
Build Consensus
Concept Exploration
Layout Content on Pages
Brainstorm Interactions
Storytelling
Build Consensus
Documentation
Concept Exploration
Layout Content on Pages
Brainstorm Interactions
Storytelling
Build Consensus
Documentation
Minimize Risk
Why designs fail?
Why designs fail?

Users aren’t motivated to achieve goals
Why designs fail?

Users aren’t motivated to achieve goals
Users don’t understand how it works
Why designs fail?

Users aren’t motivated to achieve goals
Users don’t understand how it works
Users don’t see things
Sketching
8 tips for wireframing
Have clear objectives
Make it functional
Keep it clean
User Interface is not User Experience
Repetition. Repetition. Repetition.
Consider dependencies
Don’t be lazy
Know when to stop
Demo –
Facebook Profile Page
Exercise –
Draw a sketch of either:
the Twitter profile page or
the Instagram taking a photo flow
Demo –
Sketch of the favourite places site
Exercise –
Draw a sketch for your app or site.
User Centred Design
Goals
What the user wants to do, not how the user
achieves them.

No assumptions about the system interface.

Can be used to compare different interface
design alternatives in a fair way.

Can be personal, practical or false goals.
Exercise –
Write down 3 goals for your site/app
Goals
Personas
Very specific, although not necessarily accurate.

Based in large part on the goals.

Puts an end to feature debates.

User persona, not buyer persona.
Exercise –
Write down 3 personas for your site/app
Goals
Personas
Tasks
Describe the steps necessary to achieve
the goals.

Can vary with the available technology.

Broken down into steps for task analysis, and are
recombined into sequence of steps for scenario
development.
Exercise –
Write down a task for one goal for
your site/app
Features & Scenarios
a.k.a “making designers and
developers love you”
Protect revenue
Increase revenue
Manage cost
Increase brand value
Make the product remarkable
Provide more value to your customers
Feature:
      In order
      As
      I want
Feature: Addition
      In order
      As
      I want
Feature: Addition
      In order to avoid silly mistakes
      As
      I want
Feature: Addition
      In order to avoid silly mistakes
      As a maths idiot
      I want
Feature: Addition
      In order to avoid silly mistakes
      As a maths idiot
      I want to be told the sum of two numbers
Feature:
      In order
      As
      I want
Feature: Favourites
      In order
      As
      I want
Feature: Favourites
      In order to remember places
      As
      I want
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list
Exercise: Write 3 features of your app/site –

Feature:
      In order
      As
      I want
Feature:
      In order
      As
      I want

      Scenario:
            Given
            When
            Then
Feature:
      In order
      As
      I want

      Scenario:
            Given
            When
            Then

      Scenario:
            Given
            When
            Then
Scenario:
      Given
      When
      Then
Scenario:
      Given I have entered 50 into the calculator
      When
      Then
Scenario:
      Given I have entered 50 into the calculator
      And
      When
      Then
Scenario:
      Given I have entered 50 into the calculator
      And I have entered 70 into the calculator
      When
      Then
Scenario:
      Given I have entered 50 into the calculator
      And I have entered 70 into the calculator
      When I press add
      Then
Scenario:
      Given I have entered 50 into the calculator
      And I have entered 70 into the calculator
      When I press add
      Then the result should be 120 on the screen
Feature: Addition
      In order to avoid silly mistakes
      As a maths idiot
      I want to be told the sum of two numbers

      Scenario:
         Given I have entered 50 into the calculator
         And I have entered 70 into the calculator
         When I press add
         Then the result should be 120 on the screen
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have no favourite places
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have no favourite places
            And I hover over a listing
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have no favourite places
            And I hover over a listing
            When I click the star icon
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have no favourite places
            And I hover over a listing
            When I click the star icon
            Then I will have 1 favourite place
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have no favourite places
            And I hover over a listing
            When I click the star icon
            Then I will have 1 favourite place
            And the star icon will be selected
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have a favourite place
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have a favourite place
            And I hover over that favourite
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have a favourite place
            And I hover over that favourite
            When I click the star icon
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have a favourite place
            And I hover over that favourite
            When I click the star icon
            Then I will have no favourite places
Feature: Favourites
      In order to remember places
      As logged in user Dave
      I want to save places to a list

      Scenario:
            Given I have a favourite place
            And I hover over that favourite
            When I click the star icon
            Then I will have no favourite places
            And the star icon will be deselected
Exercise: Write down 3 scenarios for a feature –

Feature:
      In order
      As
      I want

      Scenario:
            Given
            When
            Then
States
Errors, alerts & successes
No content
Events (e.g. click, hover, tap and swipe)
Responsive design
Exercise –
Add an error state, a success state or
a hover/tap state to your sketch.
Site maps
A site map is a visual overview
 of each section of a site/app
Demo –
Site map for favourite places site
Exercise –
Create a site map for your site/app
Paper prototyping
Demo –
Favourite places site
Exercise –
Paper prototype your site/app
Five books
worth reading
Thanks!

  Rik Lomas, Lomalogue Ltd
  @riklomas
  rik@lomalogue.com

Weitere ähnliche Inhalte

Andere mochten auch

Introduction to Building Wireframes (with Keynote)
Introduction to Building Wireframes (with Keynote)Introduction to Building Wireframes (with Keynote)
Introduction to Building Wireframes (with Keynote)Erin 'Folletto' Casali
 
Introduction to Building Wireframes - Part 2
Introduction to Building Wireframes - Part 2Introduction to Building Wireframes - Part 2
Introduction to Building Wireframes - Part 2lomalogue
 
Website introduction
Website introductionWebsite introduction
Website introductiongmlib
 
Beyond Basic Content Management: An Introduction to Drupal Administration
Beyond Basic Content Management: An Introduction to Drupal AdministrationBeyond Basic Content Management: An Introduction to Drupal Administration
Beyond Basic Content Management: An Introduction to Drupal AdministrationForum One
 
The very introduction to content management systems
The very introduction to content management systemsThe very introduction to content management systems
The very introduction to content management systemsSean Donnelly BA MSc QFA
 
Joomla Beginners Overview Of Day
Joomla Beginners Overview Of DayJoomla Beginners Overview Of Day
Joomla Beginners Overview Of Dayguest01babb
 
Introduction to web content management
Introduction to web content managementIntroduction to web content management
Introduction to web content managementQUT Library
 
Create your first WordPress website – an introduction to WordPress
Create your first WordPress website – an introduction to WordPressCreate your first WordPress website – an introduction to WordPress
Create your first WordPress website – an introduction to WordPressNancy Johnson
 
Content Marketing Strategy Guide (2013)
Content Marketing Strategy Guide (2013)Content Marketing Strategy Guide (2013)
Content Marketing Strategy Guide (2013)Right Hand Planning
 
Introduction to blogs and blogging
Introduction to blogs and bloggingIntroduction to blogs and blogging
Introduction to blogs and bloggingSanjana Hattotuwa
 
Building better content creation with wysiwyg fields and custom formatters
Building better content creation with wysiwyg fields and custom formattersBuilding better content creation with wysiwyg fields and custom formatters
Building better content creation with wysiwyg fields and custom formattersStuart Clark
 
WordPress as CMS(Content Management System) - CMS로써의 워드프레스
WordPress as CMS(Content Management System) - CMS로써의 워드프레스WordPress as CMS(Content Management System) - CMS로써의 워드프레스
WordPress as CMS(Content Management System) - CMS로써의 워드프레스Chris
 
Programming paradigm and web programming
Programming paradigm and web programmingProgramming paradigm and web programming
Programming paradigm and web programmingMohammad Kamrul Hasan
 
Introduction to Web Programming - first course
Introduction to Web Programming - first courseIntroduction to Web Programming - first course
Introduction to Web Programming - first courseVlad Posea
 
Introduction To Website Development
Introduction To Website DevelopmentIntroduction To Website Development
Introduction To Website Developmentzaidfarooqui974
 
Website Introduction
Website IntroductionWebsite Introduction
Website Introductiontmm13
 
Website Layout and Structure
Website Layout and StructureWebsite Layout and Structure
Website Layout and StructureMichael Zinniger
 

Andere mochten auch (20)

Introduction to Building Wireframes (with Keynote)
Introduction to Building Wireframes (with Keynote)Introduction to Building Wireframes (with Keynote)
Introduction to Building Wireframes (with Keynote)
 
Introduction to Building Wireframes - Part 2
Introduction to Building Wireframes - Part 2Introduction to Building Wireframes - Part 2
Introduction to Building Wireframes - Part 2
 
JOOMLA
JOOMLAJOOMLA
JOOMLA
 
Website introduction
Website introductionWebsite introduction
Website introduction
 
Limit to dvd
Limit to dvdLimit to dvd
Limit to dvd
 
Beyond Basic Content Management: An Introduction to Drupal Administration
Beyond Basic Content Management: An Introduction to Drupal AdministrationBeyond Basic Content Management: An Introduction to Drupal Administration
Beyond Basic Content Management: An Introduction to Drupal Administration
 
The very introduction to content management systems
The very introduction to content management systemsThe very introduction to content management systems
The very introduction to content management systems
 
Joomla Beginners Overview Of Day
Joomla Beginners Overview Of DayJoomla Beginners Overview Of Day
Joomla Beginners Overview Of Day
 
Introduction to web content management
Introduction to web content managementIntroduction to web content management
Introduction to web content management
 
Create your first WordPress website – an introduction to WordPress
Create your first WordPress website – an introduction to WordPressCreate your first WordPress website – an introduction to WordPress
Create your first WordPress website – an introduction to WordPress
 
Content Marketing Strategy Guide (2013)
Content Marketing Strategy Guide (2013)Content Marketing Strategy Guide (2013)
Content Marketing Strategy Guide (2013)
 
Introduction to blogs and blogging
Introduction to blogs and bloggingIntroduction to blogs and blogging
Introduction to blogs and blogging
 
Word press as an example of wcms
Word press as an example of wcmsWord press as an example of wcms
Word press as an example of wcms
 
Building better content creation with wysiwyg fields and custom formatters
Building better content creation with wysiwyg fields and custom formattersBuilding better content creation with wysiwyg fields and custom formatters
Building better content creation with wysiwyg fields and custom formatters
 
WordPress as CMS(Content Management System) - CMS로써의 워드프레스
WordPress as CMS(Content Management System) - CMS로써의 워드프레스WordPress as CMS(Content Management System) - CMS로써의 워드프레스
WordPress as CMS(Content Management System) - CMS로써의 워드프레스
 
Programming paradigm and web programming
Programming paradigm and web programmingProgramming paradigm and web programming
Programming paradigm and web programming
 
Introduction to Web Programming - first course
Introduction to Web Programming - first courseIntroduction to Web Programming - first course
Introduction to Web Programming - first course
 
Introduction To Website Development
Introduction To Website DevelopmentIntroduction To Website Development
Introduction To Website Development
 
Website Introduction
Website IntroductionWebsite Introduction
Website Introduction
 
Website Layout and Structure
Website Layout and StructureWebsite Layout and Structure
Website Layout and Structure
 

Ähnlich wie Introduction to Building Wireframes - Part 1

User Interface is King: Developing a Web App UI
User Interface is King: Developing a Web App UIUser Interface is King: Developing a Web App UI
User Interface is King: Developing a Web App UIDave Olsen
 
From Specification To Success
From Specification To SuccessFrom Specification To Success
From Specification To SuccessPatchSpace Ltd
 
Pivotal tracker presentation 10-13-2010
Pivotal tracker presentation   10-13-2010Pivotal tracker presentation   10-13-2010
Pivotal tracker presentation 10-13-2010pivotjoe
 
Purpose1. To identify how you view leadership2. To exp.docx
Purpose1.   To identify how you view leadership2.   To exp.docxPurpose1.   To identify how you view leadership2.   To exp.docx
Purpose1. To identify how you view leadership2. To exp.docxamrit47
 
Smalltalks 2011 - Bringing BDD ideas to Pharo
Smalltalks 2011 - Bringing BDD ideas to PharoSmalltalks 2011 - Bringing BDD ideas to Pharo
Smalltalks 2011 - Bringing BDD ideas to PharoNahuel Garbezza
 
7scenes 101
7scenes 1017scenes 101
7scenes 1017scenes
 
Alas, No Mind Meld: Designer-Developer Communication for a Harmonious Future
Alas, No Mind Meld: Designer-Developer Communication for a Harmonious FutureAlas, No Mind Meld: Designer-Developer Communication for a Harmonious Future
Alas, No Mind Meld: Designer-Developer Communication for a Harmonious FutureMel Choyce
 
7.Advanced Scripts in Scratch.pptx
7.Advanced Scripts in Scratch.pptx7.Advanced Scripts in Scratch.pptx
7.Advanced Scripts in Scratch.pptxdipalishewale2
 
Unit 11 assignment 4 evaluation
Unit 11 assignment 4 evaluation Unit 11 assignment 4 evaluation
Unit 11 assignment 4 evaluation haverstockmedia
 
Android User Interface Design
Android User Interface Design Android User Interface Design
Android User Interface Design Ahmad Firoz
 
Turn Concepts to Reality Using Prototyping and Feedback Loops
Turn Concepts to Reality Using Prototyping and Feedback LoopsTurn Concepts to Reality Using Prototyping and Feedback Loops
Turn Concepts to Reality Using Prototyping and Feedback LoopsNick Floro
 
How I ignored, discovered then loved design patterns - Abdelkader Bouadjadja
How I ignored, discovered then loved design patterns - Abdelkader BouadjadjaHow I ignored, discovered then loved design patterns - Abdelkader Bouadjadja
How I ignored, discovered then loved design patterns - Abdelkader BouadjadjaAbdelkader Bouadjadja
 
Bootstrapping Recommendations OSCON 2015
Bootstrapping Recommendations OSCON 2015Bootstrapping Recommendations OSCON 2015
Bootstrapping Recommendations OSCON 2015Max De Marzi
 
Bootstrapping Recommendations with Neo4j
Bootstrapping Recommendations with Neo4jBootstrapping Recommendations with Neo4j
Bootstrapping Recommendations with Neo4jMax De Marzi
 
Development pro forma
Development pro formaDevelopment pro forma
Development pro formaTom-Brett
 
Development pro forma
Development pro formaDevelopment pro forma
Development pro formaTom-Brett
 
Serendipity by Design - IxD S. America 13
Serendipity by Design - IxD S. America 13Serendipity by Design - IxD S. America 13
Serendipity by Design - IxD S. America 13Dave Malouf
 

Ähnlich wie Introduction to Building Wireframes - Part 1 (20)

User Interface is King: Developing a Web App UI
User Interface is King: Developing a Web App UIUser Interface is King: Developing a Web App UI
User Interface is King: Developing a Web App UI
 
From Specification To Success
From Specification To SuccessFrom Specification To Success
From Specification To Success
 
Pivotal tracker presentation 10-13-2010
Pivotal tracker presentation   10-13-2010Pivotal tracker presentation   10-13-2010
Pivotal tracker presentation 10-13-2010
 
Purpose1. To identify how you view leadership2. To exp.docx
Purpose1.   To identify how you view leadership2.   To exp.docxPurpose1.   To identify how you view leadership2.   To exp.docx
Purpose1. To identify how you view leadership2. To exp.docx
 
Smalltalks 2011 - Bringing BDD ideas to Pharo
Smalltalks 2011 - Bringing BDD ideas to PharoSmalltalks 2011 - Bringing BDD ideas to Pharo
Smalltalks 2011 - Bringing BDD ideas to Pharo
 
7scenes 101
7scenes 1017scenes 101
7scenes 101
 
Alas, No Mind Meld: Designer-Developer Communication for a Harmonious Future
Alas, No Mind Meld: Designer-Developer Communication for a Harmonious FutureAlas, No Mind Meld: Designer-Developer Communication for a Harmonious Future
Alas, No Mind Meld: Designer-Developer Communication for a Harmonious Future
 
File Upload 2015
File Upload 2015File Upload 2015
File Upload 2015
 
Cucumber & BDD
Cucumber & BDDCucumber & BDD
Cucumber & BDD
 
7.Advanced Scripts in Scratch.pptx
7.Advanced Scripts in Scratch.pptx7.Advanced Scripts in Scratch.pptx
7.Advanced Scripts in Scratch.pptx
 
Unit 11 assignment 4 evaluation
Unit 11 assignment 4 evaluation Unit 11 assignment 4 evaluation
Unit 11 assignment 4 evaluation
 
Android User Interface Design
Android User Interface Design Android User Interface Design
Android User Interface Design
 
Turn Concepts to Reality Using Prototyping and Feedback Loops
Turn Concepts to Reality Using Prototyping and Feedback LoopsTurn Concepts to Reality Using Prototyping and Feedback Loops
Turn Concepts to Reality Using Prototyping and Feedback Loops
 
How I ignored, discovered then loved design patterns - Abdelkader Bouadjadja
How I ignored, discovered then loved design patterns - Abdelkader BouadjadjaHow I ignored, discovered then loved design patterns - Abdelkader Bouadjadja
How I ignored, discovered then loved design patterns - Abdelkader Bouadjadja
 
UX & UI Design 101
UX & UI Design 101UX & UI Design 101
UX & UI Design 101
 
Bootstrapping Recommendations OSCON 2015
Bootstrapping Recommendations OSCON 2015Bootstrapping Recommendations OSCON 2015
Bootstrapping Recommendations OSCON 2015
 
Bootstrapping Recommendations with Neo4j
Bootstrapping Recommendations with Neo4jBootstrapping Recommendations with Neo4j
Bootstrapping Recommendations with Neo4j
 
Development pro forma
Development pro formaDevelopment pro forma
Development pro forma
 
Development pro forma
Development pro formaDevelopment pro forma
Development pro forma
 
Serendipity by Design - IxD S. America 13
Serendipity by Design - IxD S. America 13Serendipity by Design - IxD S. America 13
Serendipity by Design - IxD S. America 13
 

Kürzlich hochgeladen

How to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdfHow to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdfOffice Furniture Plus - Irving
 
Q4-Trends-Networks-Module-3.pdfqquater days sheets123456789
Q4-Trends-Networks-Module-3.pdfqquater days sheets123456789Q4-Trends-Networks-Module-3.pdfqquater days sheets123456789
Q4-Trends-Networks-Module-3.pdfqquater days sheets123456789CristineGraceAcuyan
 
TRose UXPA Experience Design Concord .pptx
TRose UXPA Experience Design Concord .pptxTRose UXPA Experience Design Concord .pptx
TRose UXPA Experience Design Concord .pptxtrose8
 
NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...Amil baba
 
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...nirzagarg
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationZenSeloveres
 
Minimalist Orange Portfolio by Slidesgo.pptx
Minimalist Orange Portfolio by Slidesgo.pptxMinimalist Orange Portfolio by Slidesgo.pptx
Minimalist Orange Portfolio by Slidesgo.pptxbalqisyamutia
 
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证eqaqen
 
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...samsungultra782445
 
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime PondicherryPondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherrymeghakumariji156
 
一比一原版(WLU毕业证)罗瑞尔大学毕业证成绩单留信学历认证原版一模一样
一比一原版(WLU毕业证)罗瑞尔大学毕业证成绩单留信学历认证原版一模一样一比一原版(WLU毕业证)罗瑞尔大学毕业证成绩单留信学历认证原版一模一样
一比一原版(WLU毕业证)罗瑞尔大学毕业证成绩单留信学历认证原版一模一样awasv46j
 
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best ServiceIndependent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...instagramfab782445
 
Simple Conference Style Presentation by Slidesgo.pptx
Simple Conference Style Presentation by Slidesgo.pptxSimple Conference Style Presentation by Slidesgo.pptx
Simple Conference Style Presentation by Slidesgo.pptxbalqisyamutia
 
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...Nitya salvi
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahimamgadibrahim92
 
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service AvailableNitya salvi
 
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best ServiceHigh Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Servicemeghakumariji156
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfamanda2495
 

Kürzlich hochgeladen (20)

How to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdfHow to Create a Productive Workspace Trends and Tips.pdf
How to Create a Productive Workspace Trends and Tips.pdf
 
Q4-Trends-Networks-Module-3.pdfqquater days sheets123456789
Q4-Trends-Networks-Module-3.pdfqquater days sheets123456789Q4-Trends-Networks-Module-3.pdfqquater days sheets123456789
Q4-Trends-Networks-Module-3.pdfqquater days sheets123456789
 
TRose UXPA Experience Design Concord .pptx
TRose UXPA Experience Design Concord .pptxTRose UXPA Experience Design Concord .pptx
TRose UXPA Experience Design Concord .pptx
 
NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
NO1 Top Pakistani Amil Baba Real Amil baba In Pakistan Najoomi Baba in Pakist...
 
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
Top profile Call Girls In Mau [ 7014168258 ] Call Me For Genuine Models We ar...
 
Q4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentationQ4-W4-SCIENCE-5 power point presentation
Q4-W4-SCIENCE-5 power point presentation
 
Minimalist Orange Portfolio by Slidesgo.pptx
Minimalist Orange Portfolio by Slidesgo.pptxMinimalist Orange Portfolio by Slidesgo.pptx
Minimalist Orange Portfolio by Slidesgo.pptx
 
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
一比一定(购)西悉尼大学毕业证(WSU毕业证)成绩单学位证
 
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
Abortion pills in Riyadh +966572737505 <> buy cytotec <> unwanted kit Saudi A...
 
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime PondicherryPondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
Pondicherry Escorts Service Girl ^ 9332606886, WhatsApp Anytime Pondicherry
 
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman MuscatAbortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
Abortion Pills in Oman (+918133066128) Cytotec clinic buy Oman Muscat
 
一比一原版(WLU毕业证)罗瑞尔大学毕业证成绩单留信学历认证原版一模一样
一比一原版(WLU毕业证)罗瑞尔大学毕业证成绩单留信学历认证原版一模一样一比一原版(WLU毕业证)罗瑞尔大学毕业证成绩单留信学历认证原版一模一样
一比一原版(WLU毕业证)罗瑞尔大学毕业证成绩单留信学历认证原版一模一样
 
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best ServiceIndependent Escorts Goregaon WhatsApp +91-9930687706, Best Service
Independent Escorts Goregaon WhatsApp +91-9930687706, Best Service
 
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
Abortion pill for sale in Muscat (+918761049707)) Get Cytotec Cash on deliver...
 
Simple Conference Style Presentation by Slidesgo.pptx
Simple Conference Style Presentation by Slidesgo.pptxSimple Conference Style Presentation by Slidesgo.pptx
Simple Conference Style Presentation by Slidesgo.pptx
 
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
Just Call Vip call girls Kasganj Escorts ☎️8617370543 Two shot with one girl ...
 
Gamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad IbrahimGamestore case study UI UX by Amgad Ibrahim
Gamestore case study UI UX by Amgad Ibrahim
 
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service AvailableCall Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
Call Girls Jalaun Just Call 8617370543 Top Class Call Girl Service Available
 
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best ServiceHigh Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
High Profile Escorts Nerul WhatsApp +91-9930687706, Best Service
 
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdfJordan_Amanda_DMBS202404_PB1_2024-04.pdf
Jordan_Amanda_DMBS202404_PB1_2024-04.pdf
 

Introduction to Building Wireframes - Part 1