SlideShare a Scribd company logo
1 of 146
Twitter Bootstrap
SIMPLIFYING WEB UI DESIGN
M A R K G U
What is Bootstrap?
Sleek, intuitive, and powerful
front-end framework for faster and easier web development
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<h1>
<h2>
<h3>
<h4>
<h5>
<h6>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<p>..</p>
font-size: 14px
line-height: 20px
Global Defaults
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<p class=“lead”>..</p>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<small>..</small>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<strong>..</strong>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<em>..</em>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<p class=“text-left”>..</p>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<p class=“text-center”>..</p>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<p class=“text-right”>..</p>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<abbr>..</abbr>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<abbr class=“initialism”>..</abbr>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<address>..</address>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<blockquote>..</blockquote>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<ul>
<li>..</li>
</ul>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<ol>
<li>..</li>
</ol>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<ul class=“unstyled”>
<li>..</li>
</ul>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<dl>
<dt>..</dt>
<dd>..</dd>
</dl>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<dl class=“dl-horizontal”>
<dt>..</dt>
<dd>..</dd>
</dl>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<code>..</code>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<pre>..</pre>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<table class=“table”>..</table>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<table class=“table table-striped”>..</table>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<table class=“table table-condensed”>..</table>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<table class=“table table-bordered”>..</table>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<input type=“text” placeholder=“Type something...”>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<select><option>...</option></select>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<textarea rows=“3”></textarea>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<label class=“checkbox”><input type=“checkbox” value=“”>...</label>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<label class=“radio”><input type=“radio” ...>...</label>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-primary”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-info”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-success”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-warning”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-danger”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-inverse”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-link”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn disabled”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-large”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-small”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<button class=“btn btn-mini”>..</button>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<a class=“btn”>..</a>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<input class=“btn” type=“button”>..</input>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<img class=“img-rounded”>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<img class=“img-circle”>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<img class=“img-polaroid”>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<i class=“icon-search”></i>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<i class=“icon-user”></i>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
<i class=“icon-star”></i>
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
140 icons in sprite form, in dark gray and white
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Basic CSS
Typography
Code
Tables
Forms
Buttons
Images
Icons
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
<span class="label">
<span class="label label-success">
<span class="label label-warning">
<span class="label label-important">
<span class="label label-info">
<span class="label label-inverse">
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
<span class=“badge">
<span class="badge badge-success">
<span class="badge badge-warning">
<span class="badge badge-important">
<span class="badge badge-info">
<span class="badge badge-inverse">
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
<div class=“well">..</div>
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
<button class=“close">&times;</button>
Components
Button Groups
Dropdowns
Navs
Navbar & Breadcrumbs
Pagination
Labels & Badges
Thumbnails
Alerts
Progress Bars
Media Object
Misc
class=“pull-left" class=“pull-right"
class=“clear-fix"
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
JavaScript
Transitions
Modal
Scrollspy
Tooltip
Popover
Button
Collapse
Carousel
Typeahead
Affix
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Fluid Grid System uses %
instead of px
Difference?
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Scaffolding
Grid System
Fluid Grid System
Layout
Responsive Design
Customization
Bootstrap website allows you to choose or customize:
◦ components
◦ jQuery plugins
◦ accent colors
◦ column widths for grid system
◦ base font size, font family, and line height
◦ basic control paddings, margins, backgrounds
◦ etc.
You may also try various 3rd party theme rollers for Bootstrap
Bootstrap with ASP.NET MVC
Bootstrap offers a large number of CSS classes
Developers may abuse some Bootstrap classes to solve style issues
It’s difficult to ensure style consistency in a large project
Use Display and Editor templates to wrap form controls and labels
Use HtmlHelper to create additional helpers for buttons, tables, alerts, etc.
Use Knockout.JS to create custom bindings that wrap jQuery plugins, e.g. modals, typeahead
http://getbootstrap.com/2.3.2
Questions?

More Related Content

Similar to Twitter Bootstrap 2.3.2

Honeycomb UI Patterns
Honeycomb UI PatternsHoneycomb UI Patterns
Honeycomb UI Patterns
Pulkit Arora
 
Web Design - The Forgotten Nuts and Bolts
Web Design - The Forgotten Nuts and Bolts Web Design - The Forgotten Nuts and Bolts
Web Design - The Forgotten Nuts and Bolts
kenobi
 
Your Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages SuckYour Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages Suck
Anthony Montalbano
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
Allan Huang
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013
Khoa Quach
 

Similar to Twitter Bootstrap 2.3.2 (20)

Le Wagon - UI components design
Le Wagon - UI components designLe Wagon - UI components design
Le Wagon - UI components design
 
Sbs93 icon reference-sheet
Sbs93 icon reference-sheetSbs93 icon reference-sheet
Sbs93 icon reference-sheet
 
Design Systems at Scale
Design Systems at ScaleDesign Systems at Scale
Design Systems at Scale
 
Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3Create Responsive Website Design with Bootstrap 3
Create Responsive Website Design with Bootstrap 3
 
Bootstrap Badges and Labels.pptx
Bootstrap Badges and Labels.pptxBootstrap Badges and Labels.pptx
Bootstrap Badges and Labels.pptx
 
Stylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStartStylesheets for Online Help - Scott DeLoach, ClickStart
Stylesheets for Online Help - Scott DeLoach, ClickStart
 
Building beautiful websites with bootstrap a case study (DevelopMentor webcast)
Building beautiful websites with bootstrap  a case study (DevelopMentor webcast)Building beautiful websites with bootstrap  a case study (DevelopMentor webcast)
Building beautiful websites with bootstrap a case study (DevelopMentor webcast)
 
05.Blend Expression, Transformation & Animation
05.Blend Expression, Transformation & Animation05.Blend Expression, Transformation & Animation
05.Blend Expression, Transformation & Animation
 
Honeycomb UI Patterns
Honeycomb UI PatternsHoneycomb UI Patterns
Honeycomb UI Patterns
 
Introduction to Twitter Bootstrap 3.0.3
Introduction to Twitter Bootstrap 3.0.3Introduction to Twitter Bootstrap 3.0.3
Introduction to Twitter Bootstrap 3.0.3
 
Designing for Everyone: Building great web experiences for any device
Designing for Everyone: Building great web experiences for any deviceDesigning for Everyone: Building great web experiences for any device
Designing for Everyone: Building great web experiences for any device
 
Day of code
Day of codeDay of code
Day of code
 
Web Design - The Forgotten Nuts and Bolts
Web Design - The Forgotten Nuts and Bolts Web Design - The Forgotten Nuts and Bolts
Web Design - The Forgotten Nuts and Bolts
 
Your Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages SuckYour Custom WordPress Admin Pages Suck
Your Custom WordPress Admin Pages Suck
 
Designing Website on HubSpot's CMS
Designing Website on HubSpot's CMSDesigning Website on HubSpot's CMS
Designing Website on HubSpot's CMS
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Branding share point 2013
Branding share point 2013Branding share point 2013
Branding share point 2013
 
Web Desiging Course in Chandigarh
Web Desiging Course in ChandigarhWeb Desiging Course in Chandigarh
Web Desiging Course in Chandigarh
 
Front End Ui with React online training | Front End Ui with React training | ...
Front End Ui with React online training | Front End Ui with React training | ...Front End Ui with React online training | Front End Ui with React training | ...
Front End Ui with React online training | Front End Ui with React training | ...
 
Archetype
ArchetypeArchetype
Archetype
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Victor Rentea
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Victor Rentea
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 

Recently uploaded (20)

AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
AI+A11Y 11MAY2024 HYDERBAD GAAD 2024 - HelloA11Y (11 May 2024)
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 

Twitter Bootstrap 2.3.2