Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Code Comments and Update Evaluator #84

Merged
merged 2 commits into from
Apr 25, 2022
Merged
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
5 changes: 4 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,9 @@ p.lead {
}

.calculator-card {
background-color:var(--s-blue-2)!important;
background-color: #79c1cc34!important;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
margin-top: 20px;
}

.quiz-card-header {
Expand All @@ -279,6 +281,7 @@ p.lead {

.quiz-card {
border: 5px solid #4b5887!important;
box-shadow: 0 3px 10px rgb(0 0 0 / 0.3);
}

.quiz-title {
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ <h3>Your Part</h3>
& reduce fuel emissions. </p>
</div>
</div>
<!--./-at-->
</div>
</section>

Expand Down
5 changes: 0 additions & 5 deletions questions.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,6 @@ <h3 class="text-center">Find out how much you can save</h3>
<button class="btn btn-main btn-lg btn-block mt-5" onclick="calculateFuelSavings()" type="button" data-bs-toggle="modal" data-bs-target="#calculateFuelSavings" aria-label="calculate" aria-expanded="false" aria-controls="calculateFuelSavings">Calculate</button>
</div>
<div class="col-12 col-md-6 text-center text-lg-end mb-3">
<!-- <button class="btn btn-main btn-lg mt-5" type="button" data-bs-toggle="modal"
data-bs-target="#calculatorExplanation" aria-expanded="false" aria-controls="calculatorExplanation">
Our Process
</button> -->
</div>
</div>
</section>
Expand Down Expand Up @@ -232,5 +228,4 @@ <h6 class="text-green">To calculate these savings we are taking the average (as
<script src="assets/js/fuel-saving-calculator.js"></script>

</body>

</html>
62 changes: 33 additions & 29 deletions team.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,33 +33,35 @@

<!--our team page-->
<main>
<section class="team" id="team-section">
<!--container for team page starts here-->
<div class="container-fluid jumbotron p-5 p-md-8">
<div class="row team-row">
<div class="col-md-12 text-center">
<h1 class="display-4 mb-3 my-3 md-md-4">Meet the Team</h1>
<p class="lead"> The team Mother Natures Minions created Electrillo to help make planet friendly living a bit easier. <br>
Connect with the team and get to know why fighting climate change is important to us!</p>
</div>
</div>

<!--grid for team cards will go here-->
<div class="row text-center justify-content-center p-2 mt-2">
<div class="card" id="team-card">
<img src="assets/images/claudia.jpg" class="card-img-top" alt="claudia-pic">
<div class="card-body">
<h5 class="card-title">Claudia Lai</h5>
<p>
<a class="link" href="https://www.linkedin.com/in/laiclaudia/" target=_blank><i
class="fab fa-linkedin"></i></a>
<a href="https://github.com/ClaudiaLie"> <i class="fab fa-github" target=_blank></i>
</a>
</p>
<p class="team-text-small">Do you really think you will ever be rich enough to move to Mars instead?</p>
<section class="team" id="team-section">
<!--container for team page starts here-->
<div class="container-fluid jumbotron p-5 p-md-8">
<div class="row team-row">
<div class="col-md-12 text-center">
<h1 class="display-4 mb-3 my-3 md-md-4">Meet the Team</h1>
<p class="lead"> The team Mother Natures Minions created Electrillo to help make planet friendly
living a bit easier. <br>
Connect with the team and get to know why fighting climate change is important to us!</p>
</div>
</div>


<!--grid for team cards will go here-->
<div class="row text-center justify-content-center p-2 mt-2">
<div class="card" id="team-card">
<img src="assets/images/claudia.jpg" class="card-img-top" alt="claudia-pic">
<div class="card-body">
<h5 class="card-title">Claudia Lai</h5>
<p>
<a class="link" href="https://www.linkedin.com/in/laiclaudia/" target=_blank><i
class="fab fa-linkedin"></i></a>
<a href="https://github.com/ClaudiaLie"> <i class="fab fa-github" target=_blank></i>
</a>
</p>
<p class="team-text-small">Do you really think you will ever be rich enough to move to Mars
instead?</p>
</div>
</div>

<div class="card" id="team-card-1">
<img src="assets/images/nick.jpg" class="card-img-top" alt="nick-pic">
<div class="card-body">
Expand All @@ -69,7 +71,8 @@ <h5 class="card-title">Nick Lennon</h5>
class="fab fa-linkedin"></i></a>
<a href="https://github.com/nlenno1" target=_blank><i class="fab fa-github"></i></a>
</p>
<p class="team-text-small">Never doubt that a small group of thoughtful, committed citizens can
<p class="team-text-small">Never doubt that a small group of thoughtful, committed citizens
can
change the world; indeed, it is the only thing that ever has.</p>
</div>
</div>
Expand Down Expand Up @@ -97,7 +100,8 @@ <h5 class="card-title">Alissa Troiano</h5>
<a href="https://github.com/alissatroiano" target=_blank><i
class="fab fa-github"></i></a>
</p>
<p class="team-text-small">What’s the point of making an impact in the world if the world isn’t going to be there much longer?</p>
<p class="team-text-small">What’s the point of making an impact in the world if the world
isn’t going to be there much longer?</p>
</div>
</div>
<div class="card" id="team-card-4">
Expand All @@ -110,11 +114,11 @@ <h5 class="card-title">Ashley Rolfe</h5>
<a href="https://github.com/wierdlygoodcoder" target=_blank><i
class="fab fa-github"></i></a>
</p>
<p class="team-text-small">To leave the world better than you found it, sometimes you have to pick up other people’s trash.</p>
<p class="team-text-small">To leave the world better than you found it, sometimes you have
to pick up other people’s trash.</p>
</div>
</div>
</div>
<!--./-at-->
</div>
</section>
</main>
Expand Down