SlideShare a Scribd company logo
ATOMIC DESIGN@brad_frost
PAGES
GRAPHIC? WRITTEN PAGE? WEB PAGE? BOTH?
http://www.flickr.com/photos/pandora_6666/4927865092/
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
WHAT IS AN INTERFACE MADE OF?
http://bradfrost.github.com/this-is-responsive/patterns.html
Design systems, not pages.
-Andy Clarke
http://stuffandnonsense.co.uk/blog/about/walls_come_tumbling_down_presentation_slides_and_transcript/
http://foundation.zurb.com/
getbootstrap.com
THESE THINGS ARE GREAT, BUT...
Atomic Design - An Event Apart San Diego
FRAMEWORK POTENTIAL PITFALLS
๏ One-size-fits-all
๏ Lookalike issues
๏ Potential for bloat/unneeded stuff
๏ Might not do everything you need
๏ Compatibility with existing sites
๏ Subscribe to someone else’s structure, naming, style
Tiny Bootstraps, for every client.
-Dave Rupert
http://daverupert.com/2013/04/responsive-deliverables/
Responsive deliverables should look
a lot like fully-functioning Twitter
Bootstrap-style systems custom
tailored for your clients’ needs.
-Dave Rupert
http://daverupert.com/2013/04/responsive-deliverables/
http://maban.co.uk/projects/front-end-style-guides/
BENEFITS OF FRONT-END STYLE GUIDES
๏ Promotes consistency and cohesion
๏ Easier to test
๏ Better workflow
๏ Creates a shared vocabulary
๏ Useful reference
http://24ways.org/2011/front-end-style-guides/
http://brettjankord.com/projects/style-guide-boilerplate/
http://patternprimer.adactio.com/
http://barebones.paulrobertlloyd.com
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
http://style.codeforamerica.org/
http://ux.mailchimp.com/patterns/
http://yelp.com/styleguide
http://www.starbucks.com/static/reference/styleguide/
http://www.starbucks.com/static/reference/styleguide/
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
I LOVE THESE.
MO’ PATTERNS, MO’ PROBLEMS
๏ Time consuming to create
๏ Treated as a auxiliary project
๏ Often too abstract
๏ Seen only as a designer/developer tool
๏ Often created after a project launches
๏ Often incomplete/only serving present cases
๏ Lacking a clear methodology
ATOMIC DESIGN
2H2 + O2 → 2H20
C + O2 → CO2
CH4 + O2 → CO2 + H2O
C8H18 + O2 → CO2 + H20
C2H6 + O2 → CO2 + H2O
Atomic Design - An Event Apart San Diego
2H2+O2→2H20
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
http://joshduck.com/periodic-table.html
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
ENTER KEYWORD
SEARCH THE SITE
SEARCH
ENTER KEYWORD
SEARCH THE SITE
SEARCH
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
You can create good experiences without
knowing the content. What you can’t do is
create good experiences without knowing
your content structure. What is your content
made from, not what your content is.
-Mark Boulton
http://www.markboulton.co.uk/journal/structure-first-content-always
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
ABSTRACT CONCRETE
ABSTRACT CONCRETE
CREATORS CLIENTS
REFERENCE BUILD REVIEW
The idea of designing components like this, out of
context and without layout, might sound strange—
particularly if you’ve been used to designing Web pages
the traditional way. But we’ve been abstracting design
ideas like this for the longest time, for example in our
use of mood boards and even the cropped designs we find
on sites like Dribbble.
-Andy Clarke
http://stuffandnonsense.co.uk/blog/about/an-extract-from-designing-atoms-and-elements
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
DAVE OLSEN@dmolsen
WHAT PATTERN LAB IS
๏ A design system builder
๏ A comprehensive custom component library
๏ A pattern starter kit
๏ A practical viewport resizer
๏ An annotation tool
WHAT PATTERN LAB AIN’T
๏ A UI framework
๏ Language, library, or style dependent
๏ Incredibly rigid
๏ “Just” a pattern library, but also not a production-ready
static site generator
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
MOLECULE GUTS
code block!
!
<div class="block block-inset">
<div class="b-thumb">
{{> atoms-img-landscape-4x3 }}
</div>
<div class="b-text">
<h2>{{ headline.short }}</h2>
</div>
</div>
!
BASIC INCLUDE
code block!
!
!
!
!
!
!
!
{{> molecules-block-inset }}
!
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
ORGANISM GUTS
code block!
!
!
<header class="header" role="banner">
{{> atoms-header-ad }}
{{> atoms-logo }}
{{> molecules-primary-nav }}
{{> molecules-search }}
{{> molecules-social-nav }}
</header>
BASIC INCLUDE
code block!
!
!
!
!
{{> organisms-header }}
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
TEMPLATE GUTS
code block{{> organisms-header }}
<main role="main">
<div class="l-two-col">
<div class="l-main">
{{> organisms-article-body }}
{{> molecules-social-share }}
{{> organisms-comments }}
</div><!--end l-main-->
!
<div class="l-sidebar">
{{> organisms-related-posts }}
{{> organisms-recent-tweets }}
</div><!--end l-sidebar-->
</div><!--end l-two-col-->
</main><!--End role=main-->
{{> organisms-footer }}
!
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
CONTENT STRUCTURE ACTUAL CONTENT
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
TEMPLATE GUTS
code block{{# hero }}
{{> molecules-block-hero }}
{{/ hero}}
!
<div class="g g-3up">
{{# touts}}
<div class="gi">
{{> molecules-inset-block }}
</div>
{{/ touts}}
</div>
PIPING IN REAL CONTENT WITH JSON
code block!
!
"hero" : {
"img": {
"landscape-16x9": {
"src": "images/sample/mountains.jpg",
"alt": "Mountains"
}
},
"headline" : {
"medium" : "Top 10 mountin ranges"
}
}
PIPING IN REAL CONTENT WITH JSON
code block"touts" : [
{
"img": {
"landscape-4x3": {
"src": "../../images/sample/climber.jpg",
"alt": "Climber"
}
},
"headline" : {
"short" : "Extreme climbing tips"
}
},
{
"img": {
"landscape-4x3": {
"src": “../../images/sample/stream.jpg",
"alt": "Stream"
}
},
"headline" : {
"short" : “Stream Hiking"
}
VIEWER
320PX.
320PX.
480PX.
320PX.
480PX.
768PX.
320PX.
480PX.
768PX.
1024PX.
320PX.
480PX.
768PX.
1024PX.
THE FOLD.
320PX.
480PX.
768PX.
1024PX.
THE FOLD.
OH GOD THE FOLD.
RESOURCE
http://bradfrostweb.com/demo/ish/
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
ANNOTATIONS
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
code block!
!
{
"el": ".header",
"title": "Header",
"title": "The header is a global element…"
},
{
"el": ".nav",
"title": "Primary Navigation",
"title": "The navigation is…"
}
ANNOTATIONS WITH JSON
LINEAGE
Atomic Design - An Event Apart San Diego
A BUNCH OF OTHER STUFF
๏ Code view (Mustache and rendered HTML)
๏ Pattern status
๏ Auto-refresh
๏ Page follow
๏ Future: plugins
http://patternlab.io
IF ANYTHING GOES WRONG WITH
PATTERN LAB, BLAME @DMOLSEN.
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
SET EXPECTATIONS
http://www.pointswestav.com/wp-content/uploads/2011/04/Projector-meeting.jpg
As an industry, we sell websites like
paintings. Instead, we should be selling
beautiful and easy access to content,
agnostic of device, screen size, or context.
-Dan Mall
http://danielmall.com/articles/the-post-psd-era/
COMPLEX NAVIGATIONDEATH TO THE WATERFALL
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
GATHER
http://stylifyme.com/
Atomic Design - An Event Apart San Diego
http://bradfrostweb.com/blog/post/interface-inventory/
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
๏ Document your interface
๏ Promote consistency
๏ Establish which elements will be challenging to translate
into a responsive environment
๏ Lay the groundwork for a future style guide/pattern library
INTERFACE INVENTORY
http://blog.easy-designs.net/archives/evernote-for-interface-inventories/
ESTABLISH DIRECTION
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
RESOURCE
http://styletil.es/
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
ROLL UP OUR SLEEVES
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
CONTENT STRUCTURE ACTUAL CONTENT
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
Atomic Design - An Event Apart San Diego
http://trentwalton.com/2011/07/14/content-choreography/
Atomic Design - An Event Apart San Diego
WHEN YOU’RE FINISHED CHANGING
YOU’RE FINISHED.
THIS IS FUN!
MOBILE WEB
THANKS!@brad_frost

More Related Content

PDF
Atomic design
Brad Frost
 
PPTX
A Guide to Log Analysis with Big Query
Dominic Woodman
 
PDF
Design System & Atomic Design
eggcellent
 
PPTX
BPM Patterns & Best Practices with OutSystems BPT
Gonçalo Borrêga
 
PDF
Intention de recherche : véritable hype ou simple pilier ? SEO By Night 2024
Laura Blanchard - Agence KHOSI
 
PDF
Atomic design
Bryan Wengren
 
PDF
Oli Hearsum - Brighton SEO Presentation 2021
Oliver Hearsum
 
PDF
Ux design process
Junying Chang
 
Atomic design
Brad Frost
 
A Guide to Log Analysis with Big Query
Dominic Woodman
 
Design System & Atomic Design
eggcellent
 
BPM Patterns & Best Practices with OutSystems BPT
Gonçalo Borrêga
 
Intention de recherche : véritable hype ou simple pilier ? SEO By Night 2024
Laura Blanchard - Agence KHOSI
 
Atomic design
Bryan Wengren
 
Oli Hearsum - Brighton SEO Presentation 2021
Oliver Hearsum
 
Ux design process
Junying Chang
 

What's hot (20)

PPTX
Extending OutSystems with Javascript
RitaDias72
 
PDF
Introduction to GitHub
Nishan Bose
 
PDF
CSS workshop @ OutSystems
Ruben Goncalves
 
PDF
20 prompts for chatGPT that make life easier for developers.pdf
AD Techlogix - Website & Mobile App Development Company
 
PDF
How BDD enables True CI/CD
Roger Turnau
 
PDF
Github - Git Training Slides: Foundations
Lee Hanxue
 
PDF
Tailwind: The Future of CSS is Here!
Abdullah Al Mahi
 
PDF
BrightonSEO 2022.pdf
Ilia Markov
 
PDF
The Ultimate Google Indexing Session
Onely
 
PDF
Jasmine Granton - Brighton SEO 2022.pptx (1).pdf
Jasmine Granton
 
PDF
Paige Hobart - How to do GOOD Keyword Research - Search Advertising Show 2021
Paige Hobart
 
PDF
Migraciones SEO para eCommerce - VisibilidadOn - Presentación Josep Deulofeu
JosepDeulofeu
 
PPTX
GitHub Copilot.pptx
Luis Beltran
 
PDF
Git rebase
SitaPrajapati
 
PPTX
Hackazon realistic e-commerce Hack platform
Ihor Uzhvenko
 
PDF
How to construct your own SEO a b split tests (for free) - BrightonSEO July 2021
Chris Green
 
PDF
Making Testing Easy w GitHub Copilot.pdf
Applitools
 
PDF
2012 the clean architecture by Uncle bob
GEORGE LEON
 
PDF
Clean Architecture
Badoo
 
PPTX
Version control
visual28
 
Extending OutSystems with Javascript
RitaDias72
 
Introduction to GitHub
Nishan Bose
 
CSS workshop @ OutSystems
Ruben Goncalves
 
20 prompts for chatGPT that make life easier for developers.pdf
AD Techlogix - Website & Mobile App Development Company
 
How BDD enables True CI/CD
Roger Turnau
 
Github - Git Training Slides: Foundations
Lee Hanxue
 
Tailwind: The Future of CSS is Here!
Abdullah Al Mahi
 
BrightonSEO 2022.pdf
Ilia Markov
 
The Ultimate Google Indexing Session
Onely
 
Jasmine Granton - Brighton SEO 2022.pptx (1).pdf
Jasmine Granton
 
Paige Hobart - How to do GOOD Keyword Research - Search Advertising Show 2021
Paige Hobart
 
Migraciones SEO para eCommerce - VisibilidadOn - Presentación Josep Deulofeu
JosepDeulofeu
 
GitHub Copilot.pptx
Luis Beltran
 
Git rebase
SitaPrajapati
 
Hackazon realistic e-commerce Hack platform
Ihor Uzhvenko
 
How to construct your own SEO a b split tests (for free) - BrightonSEO July 2021
Chris Green
 
Making Testing Easy w GitHub Copilot.pdf
Applitools
 
2012 the clean architecture by Uncle bob
GEORGE LEON
 
Clean Architecture
Badoo
 
Version control
visual28
 
Ad

Viewers also liked (20)

PDF
Looking for a place to hang my helmet
Brad Frost
 
PDF
Beyond Media Queries: Anatomy of an Adaptive Web Design
Brad Frost
 
KEY
For a Future-Friendly Web (Mobilism 2012)
Brad Frost
 
PDF
For a Future-Friendly Web
Brad Frost
 
PDF
Beyond Squishy: The Principles of Adaptive Design
Brad Frost
 
PDF
Selling The Mobile Web
Brad Frost
 
PDF
Death To Bullshit
Brad Frost
 
PDF
Responsive Design Vs Separate Mobile Sites: Presidential Smackdown Edition
Brad Frost
 
PDF
For a Future-Friendly Web (WebVisions Chicago 2012)
Brad Frost
 
PDF
Adventures in Atomic Design
Andrew Jones
 
PPTX
Uso de las tics en la formación ddes
Nancy Zenaida López Salgado
 
PDF
Helping Your Company Adopt a User-Centered Process
Zack Naylor
 
PDF
Wp3 refresh pgh
MrDirby
 
PDF
Web Design Process vs. Philadelphia
Christopher Cashdollar
 
PDF
The Designers Duty
Jon Dascola
 
PDF
Presentation Drupal Content Management Framework
Joshua Powell
 
PDF
Brad frost: Atomic design (Webdagene 2014)
webdagene
 
PDF
DWX 2016 - Atomic Design – Frontend und Design im RWD-Zeitalter - Pluswerk
die.agilen GmbH
 
PDF
Finding and Keeping your Creative Motivation
Elliott Munoz
 
PDF
Lean Experiments for Agile Teams
uxpin
 
Looking for a place to hang my helmet
Brad Frost
 
Beyond Media Queries: Anatomy of an Adaptive Web Design
Brad Frost
 
For a Future-Friendly Web (Mobilism 2012)
Brad Frost
 
For a Future-Friendly Web
Brad Frost
 
Beyond Squishy: The Principles of Adaptive Design
Brad Frost
 
Selling The Mobile Web
Brad Frost
 
Death To Bullshit
Brad Frost
 
Responsive Design Vs Separate Mobile Sites: Presidential Smackdown Edition
Brad Frost
 
For a Future-Friendly Web (WebVisions Chicago 2012)
Brad Frost
 
Adventures in Atomic Design
Andrew Jones
 
Uso de las tics en la formación ddes
Nancy Zenaida López Salgado
 
Helping Your Company Adopt a User-Centered Process
Zack Naylor
 
Wp3 refresh pgh
MrDirby
 
Web Design Process vs. Philadelphia
Christopher Cashdollar
 
The Designers Duty
Jon Dascola
 
Presentation Drupal Content Management Framework
Joshua Powell
 
Brad frost: Atomic design (Webdagene 2014)
webdagene
 
DWX 2016 - Atomic Design – Frontend und Design im RWD-Zeitalter - Pluswerk
die.agilen GmbH
 
Finding and Keeping your Creative Motivation
Elliott Munoz
 
Lean Experiments for Agile Teams
uxpin
 
Ad

Similar to Atomic Design - An Event Apart San Diego (20)

PDF
Atomic Design - BDConf Nashville, 2013
Brad Frost
 
PDF
React Storybook, Atomic Design, and ITCSS
Trevor Pierce
 
PDF
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
Yandex
 
PDF
Atomic design - Razvan Rosu
Razvan Rosu
 
PDF
960 grid psd
Raju Nag
 
PPTX
Material design
Mathi Rajalingam
 
PDF
Thinking in components
Razvan Rosu
 
PPTX
Rock Solid CSS Architecture
John Need
 
PPTX
The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}
Eric Carlisle
 
PDF
What is Modular CSS?
Scott Vandehey
 
KEY
Getting started with CSS frameworks using Zurb foundation
Melanie Archer
 
PPTX
Html5
Chris Young
 
PDF
Maintainable Frontend Development with BEM
Varya Stepanova
 
PDF
Front-End Frameworks: a quick overview
Diacode
 
PDF
Killing the Angle Bracket
jnewmanux
 
PDF
Design Systems, Pattern Libraries & WordPress
Jesse James Arnold
 
PDF
Think Vitamin CSS
Nathan Smith
 
PDF
Style Guide Best Practices
Brad Frost
 
PPTX
Diseño de Sistemas de Diseño con Atomic Design y Pattern Lab
Mauricio Angulo Sillas
 
PDF
ZURB Foundation 5: Clean + Organized
James Stone
 
Atomic Design - BDConf Nashville, 2013
Brad Frost
 
React Storybook, Atomic Design, and ITCSS
Trevor Pierce
 
"Responsive Web Design: Clever Tips and Techniques". Vitaly Friedman, Smashin...
Yandex
 
Atomic design - Razvan Rosu
Razvan Rosu
 
960 grid psd
Raju Nag
 
Material design
Mathi Rajalingam
 
Thinking in components
Razvan Rosu
 
Rock Solid CSS Architecture
John Need
 
The New UI - Staying Strong with Flexbox, SASS, and {{Mustache.js}}
Eric Carlisle
 
What is Modular CSS?
Scott Vandehey
 
Getting started with CSS frameworks using Zurb foundation
Melanie Archer
 
Maintainable Frontend Development with BEM
Varya Stepanova
 
Front-End Frameworks: a quick overview
Diacode
 
Killing the Angle Bracket
jnewmanux
 
Design Systems, Pattern Libraries & WordPress
Jesse James Arnold
 
Think Vitamin CSS
Nathan Smith
 
Style Guide Best Practices
Brad Frost
 
Diseño de Sistemas de Diseño con Atomic Design y Pattern Lab
Mauricio Angulo Sillas
 
ZURB Foundation 5: Clean + Organized
James Stone
 

Recently uploaded (20)

PPTX
designing in footwear- exploring the art and science behind shoe design
madhuvidya7
 
PDF
Kitchen_Aluminium_Doors_Prices_Presentation.pdf
Royal Matrixs
 
PDF
SS27 Women's Fashion Trend Book Peclers Paris
Peclers Paris
 
PDF
SS27 Environments & Design Trend Book Peclers Paris
Peclers Paris
 
PPTX
Model PPT-1.pptx for research protocol or
drkalaivani
 
PPTX
Economics Reforms of Alauddin Khilji.pptx
Kritisharma797381
 
PPTX
Style and aesthetic about fashion lifestyle
Khushi Bera
 
PPTX
Artificial Intelligence presentation.pptx
snehajana651
 
PPTX
Mini-Project description of design of expert project
peter349484
 
PDF
PowerPoint Presentation -- Jennifer Kyte -- 9786400311489 -- ade9381d14f65b06...
Adeel452922
 
PDF
Dunes.pdf, Durable and Seamless Solid Surface Countertops
tranquil01
 
PPTX
Aldol_Condensation_Presentation (1).pptx
mahatosandip1888
 
PPTX
United Nation - CoUnited Nation - CoUnited Nation - Copy (2).pptx
mangalindanjerremyjh
 
PPTX
confluence of tradition in modernity- design approaches and design thinking
madhuvidya7
 
PPTX
Morph Slide Presentation transition.pptx
ArifaAkter10
 
PPT
Strengthening of an existing reinforced concrete structure.ppt
erdarshanpshah
 
PPTX
DISS-Group-5_110345.pptx Basic Concepts of the major social science
mattygido
 
PDF
hees101.pdfyyyyyuywgbzhdtehwytjeyktweyga
pratap1004
 
PPT
UNIT- 2 CARBON FOOT PRINT.ppt yvvuvvvvvvyvy
sriram270905
 
DOCX
BusinessPlan_redesignedf word format .docx
MohammadMaqatif
 
designing in footwear- exploring the art and science behind shoe design
madhuvidya7
 
Kitchen_Aluminium_Doors_Prices_Presentation.pdf
Royal Matrixs
 
SS27 Women's Fashion Trend Book Peclers Paris
Peclers Paris
 
SS27 Environments & Design Trend Book Peclers Paris
Peclers Paris
 
Model PPT-1.pptx for research protocol or
drkalaivani
 
Economics Reforms of Alauddin Khilji.pptx
Kritisharma797381
 
Style and aesthetic about fashion lifestyle
Khushi Bera
 
Artificial Intelligence presentation.pptx
snehajana651
 
Mini-Project description of design of expert project
peter349484
 
PowerPoint Presentation -- Jennifer Kyte -- 9786400311489 -- ade9381d14f65b06...
Adeel452922
 
Dunes.pdf, Durable and Seamless Solid Surface Countertops
tranquil01
 
Aldol_Condensation_Presentation (1).pptx
mahatosandip1888
 
United Nation - CoUnited Nation - CoUnited Nation - Copy (2).pptx
mangalindanjerremyjh
 
confluence of tradition in modernity- design approaches and design thinking
madhuvidya7
 
Morph Slide Presentation transition.pptx
ArifaAkter10
 
Strengthening of an existing reinforced concrete structure.ppt
erdarshanpshah
 
DISS-Group-5_110345.pptx Basic Concepts of the major social science
mattygido
 
hees101.pdfyyyyyuywgbzhdtehwytjeyktweyga
pratap1004
 
UNIT- 2 CARBON FOOT PRINT.ppt yvvuvvvvvvyvy
sriram270905
 
BusinessPlan_redesignedf word format .docx
MohammadMaqatif
 

Atomic Design - An Event Apart San Diego