SlideShare ist ein Scribd-Unternehmen logo
1 von 62
Downloaden Sie, um offline zu lesen
Benjamin
Niaulin
@bniaulin
http://en.share-gate.com/blog
MEH,
I WAS TOLD
IT WOULD
BE
EASY.
HOW DO I
START?
LET ME
SHOW
YOU HOW
YES, SHAREPOINT IS A WEB
PLATFORM (HTML, CSS, JS)
BUT IT IS SO VAST AND HAS SO
MANY FEATURES THAT
BRANDING ISN’T THAT SIMPLE
YIKES!
BUT IT
CAN BEACCOMPLISHED
BEFORE YOU BEGIN,
YOU SHOULD UNDERSTAND
THE SHAREPOINT BASICS
SO THAT YOU MAY START
YOUR JOURNEY ON THE RIGHT
PATH
THE INTERFACE
THE QUICK LAUNCH
GLOBAL NAVIGATION
SUITE BAR
THE PAGE
THESE ARE A FEW
SHAREPOINT
CONTROLS ON THE
DEFAULT
« MASTER PAGE »
AND YOU CAN
OVERRIDE
THE CSS
OR CHOOSE
THE LOOK
THESE ARE
EASY WAYS TO
CHANGE HOW
SHAREPOINT LOOKS
WITHOUT TOO
MUCH EFFORT
wooah
but how
do you
change the
CSS?
WELL YOU CAN START WITH
BROWSER DEVELOPER TOOLS
(F12 in most browsers)
THESE WILL HELP YOU
IDENTIFY CSS USED AND TEST
SOME OF YOUR CHANGES
ok…
I don’t know
this CSS
business how
can I make
those looks you
talked about?
THERE IS THE COLOR PALETTE TOOL…
THOUGH SOME ASSEMBLY MAY BE
REQUIRED
BUT I STRONGLY
RECOMMEND YOU
START LEARNING
HTML AND CSS
HOWEVER, NO MATTER WHAT
YOU DO, YOU’LL EVENTUALLY
HAVE TO LEARN ABOUT
« MASTER PAGES »
THE MASTER PAGE
IS THE FILE WHERE
YOU WILL WRITE
THE STRUCTURE OF
YOUR SHAREPOINT
DESIGN.
WHERE WILL
OBJECTS BE AND
HOW WILL THEY
LOOK LIKE?
ALONG WITH
WHAT CSS FILES OR
JAVASCRIPT FILES
TO CALL.
IT IS THE « MASTER » FILE AND
IS ALWAYS CALLED FIRST WHEN
A PAGE IS LOADED.
A WAY TO STANDARDIZE THE
LOOK AND FEEL OF YOUR
SHAREPOINT WITH ONE FILE.
REMEMBER THIS?
IT’S USING THE DEFAULT
SHAREPOINT MASTER PAGE.
IT DECIDED WHERE THINGS ARE
AND WHICH CSS TO CALL TO
MAKE IT LOOK LIKE THIS
IF YOU CHOOSE TO CHANGE
THE LOOK WITHOUT
RESTRUCTURING IT.
THEN ALL YOU NEED TO DO
IS EDIT THAT MASTER PAGE.
AND LINK YOUR NEW CSS
FILE.
IDEALLY, IF YOU ARE
STARTING A NEW
DESIGN.
YOU’LL START A
MASTER PAGE FROM
SCRATCH
WHAT IS RESPONSIVE WEB DESIGN
“Pro SharePoint 2013 Branding and Responsive Web
Development” (Apress – June 2013)
Eric Overfield
Pixelmill
https://sprwd-public.sharepoint.com
Responsive Web Design
• A web design methodology
– Addresses growing number of Internet
devices

• Tailored experience to any device
– Limits resizing, panning and scrolling

• The Key: All devices load the same page*
WHY WE
NEED IT
SO MANY DIFFERENT
DEVICES
• Screen size (viewport, proportions,
resolution)

• Functionality (clicks, hover, touch, swipe…)

• Usability (can your site be used on any
device?)
FUNDAMENTALS OF RWD
THE 3 PILLARS OF RWD
FLUID GRID – FLEXIBLE MEDIA –
CSS3 MEDIA QUERIES
A FLUID GRID
FLEXIBLE MEDIA
▪ Flexible Images
▪ Flexible Video
▪ Proportional Text
MEDIA QUERIES
In-Line Media Query:

<link rel="stylesheet" media="screen and (min-width: 768px)" href=“tablet.css" />

<link rel="stylesheet" media="screen and (max-width: 599px)" href=“small.css" />
Media Query in style sheets:
@media screen and (min-width: 786px) {
body {
font-size: 1.3em;
}
}
@media screen and (min-width: 992px) {
body {
font-size: 1.6em;
}
}
Device ability to handle orientation
@media screen and (orientation: landscape) {
.landscape {
width: 30%;
float: right;
}
}
NAVIGATION
• How will your navigation adapt to different viewports

• Responsive navigation may require thought

• Only basic SharePoint OOTB navigation is RWD
friendly

• Multi-level SP OOTB navigation relies on hover
BEGIN WITH SITE PLANNING
• This should be familiar
– Start with content / site purpose
– Sitemap
– Information Architecture

• What’s different
– Wireframing – including for mobile devices
– High fidelity mockups – including for mobile devices

• Design to the extremes, then fill in the gaps
ALWAYS REMEMBER SHAREPOINT
• What will be a part of the Master Page

• How you will you handle navigation?

• Current navigation on all pages?

• How will Page Layout content be defined?
CUSTOM GRID VS EXISTING
FRAMEWORK
• Pre-built responsive and fluid grids

• Saves time and resources

• Many include extras

• i.e. collapsing navigation
COMMON FRAMEWORKS
Twitter Bootstrap
Zurb Foundation

Skeleton

Less Framework
FRAMEWORK PLUSES AND MINUSES
May take time to learn framework

Not always SharePoint ready OOTB

Can save you a bunch of time!
BUT IF YOU ARE NEW
TO SHAREPOINT, YET
COMFORTABLE WITH
HTML.
YOU CAN CONVERT
YOUR HTML INTO A
MASTER PAGE
THE DESIGN
MANAGER
AND THE SNIPPETS
GALLERY WILL HELP
YOU TURN IT INTO A
COOL MASTER PAGE
BY GIVING YOU THE CODE TO
ADD THOSE SHAREPOINT
CONTROLS LIKE:
- NAVIGATION
- SUITE BAR
- PAGE CONTENT ZONE
- AND MORE…
TO ADD IN YOUR MASTER PAGE
IN THE END YOU CAN
DO WHATEVER YOU
WANT.
AS LONG AS YOU ADD
THE NECESSARY
SHAREPOINT
CONTROLS
I CAN’T
BELIEVE IT’S
SHAREPOINT
WAIT
you can also
change how
content is
displayed
there’s more…
TURNING AN IMAGE LIBRARY
INTO A SLIDER OR A LIST INTO
ANIMATED TILES
NOT
IMPRESSED?
(shout out to my dog)
WHAT IF I
TOLD YOU
THOSE
DESIGNS
WERE
REUSABLE
WITH ANY
TYPE OF
CONTENT
by Benjamin Niaulin, 

a SharePoint GEEK
@bniaulin
share-gate.com/blog
THANK YOU!

Weitere ähnliche Inhalte

Was ist angesagt?

SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendySharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
Wendy Neal
 
Dynamic no-code mashups in SharePoint 2010 and 2013
Dynamic no-code mashups in SharePoint 2010 and 2013Dynamic no-code mashups in SharePoint 2010 and 2013
Dynamic no-code mashups in SharePoint 2010 and 2013
C/D/H Technology Consultants
 

Was ist angesagt? (20)

Understand the SharePoint Basics
Understand the SharePoint BasicsUnderstand the SharePoint Basics
Understand the SharePoint Basics
 
What's new in SharePoint 2013 - Discover it
What's new in SharePoint 2013 - Discover itWhat's new in SharePoint 2013 - Discover it
What's new in SharePoint 2013 - Discover it
 
SharePoint Security Management - Lessons Learned
SharePoint Security Management - Lessons LearnedSharePoint Security Management - Lessons Learned
SharePoint Security Management - Lessons Learned
 
Enhance the Usability of Your SharePoint Site with JSLink #Collab365 #C365114...
Enhance the Usability of Your SharePoint Site with JSLink #Collab365 #C365114...Enhance the Usability of Your SharePoint Site with JSLink #Collab365 #C365114...
Enhance the Usability of Your SharePoint Site with JSLink #Collab365 #C365114...
 
Stop Updating, Start Evolving - The Digital Workplace Truth
Stop Updating, Start Evolving - The Digital Workplace TruthStop Updating, Start Evolving - The Digital Workplace Truth
Stop Updating, Start Evolving - The Digital Workplace Truth
 
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendySharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
SharePoint Site Usability and Design Tips for Non Designers by @SharePointWendy
 
Top 10 New SharePoint Online Features
Top 10 New SharePoint Online FeaturesTop 10 New SharePoint Online Features
Top 10 New SharePoint Online Features
 
How to create user friendly, engaging share point sites (no coding needed!)
How to create user friendly, engaging share point sites (no coding needed!)How to create user friendly, engaging share point sites (no coding needed!)
How to create user friendly, engaging share point sites (no coding needed!)
 
SharePoint Branding From Start to Finish
SharePoint Branding From Start to FinishSharePoint Branding From Start to Finish
SharePoint Branding From Start to Finish
 
Becoming a SharePoint Design Ninja
Becoming a SharePoint Design NinjaBecoming a SharePoint Design Ninja
Becoming a SharePoint Design Ninja
 
Office 365 Tip: Create a team site on SharePoint
Office 365 Tip: Create a team site on SharePointOffice 365 Tip: Create a team site on SharePoint
Office 365 Tip: Create a team site on SharePoint
 
Understanding SharePoint site structure what's inside
Understanding SharePoint site structure  what's insideUnderstanding SharePoint site structure  what's inside
Understanding SharePoint site structure what's inside
 
How to use a SharePoint Team Site effectively for Collaboration
How to use a SharePoint Team Site effectively for CollaborationHow to use a SharePoint Team Site effectively for Collaboration
How to use a SharePoint Team Site effectively for Collaboration
 
Don't Suck at SharePoint - Avoid the common mistakes
Don't Suck at SharePoint - Avoid the common mistakesDon't Suck at SharePoint - Avoid the common mistakes
Don't Suck at SharePoint - Avoid the common mistakes
 
Designing a great SharePoint Online intranet in Office 365
Designing a great SharePoint Online intranet in Office 365Designing a great SharePoint Online intranet in Office 365
Designing a great SharePoint Online intranet in Office 365
 
Office 365 for Beginners
Office 365 for Beginners Office 365 for Beginners
Office 365 for Beginners
 
SPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View Threshold
SPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View ThresholdSPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View Threshold
SPSNYC 2016 - Big data in SharePoint and the 5,000 Item List View Threshold
 
Dynamic no-code mashups in SharePoint 2010 and 2013
Dynamic no-code mashups in SharePoint 2010 and 2013Dynamic no-code mashups in SharePoint 2010 and 2013
Dynamic no-code mashups in SharePoint 2010 and 2013
 
Improving Productivity and Changing Your Stars Using SharePoint
Improving Productivity and Changing Your Stars Using SharePointImproving Productivity and Changing Your Stars Using SharePoint
Improving Productivity and Changing Your Stars Using SharePoint
 
Branding SharePoint 2013
Branding SharePoint 2013Branding SharePoint 2013
Branding SharePoint 2013
 

Andere mochten auch

Slutrapport genomförande jordhammar 2.0
Slutrapport genomförande jordhammar 2.0Slutrapport genomförande jordhammar 2.0
Slutrapport genomförande jordhammar 2.0
Rick Mulder
 
How to Improve the SharePoint UI Using Bootstrap 3
How to Improve the SharePoint UI Using Bootstrap 3How to Improve the SharePoint UI Using Bootstrap 3
How to Improve the SharePoint UI Using Bootstrap 3
Ryan McIntyre
 

Andere mochten auch (8)

The A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with BootstrapThe A to Z of Building a Responsive SharePoint Site with Bootstrap
The A to Z of Building a Responsive SharePoint Site with Bootstrap
 
SharePoint Development Workshop
SharePoint Development WorkshopSharePoint Development Workshop
SharePoint Development Workshop
 
Slutrapport genomförande jordhammar 2.0
Slutrapport genomförande jordhammar 2.0Slutrapport genomförande jordhammar 2.0
Slutrapport genomförande jordhammar 2.0
 
How to Improve the SharePoint UI Using Bootstrap 3
How to Improve the SharePoint UI Using Bootstrap 3How to Improve the SharePoint UI Using Bootstrap 3
How to Improve the SharePoint UI Using Bootstrap 3
 
Transform SharePoint default list forms with HTML, CSS and JavaScript
Transform SharePoint default list forms with HTML, CSS and JavaScriptTransform SharePoint default list forms with HTML, CSS and JavaScript
Transform SharePoint default list forms with HTML, CSS and JavaScript
 
2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare2015 Upload Campaigns Calendar - SlideShare
2015 Upload Campaigns Calendar - SlideShare
 
What to Upload to SlideShare
What to Upload to SlideShareWhat to Upload to SlideShare
What to Upload to SlideShare
 
Getting Started With SlideShare
Getting Started With SlideShareGetting Started With SlideShare
Getting Started With SlideShare
 

Ähnlich wie Introduction to a Responsive Master Page with the Design Manager

Spca2014 introduction responsive master page niaulin
Spca2014 introduction responsive master page niaulinSpca2014 introduction responsive master page niaulin
Spca2014 introduction responsive master page niaulin
NCCOMMS
 
Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Responsivedesign 7-3-2012
Responsivedesign 7-3-2012
Thomas Carney
 
Responsive design SharePoint
Responsive design SharePointResponsive design SharePoint
Responsive design SharePoint
spdlabs
 

Ähnlich wie Introduction to a Responsive Master Page with the Design Manager (20)

Spca2014 introduction responsive master page niaulin
Spca2014 introduction responsive master page niaulinSpca2014 introduction responsive master page niaulin
Spca2014 introduction responsive master page niaulin
 
RWD - Bootstrap
RWD - BootstrapRWD - Bootstrap
RWD - Bootstrap
 
Responsive web design
Responsive web designResponsive web design
Responsive web design
 
Responsive Design and Information Architecture with Oracle Web Center Content...
Responsive Design and Information Architecture with Oracle Web Center Content...Responsive Design and Information Architecture with Oracle Web Center Content...
Responsive Design and Information Architecture with Oracle Web Center Content...
 
Bootstrap for Beginners
Bootstrap for BeginnersBootstrap for Beginners
Bootstrap for Beginners
 
Bootstrap 4 Online Training Course Book Sample
Bootstrap 4 Online Training Course Book SampleBootstrap 4 Online Training Course Book Sample
Bootstrap 4 Online Training Course Book Sample
 
Responsivedesign 7-3-2012
Responsivedesign 7-3-2012Responsivedesign 7-3-2012
Responsivedesign 7-3-2012
 
Web designtrends 5-29-2013
Web designtrends 5-29-2013Web designtrends 5-29-2013
Web designtrends 5-29-2013
 
Stapling and patching the web of now - ForwardJS3, San Francisco
Stapling and patching the web of now - ForwardJS3, San FranciscoStapling and patching the web of now - ForwardJS3, San Francisco
Stapling and patching the web of now - ForwardJS3, San Francisco
 
Enhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web DesignEnhancing SharePoint with Responsive Web Design
Enhancing SharePoint with Responsive Web Design
 
Responsive Web Design
Responsive Web DesignResponsive Web Design
Responsive Web Design
 
Building Responsive Websites with Drupal
Building Responsive Websites with DrupalBuilding Responsive Websites with Drupal
Building Responsive Websites with Drupal
 
Creating a Responsive Drupal Theme: Presentation from DrupalCamp Montreal 2012
Creating a Responsive Drupal Theme: Presentation from DrupalCamp Montreal 2012Creating a Responsive Drupal Theme: Presentation from DrupalCamp Montreal 2012
Creating a Responsive Drupal Theme: Presentation from DrupalCamp Montreal 2012
 
Developing and deploying a website with html5
Developing and deploying a website with html5Developing and deploying a website with html5
Developing and deploying a website with html5
 
Everything Old is New Again: The State of Web Design
Everything Old is New Again: The State of Web DesignEverything Old is New Again: The State of Web Design
Everything Old is New Again: The State of Web Design
 
Mobile Best Practices
Mobile Best PracticesMobile Best Practices
Mobile Best Practices
 
Mobile SEO (English Version)
Mobile SEO (English Version)Mobile SEO (English Version)
Mobile SEO (English Version)
 
Responsive Web Design_2013
Responsive Web Design_2013Responsive Web Design_2013
Responsive Web Design_2013
 
The future of BYU web design
The future of BYU web designThe future of BYU web design
The future of BYU web design
 
Responsive design SharePoint
Responsive design SharePointResponsive design SharePoint
Responsive design SharePoint
 

Mehr von ShareGate

Mehr von ShareGate (18)

Webinar: Protect your teams work across office 365
Webinar: Protect your teams work across office 365Webinar: Protect your teams work across office 365
Webinar: Protect your teams work across office 365
 
Webinar slides: Getting started with Azure Resource Graph
Webinar slides: Getting started with Azure Resource GraphWebinar slides: Getting started with Azure Resource Graph
Webinar slides: Getting started with Azure Resource Graph
 
Webinar: Deploy Microsoft Teams and stay in control
Webinar: Deploy Microsoft Teams and stay in controlWebinar: Deploy Microsoft Teams and stay in control
Webinar: Deploy Microsoft Teams and stay in control
 
Webinar: You made the move to Office 365—now what?
Webinar: You made the move to Office 365—now what?Webinar: You made the move to Office 365—now what?
Webinar: You made the move to Office 365—now what?
 
Everything Your End Users Should Know About OneDrive & OneDrive for Business
Everything Your End Users Should Know About OneDrive & OneDrive for BusinessEverything Your End Users Should Know About OneDrive & OneDrive for Business
Everything Your End Users Should Know About OneDrive & OneDrive for Business
 
Useful Things End Users Should Know About Office 365 Groups & Team Sites
Useful Things End Users Should Know About Office 365 Groups & Team SitesUseful Things End Users Should Know About Office 365 Groups & Team Sites
Useful Things End Users Should Know About Office 365 Groups & Team Sites
 
[Webinar] SharePoint is About to Skyrocket to the Top... Get Ready!
[Webinar] SharePoint is About to Skyrocket to the Top... Get Ready![Webinar] SharePoint is About to Skyrocket to the Top... Get Ready!
[Webinar] SharePoint is About to Skyrocket to the Top... Get Ready!
 
Discover PowerApps with SharePoint. Is It a Good Fit?
Discover PowerApps with SharePoint. Is It a Good Fit?Discover PowerApps with SharePoint. Is It a Good Fit?
Discover PowerApps with SharePoint. Is It a Good Fit?
 
Demistify OneDrive for Business: The Good and the Bad
Demistify OneDrive for Business: The Good and the BadDemistify OneDrive for Business: The Good and the Bad
Demistify OneDrive for Business: The Good and the Bad
 
Future of Collaboration with SharePoint & Office 365
Future of Collaboration with SharePoint & Office 365Future of Collaboration with SharePoint & Office 365
Future of Collaboration with SharePoint & Office 365
 
What is OneDrive for Business and What Does it Do?
What is OneDrive for Business and What Does it Do?What is OneDrive for Business and What Does it Do?
What is OneDrive for Business and What Does it Do?
 
SharePoint 2016: Features Overview
SharePoint 2016: Features OverviewSharePoint 2016: Features Overview
SharePoint 2016: Features Overview
 
Is SharePoint Still Right for You?
Is SharePoint Still Right for You?Is SharePoint Still Right for You?
Is SharePoint Still Right for You?
 
A Deep Dive into Groups for Office 365
A Deep Dive into Groups for Office 365A Deep Dive into Groups for Office 365
A Deep Dive into Groups for Office 365
 
Office 365 Portals: A new way to work
Office 365 Portals: A new way to workOffice 365 Portals: A new way to work
Office 365 Portals: A new way to work
 
Figuring out this new collaboration with OneDrive, Groups and Team Sites.
Figuring out this new collaboration with OneDrive, Groups and Team Sites.Figuring out this new collaboration with OneDrive, Groups and Team Sites.
Figuring out this new collaboration with OneDrive, Groups and Team Sites.
 
Build search-driven site - understanding cross-site publishing
Build search-driven site - understanding cross-site publishingBuild search-driven site - understanding cross-site publishing
Build search-driven site - understanding cross-site publishing
 
Build killer visuals to interact with your content using Search and Display T...
Build killer visuals to interact with your content using Search and Display T...Build killer visuals to interact with your content using Search and Display T...
Build killer visuals to interact with your content using Search and Display T...
 

Kürzlich hochgeladen

+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
Health
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
VishalKumarJha10
 

Kürzlich hochgeladen (20)

call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf5 Signs You Need a Fashion PLM Software.pdf
5 Signs You Need a Fashion PLM Software.pdf
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
Exploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdfExploring the Best Video Editing App.pdf
Exploring the Best Video Editing App.pdf
 
Define the academic and professional writing..pdf
Define the academic and professional writing..pdfDefine the academic and professional writing..pdf
Define the academic and professional writing..pdf
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
+971565801893>>SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHAB...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
The Guide to Integrating Generative AI into Unified Continuous Testing Platfo...
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Software Quality Assurance Interview Questions
Software Quality Assurance Interview QuestionsSoftware Quality Assurance Interview Questions
Software Quality Assurance Interview Questions
 
How To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.jsHow To Use Server-Side Rendering with Nuxt.js
How To Use Server-Side Rendering with Nuxt.js
 
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
Direct Style Effect Systems -The Print[A] Example- A Comprehension AidDirect Style Effect Systems -The Print[A] Example- A Comprehension Aid
Direct Style Effect Systems - The Print[A] Example - A Comprehension Aid
 
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdfintroduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
introduction-to-automotive Andoid os-csimmonds-ndctechtown-2021.pdf
 
How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...How to Choose the Right Laravel Development Partner in New York City_compress...
How to Choose the Right Laravel Development Partner in New York City_compress...
 
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time ApplicationsUnveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
Unveiling the Tech Salsa of LAMs with Janus in Real-Time Applications
 

Introduction to a Responsive Master Page with the Design Manager