Skip to content

Commit

Permalink
Cleaned up the website.
Browse files Browse the repository at this point in the history
  • Loading branch information
uncheckederror committed Apr 25, 2024
1 parent 8a05f6f commit 91e4100
Show file tree
Hide file tree
Showing 5 changed files with 488 additions and 523 deletions.
12 changes: 0 additions & 12 deletions NumberSearch.Mvc/NumberSearch.Mvc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,6 @@
<Content Update="wwwroot\images\scaled\GXP2200EXT-400.webp">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\images\scaled\hannahheadshot.webp">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\images\scaled\headthumb.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -466,12 +463,6 @@
<Content Update="wwwroot\images\scaled\scoc-logo.webp">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\images\scaled\Scott Strong-3.jpg">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\images\scaled\Scott-headshot.webp">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\images\scaled\seattlesouthsidecoc.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down Expand Up @@ -607,9 +598,6 @@
<Content Update="wwwroot\scoc-logo.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\Scott Strong-3.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Update="wwwroot\site.webmanifest">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
Expand Down
83 changes: 26 additions & 57 deletions NumberSearch.Mvc/Views/Home/About.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -109,64 +109,40 @@
</div>
<br />
<div class="row">
<div class="card-deck">
<div class="card shadow" id="dan">
<img src="~/images/scaled/DSC08279-2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Dan</h2>
<h4 class="text-muted text-center">Chief Executive Officer</h4>
<div class="col">
<div class="card-deck">
<div class="card shadow" id="dan">
<img src="~/images/scaled/DSC08279-2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Dan</h2>
<h4 class="text-muted text-center">Chief Executive Officer</h4>
</div>
</div>
</div>
<div class="card shadow" id="thomas">
<img src="~/images/scaled/DSC08288-2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Thomas</h2>
<h4 class="text-muted text-center">Chief Information Officer</h4>
<div class="card shadow" id="thomas">
<img src="~/images/scaled/DSC08288-2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Thomas</h2>
<h4 class="text-muted text-center">Principal Software Developer</h4>
</div>
</div>
</div>
<div class="card shadow" id="ian">
<img src="~/images/scaled/ianheadshot.png" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Ian</h2>
<h4 class="text-muted text-center">Software Developer</h4>
<div class="card shadow" id="ian">
<img src="~/images/scaled/ianheadshot.png" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Ian</h2>
<h4 class="text-muted text-center">Software Developer</h4>
</div>
</div>
</div>
<div class="card shadow" id="jesse">
<img src="~/images/scaled/DSC08263-3.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Jesse</h2>
<h4 class="text-muted text-center">Software Developer</h4>
<div class="card shadow" id="jesse">
<img src="~/images/scaled/DSC08263-3.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Jesse</h2>
<h4 class="text-muted text-center">Software Developer</h4>
</div>
</div>
</div>
</div>
</div>
<br />

@* <div class="row mb-3">
<div class="card-deck">
<div class="card shadow" id="hannah">
<img src="~/images/scaled/hannahheadshot.webp" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Hannah</h2>
<h4 class="text-muted text-center">Director of Operations</h4>
</div>
</div>
<div class="card shadow" id="thad">
<img src="~/images/scaled/DSC09836-2.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Thad</h2>
<h4 class="text-muted text-center">Customer Support Representative</h4>
</div>
</div>
<div class="card shadow" id="joy">
<img src="~/images/scaled/joy-scaled.webp" class="card-img-top" alt="...">
<div class="card-body">
<h2 class="card-title text-center">Joy</h2>
<h4 class="text-muted text-center">Copy Editor</h4>
</div>
</div>
</div>
</div> *@
</div>
</div>
<section class="bg-light">
Expand Down Expand Up @@ -235,13 +211,6 @@
alt="Mukilteo Chamber of Commerce">
</a>
</li>
@* <li>
<a href="https://www.thegsba.org/chba" target="_blank"
rel="noopener noreferrer">
<img src="~/images/scaled/chba.png" class="img-fluid"
alt="Capitol Hill Business Alliance" style="width: 80%;">
</a>
</li> *@
<li>
<a href="https://www.rotaryclubofballard.org/" target="_blank"
rel="noopener noreferrer">
Expand Down
14 changes: 7 additions & 7 deletions NumberSearch.Mvc/Views/Home/Careers.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
</div>
</div>
</section>
<div class="container pt-5">
<div class="container pt-3">
<div class="row">
<div class="card-deck mb-3">
<div class="card-deck">
<div class="col">
<div class="card mb-4 shadow">
<div class="card shadow">
<div class="card-header text-center">
<h4 class="my-0 font-weight-normal">Customer Service Representative (Level 2)</h4>
</div>
Expand Down Expand Up @@ -64,7 +64,7 @@
</div>
</div>
<div class="col">
<div class="card mb-4 shadow">
<div class="card shadow">
<div class="card-header text-center">
<h4 class="my-0 font-weight-normal">Customer Service Representative (Level 2)</h4>
</div>
Expand Down Expand Up @@ -110,9 +110,9 @@
</div>
</div>
</div>
<div class="card-deck mb-3">
<div class="card-deck">
<div class="col">
<div class="card mb-4 shadow">
<div class="card shadow">
<div class="card-header text-center">
<h4 class="my-0 font-weight-normal">Junior PHP Developer</h4>
</div>
Expand Down Expand Up @@ -154,7 +154,7 @@
</div>
</div>
<div class="col">
<div class="card mb-4 shadow">
<div class="card shadow">
<div class="card-header text-center">
<h4 class="my-0 font-weight-normal">Junior iOS and Android Developer</h4>
</div>
Expand Down
19 changes: 12 additions & 7 deletions NumberSearch.Mvc/Views/Home/Privacy.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,20 @@
ViewData["Title"] = "Privacy Policy";
}

<br />
<div class="container">
<br />
<div class="pricing-header mx-auto mb-4 text-center">
<h1 class="display-4">Privacy Notice</h1>
<section class="text-light" style="background-color: #3279B2">
<div class="container py-5 py-md-6 py-lg-7 mb-7 text-center">
<div class="row justify-content-center">
<div class="col-lg-10 col-md-11">
<h1 class="display-3 text-light d-none d-sm-block">Privacy Notice</h1>
<h4 class="display-4 text-light d-block d-sm-none">Privacy Notice</h4>
<p class="lead text-white">We'll keep your data safe.</p>
</div>
</div>
</div>
<br />
</section>
<div class="container pt-3">
<div class="row">
<div class="col mb-3">
<div class="col-lg-8 col-md-10 col-sm-12 offset-lg-2 offset-md-1 mb-5">
<p><h5>Effective Date: February 11th, 2023</h5></p>

<p>This privacy policy discloses the privacy practices for the application AccelerateNetworks Mobile, and website addresses: *.acceleratenetworks.com and *.callpipe.com. It will notify you of the following:</p>
Expand Down
Loading

0 comments on commit 91e4100

Please sign in to comment.