-
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.
- Loading branch information
1 parent
bf66828
commit 85f3cd1
Showing
5 changed files
with
124 additions
and
130 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -317,3 +317,5 @@ fastlane/report.xml | |
fastlane/Preview.html | ||
fastlane/screenshots | ||
fastlane/test_output | ||
|
||
.DS_Store |
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,12 +1,115 @@ | ||
<!DOCTYPE HTML> | ||
|
||
<meta charset="UTF-8"> | ||
<meta http-equiv="refresh" content="1; url=https://play.google.com/store/apps/details?id=org.rowanacm.android"> | ||
|
||
<script> | ||
window.location.href = "https://play.google.com/store/apps/details?id=org.rowanacm.android" | ||
</script> | ||
|
||
<title>Page Redirection</title> | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<meta name="description" content=""> | ||
<meta name="author" content=""> | ||
<title>Rowan ACM</title> | ||
<!-- Bootstrap Core CSS --> | ||
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<!-- Theme CSS --> | ||
<link href="css/clean-blog.min.css" rel="stylesheet"> | ||
<!-- Custom Fonts --> | ||
<link href="vendor/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"> | ||
<link href='https://fonts.googleapis.com/css?family=Lora:400,700,400italic,700italic' rel='stylesheet' type='text/css'> | ||
<link href='https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'> | ||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | ||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | ||
<!--[if lt IE 9]> | ||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | ||
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script> | ||
<![endif]--> | ||
<script src="https://www.gstatic.com/firebasejs/ui/live/1.0/firebase-ui-auth.js"></script> | ||
<link type="text/css" rel="stylesheet" href="https://www.gstatic.com/firebasejs/ui/live/1.0/firebase-ui-auth.css" /> | ||
|
||
If you are not redirected automatically, follow the <a href='https://play.google.com/store/apps/details?id=org.rowanacm.android'>link to the Play Store</a> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> | ||
<link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.indigo-pink.min.css"> | ||
<script defer src="https://code.getmdl.io/1.3.0/material.min.js"></script> | ||
</head> | ||
<body> | ||
<!-- Navigation --> | ||
<div id="navContainer"></div> | ||
<!-- Page Header --> | ||
<!-- Set your background image for this header on the line below. --> | ||
<header class="intro-header" style="background-image: url('img/bannerBackgroundSmall.jpg')"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
<div class="site-heading"> | ||
<h1 style="text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">Apps</h1> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
<article> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
<h2> ACM Android App </h2> | ||
<p><a href="https://play.google.com/store/apps/details?id=org.rowanacm.android">Get it here!</a></p> | ||
<br> | ||
<h2> ACM iOS App </h2> | ||
<p><a href="https://itunes.apple.com/us/app/rowan-acm/id1254986203">Get it here!</a></p> | ||
<br> | ||
<br> | ||
<br> | ||
<br> | ||
</div> | ||
</div> | ||
</div> | ||
</article> | ||
<hr> | ||
<!-- Footer --> | ||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1"> | ||
<ul class="list-inline text-center"> | ||
<li> | ||
<a href="https://twitter.com/RowanACM"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-twitter fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://facebook.com/RowanACM"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-facebook fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/RowanACM"> | ||
<span class="fa-stack fa-lg"> | ||
<i class="fa fa-circle fa-stack-2x"></i> | ||
<i class="fa fa-github fa-stack-1x fa-inverse"></i> | ||
</span> | ||
</a> | ||
</li> | ||
</ul> | ||
<p class="copyright text-muted">Copyright © Rowan ACM 2018</p> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
<!-- jQuery --> | ||
<script src="vendor/jquery/jquery.min.js"></script> | ||
<!-- Bootstrap Core JavaScript --> | ||
<script src="vendor/bootstrap/js/bootstrap.min.js"></script> | ||
<!-- Contact Form JavaScript --> | ||
<script src="js/jqBootstrapValidation.js"></script> | ||
<script src="js/contact_me.js"></script> | ||
<!-- Theme JavaScript --> | ||
<script src="js/clean-blog.min.js"></script> | ||
<script src="https://www.gstatic.com/firebasejs/3.6.1/firebase.js"></script> | ||
<script src="js/main.js"></script> | ||
<script src="js/models.js"></script> | ||
<script src="js/users.js"></script> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
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