-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
141 lines (130 loc) · 7.83 KB
/
Copy pathindex.html
File metadata and controls
141 lines (130 loc) · 7.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO -->
<meta name="description" content="Empowering businesses and individuals to reach more audience and build fast growing business with less resources">
<meta name="keywords" content="#">
<meta name="author" content="Marketleag">
<meta http-equiv="content-language" content="EN">
<meta name="Distribution" content="Global">
<meta name="Rating" content="General">
<meta name="Robots" content="INDEX,FOLLOW">
<meta name="theme-color" content="#f73"/>
<title>Marketleag | Brand Services</title>
<!-- css links -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="./style.css">
<!-- animation style -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- google font links-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- font-awesome links -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
<script src="https://kit.fontawesome.com/c4f86bc0ea.js" crossorigin="anonymous"></script>
<!-- site icon -->
<link rel="icon" href="./asset/mgl-iconlogo.png" type="image/gif" sizes="16x16">
</head>
<body>
<div class="overAllContainer">
<div class="container-fluid">
<header>
<nav class="navbar navbar-expand-md navbar-light mt-4">
<div class="container">
<a href="" class="navbar-brand"><img src="./asset/marketlaeg-logo.png" alt="Company logo"></a>
</div>
</nav>
</header>
<div id="hero">
<div class="container">
<section id="banner">
<div class="row productrow">
<div class="col-lg-7 col-md-7 col-sm-12 col-12">
<div class="firstcol">
<h1 class="h1"> Your<span class="this_span"> all-in-one </span> marketing and business support solution</h1>
<p class="bannerP">Empowering businesses and individuals to reach more audience and build fast growing business with less resources.</p>
<div class="btn_div">
<button onclick="location.href='./contact.html'" class="btn px-2 btn-lg btn-hero shadow-none">Connect with us</button>
<button onclick="window.location.href='/job/'" class="btn btn-lg btn-hero1 shadow-none px-4">Job opening</button>
<a href="https://forms.gle/CFeZaKva1pJXMZ6G8" class="btn btn-lg btn-hero2 shadow-none px-4">Contest</a>
</div>
</div>
</div>
<div class="image">
<img src="./asset/6308.jpg" alt="">
</div>
<div class="col-lg-5 col-md-5 col-sm-12 col-12">
<div class="secondcol">
<center>
<h3 class="h3 h3-text">Brand Services</h3>
<button onclick="location.href='/workspace/'" class="btn btn-lg btn-light probtn shadow my-3">Get coworking space</button>
<button onclick="location.href='/social/'" class="btn btn-lg btn-light probtn shadow mb-3">Hire social media assistants</button>
<button onclick="location.href='/expert/'" class="btn btn-lg btn-light probtn shadow mb-3">Meet experts from your industry</button>
<button onclick="location.href='/influencer/'" class="btn btn-lg btn-light probtn shadow mb-3">Find influencers in your sector</button>
<button onclick="location.href='/freelancer/'" class="btn btn-lg btn-light probtn shadow mb-3">Hire freelancers</button>
</center>
</div>
</div>
</div>
</section>
</div>
</div><!--Container-->
<!-- <footer>
<div class="container">
<div class="footer">
<center class="footer">
<a href="https://www.facebook.com/marketleag/" target="_blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.instagram.com/marketleag/" target="_blank"><i class="fab fa-instagram-square"></i></a>
<a href="https://www.linkedin.com/company/marketleag" target="_blank"><i class="fa fa-linkedin-square"></i></a>
<a href="https://twitter.com/marketleag/" target="_blank"><i class="fab fa-twitter-square"></i></a>
<p>All Rights Reserved. © Market Leadership Global Co. Ltd. <span id="showyear"></span></p>
</center>
</div>
</div>
</footer> -->
</div><!--container-fluid closing tag-->
</div>
<!-- js links -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<!-- jQuery link -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- animation on scroll js link -->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<!-- <script>
// footer year
var showyear = document.getElementById("showyear");
var theYear = new Date();
var isTheYear = theYear.getFullYear();
showyear.textContent = isTheYear;
let slideIndex = 1;
showSlides(slideIndex);
// Next/previous controls
function plusSlides(n) {
showSlides(slideIndex += n);
}
// Thumbnail image controls
function currentSlide(n) {
showSlides(slideIndex = n);
}
function showSlides(n) {
let i;
let slides = document.getElementsByClassName("my_S_lides");
// let dots = document.getElementsByClassName("dot");
if (n > slides.length) {slideIndex = 1}
if (n < 1) {slideIndex = slides.length}
for (i = 0; i < slides.length; i++) {
slides[i].style.display = "none";
}
// for (i = 0; i < dots.length; i++) {
// dots[i].className = dots[i].className.replace(" active", "");
// }
slides[slideIndex-1].style.display = "block";
// dots[slideIndex-1].className += " active";
}
</script> -->
</body>
</html>