-
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.
Merge pull request #1 from oussamaB14/main
creating landing page
- Loading branch information
Showing
50 changed files
with
1,099 additions
and
25 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 |
---|---|---|
|
@@ -3,6 +3,11 @@ | |
POST http://localhost:3000/authentication/sign-up | ||
Content-Type: application/json | ||
|
||
{"email": "[email protected]", | ||
"password": "7894456", | ||
"firstName": "aaaaaaaaaaaaaaa", | ||
"lastName": "ooooo", | ||
"phone": "1234567890"} | ||
{"email": "[email protected]", | ||
"password": "123456789Aze@", | ||
"firstName": "aaaa", | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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 |
---|---|---|
@@ -1 +1 @@ | ||
<router-outlet></router-outlet> | ||
<div class="y-5"><router-outlet></router-outlet></div> |
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
Empty file.
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 |
---|---|---|
@@ -0,0 +1,124 @@ | ||
<app-navbar></app-navbar> | ||
<div class="conatiner"> | ||
<header class="py-5"> | ||
<div class="container px-5"> | ||
<div class="row justify-content-center"> | ||
<div class="col-lg-8 col-xxl-6"> | ||
<div class="text-center my-5"> | ||
<h1 class="fw-bolder mb-3"> | ||
Our mission is to provide a safe and reliable marketplace for | ||
buying and selling media files online. | ||
</h1> | ||
<p class="lead fw-normal text-muted mb-4"> | ||
Founded in 2024, Frank Me has quickly become a trusted platform | ||
for content creators and buyers worldwide | ||
</p> | ||
<a class="btn btn-primary btn-lg" href="#scroll-target" | ||
>Read our story</a | ||
> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</header> | ||
<!-- About section one--> | ||
<section class="py-5 bg-light" id="scroll-target"> | ||
<div class="container px-5 my-5"> | ||
<div class="row gx-5 align-items-center"> | ||
<div class="col-lg-6"> | ||
<img | ||
class="img-fluid rounded mb-5 mb-lg-0" | ||
src="../../../../assets/images/files-pic.png" | ||
alt="..." | ||
/> | ||
</div> | ||
<div class="col-lg-6"> | ||
<h2 class="fw-bolder">Our Vision</h2> | ||
<p class="lead fw-normal text-muted mb-0"> | ||
We envision a future where digital content transactions are | ||
seamless, secure, and equitable for all parties involved. By | ||
fostering a community built on trust, transparency, and innovation, | ||
we aim to become the go-to destination for media transactions, | ||
setting the standard for excellence in the industry. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- About section two--> | ||
<section class="py-5"> | ||
<div class="container px-5 my-5"> | ||
<div class="row gx-5 align-items-center"> | ||
<div class="col-lg-6 order-first order-lg-last"> | ||
<img | ||
class="img-fluid rounded mb-5 mb-lg-0" | ||
src="../../../../assets/images/files-pic-2.png" | ||
alt="..." | ||
/> | ||
</div> | ||
<div class="col-lg-6"> | ||
<h2 class="fw-bolder">Growth & beyond</h2> | ||
<p class="lead fw-normal text-muted mb-0"> | ||
Our mission is simple: to provide a safe and reliable platform for | ||
creators to monetize their content while ensuring buyers have access | ||
to high-quality, secure media files. We believe that by leveraging | ||
cutting-edge technology and implementing rigorous security measures, | ||
we can empower creators to showcase their work and buyers to | ||
discover and purchase content they love, all within a trusted | ||
environment. | ||
</p> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
<!-- Team members section--> | ||
<section class="py-5 bg-light"> | ||
<div class="container px-5 my-5"> | ||
<div class="text-center"> | ||
<h2 class="fw-bolder">Our team</h2> | ||
<p class="lead fw-normal text-muted mb-5"> | ||
Meet the passionate team behind Frank Me, dedicated to ensuring the | ||
security and success of our users. | ||
</p> | ||
</div> | ||
<div | ||
class="row gx-5 row-cols-1 row-cols-sm-2 row-cols-xl-4 justify-content-center" | ||
> | ||
<div class="col mb-5 mb-5 mb-xl-0"> | ||
<div class="text-center"> | ||
<img | ||
class="img-fluid rounded-circle mb-4 px-4" | ||
src="../../../../assets/images/gay.jpg" | ||
alt="..." | ||
/> | ||
<h5 class="fw-bolder">Ghaythe</h5> | ||
<div class="fst-italic text-muted">CFO</div> | ||
</div> | ||
</div> | ||
<div class="col mb-5 mb-5 mb-sm-0"> | ||
<div class="text-center"> | ||
<img | ||
class="img-fluid rounded-circle mb-4 px-4" | ||
src="../../../../assets/images/manel.jpg" | ||
alt="..." | ||
/> | ||
<h5 class="fw-bolder">Manel</h5> | ||
<div class="fst-italic text-muted">Operations Manager</div> | ||
</div> | ||
</div> | ||
<div class="col mb-5"> | ||
<div class="text-center"> | ||
<img | ||
class="img-fluid rounded-circle mb-4 px-4" | ||
src="../../../../assets/images/me-.jpg" | ||
alt="..." | ||
/> | ||
<h5 class="fw-bolder">Oussama</h5> | ||
<div class="fst-italic text-muted">CTO</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
</div> | ||
<app-footer-main></app-footer-main> |
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import { Component } from '@angular/core'; | ||
|
||
@Component({ | ||
selector: 'app-about', | ||
templateUrl: './about.component.html', | ||
styleUrl: './about.component.css' | ||
}) | ||
export class AboutComponent { | ||
|
||
} |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
import { NgModule } from '@angular/core'; | ||
import { CommonModule } from '@angular/common'; | ||
|
||
|
||
@NgModule({ | ||
declarations: [], | ||
imports: [CommonModule], | ||
}) | ||
export class AboutModule {} |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
.bg-image { | ||
background-image: url("https://ouch-cdn2.icons8.com/4VNQW5DnIK90s6XgmtaG_0YRLNQmrllc2TrGN8mVo2s/rs:fit:368:368/czM6Ly9pY29uczgu/b3VjaC1wcm9kLmFz/c2V0cy9wbmcvNzMy/Lzc1OTY1NjI2LWVh/OTEtNDQ3NC05ZmJi/LTNlNWRlZGM1YTJj/MS5wbmc.png"); | ||
background-size: cover; | ||
background-position: center; | ||
background-repeat: no-repeat; | ||
} |
Oops, something went wrong.