Skip to content

Commit

Permalink
Merge pull request #3 from Ghwazal/Dev
Browse files Browse the repository at this point in the history
new changes in the progect
  • Loading branch information
behshadrhp authored Oct 26, 2024
2 parents 8b8f5a3 + 3a20034 commit f5df30f
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 86 deletions.
37 changes: 18 additions & 19 deletions download/download.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@
<!--Start Navbar-->
<div class="container-fluid">
<nav
class="navbar navbar-expand-lg fixed-top w-full pt-3 pb-3 pe-3 ps-3 pe-md-5 ps-md-5"
class="navbar navbar-expand-lg fixed-top w-full pt-3 pb-3 pe-1 ps-1 pe-md-5 ps-md-5"
id="mainNav"
>
<div class="container-fluid">
<a class="navbar-brand me-auto" href="#"
<a class="navbar-brand me-auto" href="../index.html"
><img src="../img/logo.png" class="logo-header"
/></a>
<div
<!-- <div
class="offcanvas offcanvas-end"
tabindex="-1"
id="offcanvasNavbar"
aria-labelledby="offcanvasNavbarLabel"
>
<div class="offcanvas-header">
<h5 class="offcanvas-title" id="offcanvasNavbarLabel">
<img src="../img/logo.png" />
<a href="../index.html"><img src="../img/logo.png" /></a>
</h5>
<button
type="button"
Expand Down Expand Up @@ -62,13 +62,13 @@ <h5 class="offcanvas-title" id="offcanvasNavbarLabel">
</li>
</ul>
</div>
</div>
</div> -->
<a
><button class="learn-button px-4 py-2 rounded">
><button class="learn-button learn-button-page-down py-2 px-2 px-md-4 rounded">
<img src="../img/play-circle.svg" class="me-2" />آموزش اپلیکیشن
</button></a
>
<button
<!-- <button
class="navbar-toggler"
type="button"
data-bs-toggle="offcanvas"
Expand All @@ -77,7 +77,7 @@ <h5 class="offcanvas-title" id="offcanvasNavbarLabel">
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
</button> -->
</div>
</nav>
<!--End Navbar-->
Expand All @@ -93,9 +93,9 @@ <h1 class="title-text-download">دانلود املاک یار</h1>
</p>
</div>
<div
class="boxs-download w-full d-flex justify-content-center align-items-center flex-column flex-md-row column-gap-4 row-gap-3"
class="boxs-download w-full d-flex justify-content-center align-items-center flex-column flex-md-row column-gap-4 row-gap-3 pb-5"
>
<div
<!-- <div
class="box-down col-12 col-md-4 d-flex justify-content-start align-items-center flex-column row-gap-2 rounded py-4"
>
<img src="../img/apple.png" />
Expand All @@ -110,7 +110,7 @@ <h3 class="pt-2 pb-3">دانلود نسخه آیفون</h3>
<a><img src="../img/btn6.png" class="img-click" /></a>
<a><img src="../img/btn5.png" class="img-click" /></a>
<a><img src="../img/btn4.png" class="img-click" /></a>
</div>
</div> -->

<div
class="box-down col-12 col-md-4 d-flex justify-content-start align-items-center flex-column row-gap-2 rounded py-4"
Expand All @@ -122,16 +122,16 @@ <h3 class="pt-2 pb-3">دانلود نسخه اندروید</h3>
<img src="../img/download.png" class="me-2" />نسخه وب اپلیکیشن
</button></a
>
<a><img src="../img/btn1.png" class="img-click" /></a>
<a><img src="../img/btn2.png" class="img-click" /></a>
<a><img src="../img/btn3.svg" class="img-click" /></a>
<!-- <a><img src="../img/btn1.png" class="img-click" /></a> -->
<a href="https://cafebazaar.ir/app/ir.roino.estate"><img src="../img/btn2.png" class="img-click" /></a>
<a href="https://myket.ir/app/ir.roino.estate"><img src="../img/btn3.svg" class="img-click" /></a>
</div>
</div>
</div>
<!-- End Section Download -->

<!-- Start Learn -->
<div
<!-- <div
class="insta-learn row w-full text-center d-flex justify-content-center align-items-center flex-column pt-5"
>
<h2 class="respone-span pb-2">آموزش ها</h2>
Expand All @@ -152,7 +152,7 @@ <h2 class="respone-span pb-2">آموزش ها</h2>
>
</div>
</div>
</div>
</div> -->
<!-- End Learn -->

<!-- Start Footer -->
Expand All @@ -178,9 +178,8 @@ <h2 class="respone-span pb-2">آموزش ها</h2>
<div
class="box-row2 img-social col-12 col-sm-6 d-flex justify-content-start align-items-center px-3 px-md-4"
>
<img src="../img/git.png" />
<img src="../img/twiter.png" />
<img src="../img/linkedin.png" />
<a href="https://github.com/RoinoTeam/amlakyar/releases/download/1.3.0/app-release.apk"><img src="../img/git.png" /></a>
<a href="https://linkedin/in/behshadrhp"><img src="../img/linkedin.png" /></a>
<img src="../img/instagram2.png" />
</div>
<div
Expand Down
14 changes: 13 additions & 1 deletion download/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
}

.box-down{
height: 35rem;
height: 30rem;
box-shadow: 0 0 0.3rem 0 rgb(196, 195, 195);
}

Expand Down Expand Up @@ -36,4 +36,16 @@
.box-down{
height: auto;
}
}

@media screen and (max-width: 768px) {
.learn-button-page-down {
display: block;
}
}

@media screen and (max-width: 400px) {
.learn-button-page-down {
display: block;
}
}
88 changes: 46 additions & 42 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,40 +81,45 @@ <h5 class="offcanvas-title" id="offcanvasNavbarLabel">
</nav>
<!--End Navbar-->


<!-- Start Header Site -->
<div class="section-top row w-full">
<div class="col-12 col-md-6 section-top-txt px-2 px-md-5">
<h1 class="pb-3">
املاک یار، اپلیکیشن <br />
مدیریت املاک و فایلینگ
</h1>
<p class="pb-2">
روینو یک ابزار قدرتمند برای مدیریت کسب و کار شماست که با ارائه ویژگی
های بی نظیر و امکانات منحصر به فرد، به بهبود بهره وری و افزایش سود
شما کمک می کند.
</p>
<div class="btns-download col-12">
<!-- <a
><button class="download-qrcode px-2 py-2 rounded border">
<img src="img/qrcode.png" /></button
></a> -->
<a href="download/download.html"
><button class="download-fast px-4 py-2 rounded">
<img src="img/download.png" class="me-2" />دانلود اپلیکیشن
</button></a
>
<a
><button class="learn-button-hide px-4 py-2 rounded border">
<img src="img/play-circle2.png" class="me-2" />آموزش اپلیکیشن
</button></a
>
<img src="img/neon.png" id="neon-pic">
<div class="mainoo">
<div class="section-top-txt px-2 px-md-5">
<h1 class="pb-3">
املاک یار، اپلیکیشن <br />
مدیریت املاک و فایلینگ
</h1>
<p class="pb-2">
روینو یک ابزار قدرتمند برای مدیریت کسب و کار شماست که با ارائه ویژگی
های بی نظیر و امکانات منحصر به فرد، به بهبود بهره وری و افزایش سود
شما کمک می کند.
</p>
<div class="btns-download col-12">
<!-- <a
><button class="download-qrcode px-2 py-2 rounded border">
<img src="img/qrcode.png" /></button
></a> -->
<a href="download/download.html"
><button class="download-fast px-4 py-2 rounded">
<img src="img/download.png" class="me-2" />دانلود اپلیکیشن
</button></a
>
<a
><button class="learn-button-hide px-4 py-2 rounded border">
<img src="img/play-circle2.png" class="me-2" />آموزش اپلیکیشن
</button></a
>
</div>
</div>
<div
class="section-top-pic p-0 d-flex justify-content-end align-items-end pt-4 pt-md-0"
>
<img src="img/Group.png" class="img-head" />
</div>
</div>
<div
class="col-12 col-md-6 p-0 d-flex justify-content-end align-items-end pt-4 pt-md-0"
>
<img src="img/Group.png" class="img-head" />
</div>

</div>
</div>
<!-- End Header Site -->
Expand Down Expand Up @@ -171,8 +176,8 @@ <h5 class="box-title">ساده و سریع</h5>
<!-- End Whay Amlakyar -->

<!-- Start Option Amlakyar -->
<div class="options-section container-fluid" id="option">
<div class="options-section-title text-center px-1 px-md-5">
<div class="options-section container-fluid mt-5" id="option">
<div class="options-section-title text-center px-1 px-md-5 pb-3">
<h6 class="top-span pb-1">ویژگی ها</h6>
<h2 class="respone-span pb-2">
املاک شما در هر کجا و در هر لحظه در دستانتان
Expand Down Expand Up @@ -351,9 +356,9 @@ <h4 class="title-row-section">فایل ها و متقاضی ها</h4>
<!-- End Option Amlakyar -->

<!-- Start Questions -->
<div class="question-section container-fluid pt-5" id="question">
<div class="question-section container-fluid mt-5" id="question">
<div class="question-section-title text-center pt-3 px-1 px-md-5">
<h2 class="respone-span pb-2">سوالات متداول</h2>
<h2 class="respone-span pb-2 pt-5">سوالات متداول</h2>
<div class="section-txt-row pb-4">
<p>هر آنچه باید درمورد محصول و هزینه آن بدانید.</p>
</div>
Expand Down Expand Up @@ -508,14 +513,14 @@ <h2 class="respone-span pb-2">سوالات متداول</h2>
</div>
</div>

<div class="question-user w-full py-5 text-center">
<div class="question-user w-full py-5 text-center mb-3">
<img src="img/users.png" class="img-question-user pb-3" />
<h5 class="title-question-user pb-2">هنوز سوالی دارید؟</h5>
<p>
نمی توانید پاسخ موردنظر خود را پیدا کنید؟ لطفا با تیم دوست داشتنی ما
چت کنید.
</p>
<a
<a href="https://wa.me/989210834741"
><button class="btn-question-user px-3 py-2 rounded">
<img src="img/whatsapp.png" class="me-2" />پیام دهید
</button></a
Expand Down Expand Up @@ -580,7 +585,7 @@ <h2 class="title-row-section">در 1 دقیقه ثبت نام کنید</h2>
</div>
</div>

<div
<!-- <div
class="insta-learn row w-full text-center d-flex justify-content-center align-items-center flex-column pt-5"
>
<h2 class="respone-span pb-2">آموزش ها</h2>
Expand All @@ -600,7 +605,7 @@ <h2 class="respone-span pb-2">آموزش ها</h2>
</button></a
>
</div>
</div>
</div> -->
</div>
<!-- End Download And Insta -->

Expand All @@ -627,10 +632,9 @@ <h2 class="respone-span pb-2">آموزش ها</h2>
<div
class="box-row2 img-social col-12 col-sm-6 d-flex justify-content-start align-items-center px-3 px-md-4"
>
<a><img src="img/git.png" /></a>
<a><img src="img/twiter.png" /></a>
<a><img src="img/linkedin.png" /></a>
<a><img src="img/instagram2.png" /></a>
<a href="https://github.com/RoinoTeam/amlakyar/releases/download/1.3.0/app-release.apk"><img src="img/git.png" /></a>
<a href="https://linkedin/in/behshadrhp"><img src="img/linkedin.png" /></a>
<img src="img/instagram2.png" />
</div>
<div
class="box-row2 col-12 col-sm-6 d-flex justify-content-sm-end align-items-center px-3 px-md-4 pt-4 py-sm-0"
Expand Down
Loading

0 comments on commit f5df30f

Please sign in to comment.