Skip to content

Commit

Permalink
New Second page half done. #2
Browse files Browse the repository at this point in the history
  • Loading branch information
SharanRajani committed May 28, 2019
1 parent 3c039c3 commit 8d2dc81
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions templates/New_Second.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,8 +265,8 @@
/*position: absolute;*/
/*width:60%;*/
/*height: 70%;*/
right: 17%;
top:79%;
right: 18%;
top:69%;
}

#bloc13{
Expand All @@ -279,6 +279,15 @@
top:19%;
}

#bloc15{
top:29%;
right:65%;
}

.s1{
font-size: 2.7vh;
style="font-family: 'Raleway', sans-serif;
}

</style>
</head>
Expand Down Expand Up @@ -321,7 +330,7 @@

<input style="margin:50px 0px 0px 0px;display: none;" >

<span class="buttons" onclick="location.href='http://127.0.0.1:5000/display_spec'" onMouseOver="this.style.background='#11525C'" onMouseOut="this.style.background='#0B353B'" style="font-family: 'Raleway', sans-serif; cursor: pointer; position: absolute; top: 49%; left: 51%;border-radius:4vh; text-decoration:none; border-radius:4vh; background-color:#0B353B; font-size: 2vh;text-align:center; width:10vh; display:inline-block; margin: 2vh; padding: 2vh; color: white " >Denoised Results</span>
<span class="buttons" onclick="location.href='http://127.0.0.1:5000/display_spec'" onMouseOver="this.style.background='#11525C'" onMouseOut="this.style.background='#0B353B'" style="font-family: 'Raleway', sans-serif; cursor: pointer; position: absolute; top: 49%; left: 51%;border-radius:2vh; text-decoration:none; border-radius:2vh;height:6vh; background-color:#0B353B; font-size: 2.5vh;text-align:center; width:11vh; display:inline-block; margin: 2vh; padding: 2.3vh; color: white " >Denoised Results</span>

<!-- </form> -->
</label>
Expand All @@ -332,6 +341,12 @@
<div class="bloc" id="bloc14">
<img src="{{ url_for('static', filename = 'images/AmpVsTime.png') }}"/>
</div>
<div class="bloc" id="bloc15">
<span class="s1">{{wav_data[:5]}}</span><br>
<span class="s1">{{wav_data[5:10]}}</span><br>
<span class="s1">.....</span><br>
<span class="s1">{{wav_data[-5:]}}</span>
</div>
</div>
<!-- <i class="material-icons">add_circle_outline</i>-->
<!-- <i class="material-icons md-18">face</i>-->
Expand Down

0 comments on commit 8d2dc81

Please sign in to comment.