Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Replate@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -439,10 +439,16 @@ a {
}
}
.middle #how .btn {
background-color: rgba(77, 102, 124, 0.5);
font-size: 1.6rem;
font-weight: 600;
font-variant-caps: all-small-caps;
letter-spacing: 2px;
border-radius: 3px;
}
.middle #how .btn a {
color: #0a3055;
text-decoration: none;
}
.middle #how .btn:hover {
background-color: rgba(255, 146, 5, 0.5);
Expand Down
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ <h1>REPLATE</h1>
<a href="#what">WHAT</a>
<a href="#how">HOW</a>
<a href="#who">WHO</a>
<a href="http://replateapp.lambdaschool.me/">LOGIN</a>
<a href="https://replate-react-ayunas.replate.now.sh/">LOGIN</a>
</nav>
</div>
</div>
Expand Down Expand Up @@ -61,12 +61,12 @@ <h2>HOW CAN I GET INVOLVED?</h2>
<div class="business">
<h3>AS A BUSINESS</h3>
<p>If you are a restaurant or business ready to schedule a food pickup at your convienence, click the sign up button below.</p>
<button class="btn">SIGN UP</button>
<button class="btn"><a href ="https://replate-react-ayunas.replate.now.sh/create-account">SIGN UP</a></button>
</div>
<div class="volunteer">
<h3>AS A VOLUNTEER or NON-PROFIT</h3>
<p>Volunteers and non-profit organizations looking for available food, click the sign up button below. </p>
<button class="btn">SIGN UP</button>
<button class="btn"><a href ="https://replate-react-ayunas.replate.now.sh/create-account">SIGN UP</a></button>
</div>
<!-- </div> -->
</div>
Expand Down
7 changes: 7 additions & 0 deletions less/home-page.less
Original file line number Diff line number Diff line change
Expand Up @@ -233,10 +233,17 @@
};

.btn{
background-color: rgba(77, 102, 124, 0.5);
font-size: 1.6rem;
font-weight: 600;
font-variant-caps: all-small-caps;
letter-spacing: 2px;
border-radius: 3px;

a{
color: #0a3055;
text-decoration: none;
};
};

.btn:hover{
Expand Down