Skip to content

Commit

Permalink
Merge pull request #7 from bryanhanner/master
Browse files Browse the repository at this point in the history
minor changes with the browser icon, page titles, and landing page
  • Loading branch information
bryanhanner authored Dec 29, 2017
2 parents d4e2d5c + 05e2382 commit 774beaa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 88 deletions.
4 changes: 2 additions & 2 deletions a11ytext.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Handwriting</title>
<link rel="icon">
<title>A11yText</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">
<meta charset="UTF-8">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/superagent/3.5.2/superagent.min.js"></script>
Expand Down
95 changes: 9 additions & 86 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<meta name="description" content="image to text converter">
<meta name="author" content="">

<title>A11y Text</title>
<link rel="icon">
<title>A11yText</title>
<link rel="icon" href="favicon.ico" type="image/x-icon">

<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
Expand All @@ -31,7 +31,7 @@
<!-- Navigation -->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top">A11y Text</a>
<a class="navbar-brand js-scroll-trigger" href="#page-top">A11yText</a>
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fa fa-bars"></i>
Expand Down Expand Up @@ -63,19 +63,6 @@
</div>
</header>



<!--When a professor uploads an image of text, whether it's a page of a book or their handwritten
notes, it is not accessible to those who are visually impaired.
At the University of Washington,
students with visual impairements often come to UW staff with academic materials on which
they can't use text-to-speech, and these staff members type up the documents by hand for each individual student.
Now with A11y Text, these students can upload all of their academic materials as PDFs, JPGs, or PNGs
and download versions they can use in a simple text file. Try it out!-->


<!-- About -->
<section id="about">
<div class="container">
Expand Down Expand Up @@ -125,10 +112,10 @@ <h4 class="subheading">Current Solutions</h4>
</div>
<div class="timeline-panel">
<div class="timeline-heading">
<h4 class="subheading">Enter A11y Text</h4>
<h4 class="subheading">Enter A11yText</h4>
</div>
<div class="timeline-body">
<p class="text-muted">With A11y Text, these students can upload all of their academic materials as PDFs, JPGs, or PNGs
<p class="text-muted">With A11yText, these students can upload all of their academic materials as PDFs, JPGs, or PNGs
and download versions they can use in a simple text file. Minimal wait time and no travel required.</p>
</div>
</div>
Expand Down Expand Up @@ -162,17 +149,7 @@ <h4>Matthew Yang</h4>
<p class="text-muted">Developer</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<a href="https://www.linkedin.com/in/mattyang1/">
<i class="fa fa-linkedin"></i>
</a>
</li>
Expand Down Expand Up @@ -210,17 +187,7 @@ <h4>Tim Adamson</h4>
<p class="text-muted">Developer</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<a href="https://www.linkedin.com/in/tim-adamson-b79432b1/">
<i class="fa fa-linkedin"></i>
</a>
</li>
Expand All @@ -234,17 +201,7 @@ <h4>Karishma Mandyam</h4>
<p class="text-muted">Developer</p>
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<a href="https://www.linkedin.com/in/kmandyam/">
<i class="fa fa-linkedin"></i>
</a>
</li>
Expand All @@ -254,51 +211,17 @@ <h4>Karishma Mandyam</h4>
</div>
<div class="row">
<div class="col-lg-8 mx-auto text-center">

</div>
</div>
</div>
</section>





<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-4">
<span class="copyright">Copyright &copy; Your Website 2017</span>
</div>
<div class="col-md-4">
<ul class="list-inline social-buttons">
<li class="list-inline-item">
<a href="#">
<i class="fa fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fa fa-facebook"></i>
</a>
</li>
<li class="list-inline-item">
<a href="#">
<i class="fa fa-linkedin"></i>
</a>
</li>
</ul>
</div>
<div class="col-md-4">
<ul class="list-inline quicklinks">
<li class="list-inline-item">
<a href="#">Privacy Policy</a>
</li>
<li class="list-inline-item">
<a href="#">Terms of Use</a>
</li>
</ul>
<span class="copyright">Copyright &copy; A11yText 2017</span>
</div>
</div>
</div>
Expand Down

0 comments on commit 774beaa

Please sign in to comment.