Skip to content

Commit

Permalink
Merge pull request #6 from AmyCox/feature/what-we-do
Browse files Browse the repository at this point in the history
Feature/what we do
  • Loading branch information
AmyCox authored May 2, 2024
2 parents 1c08d3d + f55a5f8 commit 2fdd142
Show file tree
Hide file tree
Showing 6 changed files with 675 additions and 299 deletions.
1 change: 1 addition & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body {
color: white
}


@media (min-width: 40em) {

.who-we-are-heading {
Expand Down
26 changes: 19 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<!-- Main jumbotron for a primary marketing message or call to action -->
<section>
<div class="jumbotron hero jumbotron-container">
<div class="container hero-container">
<div class="container ">
<h1 class="hero-text">SIDE8</h1>
<p class="hero-text-anim hero-text">
<span>WHERE</span><br />
Expand Down Expand Up @@ -161,7 +161,6 @@ <h1 class="text-body-emphasis">Your partner in performance.</h1>
<p class="h2 my-4 text-body-emphasis text-center">
Amplifying <br>outcomes
</p>
<br>
<p class="reveal-type">
Whether it's streamlining processes, enhancing customer experiences, or driving revenue growth, amplifying outcomes lies at the heart of all our work.
</p>
Expand All @@ -176,7 +175,7 @@ <h1 class="text-body-emphasis">Your partner in performance.</h1>
alt="Image 2"
/>
</div>
<p class="h3 my-4 text-body-emphasis text-center">
<p class="h2 my-4 text-body-emphasis text-center">
From Vision to Execution : Crafting Scalable Solutions
</p>
<p>
Expand All @@ -196,7 +195,6 @@ <h1 class="text-body-emphasis">Your partner in performance.</h1>
<p class="h2 my-4 text-body-emphasis text-center">
Unleash potential - Drive performance
</p>
<br>
<p>
By leveraging cutting-edge technologies and strategic insights we optimise operations to catalyse growth and untapped possibilities.
</p>
Expand All @@ -217,12 +215,26 @@ <h1 class="text-body-emphasis">Your partner in performance.</h1>
</div>
</div>
</div> -->
<hr />

<footer>
<p>&copy; 2024</p>

</div>


<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<p class="col-md-6 mb-0 text-body-secondary">&copy; 2024 side8</p>



<ul class="nav col-md-6 justify-content-end">
<li class="nav-item"><a href="./privacy.html" class="nav-link px-2 text-body-secondary">Privacy Policy</a></li>
<li class="nav-item"><a href="./tc.html" class="nav-link px-2 text-body-secondary">Terms & Conditions</a></li>
<li class="nav-item"><a href="mailto:hello@side8.io" class="nav-link px-2 text-body-secondary">Contact</a></li>

</ul>
</footer>
</div>


<!-- block out old code for now -->
<!-- <div
Expand Down
2 changes: 1 addition & 1 deletion privacy.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="col">
<h1>Privacy Policy</h1>

<p>Last updated: January 02, 2020</p>
<p>Last updated: January 2024</p>

<p>This Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your information when You use the Service and tells You about Your privacy rights and how the law protects You.</p>

Expand Down
Loading

0 comments on commit 2fdd142

Please sign in to comment.