From 33ef0fbc85e1d501fbaa9da3aef1cec41d325c27 Mon Sep 17 00:00:00 2001 From: tajabdin <64154127+tajabdin@users.noreply.github.com> Date: Wed, 29 Apr 2020 14:08:27 -0400 Subject: [PATCH 01/11] Test --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2b5ba5f..b57b329 100644 --- a/index.html +++ b/index.html @@ -50,7 +50,7 @@

Get Started

Whether your an influencer or company, Brancher offers you a platform to connect with the other side with the assurance that you and your team is safe legally and physcially.

Log In

-

Lorem Zaeem zaeem smells, consectetur adipisicing elit. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta +

Lorem Zaeem zaeem smells, Zbrar has small dick. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, aspernatur nesciunt consectetur. Sit, eius, itaque, porro, beatae impedit officia tenetur reiciendis autem vitae a quae ipsam repudiandae odio dolorum quaerat asperiores possimus corporis optio animi quisquam laboriosam nihil quam voluptatum quidem veritatis iste culpa iure modi perspiciatis recusandae ipsa libero officiis aliquam doloremque similique id quasi atque distinctio enim sapiente ratione in quia eum perferendis earum blanditiis. Nobis, architecto, veniam molestias minus iste necessitatibus From 6237cf766cac2a88c7c722a2c42bcf47d88eaa23 Mon Sep 17 00:00:00 2001 From: tajabdin <64154127+tajabdin@users.noreply.github.com> Date: Wed, 29 Apr 2020 14:15:33 -0400 Subject: [PATCH 02/11] FFFF --- css/styles.css | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/css/styles.css b/css/styles.css index 19f11d2..1ad791d 100644 --- a/css/styles.css +++ b/css/styles.css @@ -114,10 +114,8 @@ nav { box-sizing: border-box; } body { - //color: #8f8f8f; - //background: white; - color: white; - background-image: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); + color: #8f8f8f; + background: white; font-family: "Cardo", serif; font-weight: 300; -webkit-font-smoothing: antialiased; } @@ -141,30 +139,12 @@ p { .hero { position: relative; - background: #333 url(res/branch_big.svg) no-repeat center center fixed; + background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-attachment: local; -<<<<<<< HEAD -<<<<<<< HEAD color: #FFFFFF; -======= -======= ->>>>>>> 3137fbe05e3d8f0ce8c66848913714aae94a4ff0 - body { - animation: 10000ms ease-in-out infinite color-change; -} - - -<<<<<<< HEAD - ->>>>>>> 362401d662a29cb198c7c00b361d9d098c08fc9b -======= - - - ->>>>>>> 3137fbe05e3d8f0ce8c66848913714aae94a4ff0 padding-top: 70px; min-height: 100vh; letter-spacing: 2px; From a9ce5f00a0fdc781250aafde6b12e8d84b2bc872 Mon Sep 17 00:00:00 2001 From: RushilSidhu <49910626+RushilSidhu@users.noreply.github.com> Date: Wed, 29 Apr 2020 15:16:09 -0400 Subject: [PATCH 03/11] Sliders on Index 2 --- css/styles.css | 2 +- index2.html | 132 ++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 132 insertions(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 1ad791d..c877ed4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -139,7 +139,7 @@ p { .hero { position: relative; - background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed; + background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; diff --git a/index2.html b/index2.html index 2b5ba5f..89b89c7 100644 --- a/index2.html +++ b/index2.html @@ -42,7 +42,137 @@ -

+
+ + + + + +

Automatic Slideshow

+

Change image every 2 seconds:

+ +
+ +
+
1 / 3
+ +
Caption Text
+
+ +
+
2 / 3
+ +
Caption Two
+
+ +
+
3 / 3
+ +
Caption Three
+
+ +
+
+ +
+ + + +
+ + + +



  You're a
brand

From 97f0d3162663f75c5c762938acd609389fb53bce Mon Sep 17 00:00:00 2001 From: RushilSidhu <49910626+RushilSidhu@users.noreply.github.com> Date: Fri, 1 May 2020 14:22:32 -0400 Subject: [PATCH 04/11] SlideShow is longer and no copyrighted images --- index2.html | 12 ++++++------ test1.png | Bin 0 -> 5807 bytes test2.png | Bin 0 -> 5928 bytes test3.png | Bin 0 -> 5300 bytes 4 files changed, 6 insertions(+), 6 deletions(-) create mode 100644 test1.png create mode 100644 test2.png create mode 100644 test3.png diff --git a/index2.html b/index2.html index 89b89c7..5e76fdd 100644 --- a/index2.html +++ b/index2.html @@ -95,9 +95,9 @@ /* Fading animation */ .fade { -webkit-animation-name: fade; - -webkit-animation-duration: 1.5s; + -webkit-animation-duration: 4.5s; animation-name: fade; - animation-duration: 1.5s; + animation-duration: 4.5s; } @-webkit-keyframes fade { @@ -125,19 +125,19 @@
1 / 3
- +
Caption Text
2 / 3
- +
Caption Two
3 / 3
- +
Caption Three
@@ -168,7 +168,7 @@ } slides[slideIndex-1].style.display = "block"; dots[slideIndex-1].className += " active"; - setTimeout(showSlides, 2000); // Change image every 2 seconds + setTimeout(showSlides, 5000); // Change image every 2 seconds } diff --git a/test1.png b/test1.png new file mode 100644 index 0000000000000000000000000000000000000000..12cef8b20f3569fbe2ca8952d70261b652cfd5bf GIT binary patch literal 5807 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 literal 0 HcmV?d00001 From 375c0c16cfb87a1818a84f57fbf2fed0b30a72d2 Mon Sep 17 00:00:00 2001 From: 1776123 <50336512+1776123@users.noreply.github.com> Date: Fri, 1 May 2020 14:56:29 -0400 Subject: [PATCH 05/11] here --- css/styles.css | 17 +++++++++-------- index.html | 3 ++- index2.html | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/css/styles.css b/css/styles.css index c877ed4..186b0a4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14,16 +14,19 @@ z-index: 999; width: 100%; padding-top: 17px; - background:linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); -; + color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); + background:black; + color: white; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s; padding-bottom: 6px; - font-family: "Montserrat", sans-serif; } + font-family: "Montserrat", sans-serif; + color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); + } @media only screen and (max-width: 766px) { .main_h { - padding-top: 25px; } } + padding-top: 25px; } } .open-nav { max-height: 400px !important; } @@ -70,13 +73,12 @@ nav { padding: 7px 0; margin: 0; } } nav ul a { - color: #FFFFFF; text-transform: uppercase; font-size: 14px; font-weight: 500; transition: .3s; } nav ul a:hover { - color: #ffd1dc; + color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); font-size: 15px; text-decoration: none; } @@ -139,12 +141,11 @@ p { .hero { position: relative; - background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed; + background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-attachment: local; - color: #FFFFFF; padding-top: 70px; min-height: 100vh; letter-spacing: 2px; diff --git a/index.html b/index.html index b57b329..c6f41ed 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,8 @@
- + /**/ +
diff --git a/index2.html b/index2.html index 5e76fdd..0ec4eaa 100644 --- a/index2.html +++ b/index2.html @@ -12,7 +12,7 @@ brancher - +
From fab603dc176c85c0f6f2589232f70fa2f1dee4dc Mon Sep 17 00:00:00 2001 From: tajabdin <64154127+tajabdin@users.noreply.github.com> Date: Fri, 1 May 2020 15:06:33 -0400 Subject: [PATCH 06/11] Get started --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c6f41ed..ac055c9 100644 --- a/index.html +++ b/index.html @@ -49,7 +49,7 @@

Get Started

-

Whether your an influencer or company, Brancher offers you a platform to connect with the other side with the assurance that you and your team is safe legally and physcially.

+

Getting started with Brancher is free and easy. There are no contracts or commitments, and everything is based upon the wants of the influencer or the company. Whether you are an influencer or a company, the first step is to make an account. When the account is created, you will have the ability to show interest in endorsement as an influencer or a company. In an influencer's profile, there should be examples for the type of work done, and the type of audience. For companies, there will be a catalog of influencers to look from, with filters to ease the search. From there, influencers will be contacted by various companies, and both the influencer and company will branch out to the public.

Log In

Lorem Zaeem zaeem smells, Zbrar has small dick. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, From 8aa4fc2d89e42ed406bffc7a6f4464e57fea8725 Mon Sep 17 00:00:00 2001 From: 1776123 <50336512+1776123@users.noreply.github.com> Date: Mon, 4 May 2020 13:10:39 -0400 Subject: [PATCH 07/11] about us paragrpah --- index.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/index.html b/index.html index ac055c9..c314153 100644 --- a/index.html +++ b/index.html @@ -59,13 +59,7 @@ hic possimus? Fuga, eveniet quaerat inventore corporis laborum eligendi enim soluta obcaecati aliquid veritatis provident amet laudantium est quisquam dolore exercitationem modi? Distinctio, pariatur, ab velit praesentium vitae quidem consequatur deleniti recusandae odit officiis. Quidem, cupiditate.

About Us

-

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta - alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, - aspernatur nesciunt consectetur. Sit, eius, itaque, porro, beatae impedit officia tenetur reiciendis autem vitae a quae ipsam repudiandae odio dolorum quaerat asperiores possimus corporis optio animi quisquam laboriosam nihil quam voluptatum quidem - veritatis iste culpa iure modi perspiciatis recusandae ipsa libero officiis aliquam doloremque similique id quasi atque distinctio enim sapiente ratione in quia eum perferendis earum blanditiis. Nobis, architecto, veniam molestias minus iste necessitatibus - est ab in earum ratione eveniet soluta molestiae sed illo nostrum nemo debitis. Minus, quod totam aliquam ea asperiores fugit quaerat excepturi dolores ratione numquam consequatur id unde alias provident vero incidunt exercitationem similique consequuntur - hic possimus? Fuga, eveniet quaerat inventore corporis laborum eligendi enim soluta obcaecati aliquid veritatis provident amet laudantium est quisquam dolore exercitationem modi? Distinctio, pariatur, ab velit praesentium vitae quidem consequatur - deleniti recusandae odit officiis. Quidem, cupiditate.

+

Whether you are an influencer or company, Brancher IS the platform that WILL effectively serve as the median of communication for both users. Through providing a safe and free environment, we promote companies contracting influencers so they can sponsor a brand. As the median, building a trust is highly prioritized and ensured through our high end security. We are simply just a group of people who have a passion to reach out and connect others with ease!

Contact

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, From e3bae120872d90ee1253cde63ac469f6d0ff5d3e Mon Sep 17 00:00:00 2001 From: tajabdin <64154127+tajabdin@users.noreply.github.com> Date: Mon, 4 May 2020 13:14:03 -0400 Subject: [PATCH 08/11] Get started --- index2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index2.html b/index2.html index 0ec4eaa..9c49d1a 100644 --- a/index2.html +++ b/index2.html @@ -178,7 +178,7 @@

Get Started

-

Whether your an influencer or company, Brancher offers you a platform to connect with the other side with the assurance that you and your team is safe legally and physcially.

+

Getting started with Brancher is free and easy. There are no contracts or commitments, and everything is based upon the wants of the influencer or the company. Whether you are an influencer or a company, the first step is to make an account. When the account is created, you will have the ability to show interest in endorsement as an influencer or a company. In an influencer's profile, there should be examples for the type of work done, and the type of audience. For companies, there will be a catalog of influencers to look from, with filters to ease the search. From there, influencers will be contacted by various companies, and both the influencer and company will branch out to the public.

Log In

Lorem Zaeem zaeem smells, consectetur adipisicing elit. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, From ed7881ae577d3777d432c07757f02781926e0dcc Mon Sep 17 00:00:00 2001 From: RushilSidhu <49910626+RushilSidhu@users.noreply.github.com> Date: Mon, 4 May 2020 13:17:06 -0400 Subject: [PATCH 09/11] wording fix --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c314153..5303ec0 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@ hic possimus? Fuga, eveniet quaerat inventore corporis laborum eligendi enim soluta obcaecati aliquid veritatis provident amet laudantium est quisquam dolore exercitationem modi? Distinctio, pariatur, ab velit praesentium vitae quidem consequatur deleniti recusandae odit officiis. Quidem, cupiditate.

About Us

-

Whether you are an influencer or company, Brancher IS the platform that WILL effectively serve as the median of communication for both users. Through providing a safe and free environment, we promote companies contracting influencers so they can sponsor a brand. As the median, building a trust is highly prioritized and ensured through our high end security. We are simply just a group of people who have a passion to reach out and connect others with ease!

+

Brancher IS the platform that WILL effectively serve as the median of communication for both influencers and companies. Through providing a safe and free environment, we promote companies contracting influencers so they can sponsor a brand. As the median, building a trust is highly prioritized and ensured through our high end security. We are simply just a group of people who have a passion to reach out and connect others with ease!

Contact

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, From d64b17ce391f71a041483c2cbd6e349df39cb5aa Mon Sep 17 00:00:00 2001 From: 1776123 <50336512+1776123@users.noreply.github.com> Date: Mon, 4 May 2020 13:22:40 -0400 Subject: [PATCH 10/11] login2 --- login2.html | 177 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 login2.html diff --git a/login2.html b/login2.html new file mode 100644 index 0000000..aa4dfc6 --- /dev/null +++ b/login2.html @@ -0,0 +1,177 @@ + + + + + + + + + + +

Modal Login Form

+ + + +
+ + + + + From de7b6ec8cc73eb4e2636cec4a22cea0fea29f91d Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Thu, 9 Jul 2020 15:21:30 -0400 Subject: [PATCH 11/11] rolled back 10 commits --- css/styles.css | 41 +++++++++--- index.html | 15 +++-- index2.html | 136 +------------------------------------ login2.html | 177 ------------------------------------------------- test1.png | Bin 5807 -> 0 bytes test2.png | Bin 5928 -> 0 bytes test3.png | Bin 5300 -> 0 bytes 7 files changed, 43 insertions(+), 326 deletions(-) delete mode 100644 login2.html delete mode 100644 test1.png delete mode 100644 test2.png delete mode 100644 test3.png diff --git a/css/styles.css b/css/styles.css index 186b0a4..19f11d2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -14,19 +14,16 @@ z-index: 999; width: 100%; padding-top: 17px; - color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); - background:black; - color: white; + background:linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); +; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s; padding-bottom: 6px; - font-family: "Montserrat", sans-serif; - color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); - } + font-family: "Montserrat", sans-serif; } @media only screen and (max-width: 766px) { .main_h { - padding-top: 25px; } } + padding-top: 25px; } } .open-nav { max-height: 400px !important; } @@ -73,12 +70,13 @@ nav { padding: 7px 0; margin: 0; } } nav ul a { + color: #FFFFFF; text-transform: uppercase; font-size: 14px; font-weight: 500; transition: .3s; } nav ul a:hover { - color: linear-gradient(to bottom, #33ccff 44%, #ff99cc 66%); + color: #ffd1dc; font-size: 15px; text-decoration: none; } @@ -116,8 +114,10 @@ nav { box-sizing: border-box; } body { - color: #8f8f8f; - background: white; + //color: #8f8f8f; + //background: white; + color: white; + background-image: radial-gradient(circle, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%); font-family: "Cardo", serif; font-weight: 300; -webkit-font-smoothing: antialiased; } @@ -141,11 +141,30 @@ p { .hero { position: relative; - background: #FFFFFF url(res/branch_big.svg) no-repeat center center fixed; + background: #333 url(res/branch_big.svg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; background-attachment: local; +<<<<<<< HEAD +<<<<<<< HEAD + color: #FFFFFF; +======= +======= +>>>>>>> 3137fbe05e3d8f0ce8c66848913714aae94a4ff0 + body { + animation: 10000ms ease-in-out infinite color-change; +} + + +<<<<<<< HEAD + +>>>>>>> 362401d662a29cb198c7c00b361d9d098c08fc9b +======= + + + +>>>>>>> 3137fbe05e3d8f0ce8c66848913714aae94a4ff0 padding-top: 70px; min-height: 100vh; letter-spacing: 2px; diff --git a/index.html b/index.html index 5303ec0..2b5ba5f 100644 --- a/index.html +++ b/index.html @@ -20,8 +20,7 @@
- /**/ -
@@ -49,9 +48,9 @@

Get Started

-

Getting started with Brancher is free and easy. There are no contracts or commitments, and everything is based upon the wants of the influencer or the company. Whether you are an influencer or a company, the first step is to make an account. When the account is created, you will have the ability to show interest in endorsement as an influencer or a company. In an influencer's profile, there should be examples for the type of work done, and the type of audience. For companies, there will be a catalog of influencers to look from, with filters to ease the search. From there, influencers will be contacted by various companies, and both the influencer and company will branch out to the public.

+

Whether your an influencer or company, Brancher offers you a platform to connect with the other side with the assurance that you and your team is safe legally and physcially.

Log In

-

Lorem Zaeem zaeem smells, Zbrar has small dick. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta +

Lorem Zaeem zaeem smells, consectetur adipisicing elit. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, aspernatur nesciunt consectetur. Sit, eius, itaque, porro, beatae impedit officia tenetur reiciendis autem vitae a quae ipsam repudiandae odio dolorum quaerat asperiores possimus corporis optio animi quisquam laboriosam nihil quam voluptatum quidem veritatis iste culpa iure modi perspiciatis recusandae ipsa libero officiis aliquam doloremque similique id quasi atque distinctio enim sapiente ratione in quia eum perferendis earum blanditiis. Nobis, architecto, veniam molestias minus iste necessitatibus @@ -59,7 +58,13 @@ hic possimus? Fuga, eveniet quaerat inventore corporis laborum eligendi enim soluta obcaecati aliquid veritatis provident amet laudantium est quisquam dolore exercitationem modi? Distinctio, pariatur, ab velit praesentium vitae quidem consequatur deleniti recusandae odit officiis. Quidem, cupiditate.

About Us

-

Brancher IS the platform that WILL effectively serve as the median of communication for both influencers and companies. Through providing a safe and free environment, we promote companies contracting influencers so they can sponsor a brand. As the median, building a trust is highly prioritized and ensured through our high end security. We are simply just a group of people who have a passion to reach out and connect others with ease!

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta + alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, + aspernatur nesciunt consectetur. Sit, eius, itaque, porro, beatae impedit officia tenetur reiciendis autem vitae a quae ipsam repudiandae odio dolorum quaerat asperiores possimus corporis optio animi quisquam laboriosam nihil quam voluptatum quidem + veritatis iste culpa iure modi perspiciatis recusandae ipsa libero officiis aliquam doloremque similique id quasi atque distinctio enim sapiente ratione in quia eum perferendis earum blanditiis. Nobis, architecto, veniam molestias minus iste necessitatibus + est ab in earum ratione eveniet soluta molestiae sed illo nostrum nemo debitis. Minus, quod totam aliquam ea asperiores fugit quaerat excepturi dolores ratione numquam consequatur id unde alias provident vero incidunt exercitationem similique consequuntur + hic possimus? Fuga, eveniet quaerat inventore corporis laborum eligendi enim soluta obcaecati aliquid veritatis provident amet laudantium est quisquam dolore exercitationem modi? Distinctio, pariatur, ab velit praesentium vitae quidem consequatur + deleniti recusandae odit officiis. Quidem, cupiditate.

Contact

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, diff --git a/index2.html b/index2.html index 9c49d1a..2b5ba5f 100644 --- a/index2.html +++ b/index2.html @@ -12,7 +12,7 @@ brancher - +

@@ -42,143 +42,13 @@
-
- - - - - -

Automatic Slideshow

-

Change image every 2 seconds:

- -
- -
-
1 / 3
- -
Caption Text
-
- -
-
2 / 3
- -
Caption Two
-
- -
-
3 / 3
- -
Caption Three
-
- -
-
- -
- - - -
- - - - +



  You're a
brand

Get Started

-

Getting started with Brancher is free and easy. There are no contracts or commitments, and everything is based upon the wants of the influencer or the company. Whether you are an influencer or a company, the first step is to make an account. When the account is created, you will have the ability to show interest in endorsement as an influencer or a company. In an influencer's profile, there should be examples for the type of work done, and the type of audience. For companies, there will be a catalog of influencers to look from, with filters to ease the search. From there, influencers will be contacted by various companies, and both the influencer and company will branch out to the public.

+

Whether your an influencer or company, Brancher offers you a platform to connect with the other side with the assurance that you and your team is safe legally and physcially.

Log In

Lorem Zaeem zaeem smells, consectetur adipisicing elit. Nostrum, recusandae, at, labore velit eligendi amet nobis repellat natus sequi sint consectetur excepturi doloribus vero provident consequuntur accusamus quisquam nesciunt cupiditate soluta alias illo et deleniti voluptates facilis repudiandae similique dolore quaerat architecto perspiciatis officiis dolor ullam expedita suscipit neque minima rem praesentium inventore ab officia quos dignissimos esse quam placeat iste porro eius! Minus, diff --git a/login2.html b/login2.html deleted file mode 100644 index aa4dfc6..0000000 --- a/login2.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - -

Modal Login Form

- - - - - - - - - diff --git a/test1.png b/test1.png deleted file mode 100644 index 12cef8b20f3569fbe2ca8952d70261b652cfd5bf..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5807 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