Skip to content
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
Binary file added assets/solutions-min.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 20 additions & 19 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,27 +63,29 @@ <h3>We try our best, and </br> we make sure we deliver the best</h3>
</div>

<!-- About Section -->
<div class="container about" id="about">
<div class="row">
<div class="d-none d-md-block col-md-12 col-lg-6 about_image">
<img src="assets/about.jpg">
</div>
<div class="col-sm-12 col-md-12 col-lg-6 about_text">
<h3 class="Secondary_Color">//ABOUT COMPANY</h3>
<h1>Your Partner For<br>Software <span class="Secondary_Color">Innovations</span></h1>
<p>
As the premier technology-oriented organization, we at Seekers Cloud work to challenge clients' assumptions about possibilities with our own ideas.
In our designs, we are all about producing something that people will enjoy.
</p>
<p>
Our goal at Seekers Cloud is to challenge customers' preconceptions with our own ideas by offering cutting-edge technology.
We create all of our products to provide something that our customers will love. In order to back up our design claims,
we think that our designs are excellent examples of high-calibre magnum opuses where artistry and skill meet to inspire your thoughts and we assure you of top-notch job.
</p>
<div class="container about">
<div class="row-main">
<div class="row">
<div class="d-none d-md-block col-md-12 col-lg-6 mx-auto w-50 about_image">
<img src="assets/about.jpg">
</div>
<div class="col-sm-12 col-md-12 mx-auto w-50 col-lg-6 about_text">
<h3 class="Secondary_Color">//ABOUT COMPANY</h3>
<h1>Your Partner For<br>Software <span class="Secondary_Color">Innovations</span></h1>
<p>
As the premier technology-oriented organization, we at Seekers Cloud work to challenge clients' assumptions about possibilities with our own ideas.
In our designs, we are all about producing something that people will enjoy.
</p>
<p>
Our goal at Seekers Cloud is to challenge customers' preconceptions with our own ideas by offering cutting-edge technology.
We create all of our products to provide something that our customers will love. In order to back up our design claims,
we think that our designs are excellent examples of high-calibre magnum opuses where artistry and skill meet to inspire your thoughts and we assure you of top-notch job.
</p>
</div>
</div>
</div>
</div>

<!-- Contributors Section -->
<div class="container contributors">
<h3 class="title-wrap">Our Contributors</h3>
Expand All @@ -102,5 +104,4 @@ <h3 class="title-wrap">Our Contributors</h3>

<script src="main.js"></script>
</body>

</html>
1 change: 0 additions & 1 deletion styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ html {
}

.solutions{
background-image:linear-gradient(rgba(0, 0, 0, 0.527),rgba(0, 0, 0, 0.5)) , url(assets/solutions-comp.jpg);
background-size: cover;
background-repeat: no-repeat;
height: 100%;
Expand Down