Skip to content

Commit

Permalink
Update directions, home page, and footer.
Browse files Browse the repository at this point in the history
  • Loading branch information
tymorrow committed Jun 16, 2024
1 parent 9e02a63 commit e075fa7
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 76 deletions.
2 changes: 0 additions & 2 deletions src/Dsp.Web/Dsp.Web.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@
<Content Include="Error\403.html" />
<Content Include="fonts\glyphicons-halflings-regular.svg" />
<Content Include="Images\Avatars\NoAvatar.jpg" />
<Content Include="Images\dsp-directions.png" />
<Content Include="Images\History\chapter-house-1.jpg" />
<Content Include="Images\History\chapter-house-2.jpg" />
<Content Include="Images\History\chapter-house-3.jpg" />
Expand Down Expand Up @@ -727,7 +726,6 @@
<Content Include="Scripts\bootstrap-datepicker.js" />
<Content Include="Scripts\bootstrap-datetimepicker.js" />
<Content Include="Scripts\bootstrap-datetimepicker.min.js" />
<None Include="Properties\PublishProfiles\DSP - AWS.pubxml" />
<Content Include="Scripts\bootstrap-select.js.map" />
<None Include="Scripts\jquery-2.1.4.intellisense.js" />
<Content Include="Scripts\i18n\defaults-ar_AR.js" />
Expand Down
Binary file removed src/Dsp.Web/Images/dsp-directions.png
Binary file not shown.
107 changes: 35 additions & 72 deletions src/Dsp.Web/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -24,45 +24,51 @@
</div>
</div>

<div class="container-fluid home">
<div class="container-fluid home dark">
<div class="container">
<div class="row">
<div class="col-xs-12">
<h1>
<strong><em>Delta Sig</em></strong> is redefining the fraternity experience. We are on a mission to show
that a quality fraternity can enhance the college experience beyond that of any other college organization.
</h1>
<h2>
We are a social fraternity at
<a href="https://mst.edu">Missouri S&amp;T <i class="fa fa-external-link"></i></a> operating since we were
<a href="@Url.Action("About")">re-founded in 2006</a>.
We have 50-60 members at any given time, 45 of which live in the house located in
<a href="https://www.google.com/maps/dir//37.949841,-91.772336/" target="_blank">
downtown Rolla, MO
<i class="fa fa-external-link"></i>
</a>.
</h2>
</div>
</div>
</div>
</div>

<div class="container-fluid home dark">
<div class="container-fluid home" style="margin-bottom: -50px">
<div class="container">
<div class="row">
<div class="col-sm-2 hidden-xs">
<span class="fa-stack visible-md visible-lg" style="font-size: 5em">
<i class="fa fa-circle fa-stack-2x" style="color: #414141"></i>
<i class="fa fa-group fa-stack-1x" style="color: #282725"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-group fa-stack-1x" style="color: white"></i>
</span>
<span class="fa-stack hidden-md hidden-lg" style="font-size: 4em">
<i class="fa fa-circle fa-stack-2x" style="color: #414141"></i>
<i class="fa fa-group fa-stack-1x" style="color: #282725"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-group fa-stack-1x" style="color: white"></i>
</span>
</div>
<div class="col-sm-10">
<h3>
<span class="fa-stack visible-xs-inline-block">
<i class="fa fa-circle fa-stack-2x" style="color: #414141"></i>
<i class="fa fa-group fa-stack-1x" style="color: #282725"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-group fa-stack-1x" style="color: white"></i>
</span>
Prospective Members
</h3>
<p>
Our recruitment process is the way it should be: <strong>values-based</strong>.
For those who are right for Delta Sig, you already believe what we believe.
You strive to make a positive impact every day in the world around you, and you realize that surrounding yourself with like-minded individuals will accelerate the realization of that vision.
If Delta Sig isn't the right place for you, we will help you find a fraternity that is.
Our recruitment process is <strong>values-based</strong>.
This means that we want you to get to know us as much as we get to know you before you commit to anything.
If Delta Sig isn't the right place for you, we will help you find a fraternity that is, and if Greek Life
is not for you, Missouri S&amp;T has many other social opportunities.
<br />
@Html.ActionLink("Learn More »", "Recruitment", "Home")
</p>
Expand All @@ -71,19 +77,19 @@
<div class="row">
<div class="col-sm-2 hidden-xs">
<span class="fa-stack visible-md visible-lg" style="font-size: 5em">
<i class="fa fa-circle fa-stack-2x" style="color: #414141"></i>
<i class="fa fa-graduation-cap fa-stack-1x" style="color: #282725"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-graduation-cap fa-stack-1x" style="color: white"></i>
</span>
<span class="fa-stack hidden-md hidden-lg" style="font-size: 4em">
<i class="fa fa-circle fa-stack-2x" style="color: #414141"></i>
<i class="fa fa-graduation-cap fa-stack-1x" style="color: #282725"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-graduation-cap fa-stack-1x" style="color: white"></i>
</span>
</div>
<div class="col-sm-10">
<h3>
<span class="fa-stack visible-xs-inline-block">
<i class="fa fa-circle fa-stack-2x" style="color: #414141"></i>
<i class="fa fa-graduation-cap fa-stack-1x" style="color: #282725"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-graduation-cap fa-stack-1x" style="color: white"></i>
</span>
Alumni Involvement
</h3>
Expand All @@ -92,26 +98,26 @@
While making an impact is great, none of it would have been possible without support from our alumni.
We invite you to connect with us!
<br />
<a href="http://www.deltasigrollaalumni.com/" target="_blank">Alumni Website »</a>
@Html.ActionLink("Learn More »", "Alumni", "Home")
</p>
</div>
</div>
<div class="row">
<div class="col-sm-2 hidden-xs">
<span class="fa-stack visible-md visible-lg" style="font-size: 5em">
<i class="fa fa-circle fa-stack-2x" style="color: #414141"></i>
<i class="fa fa-globe fa-stack-1x" style="color: #282725"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-globe fa-stack-1x" style="color: white"></i>
</span>
<span class="fa-stack hidden-md hidden-lg" style="font-size: 4em">
<i class="fa fa-circle fa-stack-2x" style="color: #414141"></i>
<i class="fa fa-globe fa-stack-1x" style="color: #282725"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-globe fa-stack-1x" style="color: white"></i>
</span>
</div>
<div class="col-sm-10">
<h3>
<span class="fa-stack visible-xs-inline-block">
<i class="fa fa-circle fa-stack-2x" style="color: #414141"></i>
<i class="fa fa-globe fa-stack-1x" style="color: #282725"></i>
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-globe fa-stack-1x" style="color: white"></i>
</span>
Community Outreach
</h3>
Expand All @@ -125,46 +131,3 @@
</div>
</div>
</div>

<div class="container-fluid home" id="directions" style="margin-bottom: -50px">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="row row-space">
<div class="col-sm-6 col-md-12">
<h2 style="margin-top:0">
<i class="fa fa-fw fa-map-marker"></i> Our Location
</h2>
<p>
<a href="https://www.google.com/maps/dir//37.949841,-91.772336/"
target="_blank" class="btn btn-default">
<i class="fa fa-map-o"></i> Google Maps Directions
</a>
</p>
<address>
<strong>Delta Sigma Phi</strong>
<small>Delta Epsilon Chapter</small><br>
215 W 8th St<br>
Rolla, MO 65401, USA<br>
</address>
</div>
<div class="col-sm-6 col-md-12">
<h2><i class="fa fa-fw fa-calendar"></i> Schedule a Visit</h2>
<p>
<a href="@Url.Action("Contacts", "Home")#vice_president_growth"
class="btn btn-default">
<i class="fa fa-fw fa-envelope"></i>
Email the Vice President of Growth
</a>
</p>
</div>
</div>
</div>
<div class="col-md-8">
<a href="~/images/dsp-directions.png">
<img class="img-responsive" src="~/Images/dsp-directions.png" />
</a>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion src/Dsp.Web/Views/Home/Recruitment.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<p class="text-justify">
Our recruitment process is values-based. This means that our members make an intentional effort to get
to know every potential new member before we extend a bid card (an invitation for membership).
Our goal is to build a group of very diverse individuals, all of which exhibit excellence in some way and share
Our goal is to build a group of diverse individuals, all of which exhibit excellence in some way and share
a vision for making themselves and the community a better place.
</p>
<p class="text-justify">
Expand Down
2 changes: 1 addition & 1 deletion src/Dsp.Web/Views/Shared/Footer.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<p>
<i class="fa fa-fw fa-map-marker"></i> 215 W 8th St, Rolla, MO 65401
<br class="visible-xs" />
<a href="@Url.Action("Index", "Home", new { area = "" })#directions">Directions</a>
<a href="https://www.google.com/maps/dir//37.949841,-91.772336/">Directions</a>
</p>
<p><i class="fa fa-fw fa-envelope"></i> <a href="@Url.Action("Contacts", "Home", new { area = "" })">See Contacts Page</a></p>
<div class="visible-xs" style="margin:50px"></div>
Expand Down

0 comments on commit e075fa7

Please sign in to comment.