Skip to content

Commit a8596e4

Browse files
committed
Initial release version 1.0 (php starter pack)
1 parent c9a0690 commit a8596e4

36 files changed

Lines changed: 24399 additions & 0 deletions

admin/assets/css/bootstrap.css

Lines changed: 8975 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/assets/css/main.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/*All Custom CSS styles*/
2+
3+
/*While @font-face is excellent for fonts that are hosted on our own servers, there may be situations where a hosted font solution is better. Google Fonts offers this as a way to use their fonts.*/
4+
/*
5+
Using Custom fonts
6+
@font-face {
7+
font-family: 'MyWebFont';
8+
src: url('webfont.eot'); IE9 Compat Modes
9+
src: url('webfont.eot?#iefix') format('embedded-opentype'), IE6-IE8
10+
url('webfont.woff2') format('woff2'), Super Modern Browsers
11+
url('webfont.woff') format('woff'), Pretty Modern Browsers
12+
url('webfont.ttf') format('truetype'), Safari, Android, iOS
13+
url('webfont.svg#svgFontName') format('svg'); Legacy iOS
14+
}
15+
*/
16+
17+
/*font-family: 'Rajdhani', sans-serif;*/
18+
/*@import url('https://fonts.googleapis.com/css?family=Rajdhani');
19+
h2{
20+
font-family: Rajdhani;
21+
}*/

admin/assets/font-awesome/font-awesome.min.css

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/assets/fonts/FontAwesome.otf

132 KB
Binary file not shown.
162 KB
Binary file not shown.

admin/assets/fonts/fontawesome-webfont.svg

Lines changed: 2671 additions & 0 deletions
Loading
162 KB
Binary file not shown.
95.7 KB
Binary file not shown.
75.4 KB
Binary file not shown.

admin/assets/js/bootstrap.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)