Commit bd565a54 authored by Shubham V's avatar Shubham V

added icons

parent 822c7646
* { /*
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}
body { body {
min-height: 100vh; min-height: 100vh;
} } */
a {
text-decoration: none;
}
/*
li { li {
list-style: none; list-style: none;
} } */
h1, /* h1,
h2 { h2 {
color: #444; color: #444;
} } */
h3 { h3 {
color: #999; color: rgba(92, 88, 88, 0.963);
} }
.btn { /* .btn {
background: #f05462; background: #f05462;
color: white; color: white;
padding: 5px 10px; padding: 5px 10px;
...@@ -34,21 +25,21 @@ h3 { ...@@ -34,21 +25,21 @@ h3 {
} }
.btn:hover { .btn:hover {
color: #f05462; color: #423839;
background: white; background: rgb(5, 0, 0);
padding: 3px 8px; padding: 3px 8px;
border: 2px solid #f05462; border: 2px solid #f05462;
} } */
.title { .title {
display: flex; display: flex;
font-weight: 1000; /* font-weight: 1000; */
font-size: 25px; font-size: 30px;
align-items: center; /* align-items: center; */
/* justify-content: space-around; */ /* justify-content: space-around; */
justify-content: center; justify-content: center;
padding: 10px 10px; padding: 10px;
border-bottom: 2px solid #999; /* border-bottom: 2px solid #999; */
/* height: 14vh; */ /* height: 14vh; */
} }
...@@ -63,32 +54,33 @@ td { ...@@ -63,32 +54,33 @@ td {
} }
.side-menu { .side-menu {
position: fixed;
background: #f05462;
width: 18vw;
min-height: 100vh; min-height: 100vh;
display: flex; background: #6AB187;
flex-direction: column; width: 20vw;
position: fixed;
/* display: flex; */
/* flex-direction: column; */
} }
.side-menu .brand-name { .side-menu .brand-name {
height: 10vh; height:10vh;
display: flex; /* display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center; */
} }
.side-menu a { .side-menu a {
font-size: 24px;
padding: 10px 40px;
color: white;
display: flex; display: flex;
align-items: center; color: white;
font-size:26px;
padding:15px 40px;
/* align-items: center; */
} }
.side-menu a:hover { .side-menu a:hover {
background: white; color: #6AB187;
color: #f05462; background: rgb(255, 255, 255);
} }
.container { .container {
...@@ -96,164 +88,180 @@ td { ...@@ -96,164 +88,180 @@ td {
right: 0; right: 0;
width: 80vw; width: 80vw;
height: 100vh; height: 100vh;
background: #f1f1f1; background: #6AB187;
} }
.container .header { .container .header {
position: fixed; box-shadow:0 6px 6px 0 rgba(0, 0, 0, 0.6);
top: 0; z-index:1;
right: 0; justify-content:center;
width: 80vw; right:0;
height: 10vh; width:80vw;
background: white; background:white;
display: flex; display:flex;
align-items: center; position:fixed;
justify-content: center; top:0;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); align-items:center;
z-index: 1; height:12vh;
} }
.container .header .dashboard_title { .container .header .dashboard_title {
height: 14vh; align-items:center;
font-size: 30px; display:flex;
font-weight: 1000; height:14vh;
display: flex; justify-content:center;
align-items: center; font-weight:990;
justify-content: center; font-size:30px;
} }
/* .title { /* .title {
height: 14vh; height:14vh;
font-size: 30px; font-size:30px;
font-weight: 1000; font-weight:1000;
display: flex; display:flex;
align-items: center; align-items:center;
justify-content: center; justify-content:center;
} */ } */
.container .content { .container .content {
position: relative; background:#f1efef;
margin-top: 10vh;
min-height: 90vh; position:relative;
background: #f1f1f1; margin-top:12vh;
/* min-height:90vh; */
} }
.container .content .cards { .container .content .cards {
padding: 20px 15px; display:flex;
display: flex; padding:15px 15px;
align-items: center; flex-wrap:wrap;
justify-content: space-between;
flex-wrap: wrap; align-items:center;
justify-content:space-between;
} }
.container .content .cards .card { .container .content .cards .card {
width: 250px; display:flex;
height: 150px; box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.4);
background: white; height:150px;
margin: 20px 10px; margin:17px 9px;
display: flex; background:rgb(249, 246, 246);
align-items: center; align-items:center;
justify-content: space-around; width:250px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); justify-content:space-around;
} }
.container .content .content-2 { .container .content .content-2 {
min-height: 60vh; display:flex;
display: flex; justify-content:space-around;
justify-content: space-around; align-items:flex-start;
align-items: flex-start; flex-wrap:wrap;
flex-wrap: wrap; /* min-height:70vh; */
} }
.container .content .content-2 .recent-payments { .container .content .content-2 .recent-payments {
min-height: 100%; min-height:100%;
background: white; background:white;
/* margin: 0 25px 25px 25px; */ /* margin:0 25px 25px 25px; */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
display: flex; display:flex;
flex-direction: column; flex-direction:column;
/* margin: auto; */ /* margin:auto; */
margin-top: 0vh; margin-top:0px;
margin-bottom: 5vh; margin-bottom:20px;
} }
/* .container .content .content-2 .recent-payments { .container .content .content-2 .recent-payments {
display: flex; justify-content:center;
justify-content: center; align-items:center;
align-items: center; box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.2);
overflow: hidden; display:flex;
background: white; overflow:hidden;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background:white;
} }
.container .content .content-2 .recent-payments img{ .container .content .content-2 .recent-payments img{
min-width: 100%; min-width:100%;
min-height: 100% min-height:100%
} */ }
.container .content .content-2 .new-students { .container .content .content-2 .new-students {
min-height: 100%; min-height:100%;
background: white; background:white;
/* margin: 0 25px 25px 25px; */ /* margin:0 25px 25px 25px; */
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.4);
display: flex; display:flex;
flex-direction: column; flex-direction:column;
margin-bottom: 5vh; margin-bottom:5vh;
/* margin-top: 10vh; */ /* margin-top:10vh; */
} }
.container .content .content-2 .new-students .performance{ .container .content .content-2 .new-students .performance{
min-height: 100%; display:flex;
background: white; min-height:100%;
/* margin: 0 25px 25px 25px; */ flex-direction:column;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background:white;
display: flex; /* margin:0 25px 25px 25px; */
flex-direction: column; box-shadow:0 6px 20px 0 rgba(0, 0, 0, 0.4);
/* margin-top: 10vh; */ /* margin-top:10vh; */
} }
.container .content .content-2 .new-students table td:nth-child(1) img { .container .content .content-2 .new-students table td:nth-child(1) img {
height: 40px; height:40px;
width: 40px; width:40px;
} }
@media screen and (max-width: 1050px) { /* @media screen and (max-width:1050px) {
.side-menu li { .side-menu li {
font-size: 18px; font-size:18px;
} }
} }
@media screen and (max-width: 940px) { @media screen and (max-width:940px) {
.side-menu li span { .side-menu li span {
display: none; display:none;
} }
.side-menu { .side-menu {
align-items: center; align-items:center;
} }
.side-menu li img { .side-menu li img {
width: 40px; width:40px;
height: 40px; height:40px;
} }
.side-menu li:hover { .side-menu li:hover {
background: #f05462; background:#f05462;
padding: 8px 38px; padding:8px 38px;
border: 2px solid white; border:2px solid white;
} }
} }
@media screen and (max-width:536px) { @media screen and (max-width:536px) {
.brand-name h1 { .brand-name h1 {
font-size: 16px; font-size:16px;
} }
.container .content .cards { .container .content .cards {
justify-content: center; justify-content:center;
} }
.side-menu li img { .side-menu li img {
width: 30px; width:30px;
height: 30px; height:30px;
} }
.container .content .content-2 .recent-payments table th:nth-child(2), .container .content .content-2 .recent-payments table th:nth-child(2),
.container .content .content-2 .recent-payments table td:nth-child(2) { .container .content .content-2 .recent-payments table td:nth-child(2) {
display: none; display:none;
} }
} */
a {text-decoration:none;}
*{padding:0;
/* box-sizing:border-box; */
font-family:Georgia;
margin:0;
} }
\ No newline at end of file
static/img/dashboard.png

655 Bytes | W: | H:

static/img/dashboard.png

2.61 KB | W: | H:

static/img/dashboard.png
static/img/dashboard.png
static/img/dashboard.png
static/img/dashboard.png
  • 2-up
  • Swipe
  • Onion skin
static/img/help-web-button.png

1.07 KB | W: | H:

static/img/help-web-button.png

3.1 KB | W: | H:

static/img/help-web-button.png
static/img/help-web-button.png
static/img/help-web-button.png
static/img/help-web-button.png
  • 2-up
  • Swipe
  • Onion skin
static/img/income.png

6.16 KB | W: | H:

static/img/income.png

6.45 KB | W: | H:

static/img/income.png
static/img/income.png
static/img/income.png
static/img/income.png
  • 2-up
  • Swipe
  • Onion skin
static/img/payment.png

1018 Bytes | W: | H:

static/img/payment.png

2.6 KB | W: | H:

static/img/payment.png
static/img/payment.png
static/img/payment.png
static/img/payment.png
  • 2-up
  • Swipe
  • Onion skin
static/img/school.png

1.08 KB | W: | H:

static/img/school.png

2.88 KB | W: | H:

static/img/school.png
static/img/school.png
static/img/school.png
static/img/school.png
  • 2-up
  • Swipe
  • Onion skin
static/img/schools.png

4.69 KB | W: | H:

static/img/schools.png

9.11 KB | W: | H:

static/img/schools.png
static/img/schools.png
static/img/schools.png
static/img/schools.png
  • 2-up
  • Swipe
  • Onion skin
static/img/students.png

6.22 KB | W: | H:

static/img/students.png

7.65 KB | W: | H:

static/img/students.png
static/img/students.png
static/img/students.png
static/img/students.png
  • 2-up
  • Swipe
  • Onion skin
static/img/students_navbar.png

1.04 KB | W: | H:

static/img/students_navbar.png

2.52 KB | W: | H:

static/img/students_navbar.png
static/img/students_navbar.png
static/img/students_navbar.png
static/img/students_navbar.png
  • 2-up
  • Swipe
  • Onion skin
static/img/teacher2.png

878 Bytes | W: | H:

static/img/teacher2.png

2.59 KB | W: | H:

static/img/teacher2.png
static/img/teacher2.png
static/img/teacher2.png
static/img/teacher2.png
  • 2-up
  • Swipe
  • Onion skin
static/img/teachers.png

5.13 KB | W: | H:

static/img/teachers.png

8.2 KB | W: | H:

static/img/teachers.png
static/img/teachers.png
static/img/teachers.png
static/img/teachers.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<h3>Classrooms</h3> <h3>Classrooms</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/students.png') }}" alt=""> <img src="{{ url_for('static', filename='img/goodcond.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<h3>Good Condition</h3> <h3>Good Condition</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/teachers.png') }}" alt=""> <img src="{{ url_for('static', filename='img/goodcond_class.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<h3>Need Minor Repair</h3> <h3>Need Minor Repair</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/schools.png') }}" alt=""> <img src="{{ url_for('static', filename='img/min_repair.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<h3>Need Major Repair</h3> <h3>Need Major Repair</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/income.png') }}" alt=""> <img src="{{ url_for('static', filename='img/maj_repair.png') }}" alt="">
</div> </div>
</div> </div>
</div> </div>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<h3>Enrolment &lt;= 50</h3> <h3>Enrolment &lt;= 50</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/students.png') }}" alt=""> <img src="{{ url_for('static', filename='img/team.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<h3>Schools with Drinking Water</h3> <h3>Schools with Drinking Water</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/teachers.png') }}" alt=""> <img src="{{ url_for('static', filename='img/water.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<h3>Schools with Girls' Toilet</h3> <h3>Schools with Girls' Toilet</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/schools.png') }}" alt=""> <img src="{{ url_for('static', filename='img/toilet.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<h3>Schools with Ramp</h3> <h3>Schools with Ramp</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/income.png') }}" alt=""> <img src="{{ url_for('static', filename='img/ramp.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
<h3>Single Classroom Schools</h3> <h3>Single Classroom Schools</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/teachers.png') }}" alt=""> <img src="{{ url_for('static', filename='img/s_class.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<h3>Single Teacher Schools</h3> <h3>Single Teacher Schools</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/schools.png') }}" alt=""> <img src="{{ url_for('static', filename='img/s_teacher.png') }}" alt="">
</div> </div>
</div> </div>
</div> </div>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<h3>Schools</h3> <h3>Schools</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/students.png') }}" alt=""> <img src="{{ url_for('static', filename='img/school_1.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<h3>Government</h3> <h3>Government</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/teachers.png') }}" alt=""> <img src="{{ url_for('static', filename='img/govt.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<h3>Private</h3> <h3>Private</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/schools.png') }}" alt=""> <img src="{{ url_for('static', filename='img/private.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<h3>Others</h3> <h3>Others</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/income.png') }}" alt=""> <img src="{{ url_for('static', filename='img/others.png') }}" alt="">
</div> </div>
</div> </div>
</div> </div>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
<h3>Teachers</h3> <h3>Teachers</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/students.png') }}" alt=""> <img src="{{ url_for('static', filename='img/teachers.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<h3>Government</h3> <h3>Government</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/teachers.png') }}" alt=""> <img src="{{ url_for('static', filename='img/govt.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -60,7 +60,7 @@ ...@@ -60,7 +60,7 @@
<h3>Private</h3> <h3>Private</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/schools.png') }}" alt=""> <img src="{{ url_for('static', filename='img/private.png') }}" alt="">
</div> </div>
</div> </div>
<div class="card"> <div class="card">
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<h3>Others</h3> <h3>Others</h3>
</div> </div>
<div class="icon-case"> <div class="icon-case">
<img src="{{ url_for('static', filename='img/income.png') }}" alt=""> <img src="{{ url_for('static', filename='img/others.png') }}" alt="">
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment