-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Harris
committed
Jun 26, 2024
1 parent
e0c1f42
commit 4eb863c
Showing
8 changed files
with
34,549 additions
and
7,132 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,42 +11,33 @@ const ServicesPage = ({data}) => ( | |
<h1>Campus Services</h1> | ||
<p className="services-info">For any questions regarding our services or to book one of our studios, contact our officers by <a href="mailto:[email protected]">email</a>.</p> | ||
<div className="row"> | ||
<div className="col-md-4"> | ||
<div className="col-md-6"> | ||
<h3>DJ Services</h3> | ||
<Img fluid={data.djServices.childImageSharp.fluid} className="services-pic" /> | ||
<p>WMHD offers DJ services for on-campus events. If you would like us to DJ at your event, | ||
please fill out our rental request and DJing services <a href="https://docs.google.com/forms/d/e/1FAIpQLSeggZD4Busmn-YDP0NbEWqNMB_leOIePlblqkMUsb9WULST9g/viewform">form</a>. | ||
If DJ services are required, then WMHD Personnel will set up the equipment and play the requested music.</p> | ||
</div> | ||
<div className="col-md-4"> | ||
<div className="col-md-6"> | ||
<h3>Equipment Rentals</h3> | ||
<Img fluid={data.equipmentRentals.childImageSharp.fluid} className="services-pic" /> | ||
<p>WMHD has equipment available to rent for any Rose-Hulman affiliated organization or student for free. | ||
There are speakers, microphones, lighting systems, mixers, and more that can be rented. | ||
To request a rental, please fill out our rental request <a href="https://docs.google.com/forms/d/e/1FAIpQLSeggZD4Busmn-YDP0NbEWqNMB_leOIePlblqkMUsb9WULST9g/viewform">form</a>.</p> | ||
</div> | ||
<div className="col-md-4"> | ||
</div> | ||
<div className="row"> | ||
<div className="col-md-6"> | ||
<h3>Recording Studio</h3> | ||
<Img fluid={data.recordingStudio.childImageSharp.fluid} className="services-pic" /> | ||
<p>Our Recording Studio is free to rent for recording or as a practice space by any students or groups on campus. | ||
The Recording Studio is equipped with a keyboard, drum kit, and bass amp, as well as plenty of microphones, music stands, and cables.</p> | ||
</div> | ||
</div> | ||
<div className="row"> | ||
<div className="col-md-4"> | ||
<h3>Guitar Lessons</h3> | ||
<Img fluid={data.guitarLessons.childImageSharp.fluid} className="services-pic" /> | ||
<p>Learn the basics of guitar playing every Saturday from 3:00pm to 5:00pm. These free lessons will get you started on electric or acoustic guitar. Contact Laya Mehra for more details.</p> | ||
</div> | ||
<div className="col-md-4"> | ||
<h3>Production Lessons</h3> | ||
<Img fluid={data.productionLessons.childImageSharp.fluid} className="services-pic" /> | ||
<p>Learn to produce your own music every Saturday from 2:00pm to 3:00pm. You'll have access to our expansive software and equipment. Contact Frank Lancaster for more details.</p> | ||
</div> | ||
<div className="col-md-4"> | ||
|
||
</div> | ||
<div className="col-md-6"> | ||
<h3>Podcast Studio</h3> | ||
<Img fluid={data.podcastStudio.childImageSharp.fluid} className="services-pic" /> | ||
<p>Our Podcast Studio is free to book for recording any voice-based audio. There are high quality vocal microphones for 3 different speakers and more can be added if needed.</p> | ||
<p>Our Podcast Studio is free to book for recording any voice-based audio. There are high quality vocal microphones, If you need something special or assistence is general, consult out Podcasting Director.</p> | ||
</div> | ||
</div> | ||
</section> | ||
|
Oops, something went wrong.