No edit summary
 
No edit summary
 
Line 1: Line 1:
=== Tour Suggestion Guide ===
/* hide redirected from refs on main page */
.mw-redirectedfrom {
    display: none;
}


==== A suggested general structure ====
/* delete discuss icon */
No idea what to say to someone on a tour? Try working from this template.
#poncho-talk-button {
# Introduction
  display: none;
## Who you are
}
## Ask them what they're interested in! This will help engage them and interest them in joining. If they're interested in a subject you don't know about, try to point them to someone who does if you can. Tours get very boring and dull if it's full of uninteresting (to the people involved) stuff.
## What the Hackspace is
### Kzoomakers is a member-run organization where like-minded people can create things, build things, repair things, and use shared tools and facilities to achieve their goals.
## What the Hackspace is not
### KzooMakers is not a service for getting other people to do your work for you, it has no salaried staff, and it is run by members.
## The etiquette that helps it run
###The space and organization:
#### We need everyone's help to keep things organized. Everyone is expected to help with maintenance and cleanliness.
#### We do welcome your donations! (Show the donation tin.)
#### We're currently trying a new monthly [[Hack the Space Day]] where experienced & new members come together to work on the space: infrastructure improvements, cleanups, tool maintenance, … whatever we deem appropriate at the time.
###The community:
#### We're very approachable, although sometimes shy. If you are unsure about something: just ask around.
#### But be aware that the people around you may be busy with project work and may not have time to chat. Tuesday evenings are the best time for a visit if you're new and want to meet new people.
#### The hackspace has a large social scene that includes many specialists of a wide range of disciplines. The best way to reach them is to post questions on the mailing list.
## The general floorplan layout
# The Upstairs
## Electronics Bench
## Radio shack - example of a space allocated to a subgroup, with restricted access to suitably inducted members.
## Do-not-disturb Room
## Tesla, and other shared workstations.
## Hand tools area
## Textiles / Craft Corner
## Library
## Classroom
### Regular Events
### One-off Workshops
### The Events Calendar
## Storage and storage rules (boxes etc, storage request, concept of do-not-hack)
## 3-Week bins
### Events - How they work, how to book
### Samples of topics we've presented on
## Kitchen/Toilets
# The Workshops
## Safety - If you don't know what you're doing, ask.
## Metal working room
### Mention how acnode works to prevent untrained people from damaging themselves, others, or the tools.
### Machining
### Bending
### Cutting
### Laser Cutter
#### Training is given by Paddy and other maintainers, sign up on the wiki when a new email post goes on the Mailing List
## exposed-air cage
### Welding
### Grinding (in cage, rather than inside the space)
## Biohackers lab
## Darkroom
## PCB Etching room
## 3D printers, training similar to Laser Cutter - sign up on wiki for training sessions announced to mailing list.
## Wood dirty/dusty working room
### inductions for use of dangerous power tools (table saws, radial arm saw, lathe, etc).
# Membership
## Cost
## How to join
## Benefits
### Access to the space - As a paid-up member, you can open the door to London Hackspace 24 hours a day using an RFID card (such as your current Oyster card), if you're a member - the wiki has instructions on setting this up.
# Questions, anything else you want to highlight.
# Finish off the tour by taking them to the Kiosk and recommend that (if they have already registered on the website) they register their card there and then so that once the payment comes though they can easily get access to the space


[[Category:Guides]]
/* delete print icon */
#poncho-print-button {
  display: none;
}
 
 
 
/* delete home bell thing on top */
#poncho-bell-item {
  display: none;
}
/* delete home tool thing on top */
poncho-tool-item {
  display: none;
}
 
 
/* hide unwanted on main page */
#siteSub {
    display: none;
}
 
 
/* CSS Sliding Image Gallery for Mediawiki
* https://www.mediawiki.org/wiki/Snippets/Image_Slideshow_created_by_CSS
*/
 
 
.containerphoto{
  height: 500px;
  width: 500px;
  overflow:hidden;
  position:relative;
}
 
.photoslide{
  position:absolute;
  animation:round 20s infinite;
  opacity:0;
 
}
@keyframes round{ 
  25%{opacity:1;}
  40%{opacity:0;}
}
 
img:nth-child(5){animation-delay:0s;}
img:nth-child(4){animation-delay:4s;}
img:nth-child(3){animation-delay:8s;}
img:nth-child(2){animation-delay:12s;}
img:nth-child(1){animation-delay:16s;}
}

Revision as of 02:41, 17 April 2023

/* hide redirected from refs on main page */ .mw-redirectedfrom {

   display: none;

}

/* delete discuss icon */

  1. poncho-talk-button {
  display: none;

}

/* delete print icon */

  1. poncho-print-button {
  display: none;

}


/* delete home bell thing on top */

  1. poncho-bell-item {
  display: none;

} /* delete home tool thing on top */ poncho-tool-item {

  display: none;

}


/* hide unwanted on main page */

  1. siteSub {
   display: none;

}


/* CSS Sliding Image Gallery for Mediawiki

* https://www.mediawiki.org/wiki/Snippets/Image_Slideshow_created_by_CSS
*/


.containerphoto{

  height: 500px;
  width: 500px;
 overflow:hidden;
 position:relative;

}

.photoslide{

 position:absolute;
 animation:round 20s infinite;
 opacity:0;
 

} @keyframes round{

 25%{opacity:1;}
 40%{opacity:0;}

}

img:nth-child(5){animation-delay:0s;} img:nth-child(4){animation-delay:4s;} img:nth-child(3){animation-delay:8s;} img:nth-child(2){animation-delay:12s;} img:nth-child(1){animation-delay:16s;} }