You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>How would you rate the accomodation?</h3>
<p>"1" begin the least accessible and "5" being the most</p>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">1 star</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">2 stars</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">3 stars</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">4 stars</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">5 stars</label>
</div>
</form>
</div>
<div class="container">
<h3>Is there an entrance ramp?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>Is the handicap parking sufficient?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>Are there any obstacles to get into the entrance of the hotel?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div style="text-align: center;">
<a class="btn btn-primary btn-lg " style= "background-color: #f5411e" role="okay" href=bathrooms>Okay</a>
</div>
</div>
<div id="bathrooms" class="tab-pane fade">
<h2>BATHROOM</h2>
<div class="container">
<h3>In general, does the bathroom have enough room for manual/power wheelchairs?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>Is the mirror too high?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>Are the soap dispensers unreachable?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>Are the hot water pipes insulated?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div style="text-align: center;">
<a class="btn btn-primary btn-lg" style= "background-color: #f5411e" role="okay">Okay</a>
</div>
</div>
<div id="bedroom" class="tab-pane fade">
<h2>BEDROOM</h2>
<div class="container">
<h3>Is the bed too high?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>Are the outlets easilt accessible?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>Was the temperature in your room easily adjustable?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div style="text-align: center;">
<a class="btn btn-primary btn-lg " style= "background-color: #f5411e" role="Okay">Okay</a>
</div>
</div>
<div id="service" class="tab-pane fade">
<h2>SERVICE</h2>
<div class="container">
<h3>Did they place you on the ground floor for safety?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>Were they accomodating to your needs?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
</div>
<div class="container">
<h3>Were the pool, restaurant, and all the hotel additions handicap accessible?</h3>
<form role="form">
<div class="radio">
<label><input type="radio" name="optradio">Yes</label>
</div>
<div class="radio">
<label><input type="radio" name="optradio">No</label>
</div>
</form>
<div style="text-align: center;">
<a class="btn btn-primary btn-lg " style= "background-color: #f5411e" role="okay">Okay</a>
</div>
</div>
</div>
<div id="comment" class="tab-pane fade">
<div class="container">
<h2>COMMENTS</h2>
<p>Leave any comments about specific conditions, rating, or accomodations that should be made to better improve the accessibility of the restaurant</p>
<form role="form">
<div class="form-group">
<label for="comment">Comment:</label>
<textarea class="form-control" rows="5" id="comment"></textarea>
<a class="btn btn-primary btn-lg btn-block" style= "background-color: #f5411e" href="thankyouentry.html" role="submit">Submit</a>
</div>
</form>
</div>
</div>
</div>
<script>
$(document).ready(function(){
// Add smooth scrolling to all links in navbar + footer link
$(".navbar a, footer a[href='#myPage']").on('click', function(event) {
// Prevent default anchor click behavior
event.preventDefault();
// Store hash
var hash = this.hash;
// Using jQuery's animate() method to add smooth page scroll
// The optional number (900) specifies the number of milliseconds it takes to scroll to the specified area
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 900, function(){
// Add hash (#) to URL when done scrolling (default click behavior)
window.location.hash = hash;
});
});
$(window).scroll(function() {
$(".slideanim").each(function(){
var pos = $(this).offset().top;
var winTop = $(window).scrollTop();
if (pos < winTop + 600) {
$(this).addClass("slide");
}
});
});
})
</script>
The text was updated successfully, but these errors were encountered:
Accomodations
Hotels/Places to Stay/Etc.
GENERAL
Is the site ADA approved?
The text was updated successfully, but these errors were encountered: