Skip to content

Commit

Permalink
base & attendance color tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyneira committed Sep 2, 2017
1 parent 305919d commit 247c290
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 31 deletions.
25 changes: 0 additions & 25 deletions templates/add_student.html

This file was deleted.

2 changes: 1 addition & 1 deletion templates/attendance.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% block content %}
<div class="container">
{% if attendance|length == 0 %}
<div class="card small hoverable m6 lc-blue-text" id="att-date-card">
<div class="card large lc-blue-text" id="att-date-card">
<div class="card-content">
<span class="card-title">Attendance Dates</span>
<form action="/attendance" method="post">
Expand Down
13 changes: 8 additions & 5 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
color: #344A5F !important;
}
.dropdown-content li>a{
color: rgba(255,255,255,.9);
color: white !important;
}
.dropdown-content li>a:hover{
background-color: #F0400F !important;
}
.dropdown-content{
min-width: 165px;
Expand Down Expand Up @@ -169,14 +172,14 @@ <h5 class="white-text">LaunchCode Attendance</h5>
<h5 class="white-text">Contributors</h5>
<div class="col">
<div class="row">
<a class="chip lc-light-blue-text" href="https://github.com/anthony-becerra" target='_blank'><img src="https://avatars2.githubusercontent.com/u/27900121?v=4&s=400" alt="Anthony Img">Anthony</a>
<a class="chip lc-light-blue-text" href="https://github.com/dannyneira" target='_blank'><img src="https://avatars2.githubusercontent.com/u/16809145?v=4&s=460" alt="Danny Img">Danny</a>
<a class="chip hoverable lc-light-blue-text" href="https://github.com/anthony-becerra" target='_blank'><img src="https://avatars2.githubusercontent.com/u/27900121?v=4&s=400" alt="Anthony Img">Anthony</a>
<a class="chip hoverable lc-light-blue-text" href="https://github.com/dannyneira" target='_blank'><img src="https://avatars2.githubusercontent.com/u/16809145?v=4&s=460" alt="Danny Img">Danny</a>
</div>
</div>
<div class="col">
<div class="row">
<a class="chip lc-light-blue-text" href="https://github.com/kitiarasr" target='_blank'><img src="https://avatars3.githubusercontent.com/u/14181911?v=4&s=400" alt="Kitiara Img">Kitiara</a>
<a class="chip lc-light-blue-text" href="https://github.com/jonager" target='_blank'><img src="https://avatars0.githubusercontent.com/u/17533132?v=4&s=400" alt="Jonathan Img">Jonathan</a>
<a class="chip hoverable lc-light-blue-text" href="https://github.com/kitiarasr" target='_blank'><img src="https://avatars3.githubusercontent.com/u/14181911?v=4&s=400" alt="Kitiara Img">Kitiara</a>
<a class="chip hoverable lc-light-blue-text" href="https://github.com/jonager" target='_blank'><img src="https://avatars0.githubusercontent.com/u/17533132?v=4&s=400" alt="Jonathan Img">Jonathan</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 247c290

Please sign in to comment.