mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-10 23:40:16 -04:00
added images
This commit is contained in:
parent
4ec41b6650
commit
72417195fe
Binary file not shown.
Before Width: | Height: | Size: 55 KiB After Width: | Height: | Size: 44 KiB |
|
@ -9,15 +9,23 @@
|
|||
<meta charset="utf-8">
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="https://code.iconify.design/1/1.0.7/iconify.min.js"></script>
|
||||
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
|
||||
|
||||
<script src="{% static 'homepage/js/main.js' %}" type="text/javascript"></script>
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'homepage/css/styles.css' %}">
|
||||
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
|
||||
<link rel='stylesheet' href='https://fonts.googleapis.com/css?family=Montserrat|Cardo' type='text/css'>
|
||||
|
||||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'homepage/css/styles.css' %}">
|
||||
<link rel="stylesheet" type="text/css" href="{% static 'homepage/css/slider.css' %}" />
|
||||
<link rel="stylesheet" href="{% static 'homepage/css/influencecompstyle.css' %}">
|
||||
|
||||
<link rel="icon" type="image/x-icon" href="{% static 'homepage/css/res/inverse_branch.svg' %}"/>
|
||||
</head>
|
||||
|
||||
|
@ -37,7 +45,35 @@
|
|||
</div>
|
||||
</nav>
|
||||
{% block content %} {% endblock %}
|
||||
|
||||
<footer class="footer py-4">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-4 text-lg-left">BrancherCo</div>
|
||||
<div class="col-lg-4 my-3 my-lg-0">
|
||||
<a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/brancher.co/">
|
||||
<i class="fab fa-instagram"></i>
|
||||
</a>
|
||||
<a class="btn btn-dark btn-social mx-2" href="https://www.youtube.com/channel/UCdxzpAHn_Xd6IfaF-o55xBQ">
|
||||
<i class="fab fa-youtube"></i>
|
||||
</a>
|
||||
<a class="btn btn-dark btn-social mx-2" href="mailto:BrancherCo@gmail.com">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</a>
|
||||
<a class="btn btn-dark btn-social mx-2" href="https://vm.tiktok.com/JdLtwpS/">
|
||||
<span class="iconify" data-icon="simple-icons:tiktok" data-inline="false"></span>
|
||||
</a>
|
||||
<a class="btn btn-dark btn-social mx-2" href="https://www.snapchat.com/add/brancher_co">
|
||||
<i class="fab fa-snapchat-ghost"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 text-lg-right">
|
||||
<a class="mr-3" href="privacy.html">Privacy Policy</a>
|
||||
<a class="mr-3" href="#!">Terms of Use</a>
|
||||
<a class="mr-3" href="https://icons8.com/icon/84521/tiktok">Credits</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
|
||||
<!-- Third party plugin JS-->
|
||||
|
|
|
@ -1,33 +1,6 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
|
||||
<link href="influencecompstyle.css" rel="stylesheet" />
|
||||
|
||||
<head>
|
||||
<title>Brancher for Business</title>
|
||||
<link rel="icon" type="image/x-icon" href="./css/res/inverse_branch.svg" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation-->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
|
||||
<div class="container">
|
||||
<a class="navbar-brand js-scroll-trigger" href="index.html"><img src="./css/res/brancher_logo_v2_white.png" alt="" /></a><button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">Menu<i class="fas fa-bars ml-1"></i></button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav text-uppercase ml-auto">
|
||||
<li> <a href="#services">Services</a></li>
|
||||
<li> <a href="#portfolio">Get Started</a></li>
|
||||
<li> <a href="about.html">About</a></li>
|
||||
<li> <a href="index.html">Home Page</a></li>
|
||||
<li> <a href="#contactForm">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
{% extends "homepage/base.html" %}
|
||||
{% load static %}
|
||||
{% block content %}
|
||||
<!-- Masthead-->
|
||||
<header class="masthead">
|
||||
<div class="container">
|
||||
|
@ -76,8 +49,8 @@
|
|||
><div class="portfolio-hover">
|
||||
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
|
||||
</div>
|
||||
<img class="img-fluid" src="css/res/Register.jpg" width="400" height="400" alt=""
|
||||
/></a>
|
||||
<img class="img-fluid" src="{% static 'homepage/css/res/Register.jpg' %}" width="400" height="400" alt=""/>
|
||||
</a>
|
||||
<div class="portfolio-caption">
|
||||
<div class="portfolio-caption-heading">Register</div>
|
||||
<div class="portfolio-caption-subheading text-muted">Sign Up For Free Today!</div>
|
||||
|
@ -90,7 +63,7 @@
|
|||
><div class="portfolio-hover">
|
||||
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
|
||||
</div>
|
||||
<img class="img-fluid" src="css/res/Customize.jpg" width="400" height="400" alt=""
|
||||
<img class="img-fluid" src="{% static 'homepage/css/res/Customize.jpg' %}" width="400" height="400" alt=""
|
||||
/></a>
|
||||
<div class="portfolio-caption">
|
||||
<div class="portfolio-caption-heading">Customize</div>
|
||||
|
@ -118,7 +91,7 @@
|
|||
><div class="portfolio-hover">
|
||||
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
|
||||
</div>
|
||||
<img class="img-fluid" src="css/res/Explore.jpg" width="400" height="400" alt=""/>
|
||||
<img class="img-fluid" src="{% static 'homepage/css/res/Explore.jpg' %}" width="400" height="400" alt=""/>
|
||||
</a>
|
||||
<div class="portfolio-caption">
|
||||
<div class="portfolio-caption-heading">Explore</div>
|
||||
|
@ -132,7 +105,7 @@
|
|||
><div class="portfolio-hover">
|
||||
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
|
||||
</div>
|
||||
<img class="img-fluid" src="css/res/contact.jpg" width="400" height="400" alt=""
|
||||
<img class="img-fluid" src="{% static 'css/res/contact.jpg' %}" width="400" height="400" alt=""
|
||||
/></a>
|
||||
<div class="portfolio-caption">
|
||||
<div class="portfolio-caption-heading">Contact</div>
|
||||
|
@ -335,16 +308,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JS-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
|
||||
<!-- Third party plugin JS-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
|
||||
<!-- Contact form JS-->
|
||||
<script src="mail/jqBootstrapValidation.js"></script>
|
||||
<script src="mail/contact_me.js"></script>
|
||||
<!-- Core theme JS-->
|
||||
<script src="compjs.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
{% endblock %}
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<img class="mx-auto rounded-circle" src="{% static 'homepage/css/res/adnan.png' %}" alt="" />
|
||||
<h4>Adnan Murtaza</h4>
|
||||
<p class="text-muted">Lead Designer</p>
|
||||
<h3 class="section-subheading text-muted">Adnan descriptiom</h3>
|
||||
<h3 class="section-subheading text-muted">My name is Adnan, and I deeply enjoy chicken nuggets.</h3>
|
||||
<a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/adnanmurtaza1/"><i class="fab fa-instagram"></i></a><a class="btn btn-dark btn-social mx-2" href="https://www.facebook.com/adnan.murtaza.378"><i class="fab fa-facebook-f"></i></a><a class="btn btn-dark btn-social mx-2" href="mailto:adnanamurtaza@gmail.com"><i class="fa fa-envelope"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -112,33 +112,4 @@
|
|||
</div>
|
||||
</section>
|
||||
|
||||
<footer class="footer py-4">
|
||||
<div class="container">
|
||||
<div class="row align-items-center">
|
||||
<div class="col-lg-4 text-lg-left">BrancherCo</div>
|
||||
<div class="col-lg-4 my-3 my-lg-0">
|
||||
<a class="btn btn-dark btn-social mx-2" href="https://www.instagram.com/brancher.co/">
|
||||
<i class="fab fa-instagram"></i>
|
||||
</a>
|
||||
<a class="btn btn-dark btn-social mx-2" href="https://www.youtube.com/channel/UCdxzpAHn_Xd6IfaF-o55xBQ">
|
||||
<i class="fab fa-youtube"></i>
|
||||
</a>
|
||||
<a class="btn btn-dark btn-social mx-2" href="mailto:BrancherCo@gmail.com">
|
||||
<i class="fa fa-envelope"></i>
|
||||
</a>
|
||||
<a class="btn btn-dark btn-social mx-2" href="https://vm.tiktok.com/JdLtwpS/">
|
||||
<span class="iconify" data-icon="simple-icons:tiktok" data-inline="false"></span>
|
||||
</a>
|
||||
<a class="btn btn-dark btn-social mx-2" href="https://www.snapchat.com/add/brancher_co">
|
||||
<i class="fab fa-snapchat-ghost"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 text-lg-right">
|
||||
<a class="mr-3" href="privacy.html">Privacy Policy</a>
|
||||
<a class="mr-3" href="#!">Terms of Use</a>
|
||||
<a class="mr-3" href="https://icons8.com/icon/84521/tiktok">Credits</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{% endblock content %}
|
||||
|
|
|
@ -1,42 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<script src="https://use.fontawesome.com/releases/v5.13.0/js/all.js" crossorigin="anonymous"></script>
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
|
||||
<link href="influencecompstyle.css" rel="stylesheet" />
|
||||
|
||||
<head>
|
||||
<title>Brancher for Business</title>
|
||||
<link rel="icon" type="image/x-icon" href="./css/res/white_on_black.svg" />
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<!-- Navigation-->
|
||||
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
|
||||
<div class="container">
|
||||
<a class="navbar-brand js-scroll-trigger" href="index.html"><img src="./css/res/brancher_logo_v2_white.png" alt="" /></a><button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">Menu<i class="fas fa-bars ml-1"></i></button>
|
||||
<div class="collapse navbar-collapse" id="navbarResponsive">
|
||||
<ul class="navbar-nav text-uppercase ml-auto">
|
||||
<li> <a href="#services">Services</a></li>
|
||||
<li> <a href="signup4influence.html">Get Started</a></li>
|
||||
<li> <a href="about.html">About</a></li>
|
||||
<li> <a href="index.html">Home Page</a></li>
|
||||
<li> <a href="#contactForm">Contact</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
{% extends "homepage/base.html" %}
|
||||
{% load static %}
|
||||
{% block content %}
|
||||
<!-- Masthead-->
|
||||
<header class="masthead">
|
||||
<div class="container">
|
||||
<div class="masthead-subheading">
|
||||
<!--Brancher For Influencers-->
|
||||
<img src="./css/res/influencers_heading_highres.png" width="75%" height="auto"/>
|
||||
<img src="{% static 'homepage/css/res/influencers_heading_highres.png' %}" width="75%" height="auto"/>
|
||||
</div>
|
||||
<div class="masthead-heading text-uppercase">
|
||||
<img src="./css/res/influencers_heading2_highres.png" width="53%" height="auto"/>
|
||||
<img src="{% static 'homepage/css/res/influencers_heading2_highres.png' %}" width="53%" height="auto"/>
|
||||
</div>
|
||||
<a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="login.html">Already Have An Account?</a>
|
||||
</div>
|
||||
|
@ -83,7 +56,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
><div class="portfolio-hover">
|
||||
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
|
||||
</div>
|
||||
<img class="img-fluid" src="css/res/smallbranch.PNG" width="400" height="400" alt=""
|
||||
<img class="img-fluid" src="{% static 'homepage/css/res/smallbranch.PNG' %}" width="400" height="400" alt=""
|
||||
/></a>
|
||||
<div class="portfolio-caption">
|
||||
<div class="portfolio-caption-heading">Register</div>
|
||||
|
@ -97,7 +70,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
><div class="portfolio-hover">
|
||||
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
|
||||
</div>
|
||||
<img class="img-fluid" src="css/res/rainbow_branch.png" width="400" height="400" alt=""
|
||||
<img class="img-fluid" src="{% static 'homepage/css/res/rainbow_branch.png' %}" width="400" height="400" alt=""
|
||||
/></a>
|
||||
<div class="portfolio-caption">
|
||||
<div class="portfolio-caption-heading">Customize</div>
|
||||
|
@ -111,7 +84,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
><div class="portfolio-hover">
|
||||
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
|
||||
</div>
|
||||
<img class="img-fluid" src="css/res/customer.jpg" width="400" height="400" alt=""
|
||||
<img class="img-fluid" src="{% static 'homepage/css/res/customer.jpg' %}" width="400" height="400" alt=""
|
||||
/></a>
|
||||
<div class="portfolio-caption">
|
||||
<div class="portfolio-caption-heading">Specialize</div>
|
||||
|
@ -139,7 +112,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
><div class="portfolio-hover">
|
||||
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
|
||||
</div>
|
||||
<img class="img-fluid" src="css/res/contact_pic_260x280.jpg" width="400" height="400" alt=""
|
||||
<img class="img-fluid" src="{% static 'homepage/css/res/contact_pic_260x280.jpg' %}" width="400" height="400" alt=""
|
||||
/></a>
|
||||
<div class="portfolio-caption">
|
||||
<div class="portfolio-caption-heading">Contact</div>
|
||||
|
@ -153,7 +126,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
><div class="portfolio-hover">
|
||||
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
|
||||
</div>
|
||||
<img class="img-fluid" src="css/res/expandpic_260x280.jpg" width="400" height="400" alt=""
|
||||
<img class="img-fluid" src="{% static 'homepage/css/res/expandpic_260x280.jpg' %}" width="400" height="400" alt=""
|
||||
/></a>
|
||||
<div class="portfolio-caption">
|
||||
<div class="portfolio-caption-heading">Expand</div>
|
||||
|
@ -192,7 +165,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<!-- Project Details Go Here-->
|
||||
<h2 class="text-uppercase">Register</h2>
|
||||
<p class="item-intro text-muted">Sign Up For Free Today!</p>
|
||||
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/01-full.jpg" alt="" />
|
||||
<!-- <img class="img-fluid d-block mx-auto" src="{% static 'homepage/assets/img/portfolio/01-full.jpg" alt="" /> -->
|
||||
<p>Creating a company account on Brancher is your first step towards success! When creating an account you must provide some sort of verification that you are actually a company whether it be an Instagram page or website. Every verification is checked by a Brancher employee.</p>
|
||||
<ul class="list-inline">
|
||||
<li>Have Any Questions?</li>
|
||||
|
@ -211,7 +184,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="close-modal" data-dismiss="modal"><img src="" alt="" /></div>
|
||||
<!-- <div class="close-modal" data-dismiss="modal"><img src="" alt="" /></div> -->
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-8">
|
||||
|
@ -238,7 +211,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="close-modal" data-dismiss="modal"><img src="" alt="" /></div>
|
||||
<!-- <div class="close-modal" data-dismiss="modal"><img src="" alt="" /></div> -->
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-8">
|
||||
|
@ -246,7 +219,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<!-- Project Details Go Here-->
|
||||
<h2 class="text-uppercase">Specialize</h2>
|
||||
<p class="item-intro text-muted"></p>
|
||||
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/03-full.jpg" alt="" />
|
||||
<!-- <img class="img-fluid d-block mx-auto" src="assets/img/portfolio/03-full.jpg" alt="" /> -->
|
||||
<p>This step is similar to the previous one. The only difference is this time you will be choosing the avenues you want to go down. On your brancher profile fill out the quick survey that enables us to search for the best influencers that can sponsor your product. If you are a makeup company you will be reccomended makeup artists. If you choose to specialize you will also be a hgiher priority for influencers. Specializing is completely option however we do reccomended it. </p>
|
||||
<ul class="list-inline">
|
||||
<li>Have Any Questions?</li>
|
||||
|
@ -265,7 +238,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="" /></div>
|
||||
<!-- <div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="" /></div> -->
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-8">
|
||||
|
@ -273,7 +246,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<!-- Project Details Go Here-->
|
||||
<h2 class="text-uppercase">Explore</h2>
|
||||
<p class="item-intro text-muted"></p>
|
||||
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/04-full.jpg" alt="" />
|
||||
<!-- <img class="img-fluid d-block mx-auto" src="assets/img/portfolio/04-full.jpg" alt="" /> -->
|
||||
<p>Once you have set up your company profile the way you would like, it is time to post your first sponsorship oppurtunity. When you post your brand deal you will be prompted to write a breif description of the terms of the agrrement you would like to have. If you are specialized than these oppurtnities will be promoted and presented to influencers in your industry. If you don't want to post a brand deal than be sure to look at the influencer profiles that are reccomended to you and contact them.</p>
|
||||
<ul class="list-inline">
|
||||
<li>Have Any Questions?</li>
|
||||
|
@ -292,7 +265,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="close-modal" data-dismiss="modal"><img src="" alt="" /></div>
|
||||
<!-- <div class="close-modal" data-dismiss="modal"><img src="" alt="" /></div> -->
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-8">
|
||||
|
@ -300,7 +273,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<!-- Project Details Go Here-->
|
||||
<h2 class="text-uppercase">Contact</h2>
|
||||
<p class="item-intro text-muted">Talk With Influencers</p>
|
||||
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/05-full.jpg" alt="" />
|
||||
<!-- <img class="img-fluid d-block mx-auto" src="assets/img/portfolio/05-full.jpg" alt="" /> -->
|
||||
<p>Whether you created your own brand deal post or found a post from an influencer, your next step is to contact the influencer. If you had your own post, than you can look at the those who applied or are interested. Each influencer has their social media accounts attached to their profile and those that are Brancher verified have already been background checked. You can directly contact Brancher to help out with the brand deal. Direct messaging is also available on the website.</p>
|
||||
<ul class="list-inline">
|
||||
<li>Have Any Questions?</li>
|
||||
|
@ -319,7 +292,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
|
||||
<div class="modal-dialog">
|
||||
<div class="modal-content">
|
||||
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="" /></div>
|
||||
<!-- <div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" alt="" /></div> -->
|
||||
<div class="container">
|
||||
<div class="row justify-content-center">
|
||||
<div class="col-lg-8">
|
||||
|
@ -327,7 +300,7 @@ Connect with influencers and create connections with them to help build your bus
|
|||
<!-- Project Details Go Here-->
|
||||
<h2 class="text-uppercase">Expand</h2>
|
||||
<p class="item-intro text-muted">Keep At It!</p>
|
||||
<img class="img-fluid d-block mx-auto" src="assets/img/portfolio/06-full.jpg" alt="" />
|
||||
<!-- <img class="img-fluid d-block mx-auto" src="assets/img/portfolio/06-full.jpg" alt="" /> -->
|
||||
<p>The more influencers you talk to the larger your reach will grow! Social media is the future. If you want a successful business, promoting through influencers is the way to go. If you ever have any questions or need assistance feel free to talk directly to our team or use teh email below. Good luck!</p>
|
||||
<ul class="list-inline">
|
||||
<li>Have Any Questions?</li>
|
||||
|
@ -342,16 +315,4 @@ Connect with influencers and create connections with them to help build your bus
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Bootstrap core JS-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.bundle.min.js"></script>
|
||||
<!-- Third party plugin JS-->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
|
||||
<!-- Contact form JS-->
|
||||
<script src="mail/jqBootstrapValidation.js"></script>
|
||||
<script src="mail/contact_me.js"></script>
|
||||
<!-- Core theme JS-->
|
||||
<script src="compjs.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
{% endblock content %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user