Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit 1d8eff2

Browse files
committed
fixed the referenced file extensions in index.html
1 parent d0d3232 commit 1d8eff2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+7
-1157
lines changed

Diff for: README.md

100644100755
File mode changed.

Diff for: public/.DS_Store

100644100755
0 Bytes
Binary file not shown.

Diff for: public/css/about.css.scss

-3
This file was deleted.

Diff for: public/css/application.css

-23
This file was deleted.

Diff for: public/css/demo.css.scss

-3
This file was deleted.

Diff for: public/css/users.css.scss

-3
This file was deleted.

Diff for: public/img/.DS_Store

-6 KB
Binary file not shown.

Diff for: public/img/Computer_Science.jpg

-7.57 KB
Binary file not shown.

Diff for: public/img/Computer_Science.png

-13.3 KB
Binary file not shown.

Diff for: public/img/Design.jpg

-5.32 KB
Binary file not shown.

Diff for: public/img/Design.png

-12.4 KB
Binary file not shown.

Diff for: public/img/Math.jpg

-5.61 KB
Binary file not shown.

Diff for: public/img/Math.png

-15.7 KB
Binary file not shown.

Diff for: public/img/Multifaceted.jpg

-7.69 KB
Binary file not shown.

Diff for: public/img/Multifaceted.png

-12.5 KB
Binary file not shown.

Diff for: public/img/Science.jpg

-6.4 KB
Binary file not shown.

Diff for: public/img/Science.png

-16.8 KB
Binary file not shown.

Diff for: public/img/Social_Sciences.jpg

-7.71 KB
Binary file not shown.

Diff for: public/img/Social_Sciences.png

-12.7 KB
Binary file not shown.

Diff for: public/img/Technology.jpg

-7.83 KB
Binary file not shown.

Diff for: public/img/Technology.png

-16 KB
Binary file not shown.

Diff for: public/img/back_grn_texture.jpg

-553 KB
Binary file not shown.

Diff for: public/img/challenge.png

-15.7 KB
Binary file not shown.

Diff for: public/img/challenge_finder_logo.png

-16.7 KB
Binary file not shown.

Diff for: public/img/challengers.jpg

-29.6 KB
Binary file not shown.

Diff for: public/img/dot_divider.png

-259 Bytes
Binary file not shown.

Diff for: public/img/facebook-icon-wht.png

-417 Bytes
Binary file not shown.

Diff for: public/img/gears.png

-9.21 KB
Binary file not shown.

Diff for: public/img/rails.png

-6.49 KB
Binary file not shown.

Diff for: public/img/twitter-icon-wht.png

-413 Bytes
Binary file not shown.

Diff for: public/index.html

+7-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,15 @@
1111
<link href="/stylesheets/bootstrap_and_overrides.css?body=1" media="all" rel="stylesheet" type="text/css" />
1212
<link href="/stylesheets/scaffolds.css?body=1" media="all" rel="stylesheet" type="text/css" />
1313

14+
<!--<script src="/javascripts/jquery.js?body=1" type="text/javascript"></script>
15+
<script src="/javascripts/jquery_ujs.js?body=1" type="text/javascript"></script>
16+
<script src="/javascripts/bootstrap.js?body=1" type="text/javascript"></script> -->
17+
1418
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
1519
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
20+
1621
<script src="/javascripts/jquery.mixitup.min.js"></script>
22+
1723
<meta name="viewport" content="width=device-width, initial-scale=1.0">
1824

1925
</head>
@@ -393,7 +399,7 @@ <h5><a href="/challenges/4">The Navier-Stokes Equation</a></h5>
393399
<tr><a href="/challenges">CHALLENGES</a>
394400
<a href="/about">ABOUT&nbsp;US</a>
395401
<a href="/privacy">LEGAL</a>
396-
FOLLOW US ON <a class="footer-icon" href="https://twitter.com/ChallengeFinder" target="_blank"><img src="/twitter-icon-wht.png"/></a> <a class="footer-icon" href="http://www.facebook.com/pages/ChallengeFinder/183180561853028" target="_blank"><img src="/images/facebook-icon-wht.png"/></a>
402+
FOLLOW US ON <a class="footer-icon" href="https://twitter.com/ChallengeFinder" target="_blank"><img src="/images/twitter-icon-wht.png"/></a> <a class="footer-icon" href="http://www.facebook.com/pages/ChallengeFinder/183180561853028" target="_blank"><img src="/images/facebook-icon-wht.png"/></a>
397403

398404

399405
</tr>

Diff for: public/javascripts/awards.json

-1
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)