Skip to content

Commit

Permalink
post-hackathon cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
NadaRadwan committed Feb 19, 2018
1 parent 534c5d2 commit db571a0
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 75 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified audioOutput.mp3
Binary file not shown.
Binary file removed dog.jpg
Binary file not shown.
Binary file modified snapShot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
94 changes: 28 additions & 66 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,96 +4,58 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Eye Hear</title>



<link rel="stylesheet" type="text/css" href="./static/styles/normalize.css">
<link rel="stylesheet" type="text/css" href="./static/styles/grid.css">
<link rel="stylesheet" type="text/css" href="./static/styles/style.css">
<link rel="stylesheet" type="text/css" href="./static/styles/queries.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js">
</script>



</script>
</head>
<body>
<header class="header">
<div class=" row">
<div class="col span-2-of-2 headline">
<h1>EyeHear</h1>
<h2></h2>
</div>
<div class=" row">
<div class="col span-2-of-2 headline">
<h1>EyeHear</h1>
</div>
</div>

<div class="row">
<div class="row">
<form method="post" action="#" class="contact-form">
<div class="row">
<div class="col span-3-of-3">
<p class="center-text">-uOttaHack Hackathon project: </p>

<p class="center-text">-uOttaHack Hackathon project: </p>
</div>
<div class="col span-3-of-3">
<br>
<p class="center-text">Creating described video for real life using Google Vision API and Raspberry Pi.</p>
</div>
</div>
<div class="row">
<div class="col span-1-of-3">

</div>
<div class="col span-2-of-3">

<br>
<p class="center-text">Creating described video for real life using Google Vision API and Raspberry Pi.</p>
</div>
</div>
<!-- <div class="row">
<div class="col span-1-of-3"></div>
<div class="col span-2-of-3"></div>
</div> -->
<div class="row">
<div class="col span-1-of-3">

</div>
<div class="col span-1-of-3"></div>
<div class="col span-2-of-3">
<input type ="button" class="btn-press" id ="press-btn" name="btn" value="Scan me">
<input type ="button" class="btn-press" id ="press-btn" name="btn" value="Scan me">
</div>
</div>




</form>

</div>


</div>
</form>
</div>
</header>



<footer>

<div class="row">

<div class="col span-1-of-2">


</div>

<div class="col span-1-of-2">


</div>
</div>
<!-- <div class="row">
<div class="col span-1-of-2"></div>
<div class="col span-1-of-2"></div>
</div> -->

<div class="row">
<p class="designer">Web Designer : Ibrahim Ayyoub</p>

<br>
<br>
<p class="rights">&copy; Copyright 2018 by Ibrahim Ayyoub,Simon Gaudert, Omar .R Mohsen, Nada .R Mohsen all rights reserved. </p>


<p class="designer">Web Designer : Ibrahim Ayyoub</p>
<br>
<br>
<p class="rights">&copy; Copyright 2018 by Ibrahim Ayyoub,Simon Gaudert, Omar .R Mohsen, Nada .R Mohsen all rights reserved. </p>
</div>
</footer>


</footer>
</body>
<script type="text/javascript" src="../static/js/script.js"></script>
</html>
9 changes: 0 additions & 9 deletions testingflask.py

This file was deleted.

0 comments on commit db571a0

Please sign in to comment.