-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add footer to the website #131
Open
kanhadharmikk
wants to merge
1
commit into
Tharindu37:development
Choose a base branch
from
kanhadharmikk:updateFooter
base: development
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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,16 +11,16 @@ | |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" | ||
integrity="sha384-w76AqPfDkMBDXo30jS1Sgez6pr3x5MlQ1ZAGC+nuZB+EYdgRZgiwxhTBTkF7CXvN" | ||
crossorigin="anonymous"></script> | ||
<link rel="stylesheet" href="styles.css"type="text/css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> | ||
<link rel="stylesheet" href="styles.css" type="text/css"> | ||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script> | ||
|
||
<title>ProSolutions</title> | ||
<title>ProSolutions</title> | ||
</head> | ||
|
||
<body> | ||
|
||
<div id="scrollArrow" class="scroll-up-wrap"> | ||
<img src="arrow.gif" alt="" srcset=""> | ||
<img src="arrow.gif" alt="" srcset=""> | ||
</div> | ||
|
||
<!-- Container --> | ||
|
@@ -59,18 +59,19 @@ | |
</ul> | ||
</div> | ||
</div> | ||
</nav> | ||
<!-- Bg Image --> | ||
<div class="header-wrap"> | ||
</nav> | ||
<!-- Bg Image --> | ||
<div class="header-wrap"> | ||
<!--welcome text--> | ||
<div class="welcome-outer"> | ||
<h6>INVENTING BETTER FUTURE</h6> | ||
<h3>We try our best, and </br> we make sure we deliver the best</h3> | ||
<p>Our company seeks enterprising solution suits for modern technology.We are here to enter </br>the globalizing world with our energy and effort.</p> | ||
<p>Our company seeks enterprising solution suits for modern technology.We are here to enter </br>the | ||
globalizing world with our energy and effort.</p> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<!-- About Section --> | ||
<div class="container about" id="about"> | ||
<div class="row"> | ||
|
@@ -81,13 +82,17 @@ <h3>We try our best, and </br> we make sure we deliver the best</h3> | |
<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. | ||
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. | ||
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> | ||
|
@@ -101,14 +106,14 @@ <h3 class="title-wrap">Our Contributors</h3> | |
</div> | ||
|
||
<!--Solutions Section--> | ||
<div class="solutions" id="solutions"> | ||
<div class="content"> | ||
<p>We Love What We Do And Solve Your IT</p> | ||
<p><a href="#">Business Solutions</a></p> | ||
</div> | ||
<div class="solutions" id="solutions"> | ||
<div class="content"> | ||
<p>We Love What We Do And Solve Your IT</p> | ||
<p><a href="#">Business Solutions</a></p> | ||
</div> | ||
</div> | ||
|
||
|
||
|
||
<!--Technology Section--> | ||
<div class="container technology"> | ||
<h3 class="title-wrap">Technology</h3> | ||
|
@@ -117,8 +122,8 @@ <h3 class="title-wrap">Technology</h3> | |
<img src="assets/TechSection/angular.png" alt="angular" class="img-tech"> | ||
<img src="assets/TechSection/css3.png" alt="css3" class="img-tech"> | ||
<img src="assets/TechSection/html5.png" alt="html5" class="img-tech"> | ||
<img src="assets/TechSection/JS.png" alt="JS"class="img-tech"> | ||
<img src="assets/TechSection/py.png" alt="py"class="img-tech"> | ||
<img src="assets/TechSection/JS.png" alt="JS" class="img-tech"> | ||
<img src="assets/TechSection/py.png" alt="py" class="img-tech"> | ||
<img src="assets/TechSection/CProgramming.png" alt="CProgramming" class="img-tech"> | ||
<img src="assets/TechSection/Java.png" alt="Java" class="img-tech"> | ||
<img src="assets/TechSection/mongo.png" alt="mongo" class="img-tech"> | ||
|
@@ -129,7 +134,30 @@ <h3 class="title-wrap">Technology</h3> | |
<img src="assets/TechSection/intellij.png" alt="intellij" class="img-tech"> | ||
</div> | ||
</div> | ||
|
||
<div class="footer"> | ||
<div class="sec1"> | ||
<h4>__HELLO</h4> <br> | ||
<h2><span>Pro</span>Solutions Company</h2> | ||
<p>We try our best, and we make sure we deliver the best.</p> | ||
<button>Print Webpage</button> | ||
</div> | ||
|
||
<div class="sec2"> | ||
<h2> Send Message</h2> <br> | ||
<input type="text" placeholder="User email address"> <br> <br> | ||
<textarea placeholder="Message" id="" cols="10" rows="10"></textarea> <br> | ||
<button>Send</button> | ||
</div> | ||
<div class="sec3"> | ||
<h2>Contact Us</h2> <br> | ||
<p>Email : [email protected]</p> | ||
<p>Call Us : +94 767666012</p> | ||
</div> | ||
<hr> | ||
<p class="copyright">Copyright 2023</p> | ||
</div> | ||
<script src="main.js"></script> | ||
</body> | ||
</body> | ||
|
||
</html> | ||
</html> |
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok i will update the PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kanhadharmikk Did you update the PR?