Skip to content

Commit

Permalink
prepare for code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellichen committed Mar 23, 2018
1 parent 87f9413 commit 48d3f20
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Server/views/calendar.pug
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ h1 Today
<a href="exam" class="card">
//- <div class="thumb" style="background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/users-2.png);"></div>
<article>
<h1>How to Conduct Remote Usability Testing</h1>
<p>Welcome to our monthly feature of fantastic tutorial results created by you, the Envato Tuts+ community! </p>
<h1>This is the exam title. For example: "Unit 1: HTML"</h1>
<p>This is the exam description. For example: "This exam includes lectures and questions covered in Unit 1."</p>
//- <span>Started</span>
</article>
</a>
Expand Down
6 changes: 3 additions & 3 deletions Server/views/css/taskcard.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
.card article {
padding: 20px;
display: flex;

height: 100%;
flex: 1;
justify-content: space-between;
flex-direction: column;
Expand Down Expand Up @@ -120,8 +120,8 @@
.wave {
opacity: .5;
position: absolute;
top: 550px;
left: 50px;
top: 540px;
left: 80px;
background: #57b846;
width: 700px;
height: 700px;
Expand Down
2 changes: 1 addition & 1 deletion Server/views/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ $('a[name="home"]').on("click", function() {
})

$('a[name="exam"]').on("click", function() {
window.location.replace("/exam")
// window.location.replace("/exam")
})

$('a[name="profile"]').on("click", function() {
Expand Down

0 comments on commit 48d3f20

Please sign in to comment.