SlideShare a Scribd company logo
1 of 63
Accessible Wayfinding:
It’s Not Uncharted Territory
Aaron Knight & Nikki Massaro Kauffman
#dpa5
Nikki Massaro Kauffman
nikkimk@psu.edu
@nikkimk
Aaron Knight
acknight@esf.edu
@farktal Sonya Woods
szw151@psu.edu
@sonya4access
#dpa5
ColorsAssistive
Technology
Keyboard
Navigation
Description
Introduction Layers
Introduction
Once upon a
Fienen in
Memphis…
Introduction
● Vision: blind, low-vision, color blind
● Hearing: Deaf, hard of hearing
● Mobility: Parkinson’s, broken arm*
● Cognitive: ADHD, ASD, dyslexia
● Social: depression, anxiety
Introduction
● We had several campus maps tested for accessibility.
● No one map was perfect. Most had some good
features as well as some problems.
● Disclaimer: Some campus maps are abysmal. We will
not shame the worst of them.
Introduction
Description
● Find a partner.
● One of you will describe a map.
● The other cannot see it.
Description
Description Challenge
Where is the library cafe?
a. Next to the elevators
b. Next to the staff workroom
c. North of the stacks
d. In the western corner
Description
In an emergency, how would you exit the Library
Classroom?
a. Use the door to the left
b. Use the door to the right
c. Head to the west toward the cafe
d. Head to north to the elevators
Description
Where is the library cafe?
a. Next to the elevators
b. Next to the staff workroom
c. North of the stacks
d. In the western corner
Description
In an emergency, how would you exit the Library
Classroom?
a. Use the door to the left
b. Use the door to the right
c. Head to the west toward the cafe
d. Head to north to the elevators
Description
Consider use cases:
● What ___ are near ___?
● How do I get from ___ to ___?
● How far is ___ from ___?
Description
● How do I get from my dorm to downtown?
● What bookstores are near the library ?
● How far is each bus stop from my classes?
Description
Use an ordered list to give directions:
1. From the bus stop, head northwest along the parking
lot toward Broadway.
2. At the intersection of Broadway and 1st Street, turn
right...
Description
Use an unordered list to describe what’s nearby:
● Campus North: student housing, stadium, tennis
courts…
● Campus East: library, student union…
Description
Consider a table to convey distances:
Description
Book Store Downtown Library Student
Housing
Book Store N/A 0.5 mi. 2 mi. 0.25 mi.
Downtown 0.5 mi. N/A 2.25 mi. 0.5 mi.
Library 2 mi. 2.25 mi. N/A 1.5 mi.
Student Housing 0.25 mi. 0.5 mi. 1.5 mi. N/A
Description http://www.dyc.edu/admissions/visit/
campus-map-and-tour.aspx
Colors
● Check foreground & background with
https://webaim.org/resources/contrastchecker/
● Oranges and greens are hard. Use sparingly.
● Avoid text on images or text with semi-transparent
backgrounds.
Colors
Colors
Colors
Where are the fraternities and sororities
on the following map?
a. Toward the top
b. Upper left corner
c. Lower right corner
d. Not shown
Colors
Colors
Where are the fraternities and sororities on
the map?
a. Toward the top
b. Upper left corner
c. Lower right corner
d. Not shown
Colors
Colors
If you are using color-coding, always pair it with...
● Textures
● Shapes
● Text
Colors
Colors
http://accessibilitymap.
missouri.edu/
Layers
Layers Traffic:
https://www.google.com/maps
● Think big picture.
● What might your visitors need?
Layers
Layers A11y: http://accessibilitymap.missouri.edu/
Layers Student Parking:
http://www.uta.edu/maps
● What might your visitors to campus need to
be able to find quickly?
Layers
Layers Pizza: http://www.bu.edu/maps/
Layers A11y: http://accessibilitymap.missouri.edu/
Keyboard
Navigation
Keyboard
Challenge
Using a keyboard only...
1. Go to Google maps.
2. Enter your campus address.
3. Zoom 4 times.
4. Switch to satellite view.
5. Pan one full screen to the left.
Keyboard Navigation
Keyboard Checklist:
✓ Can you use the tab key?
✓ Does the tab order make sense?
✓ Can you see what has the focus?
✓ Can you zoom and pan?
Keyboard Navigation
Keyboard Navigation
● Use “role=button” & “tabindex=0” for clickable items.
● Add arrow & 10-key keyup events to pan maps.
● Add events for click & enter/tab/spacebar keyup.
● Add events for mouseover/mouseout & focus/blur.
● Add CSS for :hover & :focus.
Keyboard Navigation
http://bit.ly/heweb17dpa5
Keyboard Navigation
<g id="Pan_South" aria-label="Pan
South" tabindex="0" role="button"/>
Keyboard Navigation
<g id="Pan_South" aria-label="Pan
South" tabindex="0" role="button"/>
Keyboard Navigation
<g id="Pan_South" aria-label="Pan
South" tabindex="0" role="button"/>
Keyboard Navigation
$('#Pan_North').click(function(){
pan(false,true);
}).keyup(function (e){
if (e.keyCode === 0 || e.keyCode === 13 ||
e.keyCode === 32) { pan(false,true); }
});
Keyboard Navigation
$('#Pan_North').click(function(){
pan(false,true);
}).keyup(function (e){
if (e.keyCode === 0 || e.keyCode === 13 ||
e.keyCode === 32) { pan(false,true); }
});
Keyboard Navigation
$('.row').keyup(function (e){
if (e.keyCode === 37 || e.keyCode === 52 ||
e.keyCode === 100) {
pan(true,true);
} else if ...
});
Keyboard Navigation
$('.row').keyup(function (e){
if (e.keyCode === 37 || e.keyCode === 52 ||
e.keyCode === 100) {
pan(true,true);
} else if ...
});
Keyboard Navigation
svg:focus,
svg:hover {
outline: 1px solid blue;
}
Keyboard Navigation
svg:focus,
svg:hover {
outline: 1px solid blue;
}
Keyboard Navigation
Assistive
Technology
Assistive Technology Talking GPS Technology
Assistive Technology BlindSquare App
Uses Foursquare & Open Street Map
Assistive Technology Touch Mapper
Uses Open
Street Map
Open Street Maps…
● Used for Facebook, Apple Maps, Foursquare,
Craigslist
● No real moderation.
● Free tiles = heavily used in smaller mapping projects
and products... including assistive technology!
Assistive Technology
Assistive Technology http://www.openstreetmap.org
Thank You!
Aaron Knight
acknight@esf.edu
@farktal
Nikki Massaro
Kauffman
nikkimk@psu.edu
@nikkimk
Sonya Woods
szw151@psu.edu
@sonya4access
#dpa5

More Related Content

Similar to Accessible Wayfinding- It’s Not Uncharted Territory

Unit 7 project
Unit 7 projectUnit 7 project
Unit 7 projectwatler
 
Handy Rules for Writing an Essay
Handy Rules for Writing an EssayHandy Rules for Writing an Essay
Handy Rules for Writing an Essayreach
 
Preliminary task-26-jan-23.pptx
Preliminary task-26-jan-23.pptxPreliminary task-26-jan-23.pptx
Preliminary task-26-jan-23.pptxNinaLima13
 
Preliminary task.pptx
Preliminary task.pptxPreliminary task.pptx
Preliminary task.pptxSrdjanVasic5
 
Unit 7 miniproject
Unit 7 miniprojectUnit 7 miniproject
Unit 7 miniprojectwatler
 
Cultural Immersion ReportWriting WorkshopAuthor____________.docx
Cultural Immersion ReportWriting WorkshopAuthor____________.docxCultural Immersion ReportWriting WorkshopAuthor____________.docx
Cultural Immersion ReportWriting WorkshopAuthor____________.docxdorishigh
 
math-mystery-escape-room.pptx
math-mystery-escape-room.pptxmath-mystery-escape-room.pptx
math-mystery-escape-room.pptxNicoValera1
 
L2 os maps and tourism
L2 os maps and tourismL2 os maps and tourism
L2 os maps and tourismandypinks
 
L2 os maps and tourism
L2 os maps and tourismL2 os maps and tourism
L2 os maps and tourismandypinks
 
Storytelling In Design - SXSW, 13 March 2017
Storytelling In Design - SXSW, 13 March 2017Storytelling In Design - SXSW, 13 March 2017
Storytelling In Design - SXSW, 13 March 2017Anna Dahlström
 
Unit #1 Lecture (F2F)
Unit #1 Lecture (F2F)Unit #1 Lecture (F2F)
Unit #1 Lecture (F2F)amcavner
 
Unit #1 Lecture
Unit #1 LectureUnit #1 Lecture
Unit #1 Lectureamcavner
 
Math Mystery Escape Room by Slidesgo.pptx
Math Mystery Escape Room by Slidesgo.pptxMath Mystery Escape Room by Slidesgo.pptx
Math Mystery Escape Room by Slidesgo.pptxdharshini267338
 

Similar to Accessible Wayfinding- It’s Not Uncharted Territory (20)

6d
6d6d
6d
 
Unit 7 project
Unit 7 projectUnit 7 project
Unit 7 project
 
Ppt9 iens
Ppt9 iensPpt9 iens
Ppt9 iens
 
Handy Rules for Writing an Essay
Handy Rules for Writing an EssayHandy Rules for Writing an Essay
Handy Rules for Writing an Essay
 
Learning styles test
Learning styles testLearning styles test
Learning styles test
 
Ppt8 iens
Ppt8 iensPpt8 iens
Ppt8 iens
 
Google Tour Builder
Google Tour BuilderGoogle Tour Builder
Google Tour Builder
 
Preliminary task-26-jan-23.pptx
Preliminary task-26-jan-23.pptxPreliminary task-26-jan-23.pptx
Preliminary task-26-jan-23.pptx
 
Preliminary task.pptx
Preliminary task.pptxPreliminary task.pptx
Preliminary task.pptx
 
Unit 7 miniproject
Unit 7 miniprojectUnit 7 miniproject
Unit 7 miniproject
 
Cultural Immersion ReportWriting WorkshopAuthor____________.docx
Cultural Immersion ReportWriting WorkshopAuthor____________.docxCultural Immersion ReportWriting WorkshopAuthor____________.docx
Cultural Immersion ReportWriting WorkshopAuthor____________.docx
 
math-mystery-escape-room.pptx
math-mystery-escape-room.pptxmath-mystery-escape-room.pptx
math-mystery-escape-room.pptx
 
L2 os maps and tourism
L2 os maps and tourismL2 os maps and tourism
L2 os maps and tourism
 
L2 os maps and tourism
L2 os maps and tourismL2 os maps and tourism
L2 os maps and tourism
 
Storytelling In Design - SXSW, 13 March 2017
Storytelling In Design - SXSW, 13 March 2017Storytelling In Design - SXSW, 13 March 2017
Storytelling In Design - SXSW, 13 March 2017
 
Secrets of the Creative brain
Secrets of the Creative brainSecrets of the Creative brain
Secrets of the Creative brain
 
Unit #1 Lecture (F2F)
Unit #1 Lecture (F2F)Unit #1 Lecture (F2F)
Unit #1 Lecture (F2F)
 
Unit six level one
Unit six level oneUnit six level one
Unit six level one
 
Unit #1 Lecture
Unit #1 LectureUnit #1 Lecture
Unit #1 Lecture
 
Math Mystery Escape Room by Slidesgo.pptx
Math Mystery Escape Room by Slidesgo.pptxMath Mystery Escape Room by Slidesgo.pptx
Math Mystery Escape Room by Slidesgo.pptx
 

More from Nikki Massaro Kauffman

Free As in Puppies: The Care and Feeding of "Pet" Web Projects
Free As in Puppies: The Care and Feeding of "Pet" Web ProjectsFree As in Puppies: The Care and Feeding of "Pet" Web Projects
Free As in Puppies: The Care and Feeding of "Pet" Web ProjectsNikki Massaro Kauffman
 
Recipe for Success: The Secret Sauce for Making Interactive Content Work for ...
Recipe for Success: The Secret Sauce for Making Interactive Content Work for ...Recipe for Success: The Secret Sauce for Making Interactive Content Work for ...
Recipe for Success: The Secret Sauce for Making Interactive Content Work for ...Nikki Massaro Kauffman
 
Free as in Puppies: The Care and Feeding of "Pet" Web Projects
Free as in Puppies: The Care and Feeding of "Pet" Web ProjectsFree as in Puppies: The Care and Feeding of "Pet" Web Projects
Free as in Puppies: The Care and Feeding of "Pet" Web ProjectsNikki Massaro Kauffman
 
Shall We Play a Game? Gaming the System, When the System Is Your Learning Man...
Shall We Play a Game? Gaming the System, When the System Is Your Learning Man...Shall We Play a Game? Gaming the System, When the System Is Your Learning Man...
Shall We Play a Game? Gaming the System, When the System Is Your Learning Man...Nikki Massaro Kauffman
 
Text First! Progressive Enhancement for Multimedia Content
Text First! Progressive Enhancement for Multimedia ContentText First! Progressive Enhancement for Multimedia Content
Text First! Progressive Enhancement for Multimedia ContentNikki Massaro Kauffman
 
Twitter Me This? Using Twitter in Higher Ed
Twitter Me This? Using Twitter in Higher EdTwitter Me This? Using Twitter in Higher Ed
Twitter Me This? Using Twitter in Higher EdNikki Massaro Kauffman
 

More from Nikki Massaro Kauffman (8)

Free As in Puppies: The Care and Feeding of "Pet" Web Projects
Free As in Puppies: The Care and Feeding of "Pet" Web ProjectsFree As in Puppies: The Care and Feeding of "Pet" Web Projects
Free As in Puppies: The Care and Feeding of "Pet" Web Projects
 
Give Content Contributors the AX
Give Content Contributors the AXGive Content Contributors the AX
Give Content Contributors the AX
 
Recipe for Success: The Secret Sauce for Making Interactive Content Work for ...
Recipe for Success: The Secret Sauce for Making Interactive Content Work for ...Recipe for Success: The Secret Sauce for Making Interactive Content Work for ...
Recipe for Success: The Secret Sauce for Making Interactive Content Work for ...
 
Free as in Puppies: The Care and Feeding of "Pet" Web Projects
Free as in Puppies: The Care and Feeding of "Pet" Web ProjectsFree as in Puppies: The Care and Feeding of "Pet" Web Projects
Free as in Puppies: The Care and Feeding of "Pet" Web Projects
 
Shall We Play a Game? Gaming the System, When the System Is Your Learning Man...
Shall We Play a Game? Gaming the System, When the System Is Your Learning Man...Shall We Play a Game? Gaming the System, When the System Is Your Learning Man...
Shall We Play a Game? Gaming the System, When the System Is Your Learning Man...
 
Text First! Progressive Enhancement for Multimedia Content
Text First! Progressive Enhancement for Multimedia ContentText First! Progressive Enhancement for Multimedia Content
Text First! Progressive Enhancement for Multimedia Content
 
Accessibility is for Everyone
Accessibility is for EveryoneAccessibility is for Everyone
Accessibility is for Everyone
 
Twitter Me This? Using Twitter in Higher Ed
Twitter Me This? Using Twitter in Higher EdTwitter Me This? Using Twitter in Higher Ed
Twitter Me This? Using Twitter in Higher Ed
 

Recently uploaded

定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Paul Calvano
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Excelmac1
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书rnrncn29
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleanscorenetworkseo
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxDyna Gilbert
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa494f574xmv
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predieusebiomeyer
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxBipin Adhikari
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012rehmti665
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 

Recently uploaded (20)

定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24Font Performance - NYC WebPerf Meetup April '24
Font Performance - NYC WebPerf Meetup April '24
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...Blepharitis inflammation of eyelid symptoms cause everything included along w...
Blepharitis inflammation of eyelid symptoms cause everything included along w...
 
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
『澳洲文凭』买詹姆士库克大学毕业证书成绩单办理澳洲JCU文凭学位证书
 
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Elevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New OrleansElevate Your Business with Our IT Expertise in New Orleans
Elevate Your Business with Our IT Expertise in New Orleans
 
Top 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptxTop 10 Interactive Website Design Trends in 2024.pptx
Top 10 Interactive Website Design Trends in 2024.pptx
 
Film cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasaFilm cover research (1).pptxsdasdasdasdasdasa
Film cover research (1).pptxsdasdasdasdasdasa
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
SCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is prediSCM Symposium PPT Format Customer loyalty is predi
SCM Symposium PPT Format Customer loyalty is predi
 
Intellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptxIntellectual property rightsand its types.pptx
Intellectual property rightsand its types.pptx
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
Call Girls South Delhi Delhi reach out to us at ☎ 9711199012
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 

Accessible Wayfinding- It’s Not Uncharted Territory