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

WIP: allow tours to be closed, with adjustable Property #195

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
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
20 changes: 20 additions & 0 deletions app/views/dept_tour/closed.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<p>
Unfortunately, tours are closed for the summer. You may still schedule tours
for dates starting August 28th, when our team of current EECS students will
have returned and can welcome you to campus.
</p>
<p>
However, I hope this does not discourage you from visiting! You might also want to consider:
</p>
<ul>
<li>Visiting the EE and CS buildings, Cory and Soda Hall, open 8am-5pm</li>
<li>Attending EECS summer lectures taught by fall / spring TAs: Schedule of Summer Courses</li>
<li>Taking a campus tour / specific major tour offered by the university: Campus Tours</li>
</ul>
<p>
If you have any other outstanding questions, I would be delighted to answer them here: Ask a Question. I apologize for the inconvenience, and I hope you will still have the opportunity to learn about the EECS department. Enjoy your summer!
</p>
<p>
Sean Farhat
Department Relations Officer, HKN
</p>
5 changes: 5 additions & 0 deletions app/views/dept_tour/signup.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
<h1>Sign up for a Department tour!</h1>
<% if @closed %>
<%= render partial: 'closed' %>
<% end %>
<p>
HKN provides tours of the Berkeley EECS department.
Sign up here, and your request will be sent to the HKN officer corps.
</p>
<p>
If you have any special requests, list them in the additional comments section.
Tours are offered during our open hours (MTWRF, 11am-5pm).
Please allow three days for confirmation.
Expand Down