mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-08 23:18:13 -07:00
Visual edits. Add fontawesome and icons. Update colors
This commit is contained in:
parent
2629778e0d
commit
e95da047ab
20 changed files with 136 additions and 49 deletions
|
|
@ -1,26 +1,35 @@
|
|||
<div class="container pb-5">
|
||||
<h1>Contact Form</h1>
|
||||
<div class="text-center">
|
||||
<h1>Contact Form</h1>
|
||||
</div>
|
||||
<%= form_for @contact, url: home_index_path, method: :create, data: { turbo: false } do |f| %>
|
||||
<div class="col-md-6">
|
||||
<hr class="color-secondary" />
|
||||
<div class="form-group">
|
||||
<%= f.label :name %></br>
|
||||
<%= f.text_field :name, required: true, class: "contact-form-text-area" %></br>
|
||||
|
||||
<%= f.label :email %></br>
|
||||
<%= f.text_field :email, required: true, class: "contact-form-text-area" %></br>
|
||||
|
||||
<%= f.label :organization %></br>
|
||||
<%= f.text_field :organization, required: true, class: "contact-form-text-area" %></br>
|
||||
|
||||
<%= f.label :message %></br>
|
||||
<%= f.text_area :message, rows: 8, cols: 40, required: true, class: "contact-form-text-area",
|
||||
placeholder: "Send me a message"%></br>
|
||||
|
||||
<div class= "d-none">
|
||||
<%= f.label :nickname %>
|
||||
<%= f.text_field :nickname, :hint => 'Leave this field blank!' %>
|
||||
</div>
|
||||
|
||||
<%= f.submit 'Send Message', class: 'btn btn-primary' %>
|
||||
<%= f.text_field :name, required: true, class: "form-control" %></br>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<%= f.label :email %></br>
|
||||
<%= f.text_field :email, required: true, class: "form-control" %></br>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<%= f.label :organization %></br>
|
||||
<%= f.text_field :organization, required: true, class: "form-control" %></br>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<%= f.label :message %></br>
|
||||
<%= f.text_area :message, rows: 8, cols: 40, required: true, class: "form-control",
|
||||
placeholder: "Send me a message"%></br>
|
||||
</div>
|
||||
|
||||
<div class= "d-none">
|
||||
<%= f.label :nickname %>
|
||||
<%= f.text_field :nickname, :hint => 'Leave this field blank!' %>
|
||||
</div>
|
||||
|
||||
<%= f.submit 'Send Message', class: 'btn btn-primary' %>
|
||||
<% end %>
|
||||
</div>
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -87,8 +87,7 @@
|
|||
<i class="bi bi-arrow-right"></i>
|
||||
</a> </p>
|
||||
|
||||
<%# TODO link to QPA team section on team page %>
|
||||
<p> <a class="text-decoration-none" href="#!">
|
||||
<p> <a class="text-decoration-none" href="/team">
|
||||
Speak with a member of the QPA team
|
||||
<i class="bi bi-arrow-right"></i>
|
||||
</a> </p>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,10 @@
|
|||
<!-- Accordions -->
|
||||
<div class="container px-5">
|
||||
<div class="row gx-5 justify-content-center">
|
||||
<div class="accordion my-5" id="sqmAccordion">
|
||||
<div class="col-lg-4 mt-5">
|
||||
<%= image_tag "sqm/framework_wheel.png", style: "width: 100%;" %>
|
||||
</div>
|
||||
<div class="col-lg-8 accordion my-5" id="sqmAccordion">
|
||||
<div class="accordion-item">
|
||||
<h2 class="accordion-header" id="headingOne">
|
||||
<button class="accordion-button fs-4 fg-dark" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@
|
|||
<!-- Team members-->
|
||||
<div class="container px-5 text-center">
|
||||
<div class="row gx-5 justify-content-center">
|
||||
<div class="col-lg-8 mt-5">
|
||||
<div class="col-lg-10 mt-5">
|
||||
<h1 class="page-header-ui-title mb-3">The ECP Team</h1>
|
||||
|
||||
<div class="accordion my-5" id="teamAccordion">
|
||||
|
|
|
|||
|
|
@ -4,9 +4,9 @@
|
|||
<!-- Content-->
|
||||
<div class="container p-5">
|
||||
<div class="row gx-5 justify-content-center">
|
||||
<h2 class="mb-3" >
|
||||
<div class="alert alert-primary mb-3" >
|
||||
The Education Commonwealth Project provides free resources to rethink how school quality and student learning are measured.
|
||||
</h2>
|
||||
</div>
|
||||
<div class="grid-container">
|
||||
<div class="grid-item"><h2 class="fw-bolder">District Leaders</h2></div>
|
||||
<div class="grid-item"><h2 class="fw-bolder">School Leaders and Educators</h2></div>
|
||||
|
|
@ -28,11 +28,11 @@
|
|||
</div>
|
||||
|
||||
<div class="py-5">
|
||||
<p class="grid-item text-center h3">
|
||||
<div class="alert alert-primary">
|
||||
Our work together can begin with the ECP team talking with you or your group
|
||||
about the need for an alternative approach to assessing student learning and school quality,
|
||||
and about the free tools we offer.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container px-5">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue