...
This commit is contained in:
parent
04835b159a
commit
692753a28a
4 changed files with 96 additions and 0 deletions
|
|
@ -42,12 +42,14 @@
|
|||
<ul class="right hide-on-med-and-down">
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../index.html">Home</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../about/index.html">About</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../downloads/index.html">Downloads</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../donate/index.html">Donate</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="slide-out" class="side-nav grey darken-2">
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../index.html">Home</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../about/index.html">About</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../downloads/index.html">Downloads</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../donate/index.html">Donate</a></li>
|
||||
</ul>
|
||||
<a href="#" data-activates="slide-out" class="button-collapse"><i class="material-icons">menu</i></a>
|
||||
|
|
|
|||
|
|
@ -42,12 +42,14 @@
|
|||
<ul class="right hide-on-med-and-down">
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../index.html">Home</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../about/index.html">About</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../downloads/index.html">Downloads</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../donate/index.html">Donate</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="slide-out" class="side-nav grey darken-2">
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../index.html">Home</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../about/index.html">About</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../downloads/index.html">Downloads</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../donate/index.html">Donate</a></li>
|
||||
</ul>
|
||||
<a href="#" data-activates="slide-out" class="button-collapse"><i class="material-icons">menu</i></a>
|
||||
|
|
|
|||
90
downloads/index.html
Normal file
90
downloads/index.html
Normal file
|
|
@ -0,0 +1,90 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!--Import Google Icon Font-->
|
||||
<link href="http://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||
<!--Import materialize.css-->
|
||||
<link type="text/css" rel="stylesheet" href="../css/materialize.min.css" media="screen,projection"/>
|
||||
<!--Let browser know website is optimized for mobile-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title>Innovation Club donation page</title>
|
||||
<!--Import icons-->
|
||||
<link rel="stylesheet" href="../font-awesome/css/font-awesome.min.css">
|
||||
<!--My css file-->
|
||||
<link rel="stylesheet" href="../css/keepFoot.css">
|
||||
<!--Add the icon to the tab and add icons for all formats-->
|
||||
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="../apple-touch-icon-57x57.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="../apple-touch-icon-114x114.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="../apple-touch-icon-72x72.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="../apple-touch-icon-144x144.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="60x60" href="../apple-touch-icon-60x60.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="120x120" href="../apple-touch-icon-120x120.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="76x76" href="../apple-touch-icon-76x76.png" />
|
||||
<link rel="apple-touch-icon-precomposed" sizes="152x152" href="../apple-touch-icon-152x152.png" />
|
||||
<link rel="icon" type="image/png" href="../favicon-196x196.png" sizes="196x196" />
|
||||
<link rel="icon" type="image/png" href="../favicon-96x96.png" sizes="96x96" />
|
||||
<link rel="icon" type="image/png" href="../favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="../favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="icon" type="image/png" href="../favicon-128.png" sizes="128x128" />
|
||||
<meta name="application-name" content=" "/>
|
||||
<meta name="msapplication-TileColor" content="#FFFFFF" />
|
||||
<meta name="msapplication-TileImage" content="mstile-144x144.png" />
|
||||
<meta name="msapplication-square70x70logo" content="mstile-70x70.png" />
|
||||
<meta name="msapplication-square150x150logo" content="mstile-150x150.png" />
|
||||
<meta name="msapplication-wide310x150logo" content="mstile-310x150.png" />
|
||||
<meta name="msapplication-square310x310logo" content="mstile-310x310.png" />
|
||||
|
||||
</head>
|
||||
<main>
|
||||
<nav class="grey darken-2" role="navigation">
|
||||
<div class="nav-wrapper container">
|
||||
<a id="logo-container" href="" class="brand-logo"> <img class="responsive-img" src="../logo.png" width="100"> </a>
|
||||
<ul class="right hide-on-med-and-down">
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../index.html">Home</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../about/index.html">About</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../downloads/index.html">Downloads</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../donate/index.html">Donate</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="slide-out" class="side-nav grey darken-2">
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../index.html">Home</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../about/index.html">About</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../downloads/index.html">Downloads</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="../donate/index.html">Donate</a></li>
|
||||
</ul>
|
||||
<a href="#" data-activates="slide-out" class="button-collapse"><i class="material-icons">menu</i></a>
|
||||
</div>
|
||||
</nav>
|
||||
<br>
|
||||
<b>Downloads page</b>
|
||||
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
|
||||
<script type="text/javascript" src="../js/materialize.min.js"></script>
|
||||
<script type="text/javascript" src="../js/SideNav.js"></script>
|
||||
</main>
|
||||
<footer class="page-footer grey darken-2">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col s6">
|
||||
<h5 class="white-text">Innovation club</h5>
|
||||
<p class="grey-text text-lighten-4">We are a growing club that strives to provide you with the best options for bringing your ideas into the real world. Share this page to help us out greatly!</p>
|
||||
|
||||
|
||||
</div>
|
||||
<div class="col s6 right-align">
|
||||
<h5 class="white-text">Connect</h5>
|
||||
<ul>
|
||||
<li><a class="white-text" href="https://www.instagram.com/iclubwmu/?hl=en">Instagram <i class="fa fa-instagram"></i> </a></li>
|
||||
<li><a class="white-text" href="https://www.linkedin.com/in/innovation-club-b71903118/">LinkedIn <i class="fa fa-linkedin-square"></i> </a></li>
|
||||
<li><a class="white-text" href="https://www.facebook.com/people/Innovation-Club/100010691314678">Facebook <i class="fa fa-facebook-official"></i> </a></li>
|
||||
<li><a class="white-text" href="https://twitter.com/iclubwmu">Twitter <i class="fa fa-twitter-square"></i> </a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer-copyright">
|
||||
<div class="container">
|
||||
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&ctz=America%2FNew_York" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
</html>
|
||||
|
|
@ -42,12 +42,14 @@
|
|||
<ul class="right hide-on-med-and-down">
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="./index.html">Home</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="./about/index.html">About</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="./downloads/index.html">Downloads</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="./donate/index.html">Donate</a></li>
|
||||
</ul>
|
||||
|
||||
<ul id="slide-out" class="side-nav grey darken-2">
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="./index.html">Home</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="./about/index.html">About</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="./downloads/index.html">Downloads</a></li>
|
||||
<li><a class="waves-effect grey-text text-lighten-5" href="./donate/index.html">Donate</a></li>
|
||||
</ul>
|
||||
<a href="#" data-activates="slide-out" class="button-collapse"><i class="material-icons">menu</i></a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue