Skip to content

Commit

Permalink
Not finised Yet
Browse files Browse the repository at this point in the history
  • Loading branch information
SHEFOO10 committed Feb 6, 2024
0 parents commit 70e04b5
Show file tree
Hide file tree
Showing 28 changed files with 477 additions and 0 deletions.
Binary file added ExpoArabic-Bold.otf
Binary file not shown.
Binary file added ExpoArabic-Book.ttf
Binary file not shown.
91 changes: 91 additions & 0 deletions ad.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
@font-face {
font-family: expofontBold;
src: url('./ExpoArabic-Bold.otf');
}
@font-face {
font-family: expofont;
src: url('./ExpoArabic-Book.ttf');
}
#ad {
width: 100%;
display: block;
height: max-content;
margin-top: 80px;
text-align: center;
position: relative;
}
#ad #ad-img {
width: 387.71px;
height: 193px;
margin: 5px;
margin-bottom: 15px;
}
#ad #ad-title,
#ad #ad-description
{
margin: 0;
line-height: 29px;
letter-spacing: 0px;
}

#ad #ad-title
{
color: rgba(25, 37, 64, 1);
font-family: expofontBold;
font-size: 24px;
}

#ad #ad-description
{
color: #666666;
font-family: expofont;
font-size: 12px;
}

#ad #subdiv
{
width: 165.03px;
height: 119px;
position: absolute;
top: 70px;
right: 40px;
background: rgba(25, 37, 64, 0.5);
border-radius: 10px;
backdrop-filter: blur(5px);
text-align: left;
}

#ad #subdiv > p
{
color: rgb(255, 255, 255);
/* background-color: red; */
font-family: expofont;
font-weight: 600;
font-size: 10px;
margin: 0;
padding: 12px 0px 2px 10px;
}

#ad #subdiv > h4
{
margin: 0;
padding: 6px 0px 0px 8px;
color: rgba(235, 175, 41, 1);
font-family: expofontBold;
font-size: 18px;
line-height: 24px;
margin-bottom: 5px;
}

#ad #subdiv > #contact-now
{
text-decoration: none;
background-color: rgba(235, 175, 41, 1);
color: rgba(25, 37, 64, 1);
height: 17px;
margin-inline: 25px;
padding: 2px 20px;
font-family: expofont;
font-weight: 700;
font-size: 10px;
}
Empty file added filter.css
Empty file.
Binary file added images/1-1.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 added images/1-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 added images/1-3.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 added images/1-4.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 added images/1-5.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 added images/1-6.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 added images/1-7.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 added images/1-8.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 added images/1-9.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 added images/1.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 added images/TEXTS.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 added images/Vector-1.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 added images/Vector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/Vector.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/dubai-number-plate-auction 2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions images/iconamoon_menu-burger-horizontal-fill.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/image 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions images/pepicons-pencil_motorcycle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 70e04b5

Please sign in to comment.