Skip to content

Commit

Permalink
added css
Browse files Browse the repository at this point in the history
  • Loading branch information
arunKsingh committed Nov 6, 2016
1 parent 67e7250 commit 7365b19
Show file tree
Hide file tree
Showing 41 changed files with 11,507 additions and 14 deletions.
Binary file added app/fonts/FontAwesome.otf
Binary file not shown.
Binary file added app/fonts/fontawesome-webfont.eot
Binary file not shown.
655 changes: 655 additions & 0 deletions app/fonts/fontawesome-webfont.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 app/fonts/fontawesome-webfont.ttf
Binary file not shown.
Binary file added app/fonts/fontawesome-webfont.woff
Binary file not shown.
Binary file added app/fonts/fontawesome-webfont.woff2
Binary file not shown.
Binary file added app/fonts/glyphicons-halflings-regular.eot
Binary file not shown.
288 changes: 288 additions & 0 deletions app/fonts/glyphicons-halflings-regular.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 app/fonts/glyphicons-halflings-regular.ttf
Binary file not shown.
Binary file added app/fonts/glyphicons-halflings-regular.woff
Binary file not shown.
Binary file added app/fonts/glyphicons-halflings-regular.woff2
Binary file not shown.
Binary file modified app/images/logo1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified app/images/team.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 5 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<!-- endbower -->
<!-- endbuild -->
<!-- build:css(.tmp) styles/main.css -->
<link href="styles/bootstrap.min.css" rel="stylesheet">
<link href="styles/bootstrap-theme.min.css" rel="stylesheet">
<link href="styles/font-awesome.min.css" rel="stylesheet">
<link href="styles/bootstrap-social.css" rel="stylesheet">
<link rel="stylesheet" href="styles/main.css">
<!-- endbuild -->
</head>
Expand All @@ -33,7 +37,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#/"><img src="images/logo1.png"/> </a>
<a class="navbar-brand" href="#/"><span class="glyphicon glyphicon-home" aria-hidden="true"> </span> Wishrupt </a>
</div>
<div id="navbar" class="navbar-collapse collapse menu">
<ul class="nav navbar-nav">
Expand Down
93 changes: 93 additions & 0 deletions app/styles/bootstrap-social.css

Large diffs are not rendered by default.

Loading

0 comments on commit 7365b19

Please sign in to comment.