Skip to content

Commit

Permalink
Renamed build folder to the client-build
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolay Savenko committed Apr 11, 2015
1 parent 13430e3 commit 0652ff1
Show file tree
Hide file tree
Showing 139 changed files with 59,840 additions and 8 deletions.
Binary file added client-build/images/ava.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 added client-build/images/challenges.jpg
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 client-build/images/icon_arrow.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 added client-build/images/icons_sprite.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 added client-build/images/icons_sprite_causes.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 added client-build/images/icons_sprite_needs.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 added client-build/images/logotype_0.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 added client-build/images/logotype_1.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 added client-build/images/past-challenges.jpg
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 client-build/images/preloader.GIF
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 client-build/images/sign_up_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions client-build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, user-scalable=yes">
<title>Croydon</title>

<link rel="stylesheet" href="styles/index.css">

</head>
<body>

<!-- start: wrapper -->
<div class="b-wrapper">

<!-- start: header -->
<ui-view name="header" class="b-header"></ui-view>
<!-- end: header -->

<!-- start: content -->
<ui-view name="content" class="b-content"></ui-view>
<!-- end: content -->

</div>
<!-- end: wrapper -->

<!-- start: footer -->
<ui-view name="footer" class="b-footer"></ui-view>
<!-- end: footer -->

<script data-main="scripts/app/bootstrap.js" src="scripts/vendors/requirejs/require.js"></script>
</body>
</html>
46 changes: 46 additions & 0 deletions client-build/scripts/app/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

43 changes: 43 additions & 0 deletions client-build/scripts/app/bootstrap.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 22 additions & 0 deletions client-build/scripts/app/common/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0652ff1

Please sign in to comment.