Skip to content

Commit

Permalink
change UI folders
Browse files Browse the repository at this point in the history
js and css folders added to assest
  • Loading branch information
jinyyash committed Nov 25, 2018
1 parent 640c8fa commit c8df4a9
Show file tree
Hide file tree
Showing 56 changed files with 26,847 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dentalClinic/application/config/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
|
| $autoload['libraries'] = array('user_agent' => 'ua');
*/
$autoload['libraries'] = array();
$autoload['libraries'] = array('database');

/*
| -------------------------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions dentalClinic/application/controllers/Doctor.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@

class Doctor extends CI_Controller {

}

Empty file.
9 changes: 9 additions & 0 deletions dentalClinic/assest/assets/flaticon/Flaticon.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /html/dentalclinic/assets/flaticon/Flaticon.svg was not found on this server.</p>
<hr>
<address>Apache/2.4.10 (Unix) Server at fvdthemes.com Port 80</address>
</body></html>
44 changes: 44 additions & 0 deletions dentalClinic/assest/assets/flaticon/flaticon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
@font-face {
font-family: "Flaticon";
src: url("flaticon.eot");
src: url("flaticon.eot#iefix") format("embedded-opentype"),
url("flaticon.woff") format("woff"),
url("flaticon.ttf") format("truetype"),
url("flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("Flaticon.html#Flaticon") format("svg");
}
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-style: normal;
}

.flaticon-anesthetic-syringe:before { content: "\f100"; }
.flaticon-dental-chair:before { content: "\f101"; }
.flaticon-dental-chair-1:before { content: "\f102"; }
.flaticon-dental-drill:before { content: "\f103"; }
.flaticon-dental-tool:before { content: "\f104"; }
.flaticon-healthy:before { content: "\f105"; }
.flaticon-interface:before { content: "\f106"; }
.flaticon-medal:before { content: "\f107"; }
.flaticon-medal-1:before { content: "\f108"; }
.flaticon-medical:before { content: "\f109"; }
.flaticon-medical-1:before { content: "\f10a"; }
.flaticon-medical-2:before { content: "\f10b"; }
.flaticon-medical-3:before { content: "\f10c"; }
.flaticon-medical-4:before { content: "\f10d"; }
.flaticon-navigation-arrow:before { content: "\f10e"; }
.flaticon-office-chair:before { content: "\f10f"; }
.flaticon-people:before { content: "\f110"; }
.flaticon-people-1:before { content: "\f111"; }
.flaticon-tool:before { content: "\f112"; }
Binary file added dentalClinic/assest/assets/flaticon/flaticon.eot
Binary file not shown.
358 changes: 358 additions & 0 deletions dentalClinic/assest/assets/flaticon/flaticon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dentalClinic/assest/assets/flaticon/flaticon.ttf
Binary file not shown.
Binary file added dentalClinic/assest/assets/flaticon/flaticon.woff
Binary file not shown.

Large diffs are not rendered by default.

Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
9 changes: 9 additions & 0 deletions dentalClinic/assest/css/AjaxLoader.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /html/dentalclinic/css/AjaxLoader.gif was not found on this server.</p>
<hr>
<address>Apache/2.4.10 (Unix) Server at fvdthemes.com Port 80</address>
</body></html>
Loading

0 comments on commit c8df4a9

Please sign in to comment.