-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
99a8595
commit e37f7d8
Showing
73 changed files
with
16,011 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Delegate Biographies</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /--> | ||
<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /--> | ||
<!--script src="js/less-1.3.3.min.js"></script--> | ||
<!--append ‘#!watch’ to the browser URL, then refresh the page. --> | ||
|
||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/style.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav and touch icons --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-57-precomposed.png"> | ||
<link rel="shortcut icon" href="img/favicon.png"> | ||
|
||
<script type="text/javascript" src="js/jquery.min.js"></script> | ||
<script type="text/javascript" src="js/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="js/scripts.js"></script> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar navbar-default" role="navigation"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button> <a class="navbar-brand" href="index.html">Union</a> | ||
</div> | ||
|
||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
<li class="active"> | ||
<a href="biographies.html">Biographies</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Competitor Guides<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="competing.html">Competing</a> | ||
</li> | ||
<li> | ||
<a href="judging.html">Judging and Running</a> | ||
</li> | ||
<li> | ||
<a href="scrambling.html">Scrambling</a> | ||
|
||
</ul> | ||
</li> | ||
<li> | ||
<a href="overview.html">Yearly Overview</a> | ||
</li> | ||
<li> | ||
<a href="organizing.html">Resources for Organizers</a> | ||
</li> | ||
<li> | ||
<a href="media.html">Photos and Videos</a> | ||
</li> | ||
<li> | ||
<a href="contact.html">Contact</a> | ||
</li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="https://www.worldcubeassociation.org/">World Cube Association</a> | ||
</li> | ||
<li> | ||
<a href="http://www.cubingusa.com/">CubingUSA</a> | ||
</li> | ||
<li> | ||
<a href="https://www.speedsolving.com/">Speedsolving Forums</a> | ||
</li> | ||
|
||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
</nav> | ||
<div class="container"> | ||
<div class="row clearfix"> | ||
<div class="col-md-12 column"> | ||
|
||
<div class="jumbotron"> | ||
<h1> | ||
Delegate Biographies | ||
</h1> | ||
<h2>Tim Reynolds</h2> | ||
<p>Tim Reynolds attended his first competition in 2005, and has been to over a hundred competitions since. He has broken the US National Record for Fewest Moves several times, and twice for Pyraminx. Tim started organizing when he attended MIT, and now plays a major role in the organization of Worlds and US Nationals. He reTim is known for his friendliness and his ability to keep his cool, and often jokes around with competitors, notably giving a short speech about why competitors must drop their pizza off at the cube drop-off table. Tim also enjoys running, and currently works for Google in Cambridge.</p> | ||
<h2>Bob Burton</h2> | ||
<p>Bob Burton is one of the most famous speedcubers in the United States. He first started speedcubing in 2001, and was well known for his record-breaking Magic, Master Magic, and Clock times. He also started cubewhiz.com where he posts resources for beginners and advanced cubers for various puzzles. Bob teaches math in the Bronx, New York, and is the Senior Delegate for the Eastern US and Canada. Bob was married at the Liberty Science Center, the venue of US Nationals 2014, on Pi Day.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,116 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Guide to Competing</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /--> | ||
<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /--> | ||
<!--script src="js/less-1.3.3.min.js"></script--> | ||
<!--append ‘#!watch’ to the browser URL, then refresh the page. --> | ||
|
||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/style.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav and touch icons --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-57-precomposed.png"> | ||
<link rel="shortcut icon" href="img/favicon.png"> | ||
|
||
<script type="text/javascript" src="js/jquery.min.js"></script> | ||
<script type="text/javascript" src="js/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="js/scripts.js"></script> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar navbar-default" role="navigation"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button> <a class="navbar-brand" href="index.html">Union</a> | ||
</div> | ||
|
||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
<li> | ||
<a href="biographies.html">Biographies</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Competitor Guides<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<li class = "active"> | ||
<a href="competing.html">Competing</a> | ||
</li> | ||
<li> | ||
<a href="judging.html">Judging and Running</a> | ||
</li> | ||
<li> | ||
<a href="scrambling.html">Scrambling</a> | ||
|
||
</ul> | ||
</li> | ||
<li> | ||
<a href="overview.html">Yearly Overview</a> | ||
</li> | ||
<li> | ||
<a href="organizing.html">Resources for Organizers</a> | ||
</li> | ||
<li> | ||
<a href="media.html">Photos and Videos</a> | ||
</li> | ||
<li> | ||
<a href="contact.html">Contact</a> | ||
</li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="https://www.worldcubeassociation.org/">World Cube Association</a> | ||
</li> | ||
<li> | ||
<a href="http://www.cubingusa.com/">CubingUSA</a> | ||
</li> | ||
<li> | ||
<a href="https://www.speedsolving.com/">Speedsolving Forums</a> | ||
</li> | ||
|
||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
</nav> | ||
<div class="container"> | ||
<div class="row clearfix"> | ||
<div class="col-md-12 column"> | ||
|
||
<div class="jumbotron"> | ||
<h1>Competing</h1> | ||
<p>Competing for the first time may seem intimidating, but it isn't nearly as scary as it may seem. This guide should help you learn how a competition works so that you can be prepared when attending one.<p> | ||
<h2>Should I compete?</h2> | ||
<p>In pretty much every case, the answer is yes. Use <a href="https://cubingusa.com">CubingUSA</a> to find a competition near you. If there isn't one, look at our yearly overview page. If you're concerned about speed, you really shouldn't be. While some events may have cutoffs, 3x3 usually does not, and it's a great event to get started. Even though it's called a "competition," people of all abilities are welcome, and very few people actually come with the expectation of winning.</p> | ||
<h2>Before the Competition</h2> | ||
<p>Even before the actual competing part, there are some tasks that need to be taken care of. First, make sure you pre-register for the competition online. Some competitions allow you to register at the door, but it's much easier for the organizers (and for you) if you register online. When you register, it's highly recommended that you make a CubingUSA account. With a CubingUSA account, you don't have to re-enter all of your information for every competition you register for, and you can also change your registration after submitting it. Leading up to the competition, be sure to thoroughly read the website. The website generally doesn't have too much text, but it has important information about how to get there, parking, food, cutoffs, and anything else you may need to know. Also, be sure to check your email for anything important the organizer may need to tell you. If you need to be accomodated in any way, have any questions, or have a condition that the organizer should know about, email them using the contact page.</p> | ||
<p>A brief note about the regulations: you don't have to read the entire document, but please be familiar with the basic rules at competitions. That being said, always ask a judge or a delegate if you're not sure about something!</p> | ||
<h2>The Day Of</h2> | ||
<p>Make sure you get to the competition on time. If you arrive after registration, it is very inconvenient for the organizers and you may not even be allowed to compete. You will generally need to check-in at the registration table, giving them your name and paying if you haven't already. Then, you can proceed to the seating area until the competition starts. When the competition starts, someone will announce the start of the first event and call up names. Listen carefully - you may miss your turn if you don't hear your name. Unless you are told that this is the case, don't assume that all the names are being called up at once; names are usually called in smaller groups depending on the number of tables available. Once your name is called, place your cube onto the card with your name on it at the designated table, and wait in the competitor area. While in this area, it's fine to talk, but make sure you're not in the way of runners (meaning you should be off to the side) and never discuss the scrambles in any way.</p> | ||
<h2>The Solve</h2> | ||
<p>When your name is called again, go up to the table with the person that called your name, and sit down. It is a good idea to tell that person (this is your judge) that this is your first time so that they can help you with anything you aren't familiar with. If you haven't used a Stackmat timer before, ask to practice starting and stopping one so that it isn't an issue during your solve. After you sit down, the judge will ask whether you are ready, and say "yes" when you are. The judge will lift the cube cover, you will inspect, and then you can put down your cube and start the solve within 15 seconds. At 8 seconds, the judge will say "8" and at 12, "12." When you stop the timer, don't touch the cube or the timer until the judge has written down your time and you have both signed the scorecard. Now, go back to the competitor area. For most events, you have 5 attempts, and after your fifth, you should take your cube with you, leaving only the scorecard.</p> | ||
<h2>While not Competing</h2> | ||
<p>Enjoy yourself! You are in a room full of cubers, and the vast majority are friendly, so go up and talk to someone! Competitions are a great place to make friends. If the organizers need people to help out, that's a great thing to do as well, as it helps the competition and is a fun way to meet people. Have fun!</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Union Cube Club</title> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
|
||
<!--link rel="stylesheet/less" href="less/bootstrap.less" type="text/css" /--> | ||
<!--link rel="stylesheet/less" href="less/responsive.less" type="text/css" /--> | ||
<!--script src="js/less-1.3.3.min.js"></script--> | ||
<!--append ‘#!watch’ to the browser URL, then refresh the page. --> | ||
|
||
<link href="css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="css/style.css" rel="stylesheet"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
<!-- Fav and touch icons --> | ||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="img/apple-touch-icon-144-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="img/apple-touch-icon-114-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="img/apple-touch-icon-72-precomposed.png"> | ||
<link rel="apple-touch-icon-precomposed" href="img/apple-touch-icon-57-precomposed.png"> | ||
<link rel="shortcut icon" href="img/favicon.png"> | ||
|
||
<script type="text/javascript" src="js/jquery.min.js"></script> | ||
<script type="text/javascript" src="js/bootstrap.min.js"></script> | ||
<script type="text/javascript" src="js/scripts.js"></script> | ||
</head> | ||
|
||
<body> | ||
<nav class="navbar navbar-default" role="navigation"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button> <a class="navbar-brand" href="index.html">Union</a> | ||
</div> | ||
|
||
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"> | ||
<ul class="nav navbar-nav"> | ||
<li> | ||
<a href="biographies.html">Biographies</a> | ||
</li> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Competitor Guides<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="competing.html">Competing</a> | ||
</li> | ||
<li> | ||
<a href="judging.html">Judging and Running</a> | ||
</li> | ||
<li> | ||
<a href="scrambling.html">Scrambling</a> | ||
|
||
</ul> | ||
</li> | ||
<li> | ||
<a href="overview.html">Yearly Overview</a> | ||
</li> | ||
<li> | ||
<a href="organizing.html">Resources for Organizers</a> | ||
</li> | ||
<li> | ||
<a href="media.html">Photos and Videos</a> | ||
</li> | ||
<li class="active"> | ||
<a href="contact.html">Contact</a> | ||
</li> | ||
</ul> | ||
<ul class="nav navbar-nav navbar-right"> | ||
<li class="dropdown"> | ||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Links<strong class="caret"></strong></a> | ||
<ul class="dropdown-menu"> | ||
<li> | ||
<a href="https://www.worldcubeassociation.org/">World Cube Association</a> | ||
</li> | ||
<li> | ||
<a href="http://www.cubingusa.com/">CubingUSA</a> | ||
</li> | ||
<li> | ||
<a href="https://www.speedsolving.com/">Speedsolving Forums</a> | ||
</li> | ||
|
||
</ul> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
</nav> | ||
<div class="container"> | ||
<div class="row clearfix"> | ||
<div class="col-md-12 column"> | ||
|
||
<div class="jumbotron"> | ||
<h1> | ||
Contact | ||
</h1> | ||
<p> | ||
If your question is a question specifically about this website, please contact the website administrators at <a href=mailto:unioncubeclub@yahoo.com>unioncubeclub@yahoo.com</a>. If you need to contact a delegate, you may find your closest delegate's contact information using the button below. If you have a general question about cubing, please visit the Speedsolving Forums and post there. | ||
</p> | ||
<a href="mailto:unioncubeclub@matthewmcmillan.me" class="btn btn-primary">Email Website Administrators</a> | ||
<a href="https://www.worldcubeassociation.org/delegates" class="btn btn-primary">Contact a Delegate</a> | ||
<a href="https://www.speedsolving.com/" class="btn btn-primary">Visit the Speedsolving Forums</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.