Skip to content

Commit

Permalink
modified about page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathius262 committed Feb 19, 2024
1 parent a10b1cf commit 5c0482c
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
28 changes: 28 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,34 @@ <h4>Vision</h4>
</div>

</div>

<div class="row align-items-center mt-5">
<div class="col">
<div class="full blog_cont">
<h4>Our Service</h4>
<div>
We provide a range of services to fulfill various needs. We:
<ul style="list-style-type:decimal-leading-zero;">
<li>
1. Craft captivating blog posts that cover a variety of topics mainly based on technology and innovation.
</li>
<li>
2. Specialize in creating custom software solutions for clients who require programming and technical project assistance.
</li>
<li>
3. Moreover we develop web applications tailored to meet the business requirements of our clients.
</li>
<li>
4. Additionally we offer both personalized programming tutorials, aimed at helping individuals enhance their skills and knowledge in this field. Our ultimate goal is to deliver the solutions that cater to our clients specific needs.
</li>
</ul>
</div>
</div>
</div>

<hr>

</div>

</div>

Expand Down
7 changes: 7 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2108,4 +2108,11 @@ ul.social_icon li a {
.footersocial a i:hover{
background-color: var(--blue);
color: var(--white);
}

ul.tags li a {
background: var(--blue);
color: #373737;
padding: 3px 10px;
margin-bottom: 10px;
}
4 changes: 2 additions & 2 deletions assets/js/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ function footer(){
<div class="footer-widget">
<h5 class="title">Author</h5>
<ul>
<li><a href="/frontend/about">About Us</a></li>
<li><a href="/blog_list/">Blog</a></li>
<li><a href="/about">About Us</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</div>
Expand Down

0 comments on commit 5c0482c

Please sign in to comment.