-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c94844c
commit 8fb474a
Showing
4 changed files
with
4 additions
and
4 deletions.
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ function About() { | |
<div className="col scroll-animation" data-animation="fade_from_right"> | ||
<ul> | ||
<li>Tel: +998957090180</li> | ||
<li>Email: [email protected]</li> | ||
<li>Email: [email protected]</li> | ||
<li>ZIP code: 221209</li> | ||
<li>Manzil: Uzbekistan, Xorazm, Yangibozor, Chubalanchi</li> | ||
</ul> | ||
|
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 |
---|---|---|
|
@@ -58,7 +58,7 @@ function Contact() { | |
<span>bog'lanish!</span> | ||
</h1> | ||
</div> | ||
<h3 className="scroll-animation" data-animation="fade_from_bottom">[email protected]</h3> | ||
<h3 className="scroll-animation" data-animation="fade_from_bottom">[email protected]</h3> | ||
{/* eslint-disable-next-line react/no-unescaped-entities */} | ||
{error && <p className="alert alert-danger messenger-box-contact__msg" role="alert">Belgilangan | ||
maydonlarni to'ldiring.</p>} | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ function LeftSidebarMobile() { | |
<span className="designation"></span> | ||
</div> | ||
<img className="me" src={meImage} alt="Me" /> | ||
<h2 className="email">[email protected]</h2> | ||
<h2 className="email">[email protected]</h2> | ||
<h2 className="address">Uzbekistan, Xorazm, Yangibozor</h2> | ||
<p className="copyright">© {new Date().getFullYear()} Moorfo. Barcha huquqlar himoyalangan</p> | ||
<ul className="social-profile d-flex align-items-center flex-wrap justify-content-center"> | ||
|
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 |
---|---|---|
|
@@ -9,7 +9,7 @@ function LeftSidebar() { | |
<span className="designation">Software Engineer</span> | ||
</div> | ||
<img className="me" src={meImage} alt="Me" /> | ||
<h2 className="email">[email protected]</h2> | ||
<h2 className="email">[email protected]</h2> | ||
<h2 className="address">Uzbekistan, Xorazm, Yangibozor</h2> | ||
<p className="copyright">© {new Date().getFullYear()} Moorfo. Barcha huquqlar himoyalangan</p> | ||
<ul className="social-profile d-flex align-items-center flex-wrap justify-content-center"> | ||
|