| @@ -51,9 +51,6 @@ | ||
| border-right-width: 1px; | ||
| border-radius: 0px $button-border-radius $button-border-radius 0px; | ||
| } | ||
| } | ||
|
|
||
| .button-bar > .button-small { | ||
| @@ -127,10 +127,6 @@ input:checked + .checkbox-icon:before { | ||
| height: 7px; | ||
| } | ||
|
|
||
| .grade-c .checkbox input:after, | ||
| .grade-c .checkbox-icon:after { | ||
| @include rotate(0); | ||
| @@ -156,15 +156,6 @@ textarea { | ||
| height: $line-height-computed + $font-size-base + 12px; | ||
| } | ||
|
|
||
| .item-floating-label { | ||
| display: block; | ||
| background-color: transparent; | ||
| @@ -35,11 +35,6 @@ | ||
| .menu-open .menu-content .pane, | ||
| .menu-open .menu-content .scroll-content { | ||
| pointer-events: none; | ||
| overflow: hidden; | ||
| } | ||
|
|
||
| @@ -163,6 +163,5 @@ | ||
| @media (min-width: $popover-large-break-point) { | ||
| .popover { | ||
| width: $popover-large-width; | ||
| } | ||
| } | ||
| @@ -523,6 +523,6 @@ ion-tabs { | ||
| top: 0 | ||
| } | ||
| .pane[hide-nav-bar="true"] .has-tabs-top{ | ||
| top:49px | ||
| } | ||
|
|
||
| @@ -27,7 +27,6 @@ | ||
| "list", | ||
| "badge", | ||
| "slide-box", | ||
| "refresher", | ||
| "spinner", | ||
|
|
||
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "version": "1.1.1", | ||
| "codename": "yttrium-yeti", | ||
| "date": "2015-11-05", | ||
| "time": "21:31:24" | ||
| } |
| @@ -0,0 +1,21 @@ | ||
| <ion-view title="Create Account"> | ||
| <ion-content overflow-scroll="true" padding="true" scroll="false" class="has-header"> | ||
| <form class="list"> | ||
| <ion-list> | ||
| <label class="item item-input"> | ||
| <span class="input-label">Name</span> | ||
| <input type="text" placeholder=""> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <span class="input-label">Username</span> | ||
| <input type="text" placeholder=""> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <span class="input-label">Password</span> | ||
| <input type="text" placeholder=""> | ||
| </label> | ||
| </ion-list> | ||
| <button class="button button-stable button-block ">Sign up</button> | ||
| </form> | ||
| </ion-content> | ||
| </ion-view> |
| @@ -0,0 +1,19 @@ | ||
| <ion-view title="Create Event"> | ||
| <ion-content overflow-scroll="true" padding="true" class="has-header"> | ||
| <form class="list"> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Name of event "> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Location"> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Phone "> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Email"> | ||
| </label> | ||
| </form> | ||
| <button class="button button-balanced button-block ">Submit!</button> | ||
| </ion-content> | ||
| </ion-view> |
| @@ -0,0 +1,25 @@ | ||
| <ion-view title="Create Org"> | ||
| <ion-content overflow-scroll="true" padding="true" class="has-header"> | ||
| <div style="line-height: 250px; background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center;"> | ||
| <i class="icon ion-image" style="font-size: 64px; color: rgb(136, 136, 136); vertical-align: middle;"></i> | ||
| </div> | ||
| <form class="list"> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Name of Organization"> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Address"> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Phone"> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Email"> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Mission Statement"> | ||
| </label> | ||
| <button class="button button-balanced button-block ">Save</button> | ||
| </form> | ||
| </ion-content> | ||
| </ion-view> |
| @@ -0,0 +1,25 @@ | ||
| <ion-view title="Edit Org"> | ||
| <ion-content overflow-scroll="true" padding="true" class="has-header"> | ||
| <div style="line-height: 250px; background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center;"> | ||
| <i class="icon ion-image" style="font-size: 64px; color: rgb(136, 136, 136); vertical-align: middle;"></i> | ||
| </div> | ||
| <form class="list"> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Name of Organization"> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Address"> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Email"> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Phone"> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <input type="text" placeholder="Mission Statement"> | ||
| </label> | ||
| <button class="button button-balanced button-block ">Save</button> | ||
| </form> | ||
| </ion-content> | ||
| </ion-view> |
| @@ -0,0 +1,13 @@ | ||
| <ion-view title="Forgot Password"> | ||
| <ion-content overflow-scroll="true" padding="true" scroll="false" class="has-header"> | ||
| <form class="list"> | ||
| <ion-list> | ||
| <label class="item item-input"> | ||
| <span class="input-label">Email</span> | ||
| <input type="email" placeholder=""> | ||
| </label> | ||
| </ion-list> | ||
| <button class="button button-royal button-block ">Reset password</button> | ||
| </form> | ||
| </ion-content> | ||
| </ion-view> |
| @@ -0,0 +1,23 @@ | ||
| <ion-view title="Home"> | ||
| <ion-content overflow-scroll="true" padding="true" class="has-header"> | ||
| <form class="list"> | ||
| <div style="text-align:center;"> | ||
| <img src="img/QZ3jBL99THS0S3i5eT8r_images" width="50" height="auto"> | ||
| </div> | ||
| <h3> | ||
| <center>Heading</center> | ||
| </h3> | ||
| <div class="spacer" style="width: 303px; height: 24px;"></div> | ||
| <ion-item class="item-thumbnail-left"> | ||
| <img src="img/RELSDVlYRfqW58FXFmps_cyber-slug.gif"> | ||
| <h2>Org Name</h2> | ||
| <p>swag</p> | ||
| </ion-item> | ||
| <ion-item class="item-thumbnail-left"> | ||
| <img src="img/RELSDVlYRfqW58FXFmps_cyber-slug.gif"> | ||
| <h2>Org Name</h2> | ||
| <p>*text post*</p> | ||
| </ion-item> | ||
| </form> | ||
| </ion-content> | ||
| </ion-view> |
| @@ -0,0 +1,23 @@ | ||
| <ion-view title="Login"> | ||
| <ion-content overflow-scroll="true" padding="true" class="has-header"> | ||
| <form class="list"> | ||
| <div style="line-height: 250px; background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center;"> | ||
| <i class="icon ion-image" style="font-size: 64px; color: rgb(136, 136, 136); vertical-align: middle;"></i> | ||
| </div> | ||
| <ion-list> | ||
| <label class="item item-input"> | ||
| <span class="input-label">Username</span> | ||
| <input type="text" placeholder=""> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <span class="input-label">Password</span> | ||
| <input type="password" placeholder=""> | ||
| </label> | ||
| </ion-list> | ||
| <a href="#/home-menu/home" class="button button-stable button-block ">Log in</a> | ||
| <a href="#/signup" class="button button-calm button-clear ">Create an Account</a> | ||
| <a href="#/forgot" class="button button-calm button-clear ">Forgot Password</a> | ||
| <div class="button-bar"></div> | ||
| </form> | ||
| </ion-content> | ||
| </ion-view> |
| @@ -0,0 +1,27 @@ | ||
| <ion-side-menus enable-menu-with-back-views="false"> | ||
| <ion-side-menu-content> | ||
| <ion-nav-bar class="bar-stable"> | ||
| <ion-nav-back-button></ion-nav-back-button> | ||
| <ion-nav-buttons side="left"> | ||
| <button class="button button-icon button-clear ion-navicon" menu-toggle=""></button> | ||
| </ion-nav-buttons> | ||
| </ion-nav-bar> | ||
| <ion-nav-view name="side-menu21"></ion-nav-view> | ||
| </ion-side-menu-content> | ||
| <ion-side-menu side="left"> | ||
| <ion-header-bar class="bar-stable"> | ||
| <div class="title">Menu</div> | ||
| </ion-header-bar> | ||
| <ion-content padding="false" class="side-menu-left has-header" <="" ion-content=""> | ||
| <ion-list> | ||
| <ion-item href="#/home-menu/home" menu-close="">Home</ion-item> | ||
| <ion-item href="#/home-menu/search" menu-close="">Search 🔍</ion-item> | ||
| <ion-item href="#/home-menu/profile" menu-close="">Profile ✌</ion-item> | ||
| <ion-item href="#/home-menu/request" menu-close="">Request Events 🎪</ion-item> | ||
| <ion-item href="#/home-menu/page7" menu-close="">Create Org Page ✎</ion-item> | ||
| <ion-item href="#/home-menu/edit" menu-close="">Edit Org Page ✎</ion-item> | ||
| <ion-item href="#/home-menu/create" menu-close="">Create Event ✂</ion-item> | ||
| </ion-list> | ||
| </ion-content> | ||
| </ion-side-menu> | ||
| </ion-side-menus> |
| @@ -0,0 +1,14 @@ | ||
| <ion-view title="Profile"> | ||
| <ion-content overflow-scroll="true" padding="true" class="has-header"> | ||
| <div style="line-height: 250px; background-color: rgb(255, 255, 255); border: 1px solid rgb(238, 238, 238); border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; text-align: center;"> | ||
| <i class="icon ion-image" style="font-size: 64px; color: rgb(136, 136, 136); vertical-align: middle;"></i> | ||
| </div> | ||
| <h3> | ||
| <center>Name</center> | ||
| </h3> | ||
| <form class="list"></form> | ||
| <ion-list> | ||
| <ion-toggle toggle-class="toggle-positive" ng-checked="true">Display Email</ion-toggle> | ||
| </ion-list> | ||
| </ion-content> | ||
| </ion-view> |
| @@ -0,0 +1,30 @@ | ||
| <ion-view title="🎪 Request Event"> | ||
| <ion-content overflow-scroll="true" padding="true" style="background: url(img/tQibh5jCS5iojV6uK4r6_homepageslideshow08.jpg) no-repeat center;" class="has-header"> | ||
| <form class="list"> | ||
| <label class="item item-select"> | ||
| <span class="input-label">Select Organization</span> | ||
| <select> | ||
| <option>OrgName</option> | ||
| <option>another one</option> | ||
| </select> | ||
| </label> | ||
| <label class="item item-select"> | ||
| <span class="input-label">Select Event Type</span> | ||
| <select> | ||
| <option>Social</option> | ||
| <option>Meeting</option> | ||
| <option>Fundraiser</option> | ||
| </select> | ||
| </label> | ||
| <label class="item item-input"> | ||
| <span class="input-label">Description</span> | ||
| <input type="text" placeholder="Type here"> | ||
| </label> | ||
| <label class="item item-select"> | ||
| <span class="input-label">Select Date</span> | ||
| <select></select> | ||
| </label> | ||
| </form> | ||
| <button class="button button-balanced button-block ">Submit Request!</button> | ||
| </ion-content> | ||
| </ion-view> |
| @@ -0,0 +1,30 @@ | ||
| <ion-view title="🔍 Search"> | ||
| <ion-content overflow-scroll="true" padding="true" style="background: url(img/ke9YzmHhRI6WzK9vIFcE_tumblr_nskwygXD5L1t8mwkfo5_1280.jpg) no-repeat center;" class="has-header"> | ||
| <form class="list"> | ||
| <div class="button-bar"></div> | ||
| <label class="item item-input"> | ||
| <i class="icon ion-search placeholder-icon"></i> | ||
| <input type="search" placeholder="Search for non-profits"> | ||
| </label> | ||
| <button class="button button-calm button-block ">Show Nearby</button> | ||
| <ion-item class="item-thumbnail-left"> | ||
| <img> | ||
| <h2>Org Name</h2> | ||
| <p>Location | ||
| <br style="color:blue"> | ||
| <i>description</i> | ||
| <br> | ||
| </p> | ||
| </ion-item> | ||
| <ion-item class="item-thumbnail-left"> | ||
| <img> | ||
| <h2>Org Name</h2> | ||
| <p>Location | ||
| <br style="color:blue"> | ||
| <i>description</i> | ||
| <br> | ||
| </p> | ||
| </ion-item> | ||
| </form> | ||
| </ion-content> | ||
| </ion-view> |