CINXE.COM
Tiny about us
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Tiny url filtering service for UCSF about page"> <meta name="author" content="Anesthesia IT (AIT)"> <link rel="icon" href="favicon.ico"> <title>Tiny about us</title> <!-- Bootstrap core CSS --> <link href="css/bootstrap.min.css" rel="stylesheet"> <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> </head> <body> <div class="navbar navbar-inverse navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse"> <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="#">Tiny</a> </div> <div class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li><a href="index.php">Home</a></li> <li class="active"><a href="#">About</a></li> <li><a href="faq.php">FAQ</a></li> <li><a href="tos.php">Terms of service</a></li> </ul> </div> </div> </div> <div class="jumbotron" style=" text-align: center "> <img height="200" src="images/tiny-logo.svg" alt="Tiny logo"> <div class="container"> <p>Short and to the point.</p> <hr> </div> </div> <div class="container"> <div class="row"> <div class="col-md-4"> <h2>What is this?</h2> <p>Tiny is a URL shortner similiar to bit.ly but specific to UCSF domains and affilate websites.</p> <p>With tiny.ucsf you can go from this:</p> <p>https://www.ucsf.edu/news/2023/08/426011/how-best-manage-mental-health-and-pain-long-term-diagnosis</p> <p> To this:</p> <p><a href="https://tiny.ucsf.edu/b8iDue" target="_blank">https://tiny.ucsf.edu/b8iDue</a></p> <p>This service is offered for free to all UCSF faculty, staff and students.</p> </div> <div class="col-md-4"> <h2>Who runs this thing?</h2> <p>Tiny is currently operated by UCSF IT Web Services.</p> </div> <div class="col-md-4"> <h2>Who can help me!?</h2> <p>Tiny is run by the UCSF IT Web Services. For technical support please submit a ticket at <a href="http://help.ucsf.edu/ess/" target="_blank">help.ucsf.edu</a> </p> </div> </div> <hr> <footer> <p>© 2023 UCSF IT Web Services</p> </footer> </div> <script src="js/jquery-1.11.1.min.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html>