Skip to content

Commit

Permalink
Merge pull request #3 from omidsotooni/EditPosition
Browse files Browse the repository at this point in the history
Update position and UI
  • Loading branch information
omidsotooni authored Dec 16, 2024
2 parents 1c8a212 + 7bae9eb commit 5becc7a
Show file tree
Hide file tree
Showing 26 changed files with 98 additions and 378 deletions.
20 changes: 14 additions & 6 deletions Content/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ a:hover {
h1, h2, h3, h4, h5, h6 {
font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
Expand Down Expand Up @@ -1200,13 +1199,18 @@ section {
# Contact
--------------------------------------------------------------*/
.contact .info {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 20px;
width: 100%;
background: #fff;
}
.contact .info i {
font-size: 20px;
color: #0563bb;
float: left;
float: none;
margin-right: 15px;
width: 44px;
height: 44px;
background: #eef7ff;
Expand All @@ -1217,20 +1221,24 @@ section {
transition: all 0.3s ease-in-out;
}
.contact .info h4 {
padding: 0 0 0 60px;
font-size: 22px;
font-size: 20px;
font-weight: 600;
margin-bottom: 5px;
color: #45505b;
}
.contact .info p {
padding: 0 0 0 60px;
margin-bottom: 0;
font-size: 14px;
color: #728394;
}
.contact .info h4,
.contact .info p {
padding: 0;
margin: 0;
font-size: 14px;
}
.contact .info .email, .contact .info .phone {
margin-top: 40px;
margin-top: 0px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
background: #0563bb;
Expand Down
Binary file modified Content/img/hero-bg.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Binary file removed Content/img/portfolio/portfolio-1.jpg
Binary file not shown.
Binary file removed Content/img/portfolio/portfolio-2.jpg
Binary file not shown.
Binary file removed Content/img/portfolio/portfolio-4.jpg
Binary file not shown.
Binary file removed Content/img/portfolio/portfolio-5.jpg
Binary file not shown.
Binary file removed Content/img/portfolio/portfolio-7.jpg
Binary file not shown.
Binary file removed Content/img/portfolio/portfolio-8.jpg
Binary file not shown.
Binary file removed Content/img/portfolio/portfolio-9.jpg
Binary file not shown.
Binary file removed Content/img/portfolio/portfolio-details-1.jpg
Binary file not shown.
Binary file removed Content/img/portfolio/portfolio-details-2.jpg
Binary file not shown.
Binary file removed Content/img/portfolio/portfolio-details-3.jpg
Binary file not shown.
Binary file removed Content/img/team/MohsenShafiee.jpg
Binary file not shown.
File renamed without changes
File renamed without changes
Binary file removed Content/img/team/RahimLotfi.jpg
Binary file not shown.
Binary file removed Content/img/team/TirdadSolhi.jpg
Binary file not shown.
Binary file modified Content/img/testimonials/testimonials-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Content/img/testimonials/testimonials-2.jpg
Binary file not shown.
Binary file added Content/img/testimonials/testimonials-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed Content/img/testimonials/testimonials-3.jpg
Binary file not shown.
Binary file removed Content/img/testimonials/testimonials-4.jpg
Binary file not shown.
Binary file removed Content/img/testimonials/testimonials-5.jpg
Binary file not shown.
456 changes: 84 additions & 372 deletions index.html

Large diffs are not rendered by default.

0 comments on commit 5becc7a

Please sign in to comment.