Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
lim-james committed Feb 15, 2020
1 parent 8428c5d commit 3c7ef76
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
6 changes: 3 additions & 3 deletions TODO.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
A quick list of things we need to work on.
1. Form needs to be fixed
=== 2. Sponsor logos sizing need to be better
3. Web visuals need to look better. Reducing spacing.
=== 3. Web visuals need to look better. Reducing spacing.
=== 4. Side Menu needs to be linked properly
5. Code needs to be tidied up, alot of comments and unused code
6. Physical size of pictures need to be reduced. Causing lag.
=== 6. Physical size of pictures need to be reduced. Causing lag.
7. Field to joining mailing list
8. Mobile links seems to give problems
=== 8. Mobile links seems to give problems
9. Website doesn't say we are GeeksHacking Community anywhere!
10 changes: 5 additions & 5 deletions assets/js/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@ if (!window.mobilecheck) {
albumLink.href = "https://m.facebook.com/groups/198416867192349?view=photos&refid=18";
}

var logos = document.getElementsByClassName("mu-sponsor-logo");
// var logos = document.getElementsByClassName("mu-sponsor-logo");

Array.prototype.forEach.call(logos, function(logo) {
// Do stuff here
console.log(logo.getElementsByTagName("img")[0].src);
});
// Array.prototype.forEach.call(logos, function(logo) {
// // Do stuff here
// console.log(logo.getElementsByTagName("img")[0]["data-src"]);
// });
13 changes: 0 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,19 +504,6 @@ <h2 class="mu-title">JOIN US</h2>

<!-- End main content -->


<!-- Start footer -->
<footer id="mu-footer" role="contentinfo">
<div class="container">
<div class="mu-footer-area">
<!-- <p class="mu-copy-right">&copy; Copyright <a rel="nofollow" href="http://markups.io">markups.io</a>. All right reserved.</p> -->
</div>
</div>

</footer>
<!-- End footer -->


<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
Expand Down

0 comments on commit 3c7ef76

Please sign in to comment.