forked from RGClary/ACM-Website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added photos, resolved bugs, and added title to menu
- Loading branch information
1 parent
939c465
commit 83026f6
Showing
4,932 changed files
with
442,081 additions
and
73 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
<?php | ||
require_once(__DIR__ . '/vendor/autoload.php'); | ||
?> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,35 @@ | ||
<footer> | ||
<div id="footer" class="container"> | ||
Copyright © 2016 ACM UTSA | ||
<div style="float:right;"> | ||
<a href="mailto:[email protected]" class="footer-social"> | ||
<div class="fa fa-envelope-square fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://acm-utsa.slack.com" class="footer-social"> | ||
<div class="fa fa-slack fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://github.com/UTSA-ACM" class="footer-social"> | ||
<div class="fa fa-github fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://www.facebook.com/ACM-UTSA-424006151132274/?fref=ts" class="footer-social"> | ||
<div class="fa fa-facebook-square fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://twitter.com/acm_utsa" class="footer-social"> | ||
<div class="fa fa-twitter-square fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://www.linkedin.com/groups/8413611" class="footer-social"> | ||
<div class="fa fa-linkedin-square fa-3x"> | ||
</div> | ||
</a> | ||
<div class="row"> | ||
<div class="col-sm-6" id="copyright-container"> | ||
Copyright © 2016 ACM UTSA | ||
</div> | ||
<div class="col-sm-6" id="social-media-container"> | ||
<a href="mailto:[email protected]" class="footer-social"> | ||
<div class="fa fa-envelope-square fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://acm-utsa.slack.com" class="footer-social"> | ||
<div class="fa fa-slack fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://github.com/UTSA-ACM" class="footer-social"> | ||
<div class="fa fa-github fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://www.facebook.com/ACM-UTSA-424006151132274/?fref=ts" class="footer-social"> | ||
<div class="fa fa-facebook-square fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://twitter.com/acm_utsa" class="footer-social"> | ||
<div class="fa fa-twitter-square fa-3x"> | ||
</div> | ||
</a> | ||
<a href="http://www.linkedin.com/groups/8413611" class="footer-social"> | ||
<div class="fa fa-linkedin-square fa-3x"> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"require": { | ||
"stripe/stripe-php": "3.*" | ||
"stripe/stripe-php": "3.*", | ||
"google/apiclient": "2.0" | ||
} | ||
} | ||
} |
Oops, something went wrong.