Compare commits

...

7 Commits

Author SHA1 Message Date
d0f1607632 commit jun 24 2024-06-24 09:42:54 +02:00
6e1ecbc485 jun 24 2024-06-24 07:52:54 +02:00
4cf0c7bcb9 jun 20 2024-06-20 08:55:52 +02:00
f076d20a62 jun 19 2024-06-19 12:29:37 +02:00
5af38630ff jun 19 2024-06-19 10:58:42 +02:00
056aceaaaa jun 18 2024-06-18 16:52:52 +02:00
252fe7ce44 jun 14 2024-06-14 16:58:36 +02:00
153 changed files with 9876 additions and 2941 deletions

View File

@@ -1,534 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header
class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column" >
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex " >
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" >
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<li id="li-home" class="navs">About us</li>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<div class="register">
<a class="register-link" href="login.html" >Log in</a>
<a class="register-link" href="signup.php" >Sign up</a>
</div>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 "
style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent"
aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent" >
<div id="myDropdown" class="dropdown-content" >
<ul class="nav-ul mb-0" >
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<li id="li-home" class="navs">About us</li>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center" >
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<li id="li-home" class="navs">About us</li>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.html">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">About us</div>
</div>
<div class="img-au first-part-au">
</div>
<!-- First part -->
<section>
<div class="fp-row row mx-md-5 ">
<div class="card-fp col-md-6 px-md-0 px-lg-0">
<div class="first-part-au d-flex align-items-center justify-content-center mt-5 ">
<div class="text-box ">
<h2>When we decided to set up our operations 25 years ago, we had a list of principles that we
all
stood
by, as co-founders...</h2>
<p class="p-1">They did not change a bit. It was and still is a distinct desire to deliver
complex,
360°
investment consulting services, that would fill any gap in any business daily, monthly and
yearly
operations. With that in mind, we continue to implement our expertise to help hundreds of
companies!
</p>
</div>
</div>
</div>
<div class="card-fp col-md-6 px-md-0 px-lg-0">
<div class="first-part-au d-flex align-items-center justify-content-center mt-md-5 mt-0 ">
<div class="text-box">
<h2>With the help of our advisors hundreds of small, medium and big companies were able to
achieve
results, such as:</h2>
<p class="p-2">1) Steady year-by-year growth</p>
<p class="p-2">2) Spring back from a recession or market value drop</p>
<p class="p-2">3) Ill-conceived IPO turned into a golden share IPO</p>
<p class="p-2">4) Investments risks eliminated, billions of dollars spent more efficiently</p>
</div>
</div>
</div>
</div>
<!-- Second part -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">Why Choosing</h3>
<h2 class="headline-h2">Us is a Smart Move</h2>
</div>
<div class="row">
<div class=" text-box-div col-md-4 px-md-3 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center">
<img class="img-num" src="assets/images/num1.webp">
<h2 class="second-h2">Full Cycle Biz Management</h2>
<p class="second-p-1">Our strong conviction is that if a business is to be optimized, its to be
optimized in a
full cycle manner! Our expertise spans from business and investment consulting and well into
HR/recruiting and M&A fields…
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center">
<img class="img-num" src="assets/images/num2.webp">
<h2 class="second-h2">Low-risk Strategy</h2>
<p class="second-p-1">We clearly understand, that you want not to lose, but to earn more money over
your period
of work with us. Thats why we reject all high-risk endeavors, that may lead to a fast stack
of cash
for the first time but to a principal capitals loss the second time.. We base our advice
only on
low-risk operations and estimates.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center">
<img class="img-num" src="assets/images/num3.webp">
<h2 class="second-h2">Fast & Efficient</h2>
<p class="second-p-1">Due diligence is one thing. But were trying to deliver the most fast paced
business
assessments diligence in the industry. While working with us, your business will never get
stuck in
the middle of the road with no spare tires in the back…</p>
</div>
</div>
</div>
</div>
<!-- Third part -->
<div class="third-part-au pb-5 pb-md-5 pt-md-3 py-lg-3 px-md-5 ">
<div class="row">
<div
class="numbers-container col-md-4 col-lg-4 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">9%</p>
<h3 class="num-text">Median y-b-y growth our clients businesses show</h3>
</div>
<div
class="numbers-container col-md-4 col-lg-4 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">89%</p>
<h3 class="num-text">
Median sales rise after 5 years of our services</h3>
</div>
<div
class="numbers-container col-md-4 col-lg-4 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">99%</p>
<h3 class="num-text">Number of our returning clients</h3>
</div>
</div>
</div>
<!-- Fourth part -->
<div class="fourth-part-au d-flex align-items-center justify-content-center flex-column my-5 pb-4 mx-md-5">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">Meet</h3>
<h2 class="headline-h2">the Team</h2>
</div>
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team1.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Damien Kaschzmarek</h4>
<p class="p-fourth">Damien was appointed as Managing Director of our Investments venture in
February
2014, after 4 years as Chief Executive Officer.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team2.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Derek Zoolander</h4>
<p class="p-fourth">Derek joined us in 2007, has been Company Secretary since 2010 and was
appointed
Chief Operating Officer in 2015. He is a Chartered Accountant.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team3.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth"> Tom Marvolo</h4>
<p class="p-fourth">He has over 30 years experience in financial and investment accounting
and has
extensive experience in the management of the portfolio…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team4.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">James Potter</h4>
<p class="p-fourth">Mr. Potter joined us in 2010 as an Investment Analyst and was promoted
to Senior
Investment Officer. He has long experience as an analyst.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team5.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Lily Granger</h4>
<p class="p-fourth">While Lily works here only 10 years, her efficiency allowed us to name
her a
Senior manager of our biggest portfolios…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team6.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Timothy Dumbledore</h4>
<p class="p-fourth">What Timothy does to companys, is what our clients call “fiscal magic”.
He is
an accomplished pro regarding any investing gamble…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team7.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Lionel Hollande</h4>
<p class="p-fourth">Lionel has joined us after years of consulting for Wall Streets biggest
financial institutions. He studied economics at Harvard University.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team8.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Craig Ferguson</h4>
<p class="p-fourth">Prior to joining our agencyt, Craig worked at JPMorgan for 10 years in
Credit
Markets and Risk Technology. He is a CERTIFIED PLANNER™…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team9.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Diane Mist</h4>
<p class="p-fourth">Before joining our experts vast team, Diane was the Behavioral Finance
Specialist at Barclays Americas and London teams in 2007.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team10.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Andrew Cuomo</h4>
<p class="p-fourth">With a background in global bond markets, Andrews outlook on our fixed
income
exposures is invaluable and priceless…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team11.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Ben Edwards</h4>
<p class="p-fourth">Ben is one of the worlds strongest advocates of value investing, and
assists us
with asset allocation models he developed…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team12.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Chris Cripsie</h4>
<p class="p-fourth">Chris brings deep experience in equity trading from his days at Goldman
Sachs,
advising on the nuance of tax and execution risks…</p>
</div>
</div>
</div>
</div>
</div>
<!-- Fifth part -->
<div class="fifth-part-au d-flex flex-column justify-content-center align-items-center">
<div class="textbox5 mx-3 pb-3">
<h3 class="h3-fifth">Are you an expert with an MBA, University level degree, 5+ years</h3>
<h2 class="h2-fifth">of practical experience and strong urge to overachieve?</h2>
</div>
<input class="careers" type="submit" value="careers">
</div>
<!-- Sixth part -->
<div class="sixth-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">FAQ</h3>
<h2 class="headline-h2">the most popular questions</h2>
</div>
<div id="accordion" class="mt-lg-4">
<div class="card-q ">
<div class="card-header p-0 pl-lg-4 d-flex flex-row justify-content-between align-items-center" id="headingOne">
<h5 class="h5-button mb-0 d-md-flex justify-content-md-between" data-toggle="collapse" data-target="#collapseOne"
aria-expanded="true" aria-controls="collapseOne">
Q: How big the scale of the company needs to be that you will work with it? Do you
accept requests from SMBs or only from big corporations?
</h5>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
<span class="A">A</span>: Weve never had particularly strict benchmarks on how big a
company must be so we can
take it onboard. Weve always welcomed the SMB businesses to become our clients and
highlighted, that in the modern competitive rhythm the business world lives and works in,
SMBs need our help more than bog corporations do!
</div>
</div>
</div>
<div class="card-q">
<div class="card-header p-0 pl-lg-4 d-flex flex-row justify-content-between" id="headingTwo">
<h5 class="h5-button mb-0 d-md-flex justify-content-md-between" class="question-btn btn btn-link collapsed" data-toggle="collapse"
data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Q: Do you offer not US based, overseas consulting management?
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body">
<span class="A">A</span>: Of course. Though our company is registered and based in the US
(NYC), we can work with
any other jurisdiction or country. Footnote: though the main company still needs to be a US
registered one…
</div>
</div>
</div>
<div class="card-q">
<div class="card-header p-0 pl-lg-4 d-flex flex-row justify-content-between" id="headingThree">
<h5 class="h5-button mb-0 d-md-flex justify-content-md-between" lass="question-btn btn btn-link collapsed" data-toggle="collapse"
data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Q: Do you work in Tax management optimization field?
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
<span class="A">A</span>: No, this is not our field of specialization.
</div>
</div>
</div>
</div>
</div>
<!-- form-au -->
<div class="form-about d-flex flex-column align-items-center justify-content-center my-md-5 mt-lg-5 mb-5 mb-lg-0">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3 mx-3" style="text-align: center;">We review and accept business requests</h3>
<h2 class="headline-h2">Contact us now:</h2>
</div>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<input class="input-text" type="text" placeholder="your name">
<input class="input-text" type="text" placeholder="your e-mail">
<textarea rows="5" class="input-text">your message</textarea>
</div>
<input class="view-more" type="submit" value="send">
</div>
<!-- email form au -->
<div class="email-form-au d-flex justify-content-center align-items-center flex-column py-lg-5" >
<h4 class="email-title">Induce the growth!</h4>
<p class="email-text">With the help of our professional team of advisors, any business will expand to its
full promise!<br>
Get our latest best cases list, delivered to your email.</p>
<input class="input-text" type="text" placeholder="enter your e-mail">
<input class="subscribe" type="submit" value="subscribe">
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>

623
about.php Executable file
View File

@@ -0,0 +1,623 @@
<!DOCTYPE php>
<php lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css" integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<?php require 'php/core.inc.php'; ?>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between mb-0" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons pt-1">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs" id="li-people"> Home
<ul class="dropdown-ul-2" style="left: 25%">
<li>Case studies</li>
<li>Footer</li>
</ul>
</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs" id="li-people">People
<ul class="dropdown-ul-2" style="left: 31%">
<li>Main team</li>
<li>Others</li>
</ul>
</li>
</a>
<li id="li-home" class="navs">About us
<ul class="dropdown-ul-2" style="left: 36%">
<a href="#faq">
<li>FAQ</li>
</a>
<a href="#contact-us">
<li>Contact Us</li>
</a>
<a href="#others">
<li>sidebar setings</li>
</a>
</ul>
</li>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<!-- Login -->
<div class="dropdown" id="dropdownid" style="position: absolute; width: fit-content;">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-users"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<?php
if (loggedin()) {
echo '<li><a class="dropdown-item" href="php/logout.php">Log out</a></li>';
if (is_admin()) {
echo '<li><a class="dropdown-item" href="admin_panel.php">Admin panel</a></li>';
}
} else {
echo '<li><a class="dropdown-item" href="login.html">Log in</a></li>
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>';
}
?>
</ul>
</div>
<!-- Weather icon -->
<?php if (loggedin()) {
echo '<div class="weather-div" style="position: absolute; color: white; font-size: 25px; left:12%; top:15px;">
<a style="color:white" href="weather.php"><i class="fa-solid fa-cloud-sun"></i></a>
<div>';
} ?>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 " style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<li id="li-home" class="navs">About us</li>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<li id="li-home" class="navs">About us</li>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.php">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">About us</div>
</div>
<div class="img-au first-part-au">
</div>
<!-- First part -->
<section>
<div class="fp-row row mx-md-5 ">
<div class="card-fp col-md-6 px-md-0 px-lg-0">
<div class="first-part-au d-flex align-items-center justify-content-center mt-5 ">
<div class="text-box ">
<h2>When we decided to set up our operations 25 years ago, we had a list of principles that we
all
stood
by, as co-founders...</h2>
<p class="p-1">They did not change a bit. It was and still is a distinct desire to deliver
complex,
360°
investment consulting services, that would fill any gap in any business daily, monthly and
yearly
operations. With that in mind, we continue to implement our expertise to help hundreds of
companies!
</p>
</div>
</div>
</div>
<div class="card-fp col-md-6 px-md-0 px-lg-0">
<div class="first-part-au d-flex align-items-center justify-content-center mt-md-5 mt-0 ">
<div class="text-box">
<h2>With the help of our advisors hundreds of small, medium and big companies were able to
achieve
results, such as:</h2>
<p class="p-2">1) Steady year-by-year growth</p>
<p class="p-2">2) Spring back from a recession or market value drop</p>
<p class="p-2">3) Ill-conceived IPO turned into a golden share IPO</p>
<p class="p-2">4) Investments risks eliminated, billions of dollars spent more efficiently</p>
</div>
</div>
</div>
</div>
<!-- Second part -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">Why Choosing</h3>
<h2 class="headline-h2">Us is a Smart Move</h2>
</div>
<div class="row">
<div class=" text-box-div col-md-4 px-md-3 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center">
<img class="img-num" src="assets/images/num1.webp">
<h2 class="second-h2">Full Cycle Biz Management</h2>
<p class="second-p-1">Our strong conviction is that if a business is to be optimized, its to be
optimized in a
full cycle manner! Our expertise spans from business and investment consulting and well into
HR/recruiting and M&A fields…
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center">
<img class="img-num" src="assets/images/num2.webp">
<h2 class="second-h2">Low-risk Strategy</h2>
<p class="second-p-1">We clearly understand, that you want not to lose, but to earn more money over
your period
of work with us. Thats why we reject all high-risk endeavors, that may lead to a fast stack
of cash
for the first time but to a principal capitals loss the second time.. We base our advice
only on
low-risk operations and estimates.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center">
<img class="img-num" src="assets/images/num3.webp">
<h2 class="second-h2">Fast & Efficient</h2>
<p class="second-p-1">Due diligence is one thing. But were trying to deliver the most fast paced
business
assessments diligence in the industry. While working with us, your business will never get
stuck in
the middle of the road with no spare tires in the back…</p>
</div>
</div>
</div>
</div>
<!-- Third part -->
<div class="third-part-au pb-5 pb-md-5 pt-md-3 py-lg-3 px-md-5 ">
<div class="row">
<div class="numbers-container col-md-4 col-lg-4 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">9%</p>
<h3 class="num-text">Median y-b-y growth our clients businesses show</h3>
</div>
<div class="numbers-container col-md-4 col-lg-4 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">89%</p>
<h3 class="num-text">
Median sales rise after 5 years of our services</h3>
</div>
<div class="numbers-container col-md-4 col-lg-4 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">99%</p>
<h3 class="num-text">Number of our returning clients</h3>
</div>
</div>
</div>
<!-- Fourth part -->
<div class="fourth-part-au d-flex align-items-center justify-content-center flex-column my-5 pb-4 mx-md-5">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">Meet</h3>
<h2 class="headline-h2">the Team</h2>
</div>
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team1.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Damien Kaschzmarek</h4>
<p class="p-fourth">Damien was appointed as Managing Director of our Investments venture in
February
2014, after 4 years as Chief Executive Officer.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team2.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Derek Zoolander</h4>
<p class="p-fourth">Derek joined us in 2007, has been Company Secretary since 2010 and was
appointed
Chief Operating Officer in 2015. He is a Chartered Accountant.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team3.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth"> Tom Marvolo</h4>
<p class="p-fourth">He has over 30 years experience in financial and investment accounting
and has
extensive experience in the management of the portfolio…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team4.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">James Potter</h4>
<p class="p-fourth">Mr. Potter joined us in 2010 as an Investment Analyst and was promoted
to Senior
Investment Officer. He has long experience as an analyst.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team5.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Lily Granger</h4>
<p class="p-fourth">While Lily works here only 10 years, her efficiency allowed us to name
her a
Senior manager of our biggest portfolios…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team6.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Timothy Dumbledore</h4>
<p class="p-fourth">What Timothy does to companys, is what our clients call “fiscal magic”.
He is
an accomplished pro regarding any investing gamble…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team7.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Lionel Hollande</h4>
<p class="p-fourth">Lionel has joined us after years of consulting for Wall Streets biggest
financial institutions. He studied economics at Harvard University.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team8.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Craig Ferguson</h4>
<p class="p-fourth">Prior to joining our agencyt, Craig worked at JPMorgan for 10 years in
Credit
Markets and Risk Technology. He is a CERTIFIED PLANNER™…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team9.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Diane Mist</h4>
<p class="p-fourth">Before joining our experts vast team, Diane was the Behavioral Finance
Specialist at Barclays Americas and London teams in 2007.</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team10.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Andrew Cuomo</h4>
<p class="p-fourth">With a background in global bond markets, Andrews outlook on our fixed
income
exposures is invaluable and priceless…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team11.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Ben Edwards</h4>
<p class="p-fourth">Ben is one of the worlds strongest advocates of value investing, and
assists us
with asset allocation models he developed…</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team12.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth">Chris Cripsie</h4>
<p class="p-fourth">Chris brings deep experience in equity trading from his days at Goldman
Sachs,
advising on the nuance of tax and execution risks…</p>
</div>
</div>
</div>
</div>
</div>
<!-- Fifth part -->
<div class="fifth-part-au d-flex flex-column justify-content-center align-items-center">
<div class="textbox5 mx-3 pb-3">
<h3 class="h3-fifth">Are you an expert with an MBA, University level degree, 5+ years</h3>
<h2 class="h2-fifth">of practical experience and strong urge to overachieve?</h2>
</div>
<input class="careers" type="submit" value="careers">
</div>
<!-- Sixth part -->
<div class="sixth-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5" id="faq">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">FAQ</h3>
<h2 class="headline-h2">the most popular questions</h2>
</div>
<div id="accordion" class="mt-lg-4">
<div class="card-q ">
<div class="card-header p-0 pl-lg-4 d-flex flex-row justify-content-between align-items-center" id="headingOne">
<h5 class="h5-button mb-0 d-md-flex justify-content-md-between" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Q: How big the scale of the company needs to be that you will work with it? Do you
accept requests from SMBs or only from big corporations?
</h5>
</div>
<div id="collapseOne" class="collapse show" aria-labelledby="headingOne" data-parent="#accordion">
<div class="card-body">
<span class="A">A</span>: Weve never had particularly strict benchmarks on how big a
company must be so we can
take it onboard. Weve always welcomed the SMB businesses to become our clients and
highlighted, that in the modern competitive rhythm the business world lives and works in,
SMBs need our help more than bog corporations do!
</div>
</div>
</div>
<div class="card-q">
<div class="card-header p-0 pl-lg-4 d-flex flex-row justify-content-between" id="headingTwo">
<h5 class="h5-button mb-0 d-md-flex justify-content-md-between" class="question-btn btn btn-link collapsed" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Q: Do you offer not US based, overseas consulting management?
</h5>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordion">
<div class="card-body">
<span class="A">A</span>: Of course. Though our company is registered and based in the US
(NYC), we can work with
any other jurisdiction or country. Footnote: though the main company still needs to be a US
registered one…
</div>
</div>
</div>
<div class="card-q">
<div class="card-header p-0 pl-lg-4 d-flex flex-row justify-content-between" id="headingThree">
<h5 class="h5-button mb-0 d-md-flex justify-content-md-between" lass="question-btn btn btn-link collapsed" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Q: Do you work in Tax management optimization field?
</h5>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree" data-parent="#accordion">
<div class="card-body">
<span class="A">A</span>: No, this is not our field of specialization.
</div>
</div>
</div>
</div>
</div>
<!-- form-au -->
<div class="form-about d-flex flex-column align-items-center justify-content-center my-md-5 mt-lg-5 mb-5 mb-lg-0" id="contact-us">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3 mx-3" style="text-align: center;">We review and accept business requests</h3>
<h2 class="headline-h2">Contact us now:</h2>
</div>
<form action="php/send_email.php" method="post" class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<input class="input-text" type="text" name="name" placeholder="your name">
<input class="input-text" type="text" name="email" placeholder="your e-mail">
<textarea rows="5" class="input-text" name="message">your message</textarea>
<input class="view-more" type="submit" value="send">
</form>
</div>
<!-- email form au -->
<div class="email-form-au d-flex justify-content-center align-items-center flex-column py-lg-5">
<h4 class="email-title">Induce the growth!</h4>
<p class="email-text">With the help of our professional team of advisors, any business will expand to its
full promise!<br>
Get our latest best cases list, delivered to your email.</p>
<input class="input-text" type="text" placeholder="enter your e-mail">
<input class="subscribe" type="submit" value="subscribe">
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<div class="scrollToTopBtn">
<button onclick="topFunction()" id="scrollToTopBtn"><i class="fa-solid fa-chevron-up"></i></button>
</div>
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script>
// Get the button
let mybutton = document.getElementById("scrollToTopBtn");
window.onscroll = function() {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</php>

316
add_user.php Normal file
View File

@@ -0,0 +1,316 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css" integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
<style>
#generate-password {
top: 40%;
right: 50px;
position: absolute;
cursor: pointer;
}
.fa-solid {
position: absolute;
right: 3%;
top: 41%;
cursor: pointer;
}
#pswd_info {
position: absolute;
bottom: 25%;
bottom: -115px\9;
/* IE Specific */
right: 1%;
width: 400px;
padding: 15px;
background: #fefefe;
font-size: .875em;
border-radius: 5px;
box-shadow: 0 1px 3px #ccc;
border: 1px solid #ddd;
}
#pswd_info {
display: none;
}
#pswd_info h4 {
margin: 0 0 10px 0;
padding: 0;
font-weight: normal;
}
#pswd_info::before {
content: "\25B2";
position: absolute;
top: -12px;
left: 45%;
font-size: 14px;
line-height: 14px;
color: #ddd;
text-shadow: none;
display: block;
}
.invalid {
padding-left: 22px;
line-height: 24px;
color: #ec3f41;
}
.valid {
padding-left: 22px;
line-height: 24px;
color: #3a7d34;
}
@media screen and (min-width: 768px) {
.fa-solid {
top: 41%;
}
#pswd_info {
bottom: 35%;
right: 30%;
}
}
@media screen and (min-width: 992px) {
.fa-solid {
top: 40%;
}
#pswd_info {
bottom: 15%;
right: 38%;
}
}
.date-container {
width: 100%;
display: flex;
span {
margin-right: 20px;
}
}
</style>
</head>
<body>
<div class="form d-flex flex-column align-items-center justify-content-center my-md-5 mb-5 mb-lg-0">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mt-4">
<h2>Add new user</h2>
<img class="line-img" src="assets/images/line.png" alt="">
</div>
<form action="php/add_user_register.php" method="post">
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<input class="input-text" type="text" placeholder="User's Name" name="name">
<input class="input-text" type="text" placeholder="User's Surname" name="surname">
<input class="input-text" type="text" placeholder="User's Email" name="email">
<input class="input-text" type="password" id="password" placeholder="Password" name="password">
<i id="togglePassword" class="fa-solid fa-eye"></i>
<p id="generate-password">generete</p>
<input class="input-text" type="password" id="confirm-password" placeholder="Confirm Password" name="password_again">
<input class="input-text" type="text" placeholder="User's City" name="city">
<h6>Date of birth:</h6>
<div class="date-container">
<span>
<select name="birth_day">
<?php
$start_date = 1;
$end_date = 31;
for ($j = $start_date; $j <= $end_date; $j++) {
echo '<option value=' . $j . '>' . $j . '</option>';
}
?>
</select>
</span>
<span>
<select name="birth_month">
<?php for ($m = 1; $m <= 12; ++$m) {
$month_label = date('F', mktime(0, 0, 0, $m, 1));
?>
<option value="<?php echo $month_label; ?>"><?php echo $month_label; ?></option>
<?php } ?>
</select>
</span>
<span>
<select name="birth_year">
<?php
$year = date('Y');
$min = $year - 100;
$max = $year;
for ($i = $max; $i >= $min; $i--) {
echo '<option value=' . $i . '>' . $i . '</option>';
}
?>
</select>
</span>
<div class="checkbox-container">
Administrator:
<input type="checkbox" id="exampleCheckbox" name="admin">
<input type="hidden" id="exampleCheckboxValue" name="admin" value="0">
</div>
</div>
<input class="view-more" type="submit" value="Add user">
</div>
</form>
<div id="pswd_info">
<h4>Password must meet the following requirements:</h4>
<ul>
<li id="letter" class="invalid">At least <strong>one letter</strong></li>
<li id="capital" class="invalid">At least <strong>one capital letter</strong></li>
<li id="number" class="invalid">At least <strong>one number</strong></li>
<li id="character" class="invalid">At least <strong>one special character</strong></li>
<li id="length" class="invalid">Be at least <strong>8 characters</strong></li>
</ul>
</div>
<a href="admin_panel.php"><input class="view-more" type="submit" value="Back"></a>
<script>
$(document).ready(function() {
// Function to validate password
function validatePassword() {
var pswd = $('#password').val();
// Validate the length
if (pswd.length < 8) {
$('#length').removeClass('valid').addClass('invalid');
} else {
$('#length').removeClass('invalid').addClass('valid');
}
// Validate letter
if (pswd.match(/[A-Za-z]/)) {
$('#letter').removeClass('invalid').addClass('valid');
} else {
$('#letter').removeClass('valid').addClass('invalid');
}
// Calidate Capital letter
if (pswd.match(/[A-Z]/)) {
$('#capital').removeClass('invalid').addClass('valid');
} else {
$('#capital').removeClass('valid').addClass('invalid');
}
// Validate Number
if (pswd.match(/[0-9]/)) {
$('#number').removeClass('invalid').addClass('valid');
} else {
$('#number').removeClass('valid').addClass('invalid');
}
// Validate special character
if (pswd.match(/[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]+/)) {
$('#character').removeClass('invalid').addClass('valid');
} else {
$('#character').removeClass('valid').addClass('invalid');
}
}
// Bind events
$('#password').on('keyup focus blur', function() {
$('#pswd_info').show();
validatePassword();
});
$('#password').blur(function() {
$('#pswd_info').hide();
});
// Toggle Password show
$("#togglePassword").removeClass("fa-solid fa-eye").addClass("fa-solid fa-eye-slash");
$("#togglePassword").click(function() {
const passwordInput = $("#password");
const type = passwordInput.attr("type");
if (type === "password") {
passwordInput.attr("type", "text");
$("#togglePassword").removeClass("fa-solid fa-eye-slash").addClass("fa-solid fa-eye");
} else {
passwordInput.attr("type", "password");
$("#togglePassword").removeClass("fa-solid fa-eye").addClass("fa-solid fa-eye-slash");
}
});
$('#generate-password').click(function() {
const password = generatePassword(8);
$('#password').val(password);
$('#confirm-password').val(password);
});
function generatePassword(length) {
const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+[]{}|;:,.<>?';
let password = '';
do {
password = '';
for (let i = 0; i < length; i++) {
const randomIndex = Math.floor(Math.random() * characters.length);
password += characters[randomIndex];
}
} while (!isPasswordValid(password));
return password;
}
function isPasswordValid(password) {
if (password.length < 8) {
return false;
}
if (!/[a-z]/.test(password)) {
return false;
}
if (!/[A-Z]/.test(password)) {
return false;
}
if (!/\d/.test(password)) {
return false;
}
if (!/[!@#$%^&*()_+[\]{}|;:,.<>?]/.test(password)) {
return false;
}
return true;
}
function updateCheckboxValue() {
const isChecked = $('#exampleCheckbox').is(':checked');
$('#exampleCheckboxValue').val(isChecked ? '1' : '0');
}
$('#exampleCheckbox').change(function() {
updateCheckboxValue();
});
updateCheckboxValue();
});
</script>
</body>
</html>

179
admin_panel.php Normal file
View File

@@ -0,0 +1,179 @@
<?php
require 'php/connect.inc.php';
$con = mysqli_connect($mysql_host, $mysql_user, $mysql_pass);
if (mysqli_select_db($con, $mysql_db)) {
// Check if delete request is made
if (isset($_POST['delete_email'])) {
$delete_email = $_POST['delete_email'];
$delete_query = "DELETE FROM `globaly_accounts` WHERE `email` = '".mysqli_real_escape_string($con, $delete_email)."'";
mysqli_query($con, $delete_query);
}
$query = "SELECT `name`, `surname`, `email`, `birth_day`, `birth_month`, `birth_year`, `city` FROM `globaly_accounts`";
$query_run = mysqli_query($con, $query);
if (mysqli_num_rows($query_run) > 0) {
echo '<table border="1">
<tr>
<th>Name</th>
<th>Surname</th>
<th>Email</th>
<th>Birth Date</th>
<th>City</th>
<th>Edit</th>
</tr>';
while ($query_row = mysqli_fetch_assoc($query_run)) {
$name = $query_row['name'];
$surname = $query_row['surname'];
$email = $query_row['email'];
$birth_date = $query_row['birth_day'] . '.' . $query_row['birth_month'] . '.' . $query_row['birth_year'] . '.';
$city = $query_row['city'];
echo '<tr>
<td>' . htmlspecialchars($name) . '</td>
<td>' . htmlspecialchars($surname) . '</td>
<td>' . htmlspecialchars($email) . '</td>
<td>' . htmlspecialchars($birth_date) . '</td>
<td>' . htmlspecialchars($city) . '</td>
<td id="edit-td">
<form id="delete-form" method="POST" action="">
<input type="hidden" name="delete_email" value="' . htmlspecialchars($email) . '">
<button id="delete-btn" type="submit"><i class="fa-regular fa-circle-xmark"></i></button>
</form>
<a id="edit-user" href="edit-user.php?name=' . urlencode($name) . '&surname=' . urlencode($surname) . '&email=' . urlencode($email) . '&birth_day=' . urlencode($query_row['birth_day']) . '&birth_month=' . urlencode($query_row['birth_month']) . '&birth_year=' . urlencode($query_row['birth_year']) . '&city=' . urlencode($query_row['city']) . '"><i class="fa-solid fa-user-pen"></i></a>
</td>
</tr>';
}
echo '</table>';
} else {
echo 'No results found.';
}
} else {
echo 'Database selection failed.';
}
mysqli_close($con);
?>
<style>
body{
display: flex;
flex-direction: column;
align-items: center;
justify-content: start;
background-image: url('assets/images/image10.jpg');
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#edit-td{
display: flex;
}
#delete-btn{
background: transparent;
border: none;
font-size: 25px;
}
#delete-form{
margin-bottom: 0px;
}
#edit-user{
color: black;
}
.fa-regular{
cursor: pointer;
}
.fa-regular:hover{
color: red;
transition: 0.2s;
}
.fa-solid{
cursor: pointer;
}
.fa-solid:hover{
color: green;
transition: 0.2s;
}
h2{
color: #15c1cb;
font-size: 15px;
}
table {
font-size: 8px;
width: fit-content;
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
background-color: #f2f2f2;
}
th, td {
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
color: #15c1cb;
}
#btn-back{
margin-top:30px;
}
@media screen and (min-width:768px) {
body{
justify-content: center;
}
table{
font-size: 17px;
}
h2{
font-size: 40px;
}
}
@media screen and (min-width:992px) {
body{
justify-content: center;
}
table{
font-size: 25px;
}
h2{
font-size: 40px;
}
}
</style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search people</title>
<link rel="stylesheet" href="style/style.css">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
</head>
<body>
<div id="btn-back">
<a href="index.php"><input class="view-more" type="submit" value="Back"></a>
<a href="add_user.php"><input class="view-more" type="submit" value="Add user"></a>
</div>
</body>
</html>

0
assets/fonts/Lato-Bold.ttf Normal file → Executable file
View File

0
assets/fonts/Lato-Regular.ttf Normal file → Executable file
View File

0
assets/fonts/Merriweather-Regular.ttf Normal file → Executable file
View File

0
assets/fonts/MerriweatherSans-Regular.ttf Normal file → Executable file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 MiB

0
assets/images/fakeimg.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

0
assets/images/footer-logo.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 884 B

After

Width:  |  Height:  |  Size: 884 B

0
assets/images/icon1.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 574 B

After

Width:  |  Height:  |  Size: 574 B

0
assets/images/icon2.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 698 B

After

Width:  |  Height:  |  Size: 698 B

0
assets/images/icon3.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 610 B

After

Width:  |  Height:  |  Size: 610 B

0
assets/images/icon4.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 940 B

After

Width:  |  Height:  |  Size: 940 B

0
assets/images/image1.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 209 KiB

After

Width:  |  Height:  |  Size: 209 KiB

0
assets/images/image10.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

0
assets/images/image2-640x506.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

0
assets/images/image30.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 345 KiB

After

Width:  |  Height:  |  Size: 345 KiB

0
assets/images/image32.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

0
assets/images/image33.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 58 KiB

After

Width:  |  Height:  |  Size: 58 KiB

BIN
assets/images/image37.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB

BIN
assets/images/image38.jpg Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

0
assets/images/image39.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 54 KiB

After

Width:  |  Height:  |  Size: 54 KiB

0
assets/images/image40.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

0
assets/images/image41-130x136.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 4.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

0
assets/images/image41-560x350.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

0
assets/images/image41-640x506.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

0
assets/images/image41.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 258 KiB

After

Width:  |  Height:  |  Size: 258 KiB

0
assets/images/image42-560x350.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

0
assets/images/image42-640x506.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

0
assets/images/image42.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 191 KiB

After

Width:  |  Height:  |  Size: 191 KiB

0
assets/images/image43-560x350.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

0
assets/images/image43-640x506.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

0
assets/images/image43.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 184 KiB

After

Width:  |  Height:  |  Size: 184 KiB

0
assets/images/image44.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 74 KiB

0
assets/images/image5-640x506.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
assets/images/image5.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 178 KiB

0
assets/images/image6-640x506.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

0
assets/images/image7-640x506.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

0
assets/images/line.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 81 B

After

Width:  |  Height:  |  Size: 81 B

0
assets/images/line2_03.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 38 B

After

Width:  |  Height:  |  Size: 38 B

0
assets/images/logo.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.8 KiB

After

Width:  |  Height:  |  Size: 2.8 KiB

0
assets/images/logo01-1.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 598 B

After

Width:  |  Height:  |  Size: 598 B

0
assets/images/logo02-1.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

0
assets/images/logo03-1.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

0
assets/images/logo04-1.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.0 KiB

0
assets/images/logo05-1.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
assets/images/logo06-1.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3.5 KiB

0
assets/images/num1.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 460 B

After

Width:  |  Height:  |  Size: 460 B

0
assets/images/num2.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 978 B

After

Width:  |  Height:  |  Size: 978 B

0
assets/images/num3.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
assets/images/team1.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

0
assets/images/team10.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 29 KiB

After

Width:  |  Height:  |  Size: 29 KiB

0
assets/images/team11.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

0
assets/images/team12.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

0
assets/images/team2.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB

0
assets/images/team3.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

0
assets/images/team4.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 27 KiB

0
assets/images/team5.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

0
assets/images/team6.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

0
assets/images/team7.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

0
assets/images/team8.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB

0
assets/images/team9.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

0
assets/images/test1_03.webp Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

0
assets/images/test2_03.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@@ -1,333 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header
class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<li id="li-home" class="navs">Cases</li>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<div class="register">
<a class="register-link" href="login.html" >Log in</a>
<a class="register-link" href="signup.php" >Sign up</a>
</div>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 "
style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent"
aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<li id="li-home" class="navs">Cases</li>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<li id="li-home" class="navs">Cases</li>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.html">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">Cases</div>
</div>
<!-- third part -->
<div class="third-part-s d-flex flex-column justify-content-center align-items-center py-md-0" >
<div class="textbox3 mx-3 mx-lg-0 pb-3" id="textbox3-cases" >
<h1 class="h1-third mb-4">Case studies</h1>
<h2 class="h2-third" id="h2-cases">Any companys level of expertise, trustworthiness or
popularity can be easily checked when it comes to proven cases…</h2>
<p class="p-third " id="p-cases" style="font-size: 16px; ">We stockpiled hundreds of successful business consulting
operations throughout the 25 years long history were in this business. Here are the best examples of
our diligent and efficient advice for small and big companies.</p>
</div>
</div>
<!-- companies -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 px-md-3 px-lg-4">
<div class="row">
<div class="text-box-div col-md-4 px-lg-0 px-md-3">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/logo01-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer;">Horgan Motors</h2>
<p class="second-p-1">While working with Horgan automotive company, we conducted few vital market
researches and helped to implement a crucial business strategy
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 px-md-3">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/logo02-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer">Truick</h2>
<p class="second-p-1">This legendary car brand used our Interim management tips back in 2008, and
averted the Great Recession slip with our timely help.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 px-md-3">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/logo03-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer">Halmart</h2>
<p class="second-p-1">An all-american chain, that recovered after drop in sales in 2008 and since
then returned great year-by-year growth…</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 px-md-3 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/logo04-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer;">PM</h2>
<p class="second-p-1">General Motors suffered a severe setback in sales and overall market value.
We, together with the US govt helped to diverge the fiscal disaster.
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/logo05-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer">Ielpp</h2>
<p class="second-p-1">An online service unlike any other, which we helped to sketch out and put to
action a comprehensive investment planning for.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none; margin-bottom: 0px;">
<img class="img-num" src="assets/images/logo06-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer">Wumblr</h2>
<p class="second-p-1">Wumblrs office in New York hired our consulting experts both before and after
being purchased by Yahoo Inc., and continues to be such to this day…</p>
</div>
</div>
</div>
<!-- <input class="view-more" type="submit" value="view more"> -->
</div>
<div class="fourth-part clearfix d-flex flex-column align-items-center justify-content-center mx-3 my-2 mb-5">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mb-4 pb-3">
<h4 id="h4-cases-headline">Latest news</h4>
<h2>the most recent info</h2>
</div>
<div class="row mx-md-3 mx-lg-5">
<div class="col-md-6 col-lg-4 my-md-0">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image41.jpg" style="height: fit-content; width: fit-content;" alt="">
<div class="date-by d-flex flex-row">
<span class="published" style="text-transform: lowercase;">jul 26,2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title" style="font-size: 26px;">
How long before the exit you must be planning it?
</h2>
<input class="view-more" type="submit" value="read more">
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image42.jpg" style="height: fit-content; width: fit-content;" alt="">
<div class="date-by d-flex flex-row">
<span class="published" style="text-transform: lowercase;">jun 06,2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title" style="font-size: 26px;">
Is it viable now for IT companies to file an IPO?
</h2>
<input class="view-more" type="submit" value="read more">
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image43.jpg"style="height: fit-content; width: fit-content;" alt="">
<div class="date-by d-flex flex-row">
<span class="published" style="text-transform: lowercase;">may 17,2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title" style="font-size: 26px;">
Bringing a new CFO at the time of crisis?
</h2>
<input class="view-more" type="submit" value="read more">
</div>
</div>
</div>
</div>
<!-- form-s -->
<div class="form-about d-flex flex-column align-items-center justify-content-center my-md-5 mb-5 pt-lg-0 my-lg-0">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3 mx-3" style="text-align: center;">Request</h3>
<h2 class="headline-h2">a free consultation</h2>
<h6 class="h6-form-s">I would like to discuss</h6>
</div>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<input class="input-text" type="text" placeholder="your name">
<input class="input-text" type="text" placeholder="your e-mail">
<textarea rows="5" class="input-text">your message</textarea>
</div>
<input class="view-more" type="submit" value="submit">
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>

398
cases.php Executable file
View File

@@ -0,0 +1,398 @@
<!DOCTYPE php>
<php lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css" integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<!-- nav bar -->
<?php require 'php/core.inc.php'; ?>
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between mb-0" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons pt-1">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<li id="li-home" class="navs">Cases</li>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<!-- Login -->
<div class="dropdown" id="dropdownid" style="position: absolute; width: fit-content;">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-users"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<?php
if (loggedin()) {
echo '<li><a class="dropdown-item" href="php/logout.php">Log out</a></li>';
if (is_admin()) {
echo '<li><a class="dropdown-item" href="admin_panel.php">Admin panel</a></li>';
}
} else {
echo '<li><a class="dropdown-item" href="login.html">Log in</a></li>
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>';
}
?>
</ul>
</div>
<!-- Weather icon -->
<?php if (loggedin()) {
echo '<div class="weather-div" style="position: absolute; color: white; font-size: 25px; left:12%; top:15px;">
<a style="color:white" href="weather.php"><i class="fa-solid fa-cloud-sun"></i></a>
<div>';
} ?>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 " style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<li id="li-home" class="navs">Cases</li>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<li id="li-home" class="navs">Cases</li>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.php">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">Cases</div>
</div>
<!-- third part -->
<div class="third-part-s d-flex flex-column justify-content-center align-items-center py-md-0">
<div class="textbox3 mx-3 mx-lg-0 pb-3" id="textbox3-cases">
<h1 class="h1-third mb-4">Case studies</h1>
<h2 class="h2-third" id="h2-cases">Any companys level of expertise, trustworthiness or
popularity can be easily checked when it comes to proven cases…</h2>
<p class="p-third " id="p-cases" style="font-size: 16px; ">We stockpiled hundreds of successful business consulting
operations throughout the 25 years long history were in this business. Here are the best examples of
our diligent and efficient advice for small and big companies.</p>
</div>
</div>
<!-- companies -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 px-md-3 px-lg-4">
<div class="row">
<div class="text-box-div col-md-4 px-lg-0 px-md-3">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/logo01-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer;">Horgan Motors</h2>
<p class="second-p-1">While working with Horgan automotive company, we conducted few vital market
researches and helped to implement a crucial business strategy
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 px-md-3">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/logo02-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer">Truick</h2>
<p class="second-p-1">This legendary car brand used our Interim management tips back in 2008, and
averted the Great Recession slip with our timely help.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 px-md-3">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/logo03-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer">Halmart</h2>
<p class="second-p-1">An all-american chain, that recovered after drop in sales in 2008 and since
then returned great year-by-year growth…</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 px-md-3 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/logo04-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer;">PM</h2>
<p class="second-p-1">General Motors suffered a severe setback in sales and overall market value.
We, together with the US govt helped to diverge the fiscal disaster.
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/logo05-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer">Ielpp</h2>
<p class="second-p-1">An online service unlike any other, which we helped to sketch out and put to
action a comprehensive investment planning for.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none; margin-bottom: 0px;">
<img class="img-num" src="assets/images/logo06-1.webp">
<h2 class="second-h2 mt-md-3" style="width: 100%; color: #15c1c6; cursor:pointer">Wumblr</h2>
<p class="second-p-1">Wumblrs office in New York hired our consulting experts both before and after
being purchased by Yahoo Inc., and continues to be such to this day…</p>
</div>
</div>
</div>
<!-- <input class="view-more" type="submit" value="view more"> -->
</div>
<div class="fourth-part clearfix d-flex flex-column align-items-center justify-content-center mx-3 my-2 mb-5">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mb-4 pb-3">
<h4 id="h4-cases-headline">Latest news</h4>
<h2>the most recent info</h2>
</div>
<div class="row mx-md-3 mx-lg-5">
<div class="col-md-6 col-lg-4 my-md-0">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image41.jpg" style="height: fit-content; width: fit-content;" alt="">
<div class="date-by d-flex flex-row">
<span class="published" style="text-transform: lowercase;">jul 26,2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title" style="font-size: 26px;">
How long before the exit you must be planning it?
</h2>
<input class="view-more" type="submit" value="read more">
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image42.jpg" style="height: fit-content; width: fit-content;" alt="">
<div class="date-by d-flex flex-row">
<span class="published" style="text-transform: lowercase;">jun 06,2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title" style="font-size: 26px;">
Is it viable now for IT companies to file an IPO?
</h2>
<input class="view-more" type="submit" value="read more">
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image43.jpg" style="height: fit-content; width: fit-content;" alt="">
<div class="date-by d-flex flex-row">
<span class="published" style="text-transform: lowercase;">may 17,2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title" style="font-size: 26px;">
Bringing a new CFO at the time of crisis?
</h2>
<input class="view-more" type="submit" value="read more">
</div>
</div>
</div>
</div>
<!-- form-s -->
<div class="form-about d-flex flex-column align-items-center justify-content-center my-md-5 mb-5 pt-lg-0 my-lg-0">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3 mx-3" style="text-align: center;">Request</h3>
<h2 class="headline-h2">a free consultation</h2>
<h6 class="h6-form-s">I would like to discuss</h6>
</div>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<input class="input-text" type="text" placeholder="your name">
<input class="input-text" type="text" placeholder="your e-mail">
<textarea rows="5" class="input-text">your message</textarea>
</div>
<input class="view-more" type="submit" value="submit">
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<div class="scrollToTopBtn">
<button onclick="topFunction()" id="scrollToTopBtn"><i class="fa-solid fa-chevron-up"></i></button>
</div>
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script>
// Get the button
let mybutton = document.getElementById("scrollToTopBtn");
window.onscroll = function() {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</php>

View File

@@ -1,229 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header
class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<li id="li-home" class="navs">Contacts</li>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<div class="register">
<a class="register-link" href="login.html" >Log in</a>
<a class="register-link" href="signup.php" >Sign up</a>
</div>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 "
style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent"
aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<li id="li-home" class="navs">Contacts</li>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<li id="li-home" class="navs">Contacts</li>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.html">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">Contacts</div>
</div>
<!-- Address -->
<section>
<div class="headline d-flex align-items-center justify-content-center flex-column mt-5 pt-lg-5">
<h3 class="headline-h3 mx-3" style="text-align: center;">Primary</h3>
<h2 class="headline-h2">Contacts</h2>
</div>
<div class="address-contacts">
<p class="address">87 Tennesee hwy.,Alexandria, VA USA, 22303</p>
<div class="num-container-contacts">
<span id="phone-img" class="material-icons">
phone
</span>
<strong class="number-contacts">800 -2345-6789</strong>
</div>
</div>
<!-- form-au -->
<div
class="form-about d-flex flex-column align-items-center justify-content-center my-5 my-md-5 mt-lg-4 mb-5 mb-lg-0">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3 mx-3" style="text-align: center;">We review and accept business requests</h3>
<h2 class="headline-h2 mb-3">Contact us now:</h2>
</div>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<input class="input-text" type="text" placeholder="your name">
<input class="input-text" type="text" placeholder="your e-mail">
<textarea rows="5" class="input-text">your message</textarea>
</div>
<input class="view-more mt-4" type="submit" value="send">
</div>
<div class="google-map" >
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d691259.3591892968!2d-77.60275823607651!3d38.56325402877762!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b64de885e53a9d%3A0x67e76f2416faa504!2z0KHQv9GA0LjQvdCz0YTQuNC70LQsINCS0LjRgNGf0LjQvdC40ZjQsCwg0KHRmNC10LTQuNGa0LXQvdC1INCU0YDQttCw0LLQtQ!5e0!3m2!1ssr!2srs!4v1718006987157!5m2!1ssr!2srs"
width="100%" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>

297
contacts.php Executable file
View File

@@ -0,0 +1,297 @@
<!DOCTYPE php>
<php lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css" integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<?php require 'php/core.inc.php'; ?>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between mb-0" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons pt-1">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<li id="li-home" class="navs">Contacts</li>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<!-- Login -->
<div class="dropdown" id="dropdownid" style="position: absolute; width: fit-content;">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-users"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<?php
if (loggedin()) {
echo '<li><a class="dropdown-item" href="php/logout.php">Log out</a></li>';
if (is_admin()) {
echo '<li><a class="dropdown-item" href="admin_panel.php">Admin panel</a></li>';
}
} else {
echo '<li><a class="dropdown-item" href="login.html">Log in</a></li>
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>';
}
?>
</ul>
</div>
<!-- Weather icon -->
<?php if (loggedin()) {
echo '<div class="weather-div" style="position: absolute; color: white; font-size: 25px; left:12%; top:15px;">
<a style="color:white" href="weather.php"><i class="fa-solid fa-cloud-sun"></i></a>
<div>';
} ?>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 " style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<li id="li-home" class="navs">Contacts</li>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<li id="li-home" class="navs">Contacts</li>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.php">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">Contacts</div>
</div>
<!-- Address -->
<section>
<div class="headline d-flex align-items-center justify-content-center flex-column mt-5 pt-lg-5">
<h3 class="headline-h3 mx-3" style="text-align: center;">Primary</h3>
<h2 class="headline-h2">Contacts</h2>
</div>
<div class="address-contacts">
<p class="address">87 Tennesee hwy.,Alexandria, VA USA, 22303</p>
<div class="num-container-contacts">
<span id="phone-img" class="material-icons">
phone
</span>
<strong class="number-contacts">800 -2345-6789</strong>
</div>
</div>
<!-- form-au -->
<div class="form-about d-flex flex-column align-items-center justify-content-center my-5 my-md-5 mt-lg-4 mb-5 mb-lg-0">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3 mx-3" style="text-align: center;">We review and accept business requests</h3>
<h2 class="headline-h2 mb-3">Contact us now:</h2>
</div>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<input class="input-text" type="text" placeholder="your name">
<input class="input-text" type="text" placeholder="your e-mail">
<textarea rows="5" class="input-text">your message</textarea>
</div>
<input class="view-more mt-4" type="submit" value="send">
</div>
<div class="google-map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d691259.3591892968!2d-77.60275823607651!3d38.56325402877762!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x89b64de885e53a9d%3A0x67e76f2416faa504!2z0KHQv9GA0LjQvdCz0YTQuNC70LQsINCS0LjRgNGf0LjQvdC40ZjQsCwg0KHRmNC10LTQuNGa0LXQvdC1INCU0YDQttCw0LLQtQ!5e0!3m2!1ssr!2srs!4v1718006987157!5m2!1ssr!2srs" width="100%" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<div class="scrollToTopBtn">
<button onclick="topFunction()" id="scrollToTopBtn"><i class="fa-solid fa-chevron-up"></i></button>
</div>
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script>
// Get the button
let mybutton = document.getElementById("scrollToTopBtn");
window.onscroll = function() {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</php>

335
edit-user.php Normal file
View File

@@ -0,0 +1,335 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css" integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.7.1.js" integrity="sha256-eKhayi8LEQwp4NKxN+CfCh+3qOVUtJn3QNZ0TciWLP4=" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
<style>
#generate-password {
top: 40%;
right: 50px;
position: absolute;
cursor: pointer;
}
.fa-solid {
position: absolute;
right: 3%;
top: 41%;
cursor: pointer;
}
#pswd_info {
position: absolute;
bottom: 25%;
bottom: -115px\9;
/* IE Specific */
right: 1%;
width: 400px;
padding: 15px;
background: #fefefe;
font-size: .875em;
border-radius: 5px;
box-shadow: 0 1px 3px #ccc;
border: 1px solid #ddd;
}
#pswd_info {
display: none;
}
#pswd_info h4 {
margin: 0 0 10px 0;
padding: 0;
font-weight: normal;
}
#pswd_info::before {
content: "\25B2";
position: absolute;
top: -12px;
left: 45%;
font-size: 14px;
line-height: 14px;
color: #ddd;
text-shadow: none;
display: block;
}
.invalid {
padding-left: 22px;
line-height: 24px;
color: #ec3f41;
}
.valid {
padding-left: 22px;
line-height: 24px;
color: #3a7d34;
}
@media screen and (min-width: 768px) {
.fa-solid {
top: 41%;
}
#pswd_info {
bottom: 35%;
right: 30%;
}
}
@media screen and (min-width: 992px) {
.fa-solid {
top: 40%;
}
#pswd_info {
bottom: 15%;
right: 38%;
}
}
.date-container {
width: 100%;
display: flex;
span {
margin-right: 20px;
}
}
</style>
</head>
<?php
require 'php/connect.inc.php';
$name = htmlspecialchars($_GET['name']);
$surname = htmlspecialchars($_GET['surname']);
$email = htmlspecialchars($_GET['email']);
$birth_day = htmlspecialchars($_GET['birth_day']);
$birth_month = htmlspecialchars($_GET['birth_month']);
$birth_year = htmlspecialchars($_GET['birth_year']);
$city = htmlspecialchars($_GET['city']);
?>
<body>
<div class="form d-flex flex-column align-items-center justify-content-center my-md-5 mb-5 mb-lg-0">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mt-4">
<h2>Edit user</h2>
<img class="line-img" src="assets/images/line.png" alt="">
</div>
<form action="php/update-user.php" method="post">
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<input class="input-text" type="text" name="name" value="<?php echo $name; ?>">
<input class="input-text" type="text" name="surname" value="<?php echo $surname; ?>">
<input class="input-text" type="text" name="email" value="<?php echo $email; ?>">
<input class="input-text" type="password" id="password" placeholder="Password" name="password">
<i id="togglePassword" class="fa-solid fa-eye"></i>
<p id="generate-password">generate</p>
<input class="input-text" type="password" id="confirm-password" placeholder="Confirm Password" name="password_again">
<input class="input-text" type="text" name="city" value="<?php echo $city; ?>">
<h6>Date of birth:</h6>
<div class="date-container">
<span>
<select name="birth_day">
<?php
$start_date = 1;
$end_date = 31;
for ($j = $start_date; $j <= $end_date; $j++) {
$selected = ($j == $birth_day) ? 'selected' : '';
echo '<option value="' . $j . '" ' . $selected . '>' . $j . '</option>';
}
?>
</select>
</span>
<span>
<select name="birth_month">
<?php
for ($m = 1; $m <= 12; ++$m) {
$month_label = date('F', mktime(0, 0, 0, $m, 1));
$selected = ($month_label == $birth_month) ? 'selected' : '';
echo '<option value="' . $month_label . '" ' . $selected . '>' . $month_label . '</option>';
}
?>
</select>
</span>
<span>
<select name="birth_year">
<?php
$year = date('Y');
$min = $year - 100;
$max = $year;
for ($i = $max; $i >= $min; $i--) {
$selected = ($i == $birth_year) ? 'selected' : '';
echo '<option value="' . $i . '" ' . $selected . '>' . $i . '</option>';
}
?>
</select>
</span>
<div class="checkbox-container">
Administrator:
<input type="checkbox" id="exampleCheckbox" name="admin">
<input type="hidden" id="exampleCheckboxValue" name="admin" value="0">
</div>
</div>
<input class="view-more" type="submit" value="Edit user">
</div>
</form>
<div id="pswd_info">
<h4>Password must meet the following requirements:</h4>
<ul>
<li id="letter" class="invalid">At least <strong>one letter</strong></li>
<li id="capital" class="invalid">At least <strong>one capital letter</strong></li>
<li id="number" class="invalid">At least <strong>one number</strong></li>
<li id="character" class="invalid">At least <strong>one special character</strong></li>
<li id="length" class="invalid">Be at least <strong>8 characters</strong></li>
</ul>
</div>
<a href="admin_panel.php"><input class="view-more" type="submit" value="Back"></a>
<script>
$(document).ready(function() {
// Function to validate password
function validatePassword() {
var pswd = $('#password').val();
// Validate the length
if (pswd.length < 8) {
$('#length').removeClass('valid').addClass('invalid');
} else {
$('#length').removeClass('invalid').addClass('valid');
}
// Validate letter
if (pswd.match(/[A-Za-z]/)) {
$('#letter').removeClass('invalid').addClass('valid');
} else {
$('#letter').removeClass('valid').addClass('invalid');
}
// Calidate Capital letter
if (pswd.match(/[A-Z]/)) {
$('#capital').removeClass('invalid').addClass('valid');
} else {
$('#capital').removeClass('valid').addClass('invalid');
}
// Validate Number
if (pswd.match(/[0-9]/)) {
$('#number').removeClass('invalid').addClass('valid');
} else {
$('#number').removeClass('valid').addClass('invalid');
}
// Validate special character
if (pswd.match(/[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]+/)) {
$('#character').removeClass('invalid').addClass('valid');
} else {
$('#character').removeClass('valid').addClass('invalid');
}
}
// Bind events
$('#password').on('keyup focus blur', function() {
$('#pswd_info').show();
validatePassword();
});
$('#password').blur(function() {
$('#pswd_info').hide();
});
// Toggle Password show
$("#togglePassword").removeClass("fa-solid fa-eye").addClass("fa-solid fa-eye-slash");
$("#togglePassword").click(function() {
const passwordInput = $("#password");
const type = passwordInput.attr("type");
if (type === "password") {
passwordInput.attr("type", "text");
$("#togglePassword").removeClass("fa-solid fa-eye-slash").addClass("fa-solid fa-eye");
} else {
passwordInput.attr("type", "password");
$("#togglePassword").removeClass("fa-solid fa-eye").addClass("fa-solid fa-eye-slash");
}
});
$('#generate-password').click(function() {
const password = generatePassword(8);
$('#password').val(password);
$('#confirm-password').val(password);
});
function generatePassword(length) {
const characters = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789!@#$%^&*()_+[]{}|;:,.<>?';
let password = '';
do {
password = '';
for (let i = 0; i < length; i++) {
const randomIndex = Math.floor(Math.random() * characters.length);
password += characters[randomIndex];
}
} while (!isPasswordValid(password));
return password;
}
function isPasswordValid(password) {
if (password.length < 8) {
return false;
}
if (!/[a-z]/.test(password)) {
return false;
}
if (!/[A-Z]/.test(password)) {
return false;
}
if (!/\d/.test(password)) {
return false;
}
if (!/[!@#$%^&*()_+[\]{}|;:,.<>?]/.test(password)) {
return false;
}
return true;
}
function updateCheckboxValue() {
const isChecked = $('#exampleCheckbox').is(':checked');
$('#exampleCheckboxValue').val(isChecked ? '1' : '0');
}
$('#exampleCheckbox').change(function() {
updateCheckboxValue();
});
updateCheckboxValue();
});
</script>
</body>
</html>

View File

@@ -1,427 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container ">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header
class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<li id="li-home" class="navs">Home</li>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs"> About US</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<div class="register">
<a class="register-link" href="login.html" >Log in</a>
<a class="register-link" href="signup.php" >Sign up</a>
</div>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 "
style="background-color: white; height: 68px;">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent"
aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content" >
<ul class="nav-ul mb-0" >
<li id="li-home" class="navs">Home</li>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs"> About US</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<li id="li-home" class="navs">Home</li>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs"> About US</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<section>
<!-- first part -->
<div class="first-part">
<div class="textbox mx-md-3 mx-lg-3 mx-0 d-flex flex-column justify-content-start align-items-center">
<h2 class="h2-first">Full Cycle Business Management</h2>
<p style="text-align: center; padding: 0 30px;">
Whether your company looks for a financial consulting, investment risks assessments or an interim, HR
management, were ready to provide that for you.We have a proven expertise in any process, that a modern day
business lives and works through.
</p>
<input class="read-more" type="submit" value="read more">
</div>
</div>
<!-- second part -->
<div
class="second-part d-flex flex-column align-items-center justify-content-center mx-3 my-lg-0 my-5 mx-lg-5 my-md-5 d-md-flex">
<div class="headline-card d-flex flex-column align-items-center justify-content-center pb-3">
<h4>business management</h4>
<h2>Services We Offer</h2>
<img src="assets/images/line.png" alt="">
</div>
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center ">
<i class="fa-solid fa-check"></i>
<h4><a href="#">Interim managers</a></h4>
<p>Any scrutiny like a management issue will succumb to our control if you will choose our
interim…
</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center">
<i class="fa fa-eraser"></i>
<h4><a href="#">Exit planning</a></h4>
<p>Exit planning with us is a worked out, strategic roadmap 5-10 years before you will hit the
road…</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center">
<i class="fa-solid fa-arrow-up-right-from-square"></i>
<h4><a href="#">Market research</a></h4>
<p>Its impossible to succeed in business these days, regardless of the niche, without a proper
marketing team…</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center">
<i class="fa-solid fa-arrow-rotate-right"></i>
<h4><a href="#">Strategic planning</a></h4>
<p>Building a strategic development and expansion plan is vital, as the tactics game will simply
leave your…</p>
</div>
</div>
</div>
<input class="view-more" type="submit" value="view more">
</div>
<!-- third part -->
<div class="third-part ">
<div class="row">
<div class="img-container d-none d-md-flex col-md-6">
</div>
<div class="textbox3 col-md-6 d-flex flex-column justify-content-center align-items-start ">
<h1>Case Studies & Success</h1>
<h5>Any company level of expertise, trustworthiness or popularity can be easily checked when it comes to
proven
cases… </h5>
<p style="text-align: start;">
We stockpiled hundreds of successful business consulting operations throughout the 25 years long history
were
in this business. Here are the best examples of our diligent and efficient advice for small and big
companies.
</p>
<input class="our-cases" type="submit" value="our cases">
</div>
</div>
</div>
<!-- fourth part -->
<div class="fourth-part clearfix d-flex flex-column align-items-center justify-content-center mx-3 my-2 mb-5">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mt-4 pb-3">
<h4>Browse our</h4>
<h2>Business Tips</h2>
<img class="line-img mb-md-5" src="assets/images/line.png" alt="">
</div>
<div class="row mx-md-3 mx-lg-5">
<div class="col-md-6 col-lg-4 my-md-0">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image41-560x350.jpg" alt="">
<div class="date-by d-flex flex-row">
<span class="published">26.07.2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title">
How long before the exit you must be planning it?
</h2>
<div class="post-text">The ideal timing for planning an exit strategy is at least 5-10 years beforehand. But
unfortunately, that kind of diligent approach is not always applicable. So how does a CEO or an owner can
perform a quicker exit?</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image42-560x350.jpg" alt="">
<div class="date-by d-flex flex-row">
<span class="published">16.06.2016 </span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title">
Is it viable now for IT companies to file an IPO?
</h2>
<div class="post-text">It's no dotcom-bubble burst today as it was at the verge of the centuries. But still,
with so many different trends receiving investment funding, is it wise for a company to file an IPO at
this
time in the stock's history.</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image43-560x350.jpg" alt="">
<div class="date-by d-flex flex-row">
<span class="published">17.05.2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title">
Bringing a new CFO at the time of crisis?
</h2>
<div class="post-text">There are many different approaches for saving a company during a period of a
financial
meltdown. Hiring a new Chief Financial Officer may seem like an obvious managerial solution from that
list.
But actually, is it the best decision? </div>
</div>
</div>
</div>
<input class="view-more" type="submit" value="view all">
</div>
<!-- fifth-part -->
<div class="fifth-part pb-5 pb-md-5 pt-md-3 py-lg-3">
<div class="headline-card-5 d-flex flex-column align-items-center justify-content-center pb-3">
<h4>thanks to our business tips</h4>
<h2>Youll improve your performance!</h2>
<img class="line2-img" src="assets/images/line2_03.webp" alt="">
</div>
<div class="row">
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">56</p>
<h3 class="num-text">Companies consulted</h3>
</div>
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">47</p>
<h3 class="num-text">Consultants</h3>
</div>
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">85</p>
<h3 class="num-text">Awards won</h3>
</div>
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">79</p>
<h3 class="num-text">Satisfied customers</h3>
</div>
</div>
</div>
<!-- sixth part -->
<div class="sixth-part d-flex flex-column align-items-center justify-content-center mx-md-5 mx-lg-0 my-lg-5">
<div class="headline-card d-flex flex-column align-items-center justify-content-center pb-3">
<h4>read our</h4>
<h2>Client Testimonials</h2>
<img class="line-img" src="assets/images/line.png" alt="">
</div>
<div class="row " style="width: 100% !important;">
<div class="col-md-6 ">
<div class="profile-card mt-5 mx-1 mx-md-2 d-lg-flex flex-lg-row align-items-lg-center justify-content-lg-center">
<div class="profile">
<img src="assets/images/test1_03.webp" alt="">
</div>
<div class="profile-text">
<p class="profile-text-p">The investment company I own once signed up for Globaly consultations. That happened back in 1993.
Since
then, weve been showing a steady year-by-year growth for 23 years long, in big part thanks to timely
and
spot-on advice by Globaly professionals.</p>
<strong>Richard Lesberry </strong>
</div>
</div>
</div>
<div class="col-md-6 ">
<div class="profile-card mt-5 mx-1 mx-md-2 d-lg-flex flex-lg-row align-items-lg-center justify-content-lg-center">
<div class="profile">
<img src="assets/images/test2_03.png" alt="">
</div>
<div class="profile-text ">
<p class="profile-text-p">As an FMCG company, we always faced a tough competition in our field of market. It gotten only worse
since
the Great Recession hit us in 2008. But with efficient advice by this renown company, we were able to
Winter
back from the red digits zone to a green one!</p>
<strong>Vanessa Hayes </strong>
</div>
</div>
</div>
</div>
</div>
<!-- seventh-part -->
<div class="seventh-part d-flex flex-column justify-content-center align-items-center">
<div class="textbox7 mx-3 pb-3">
<h3>As were managing the aspects of your business,</h3>
<h2>Your revenue continues to grow.</h2>
</div>
<input class="learn-more" type="submit" value="learn more">
</div>
<!--form -->
<div class="form d-flex flex-column align-items-center justify-content-center my-md-5 mb-5 mb-lg-0">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mt-4">
<h4>request a free</h4>
<h2>Consultation</h2>
<img class="line-img" src="assets/images/line.png" alt="">
</div>
<h6>I would like to discuss</h6>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<select name="" id="">
<option value=" "></option>
<option value="Human resources planning">Human resources planning</option>
<option value="Business plan consulting">Business plan consulting</option>
<option value="Interim managers">Interim managers</option>
</select>
<input class="input-text" type="text" placeholder="your name">
<input class="input-text" type="text" placeholder="your e-mail">
</div>
<input class="view-more" type="submit" value="submit">
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
</body>
</html>

645
index.php Executable file
View File

@@ -0,0 +1,645 @@
<!DOCTYPE php>
<php lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css" integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<link rel="stylesheet" type="text/css" href="slick-1.8.1/slick/slick.css" />
<link rel="stylesheet" type="text/css" href="slick-1.8.1/slick/slick-theme.css" />
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<style>
.slick-carousel .first-part {
min-height: 65vh;
background-size: cover;
background-position: center;
color: white;
position: relative;
transition: background-image 0.2s ease-in-out;
}
.slick-carousel .textbox {
position: relative;
opacity: 0;
transform: translateY(50px);
transition: transform 2s ease;
}
.slick-active .textbox {
opacity: 1;
transform: translateY(0);
}
#right-btn,
#left-btn {
display: none;
}
@media screen and (min-width:768px) {
.slick-carousel .first-part {
min-height: 53vh;
}
#right-btn,
#left-btn {
display: none;
}
}
@media screen and (min-width:992px) {
.slick-carousel .first-part {
min-height: 78vh;
}
.textbox {
margin-top: 120px;
}
#right-btn,
#left-btn {
display: block;
position: absolute;
padding: 20px 25px;
border-radius: 50%;
font-size: 23px;
color: white;
background-color: #15c1c6;
border: none;
}
#right-btn:hover {
background-color: white;
color: #31353d;
transition: 0.3s;
}
#left-btn:hover {
background-color: white;
color: #31353d;
transition: 0.3s;
}
#right-btn {
top: 50%;
right: 30px;
}
#left-btn {
z-index: 99;
top: 49%;
left: 30px;
}
}
</style>
<body>
<?php include 'php/core.inc.php'; ?>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container ">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between mb-0" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons pt-1">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<?php if (loggedin()) {
echo '<li id="li-home" class="navs">Home
<ul class="dropdown-ul-2">
<a href="#case-studies"><li>Case studies</li></a>
<a href="#footer"><li>Footer</li></a>
</ul></li>
<a href="people.php" style="text-decoration: none;"><li id="li-people" class="navs">People
<ul class="dropdown-ul-2">
<li>Main team</li>
<li>Others</li>
</ul>
</li></a>
<a href="about.php" style="text-decoration: none;"><li id="li-about" class="navs">about us
<ul class="dropdown-ul-2">
<li>FAQ</li>
<li>Contact Us</li>
<li>sidebar setings</li>
</ul>
</li></a>
<a href="services.php" style="text-decoration: none;"><li class="navs">services</li></a>
<a href="cases.php" style="text-decoration: none;"><li class="navs">cases</li></a>
<a href="news.php" style="text-decoration: none;"><li id="li-news" class="navs">news</li></a>
<a href="contacts.php" style="text-decoration: none;"><li class="navs">contacts</li></a>
';
} else {
echo
'<li id="li-home" style="width: 400px !important; text-align:center; font-size:29px" class="navs">Home</li>';
} ?>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<!-- Login -->
<div class="dropdown" id="dropdownid" style="position: absolute; width: fit-content;">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-users"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<?php
if (loggedin()) {
echo '<li><a class="dropdown-item" href="php/logout.php">Log out</a></li>';
if (is_admin()) {
echo '<li><a class="dropdown-item" href="admin_panel.php">Admin panel</a></li>';
}
} else {
echo '<li><a class="dropdown-item" href="login.html">Log in</a></li>
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>';
}
?>
</ul>
</div>
<!-- Weather icon -->
<?php if (loggedin()) {
echo '<div class="weather-div" style="position: absolute; color: white; font-size: 25px; left:12%; top:15px;">
<a style="color:white" href="weather.php"><i class="fa-solid fa-cloud-sun"></i></a>
<div>';
} ?>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 " style="background-color: white; height: 68px;">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<?php if (loggedin()) {
echo '<li id="li-home" class="navs">Home</li>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.php" style="text-decoration: none;"><li class="navs">about us</li></a>
<a href="services.php" style="text-decoration: none;"><li class="navs">services</li></a>
<a href="cases.php" style="text-decoration: none;"><li class="navs">cases</li></a>
<a href="news.php" style="text-decoration: none;"><li class="navs">news</li></a>
<a href="contacts.php" style="text-decoration: none;"><li class="navs">contacts</li></a>
';
} else {
echo
'<li id="li-home" style="width: 400px !important; text-align:center; font-size:29px" class="navs">Home</li>';
} ?>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<?php if (loggedin()) {
echo '<li id="li-home" class="navs">Home</li>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.php" style="text-decoration: none;"><li class="navs">about us</li></a>
<a href="services.php" style="text-decoration: none;"><li class="navs">services</li></a>
<a href="cases.php" style="text-decoration: none;"><li class="navs">cases</li></a>
<a href="news.php" style="text-decoration: none;"><li class="navs">news</li></a>
<a href="contacts.php" style="text-decoration: none;"><li class="navs">contacts</li></a>
';
} else {
echo
'<li id="li-home" style="width: 400px !important; text-align:center; font-size:29px" class="navs">Home</li>';
} ?>
</ul>
</div>
<section>
<div class="slick-carousel d-flex justify-content-start align-items-center">
<div class="first-part">
<div class="textbox mx-md-3 mx-lg-3 mx-0 d-flex flex-column justify-content-start align-items-center">
<h2 id="first-part-h2" class="h2-first">Full Cycle Business Management</h2>
<p id="first-part-p" style="text-align: center; padding: 0 30px;">
Whether your company looks for a financial consulting, investment risks assessments or an interim, HR
management, were ready to provide that for you.We have a proven expertise in any process, that a modern day
business lives and works through.
</p>
<input class="read-more" type="submit" value="read more">
</div>
</div>
<div class="first-part">
<div class="textbox mx-md-3 mx-lg-3 mx-0 d-flex flex-column justify-content-start align-items-center">
<h2 id="first-part-h2" class="h2-first">Set your own pace</h2>
<p id="first-part-p" style="text-align: center; padding: 0 30px;">
We are confident about the fact, that clear goals, a long-term investment philosophy, a balanced portfolio, and low costs create a path to your financial goals. Theres investing, and theres smart investing. Were the latter, were better!
</p>
<input class="read-more" type="submit" value="read more">
</div>
</div>
<div class="first-part">
<div class="textbox mx-md-3 mx-lg-3 mx-0 d-flex flex-column justify-content-start align-items-center">
<h2 id="first-part-h2" class="h2-first">
Why You Need an Advisor?</h2>
<p id="first-part-p" style="text-align: center; padding: 0 30px;">
We help you in creating a financial strategy that represents your personality. Getting to know you is financial advisors primary goal. Get a solution centered around your lifes priorities. Its time for a financial strategy that puts your needs and priorities to the center.
</p>
<input class="read-more" type="submit" value="read more">
</div>
</div>
</div>
<!-- second part -->
<div class="second-part d-flex flex-column align-items-center justify-content-center mx-3 my-lg-0 my-5 mx-lg-5 my-md-5 d-md-flex">
<div class="headline-card d-flex flex-column align-items-center justify-content-center pb-3">
<h4>business management</h4>
<h2>Services We Offer</h2>
<img src="assets/images/line.png" alt="">
</div>
<div class="row">
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center ">
<i class="fa-solid fa-check"></i>
<h4><a href="#">Interim managers</a></h4>
<p>Any scrutiny like a management issue will succumb to our control if you will choose our
interim…
</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center">
<i class="fa fa-eraser"></i>
<h4><a href="#">Exit planning</a></h4>
<p>Exit planning with us is a worked out, strategic roadmap 5-10 years before you will hit the
road…</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center">
<i class="fa-solid fa-arrow-up-right-from-square"></i>
<h4><a href="#">Market research</a></h4>
<p>Its impossible to succeed in business these days, regardless of the niche, without a proper
marketing team…</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="card d-flex flex-column align-items-center justify-content-center">
<i class="fa-solid fa-arrow-rotate-right"></i>
<h4><a href="#">Strategic planning</a></h4>
<p>Building a strategic development and expansion plan is vital, as the tactics game will simply
leave your…</p>
</div>
</div>
</div>
<input class="view-more" type="submit" value="view more">
</div>
<!-- third part -->
<div class="third-part" id="case-studies">
<div class="row">
<div class="img-container d-none d-md-flex col-md-6">
</div>
<div class="textbox3 col-md-6 d-flex flex-column justify-content-center align-items-start ">
<h1>Case Studies & Success</h1>
<h5>Any company level of expertise, trustworthiness or popularity can be easily checked when it comes to
proven
cases… </h5>
<p style="text-align: start;">
We stockpiled hundreds of successful business consulting operations throughout the 25 years long history
were
in this business. Here are the best examples of our diligent and efficient advice for small and big
companies.
</p>
<input class="our-cases" type="submit" value="our cases">
</div>
</div>
</div>
<!-- fourth part -->
<div class="fourth-part clearfix d-flex flex-column align-items-center justify-content-center mx-3 my-2 mb-5">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mt-4 pb-3">
<h4>Browse our</h4>
<h2>Business Tips</h2>
<img class="line-img mb-md-5" src="assets/images/line.png" alt="">
</div>
<div class="row mx-md-3 mx-lg-5">
<div class="col-md-6 col-lg-4 my-md-0">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image41-560x350.jpg" alt="">
<div class="date-by d-flex flex-row">
<span class="published">26.07.2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title">
How long before the exit you must be planning it?
</h2>
<div class="post-text">The ideal timing for planning an exit strategy is at least 5-10 years beforehand. But
unfortunately, that kind of diligent approach is not always applicable. So how does a CEO or an owner can
perform a quicker exit?</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image42-560x350.jpg" alt="">
<div class="date-by d-flex flex-row">
<span class="published">16.06.2016 </span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title">
Is it viable now for IT companies to file an IPO?
</h2>
<div class="post-text">It's no dotcom-bubble burst today as it was at the verge of the centuries. But still,
with so many different trends receiving investment funding, is it wise for a company to file an IPO at
this
time in the stock's history.</div>
</div>
</div>
<div class="col-md-6 col-lg-4">
<div class="card-fourth px-md-2 px-lg-3">
<img class="img-fourth" src="assets/images/image43-560x350.jpg" alt="">
<div class="date-by d-flex flex-row">
<span class="published">17.05.2016</span>
<div class="author">by admin</div>
</div>
<h2 class="sub-title">
Bringing a new CFO at the time of crisis?
</h2>
<div class="post-text">There are many different approaches for saving a company during a period of a
financial
meltdown. Hiring a new Chief Financial Officer may seem like an obvious managerial solution from that
list.
But actually, is it the best decision? </div>
</div>
</div>
</div>
<input class="view-more" type="submit" value="view all">
</div>
<!-- fifth-part -->
<div class="fifth-part pb-5 pb-md-5 pt-md-3 py-lg-3">
<div class="headline-card-5 d-flex flex-column align-items-center justify-content-center pb-3">
<h4>thanks to our business tips</h4>
<h2>Youll improve your performance!</h2>
<img class="line2-img" src="assets/images/line2_03.webp" alt="">
</div>
<div class="row">
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">56</p>
<h3 class="num-text">Companies consulted</h3>
</div>
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">47</p>
<h3 class="num-text">Consultants</h3>
</div>
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">85</p>
<h3 class="num-text">Awards won</h3>
</div>
<div class="numbers-container col-md-6 col-lg-3 d-flex flex-column align-items-center justify-content-center ">
<p class="numbers">79</p>
<h3 class="num-text">Satisfied customers</h3>
</div>
</div>
</div>
<!-- sixth part -->
<div class="sixth-part d-flex flex-column align-items-center justify-content-center mx-md-5 mx-lg-0 my-lg-5">
<div class="headline-card d-flex flex-column align-items-center justify-content-center pb-3">
<h4>read our</h4>
<h2>Client Testimonials</h2>
<img class="line-img" src="assets/images/line.png" alt="">
</div>
<div class="row " style="width: 100% !important;">
<div class="col-md-6 ">
<div class="profile-card mt-5 mx-1 mx-md-2 d-lg-flex flex-lg-row align-items-lg-center justify-content-lg-center">
<div class="profile">
<img src="assets/images/test1_03.webp" alt="">
</div>
<div class="profile-text">
<p class="profile-text-p">The investment company I own once signed up for Globaly consultations. That happened back in 1993.
Since
then, weve been showing a steady year-by-year growth for 23 years long, in big part thanks to timely
and
spot-on advice by Globaly professionals.</p>
<strong>Richard Lesberry </strong>
</div>
</div>
</div>
<div class="col-md-6 ">
<div class="profile-card mt-5 mx-1 mx-md-2 d-lg-flex flex-lg-row align-items-lg-center justify-content-lg-center">
<div class="profile">
<img src="assets/images/test2_03.png" alt="">
</div>
<div class="profile-text ">
<p class="profile-text-p">As an FMCG company, we always faced a tough competition in our field of market. It gotten only worse
since
the Great Recession hit us in 2008. But with efficient advice by this renown company, we were able to
Winter
back from the red digits zone to a green one!</p>
<strong>Vanessa Hayes </strong>
</div>
</div>
</div>
</div>
</div>
<!-- seventh-part -->
<div class="seventh-part d-flex flex-column justify-content-center align-items-center">
<div class="textbox7 mx-3 pb-3">
<h3>As were managing the aspects of your business,</h3>
<h2>Your revenue continues to grow.</h2>
</div>
<input class="learn-more" type="submit" value="learn more">
</div>
<!--form -->
<div class="form d-flex flex-column align-items-center justify-content-center my-md-5 mb-5 mb-lg-0">
<div class="headline-card d-flex flex-column align-items-center justify-content-center mt-4">
<h4>request a free</h4>
<h2>Consultation</h2>
<img class="line-img" src="assets/images/line.png" alt="">
</div>
<h6>I would like to discuss</h6>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<select name="" id="">
<option value=" "></option>
<option value="Human resources planning">Human resources planning</option>
<option value="Business plan consulting">Business plan consulting</option>
<option value="Interim managers">Interim managers</option>
</select>
<input class="input-text" type="text" placeholder="your name">
<input class="input-text" type="text" placeholder="your e-mail">
</div>
<input class="view-more" type="submit" value="submit">
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5" id="footer">
<div class="scrollToTopBtn">
<button onclick="topFunction()" id="scrollToTopBtn"><i class="fa-solid fa-chevron-up"></i></button>
</div>
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script type="text/javascript" src="slick-1.8.1/slick/slick.min.js"></script>
<script>
// Get the button
let mybutton = document.getElementById("scrollToTopBtn");
window.onscroll = function() {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
$(document).ready(function() {
var backgrounds = [
'url("assets/images/image36.jpg")',
'url("assets/images/image37.jpg")',
'url("assets/images/image38.jpg")'
];
$('.slick-carousel').on('beforeChange', function(event, slick, currentSlide, nextSlide) {
$('.first-part').css('background-image', backgrounds[nextSlide]);
});
$('.slick-carousel').slick({
infinite: true,
slidesToShow: 1,
slidesToScroll: 1,
speed: 500,
fade: true,
cssEase: 'linear',
prevArrow: '<button id="left-btn"><i class="fa-solid fa-chevron-left"></i></button>',
nextArrow: '<button id="right-btn"><i class="fa-solid fa-chevron-right"></i></button>',
});
// Initialize the background image for the first slide
$('.first-part').eq(0).css('background-image', backgrounds[0]);
});
</script>
</body>
</php>

3
login.html Normal file → Executable file
View File

@@ -30,7 +30,6 @@
top: 63%;
cursor: pointer;
}
</style>
</head>
@@ -78,6 +77,4 @@
</script>
</body>
</html>

557
news.html
View File

@@ -1,557 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header
class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<li id="li-home" class="navs">News</li>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<div class="register">
<a class="register-link" href="login.html" >Log in</a>
<a class="register-link" href="signup.php" >Sign up</a>
</div>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 "
style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent"
aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<li id="li-home" class="navs">News</li>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<li id="li-home" class="navs">News</li>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.html">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">News</div>
</div>
<section class="d-flex flex-column flex-lg-row">
<div class="left-side">
<!-- First part -->
<div class="news-first-part clearfix d-flex flex-column justify-content-center">
<div class="news-card clearfix d-flex flex-column flex-lg-row ">
<div class="news-img-container">
<img class="news-img" src="assets/images/image42-640x506.jpg" alt="">
<i id="star" class="fa-regular fa-star"></i>
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<div class="post-tags">
<a class="post-tags-a" href="">Advice</a>
<a class="post-tags-a" href="">Finances</a>
</div>
<h4 class="news-card-text">
Is it viable now for IT companies to file an IPO?</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">Its no dotcom-bubble burst today as it was at the verge of the centuries. But still, with so many different trends receiving investment funding, is it wise for a company to file an IPO at this time in the stocks history.</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">16.06.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image41-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Conflict managment</a>
<a class="news-img-text" href="#">Exit planning</a>
<a class="news-img-text d-md-none" href="#">Human resource planning</a>
<a class="news-img-text d-md-none" href="#">Market research</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
How long before the exit you must be planning it?</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">The ideal timing for planning an exit strategy is at least 5-10 years beforehand. But unfortunately, that kind of diligent approach is not always applicable. So how does a CEO or an owner can perform a quicker exit?</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">16.07.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image43-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
<a class="news-img-text" href="#">Market research</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
Bringing a new CFO at the time of crisis?</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">There are many different approaches for saving a company during a period of a financial meltdown. Hiring a new Chief Financial Officer may seem like an obvious managerial solution from that list. But actually, is it the best decision?</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image5-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
Image Format</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">When you need your company to have a new website or if you venture on updating your old webpage with a new look and functionality, the choices are versatile… Assuming that you will go the easy way and choose a theme for your WordPress website,…</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image6-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
IT: using visual "hotzones" for market research among customers</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">There are many practical and experimental ways nowadays to get the customers mind analyzed. This “hotzones” trend lets us all see a much wider scope on how people react and interact with the web and hardware these days. So lets try to analyze, which marketing…</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image2-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
<a class="news-img-text" href="#">Governance</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<div class="post-tags">
<a class="post-tags-a" href="">Insight</a>
<a class="post-tags-a" href="">Investments</a>
</div>
<h4 class="news-card-text">
Gallery Format</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">When you need your company to have a new website or if you venture on updating your old webpage with a new look and functionality, the choices are versatile… Assuming that you will go the easy way and choose a theme for your WordPress website,…</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image7-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
</div>
<div class="link-on-image">
<a class="link-a" href="#">https://www.templatemonster.com/</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
Link Format</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">When you need your company to have a new website or if you venture on updating your old webpage with a new look and functionality, the choices are versatile… Assuming that you will go the easy way and choose a theme for your WordPress website,…</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
</div>
<!-- page navigation -->
<div class="page-navigation mx-3">
<div class="page-nav-links">
<span class="page-num-cur">1</span>
<a class="page-num-next" href="#">2</a>
<a class="next-icon" href="#">
<i class="fa-solid fa-chevron-right"></i>
</a>
</div>
</div>
</div>
<div class="side-bar d-flex flex-column col-lg-3" style="width: 100%; padding: 0; ">
<!-- search -->
<div class="search-news ">
<div class="search-news-form d-flex">
<input class="search-news-input" type="text" placeholder="Search...">
<div class="search-news-icon"><i class="fa-solid fa-magnifying-glass"></i></div>
</div>
</div>
<!-- Recent posts -->
<div class="recent-posts mt-5 pt-5 ">
<h5 class="recent-title">Recent Posts</h5>
<div class="custom-post-container d-flex d-lg-flex flex-md-column flex-lg-column clearfix ">
<div class="custom-post d-lg-flex flex-lg-row d-md-flex flex-md-row mb-md-5">
<img src="assets/images/image41-130x136.jpg" alt="">
<div class="custom-post-text mt-3 mt-md-0 ml-md-3 ">
<h4 class="recent-subtitle" >How long before the exit you must be planning it?</h4>
<a class="date-a" href="#"> 26.06.2016</a>
</div>
</div>
<div class="custom-post d-lg-flex flex-lg-row d-md-flex flex-md-row mb-md-5" >
<img src="assets/images/fakeimg.png" alt="">
<div class="custom-post-text mt-3 mt-md-0 ml-md-3">
<h4 class="recent-subtitle" >Gallery Format</h4>
<a class="date-a" href="#"> 17.05.2016</a>
</div>
</div>
</div>
</div>
<!-- Quotes -->
<div class="recent-posts mt-3 pt-5 ">
<h5 class="recent-title">Quotes on Science</h5>
<blockquote class="d-lg-flex flex-lg-row">
<div class="quotes-text">An investment in knowledge pays the best interest. </div>
</blockquote>
</div>
<!-- Categories -->
<div class="categories-news mt-4 pt-5">
<h5 class="categories-title ">Categories</h5>
<ul class="categories-ul">
<li class="categories-li"><a href="#">Business plan consulting</a></li>
<li class="categories-li" ><a href="#">Conflict menagment</a></li>
<li class="categories-li"><a href="#">Exit planning</a></li>
<li class="categories-li"><a href="#">Governance</a></li>
<li class="categories-li"><a href="#">Human resources planning</a></li>
<li class="categories-li"><a href="#">Market research</a></li>
</ul>
</div>
<!-- Recent coments -->
<div class="categories-news mt-4 pt-5">
<h5 class="categories-title">Recent coments</h5>
<ul class="recent-com-ul">
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Image Format</a>
</li>
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Bringing a new CFO at the time of crisis?</a>
</li>
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Image Format</a>
</li>
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Is it viable now for IT companies to file an IPO?</a>
</li>
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Is it viable now for IT companies to file an IPO?</a>
</li>
</ul>
</div>
<!-- Tags -->
<div class="categories-news mt-4 pt-5">
<h5 class="categories-title">Tags</h5>
<div class="tag-container">
<a href="#">Advice</a>
<a href="#">Finances</a>
<a href="#">Insight</a>
<a href="#">Investments</a>
<a href="#">Money</a>
<a href="#">Stock</a>
</div>
</div>
<!-- Archives -->
<div class="categories-news mt-4 pt-5">
<h5 class="categories-title">Archives</h5>
<div class="archives-container">
<select name="" id="archives-select">
<option value="">Select Month</option>
<option value="">April 2016</option>
<option value="">May 2016</option>
<option value="">June 2016</option>
<option value="">July 2016</option>
</select>
</div>
</div>
<div class="categories-news mt-4 pt-5 mb-3">
<h5 class="categories-title">Calendar</h5>
<div class="calendar calendar-table d-flex justify-content-center flex-column ">
<div class="caption">May 2024</div>
<table class="">
<thead>
<tr>
<th>M</th>
<th>T</th>
<th>W</th>
<th>T</th>
<th>F</th>
<th>S</th>
<th>S</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" class="pad">&nbsp;</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
</tr>
<tr>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
<td>12</td>
</tr>
<tr>
<td>13</td>
<td>14</td>
<td>15</td>
<td>16</td>
<td>17</td>
<td>18</td>
<td>19</td>
</tr>
<tr>
<td>20</td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
<td>25</td>
<td>26</td>
</tr>
<tr>
<td class="last-row">27</td>
<td class="last-row">28</td>
<td class="last-row">29</td>
<td class="last-row">30</td>
<td class="last-row">31</td>
</tr>
</tbody>
<tfoot>
<tr>
<td id="month-name-table">« Jul</td>
<td class="pad">&nbsp;</td>
<td colspan="3" class="pad">&nbsp;</td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>

626
news.php Executable file
View File

@@ -0,0 +1,626 @@
<!DOCTYPE php>
<php lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css" integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<!-- nav bar -->
<?php require 'php/core.inc.php'; ?>
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between mb-0" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons pt-1">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<li id="li-home" class="navs">News</li>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<!-- Login -->
<div class="dropdown" id="dropdownid" style="position: absolute; width: fit-content;">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-users"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<?php
if (loggedin()) {
echo '<li><a class="dropdown-item" href="php/logout.php">Log out</a></li>';
if (is_admin()) {
echo '<li><a class="dropdown-item" href="admin_panel.php">Admin panel</a></li>';
}
} else {
echo '<li><a class="dropdown-item" href="login.html">Log in</a></li>
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>';
}
?>
</ul>
</div>
<!-- Weather icon -->
<?php if (loggedin()) {
echo '<div class="weather-div" style="position: absolute; color: white; font-size: 25px; left:12%; top:15px;">
<a style="color:white" href="weather.php"><i class="fa-solid fa-cloud-sun"></i></a>
<div>';
} ?>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 " style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<li id="li-home" class="navs">News</li>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<li id="li-home" class="navs">News</li>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.php">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">News</div>
</div>
<section class="d-flex flex-column flex-lg-row">
<div class="left-side">
<!-- First part -->
<div class="news-first-part clearfix d-flex flex-column justify-content-center">
<div class="news-card clearfix d-flex flex-column flex-lg-row ">
<div class="news-img-container">
<img class="news-img" src="assets/images/image42-640x506.jpg" alt="">
<i id="star" class="fa-regular fa-star"></i>
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<div class="post-tags">
<a class="post-tags-a" href="">Advice</a>
<a class="post-tags-a" href="">Finances</a>
</div>
<h4 class="news-card-text">
Is it viable now for IT companies to file an IPO?</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">Its no dotcom-bubble burst today as it was at the verge of the centuries. But still, with so many different trends receiving investment funding, is it wise for a company to file an IPO at this time in the stocks history.</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">16.06.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image41-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Conflict managment</a>
<a class="news-img-text" href="#">Exit planning</a>
<a class="news-img-text d-md-none" href="#">Human resource planning</a>
<a class="news-img-text d-md-none" href="#">Market research</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
How long before the exit you must be planning it?</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">The ideal timing for planning an exit strategy is at least 5-10 years beforehand. But unfortunately, that kind of diligent approach is not always applicable. So how does a CEO or an owner can perform a quicker exit?</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">16.07.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image43-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
<a class="news-img-text" href="#">Market research</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
Bringing a new CFO at the time of crisis?</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">There are many different approaches for saving a company during a period of a financial meltdown. Hiring a new Chief Financial Officer may seem like an obvious managerial solution from that list. But actually, is it the best decision?</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image5-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
Image Format</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">When you need your company to have a new website or if you venture on updating your old webpage with a new look and functionality, the choices are versatile… Assuming that you will go the easy way and choose a theme for your WordPress website,…</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image6-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
IT: using visual "hotzones" for market research among customers</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">There are many practical and experimental ways nowadays to get the customers mind analyzed. This “hotzones” trend lets us all see a much wider scope on how people react and interact with the web and hardware these days. So lets try to analyze, which marketing…</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image2-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
<a class="news-img-text" href="#">Governance</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<div class="post-tags">
<a class="post-tags-a" href="">Insight</a>
<a class="post-tags-a" href="">Investments</a>
</div>
<h4 class="news-card-text">
Gallery Format</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">When you need your company to have a new website or if you venture on updating your old webpage with a new look and functionality, the choices are versatile… Assuming that you will go the easy way and choose a theme for your WordPress website,…</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card d-flex flex-column flex-lg-row">
<div class="news-img-container">
<img class="news-img" src="assets/images/image7-640x506.jpg" alt="">
<div class="img-text-container">
<a class="news-img-text" href="#">Business plan consulting</a>
</div>
<div class="link-on-image">
<a class="link-a" href="#">https://www.templatemonster.com/</a>
</div>
</div>
<div class="news-card-description">
<div class="news-card-description-header">
<h4 class="news-card-text">
Link Format</h4>
<p class="news-card-p d-none d-md-flex d-lg-flex">When you need your company to have a new website or if you venture on updating your old webpage with a new look and functionality, the choices are versatile… Assuming that you will go the easy way and choose a theme for your WordPress website,…</p>
</div>
<input type="submit" class="view-more d-none d-md-flex d-lg-flex" value="read more">
<div class="news-card-date mt-md-3">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
</div>
<!-- page navigation -->
<div class="page-navigation mx-3">
<div class="page-nav-links">
<span class="page-num-cur">1</span>
<a class="page-num-next" href="#">2</a>
<a class="next-icon" href="#">
<i class="fa-solid fa-chevron-right"></i>
</a>
</div>
</div>
</div>
<div class="side-bar d-flex flex-column col-lg-3" style="width: 100%; padding: 0; ">
<!-- search -->
<div class="search-news ">
<div class="search-news-form d-flex">
<input class="search-news-input" type="text" placeholder="Search...">
<div class="search-news-icon"><i class="fa-solid fa-magnifying-glass"></i></div>
</div>
</div>
<!-- Recent posts -->
<div class="recent-posts mt-5 pt-5 ">
<h5 class="recent-title">Recent Posts</h5>
<div class="custom-post-container d-flex d-lg-flex flex-md-column flex-lg-column clearfix ">
<div class="custom-post d-lg-flex flex-lg-row d-md-flex flex-md-row mb-md-5">
<img src="assets/images/image41-130x136.jpg" alt="">
<div class="custom-post-text mt-3 mt-md-0 ml-md-3 ">
<h4 class="recent-subtitle">How long before the exit you must be planning it?</h4>
<a class="date-a" href="#"> 26.06.2016</a>
</div>
</div>
<div class="custom-post d-lg-flex flex-lg-row d-md-flex flex-md-row mb-md-5">
<img src="assets/images/fakeimg.png" alt="">
<div class="custom-post-text mt-3 mt-md-0 ml-md-3">
<h4 class="recent-subtitle">Gallery Format</h4>
<a class="date-a" href="#"> 17.05.2016</a>
</div>
</div>
</div>
</div>
<!-- Quotes -->
<div class="recent-posts mt-3 pt-5 ">
<h5 class="recent-title">Quotes on Science</h5>
<blockquote class="d-lg-flex flex-lg-row">
<div class="quotes-text">An investment in knowledge pays the best interest. </div>
</blockquote>
</div>
<!-- Categories -->
<div class="categories-news mt-4 pt-5">
<h5 class="categories-title ">Categories</h5>
<ul class="categories-ul">
<li class="categories-li"><a href="#">Business plan consulting</a></li>
<li class="categories-li"><a href="#">Conflict menagment</a></li>
<li class="categories-li"><a href="#">Exit planning</a></li>
<li class="categories-li"><a href="#">Governance</a></li>
<li class="categories-li"><a href="#">Human resources planning</a></li>
<li class="categories-li"><a href="#">Market research</a></li>
</ul>
</div>
<!-- Recent coments -->
<div class="categories-news mt-4 pt-5">
<h5 class="categories-title">Recent coments</h5>
<ul class="recent-com-ul">
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Image Format</a>
</li>
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Bringing a new CFO at the time of crisis?</a>
</li>
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Image Format</a>
</li>
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Is it viable now for IT companies to file an IPO?</a>
</li>
<li class="recent-com-li">
<span class="admin-on">admin on</span>
<a href="#">Is it viable now for IT companies to file an IPO?</a>
</li>
</ul>
</div>
<!-- Tags -->
<div class="categories-news mt-4 pt-5">
<h5 class="categories-title">Tags</h5>
<div class="tag-container">
<a href="#">Advice</a>
<a href="#">Finances</a>
<a href="#">Insight</a>
<a href="#">Investments</a>
<a href="#">Money</a>
<a href="#">Stock</a>
</div>
</div>
<!-- Archives -->
<div class="categories-news mt-4 pt-5">
<h5 class="categories-title">Archives</h5>
<div class="archives-container">
<select name="" id="archives-select">
<option value="">Select Month</option>
<option value="">April 2016</option>
<option value="">May 2016</option>
<option value="">June 2016</option>
<option value="">July 2016</option>
</select>
</div>
</div>
<div class="categories-news mt-4 pt-5 mb-3">
<h5 class="categories-title">Calendar</h5>
<div class="calendar calendar-table d-flex justify-content-center flex-column ">
<div class="caption">May 2024</div>
<table class="">
<thead>
<tr>
<th>M</th>
<th>T</th>
<th>W</th>
<th>T</th>
<th>F</th>
<th>S</th>
<th>S</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2" class="pad">&nbsp;</td>
<td>1</td>
<td>2</td>
<td>3</td>
<td>4</td>
<td>5</td>
</tr>
<tr>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
<td>12</td>
</tr>
<tr>
<td>13</td>
<td>14</td>
<td>15</td>
<td>16</td>
<td>17</td>
<td>18</td>
<td>19</td>
</tr>
<tr>
<td>20</td>
<td>21</td>
<td>22</td>
<td>23</td>
<td>24</td>
<td>25</td>
<td>26</td>
</tr>
<tr>
<td class="last-row">27</td>
<td class="last-row">28</td>
<td class="last-row">29</td>
<td class="last-row">30</td>
<td class="last-row">31</td>
</tr>
</tbody>
<tfoot>
<tr>
<td id="month-name-table">« Jul</td>
<td class="pad">&nbsp;</td>
<td colspan="3" class="pad">&nbsp;</td>
</tr>
</tfoot>
</table>
</div>
</div>
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<div class="scrollToTopBtn">
<button onclick="topFunction()" id="scrollToTopBtn"><i class="fa-solid fa-chevron-up"></i></button>
</div>
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script>
// Get the button
let mybutton = document.getElementById("scrollToTopBtn");
window.onscroll = function() {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</php>

265
people.php Normal file → Executable file
View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<!DOCTYPE php>
<php lang="en">
<head>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
@@ -16,68 +16,73 @@
<style>
.table-container-others{
.table-container-others {
display: flex;
justify-content: space-between;
}
.table-others{
font-size: 13px;
border: 1px solid ;
.table-others {
font-size: 13px;
border: 1px solid;
}
.th-others{
.th-others {
color: #15c1cb;
padding: 0;
border: 1px solid;
border-color: #333333;
}
.td-others{
.td-others {
padding: 0;
border: 1px solid;
border-color: #333333;
}
@media screen and (min-width:768px) {
.table-others{
.table-others {
font-size: 20px;
}
.th-others{
.th-others {
padding: 0 10px;
}
.td-others{
.td-others {
padding: 0 10px;
}
}
@media screen and (min-width:992px) {
.table-others{
.table-others {
font-size: 25px;
}
.th-others{
.th-others {
padding: 0 25px;
}
.td-others{
.td-others {
padding: 0 25px;
}
}
</style>
</head>
</head>
<?php
require 'php/connect.inc.php';
<?php
require 'php/connect.inc.php';
$query = "SELECT `id`,`name`, `surname`, `email`, `birth_day`, `birth_month`, `birth_year` FROM `globaly_accounts`";
$query_run = mysqli_query($con, $query);
$query = "SELECT `id`,`name`, `surname`, `email`, `birth_day`, `birth_month`, `birth_year` FROM `globaly_accounts`";
$query_run = mysqli_query($con, $query);
$data = array();
$data = array();
$query_num_rows = mysqli_num_rows($query_run);
if ($query_num_rows > 0) {
$query_num_rows = mysqli_num_rows($query_run);
if ($query_num_rows > 0) {
while ($query_row = mysqli_fetch_assoc($query_run)) {
$id = $query_row['id'];
// Store the data in an associative array with $id as key
@@ -90,11 +95,30 @@ if ($query_num_rows > 0) {
'birth_year' => $query_row['birth_year']
);
}
}
}
?>
if (isset($_GET['search_text'])) {
$search_text = $_GET['search_text'];
}
<body>
if (!empty($search_text)) {
$con = mysqli_connect($mysql_host, $mysql_user, $mysql_pass);
if (mysqli_select_db($con, $mysql_db)) {
$query = "SELECT `name`, `surname` FROM `globaly_accounts` WHERE `name` LIKE '" . mysqli_real_escape_string($con, $search_text) . "%'";
$query_run = mysqli_query($con, $query);
while ($query_row = mysqli_fetch_assoc($query_run)) {
$name = $query_row['name'];
$surname = $query_row['surname'];
echo '<a href="search_people.php?name=' . urlencode($name) . '&surname=' . urlencode($surname) . '">' . $name . ' ' . $surname . '</a><br>';
}
}
}
?>
<body>
<?php require 'php/core.inc.php'; ?>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
@@ -125,16 +149,25 @@ if ($query_num_rows > 0) {
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<!-- <div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between mb-0" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ..." name="search_text" onkeyup="findmatch();">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
<span class="material-icons pt-1">
search
</span>
</button>
</form>
</div> -->
<div class="form-container">
<form id="searchForm" class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between mb-0" role="search" onsubmit="return redirectToSearchPeople();">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ..." name="search_text">
<button class="btn" type="submit" style="padding-bottom: 0px; padding-top: 0px;">
<span class="material-icons pt-1">search</span>
</button>
</form>
</div>
</nav>
<!-- header -->
@@ -150,32 +183,78 @@ if ($query_num_rows > 0) {
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.html" style="text-decoration: none;">
<li class="navs"> Home</li>
<a href="index.php" style="text-decoration: none;">
<li class="navs" id="li-people"> Home
<ul class="dropdown-ul-2" style="left: 25%">
<li>Case studies</li>
<li>Footer</li>
</ul>
</li>
</a>
<li id="li-home" class="navs">People</li>
<a href="about.html" style="text-decoration: none;">
<li class="navs">About us</li>
<li id="li-home" class="navs">People
<ul class="dropdown-ul-2" style="left: 30%">
<a href="#main">
<li>Main team</li>
</a>
<a href="services.html" style="text-decoration: none;">
<a href="#others">
<li>Others</li>
</a>
</ul>
</li>
<a href="about.php" style="text-decoration: none;">
<li class="navs" id="li-about">About us
<ul class="dropdown-ul-2">
<li>FAQ</li>
<li>Contact Us</li>
<li>sidebar setings</li>
</ul>
</li>
</a>
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.html" style="text-decoration: none;">
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.html" style="text-decoration: none;">
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.html" style="text-decoration: none;">
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<div class="register">
<a class="register-link" href="login.html">Log in</a>
<a class="register-link" href="signup.php">Sign up</a>
<!-- Login -->
<div class="dropdown" id="dropdownid" style="position: absolute; width: fit-content;">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-users"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<?php
if (loggedin()) {
echo '<li><a class="dropdown-item" href="php/logout.php">Log out</a></li>';
if (is_admin()) {
echo '<li><a class="dropdown-item" href="admin_panel.php">Admin panel</a></li>';
}
} else {
echo '<li><a class="dropdown-item" href="login.html">Log in</a></li>
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>';
}
?>
</ul>
</div>
<!-- Weather icon -->
<?php if (loggedin()) {
echo '<div class="weather-div" style="position: absolute; color: white; font-size: 25px; left:12%; top:15px;">
<a style="color:white" href="weather.php"><i class="fa-solid fa-cloud-sun"></i></a>
<div>';
} ?>
<!-- site navigation-->
@@ -190,23 +269,23 @@ if ($query_num_rows > 0) {
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.html" style="text-decoration: none;">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<li id="li-home" class="navs">People</li>
<a href="about.html" style="text-decoration: none;">
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.html" style="text-decoration: none;">
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.html" style="text-decoration: none;">
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.html" style="text-decoration: none;">
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.html" style="text-decoration: none;">
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
@@ -246,29 +325,29 @@ if ($query_num_rows > 0) {
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.html" style="text-decoration: none;">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<li id="li-home" class="navs">People</li>
<a href="about.html" style="text-decoration: none;">
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<a href="services.html" style="text-decoration: none;">
<a href="services.php" style="text-decoration: none;">
<li class="navs">Services</li>
</a>
<a href="cases.html" style="text-decoration: none;">
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.html" style="text-decoration: none;">
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.html" style="text-decoration: none;">
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.html">Home</a></div>
<div class="breadcrumb-item"><a href="index.php">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">People</div>
</div>
@@ -277,7 +356,7 @@ if ($query_num_rows > 0) {
<!-- Fourth part -->
<div class="fourth-part-au d-flex align-items-center justify-content-center flex-column my-5 pb-4 mx-md-5">
<div class="fourth-part-au d-flex align-items-center justify-content-center flex-column my-5 pb-4 mx-md-5" id="main">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">Meet</h3>
<h2 class="headline-h2">the Main Team</h2>
@@ -305,8 +384,8 @@ if ($query_num_rows > 0) {
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team3.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth"><?php echo $data[3]['name'] . ' ' . $data[3]['surname']; ?></h4>
<p class="p-fourth"><?php echo $data[3]['email'] . '<br>' . $data[3]['birth_day'] . '.' . $data[3]['birth_month'] . '.' . $data[3]['birth_year'] . '.'; ?></p>
<h4 class="h4-fourth"><?php echo $data[11]['name'] . ' ' . $data[11]['surname']; ?></h4>
<p class="p-fourth"><?php echo $data[11]['email'] . '<br>' . $data[11]['birth_day'] . '.' . $data[11]['birth_month'] . '.' . $data[11]['birth_year'] . '.'; ?></p>
</div>
</div>
</div>
@@ -332,8 +411,8 @@ if ($query_num_rows > 0) {
<div class="card4 d-flex align-items-center justify-content-center flex-column mb-4">
<img class="img-fourth-au" src="assets/images/team6.jpg" alt="">
<div class="card-text4 d-flex align-items-center justify-content-start flex-column">
<h4 class="h4-fourth"><?php echo $data[6]['name'] . ' ' . $data[6]['surname']; ?></h4>
<p class="p-fourth"><?php echo $data[6]['email'] . '<br>' . $data[6]['birth_day'] . '.' . $data[6]['birth_month'] . '.' . $data[6]['birth_year'] . '.'; ?></p>
<h4 class="h4-fourth"><?php echo $data[15]['name'] . ' ' . $data[15]['surname']; ?></h4>
<p class="p-fourth"><?php echo $data[15]['email'] . '<br>' . $data[15]['birth_day'] . '.' . $data[15]['birth_month'] . '.' . $data[15]['birth_year'] . '.'; ?></p>
</div>
</div>
</div>
@@ -342,7 +421,7 @@ if ($query_num_rows > 0) {
<h3 class="headline-h3">Meet</h3>
<h2 class="headline-h2">Others</h2>
</div>
<div class="table-container-others">
<div class="table-container-others" id="others">
<table class="table-others">
<thead>
<tr>
@@ -354,10 +433,11 @@ if ($query_num_rows > 0) {
</thead>
<tbody>
<?php
for ($id = 7; $id <= max(array_keys($data)); $id++) {
$maxId = max(array_keys($data));
for ($id = 7; $id <= $maxId; $id++) {
if (isset($data[$id])) {
echo "<tr>";
// Combine key and value for birth date into a formatted string
$birthDate = "{$data[$id]['birth_day']}.{$data[$id]['birth_month']}.{$data[$id]['birth_year']}.";
echo "<td class='td-others'>{$data[$id]['name']}</td>";
@@ -365,13 +445,12 @@ if ($query_num_rows > 0) {
echo "<td class='td-others'>{$data[$id]['email']}</td>";
echo "<td class='td-others'>$birthDate</td>";
echo "</tr>";
} else {
echo "<tr><td colspan='4'>No data found for ID $id</td></tr>";
}
}
?>
</tbody>
</table>
</div>
</div>
@@ -379,6 +458,9 @@ if ($query_num_rows > 0) {
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<div class="scrollToTopBtn">
<button onclick="topFunction()" id="scrollToTopBtn"><i class="fa-solid fa-chevron-up"></i></button>
</div>
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
@@ -386,9 +468,58 @@ if ($query_num_rows > 0) {
</div>
</footer>
<script>
// Get the button
let mybutton = document.getElementById("scrollToTopBtn");
window.onscroll = function() {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
function findmatch() {
if (window.XMLHttpRequest) {
xmlhttp = new XMLHttpRequest();
} else {
xmlhttp = new ActiveXObject('Microsoft.XMLHTTP');
}
xmlhttp.onreadystatechange = function() {
if (xmlhttp.readyState == 4 && xmlhttp.status == 200) {
document.getElementById('results').innerHTML = xmlhttp.responseText;
}
}
xmlhttp.open('GET', 'search_text=' + document.search.search_text.value, true);
xmlhttp.send();
}
function redirectToSearchPeople() {
const searchText = document.getElementById('src-input').value;
if (searchText.trim() !== "") {
window.location.href = 'search_people.php?search_text=' + encodeURIComponent(searchText);
}
return false; // Prevent the form from submitting the traditional way
}
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</body>
</html>
</php>

67
php/add_user_register.php Normal file
View File

@@ -0,0 +1,67 @@
<?php
require 'connect.inc.php';
require 'core.inc.php';
if (
isset($_POST['name']) && isset($_POST['surname']) && isset($_POST['email'])
&& isset($_POST['password']) && isset($_POST['password_again']) && isset($_POST['birth_day'])
&& isset($_POST['birth_month']) && isset($_POST['birth_year']) && isset($_POST['city']) && isset($_POST['admin'])
) {
$admin = $_POST['admin'];
$name = $_POST['name'];
$surname = $_POST['surname'];
$email = $_POST['email'];
$password = $_POST['password'];
$password_again = $_POST['password_again'];
$password_hash = md5($password);
$birth_day = $_POST['birth_day'];
$birth_month = $_POST['birth_month'];
$birth_year = $_POST['birth_year'];
$city = $_POST['city'];
if (
!empty($name) && !empty($password) && !empty($password_again) && isset($admin)&&
!empty($email) && !empty($birth_day) && !empty($birth_month) && !empty($birth_year) && !empty($city)
) {
if (strlen($name) > 30) {
echo 'Please ahear to maxlength of fields';
} elseif (preg_match("/\d/", $name) || preg_match("/\W/", $name)) {
echo 'Your name must contains only letters!';
} else {
if ($password != $password_again) {
echo 'Passwords do not match';
} elseif (strlen($password) < 8) {
echo 'Password is weak!';
} elseif (!preg_match("/\d/", $password)) {
echo 'Password must have one number at least!';
} elseif (!preg_match("#[A-Z]+#", $password)) {
echo 'Password must have one capital letter at least!';
} elseif (!preg_match("#[a-z]+#", $password)) {
echo 'Password must have one letter at least!';
} elseif (!preg_match("/\W/", $password)) {
echo 'Password must have one special carachter at least!';
} else {
$query = "SELECT `email` FROM `globaly_accounts` WHERE `email` ='$email'";
$query_run = mysqli_query($con, $query);
if (mysqli_num_rows($query_run) == 1) {
echo 'The email ' . $email . 'already exists';
} else {
$query = "INSERT INTO `globaly_accounts` VALUES (NULL ,'" . mysqli_real_escape_string($con, $name) .
"','" . mysqli_real_escape_string($con, $surname) . "','" . mysqli_real_escape_string($con, $email) . "','" . mysqli_real_escape_string($con, $password_hash) . "','" . mysqli_real_escape_string($con, $city) . "','" .
mysqli_real_escape_string($con, $birth_day) . "','" . mysqli_real_escape_string($con, $birth_month) . "','" . mysqli_real_escape_string($con, $birth_year) . "','" . mysqli_real_escape_string($con, $admin) ."')";
if ($query_run = mysqli_query($con, $query)) {
echo '<script type="text/javascript">
alert("You have successfully added the user!");
window.location.href = "../add_user.php";
</script>';
} else {
echo 'We could not register you!';
}
}
}
}
} else {
echo 'All fields are required';
}
}

0
php/connect.inc.php Normal file → Executable file
View File

23
php/core.inc.php Normal file → Executable file
View File

@@ -1,4 +1,5 @@
<?php
ob_start();
session_start();
$current_file = $_SERVER['SCRIPT_FILENAME'];
@@ -15,6 +16,28 @@ function loggedin(){
}
}
function is_admin(){
include 'connect.inc.php';
if (isset($_SESSION['user_id'])) {
$user_id = $_SESSION['user_id'];
$query = "SELECT `admin` FROM `globaly_accounts` WHERE `id` = $user_id";
if ($query_run = mysqli_query($con, $query)) {
$row = mysqli_fetch_assoc($query_run);
$admin = $row['admin'];
if($admin == 1) {
return true;
} else{
return false;
}
} else {
echo 'query run problem';
}
} else {
echo 'no user loged in ';
}
}
function getuserfield($field){
global $con;
$query = "SELECT `$field` FROM `globaly_accounts` WHERE `id`= '" . $_SESSION['user_id']. "'";

6
php/index.php → php/index_loged.php Normal file → Executable file
View File

@@ -1,11 +1,13 @@
<?php
require 'connect.inc.php';
require 'core.inc.php';
require_once 'core.inc.php';
if (loggedin()) {
$name = getuserfield('name');
echo ' You are logged in '. $name.' <a href="logout.php">Log out</a><br>';
header('Location: ../index.php');
} else {
include 'login.php';
}

5
php/login.php Normal file → Executable file
View File

@@ -1,6 +1,6 @@
<?php
require 'connect.inc.php';
require 'core.inc.php';
require_once 'core.inc.php';
if (isset($_POST['email']) && isset($_POST['password'])) {
$email = $_POST['email'];
@@ -15,12 +15,11 @@ if (isset($_POST['email']) && isset($_POST['password'])) {
if ($query_num_rows == 0) {
echo 'invalid email/password combination';
} else if ($query_num_rows == 1) {
//treba nam $user_id
$row = mysqli_fetch_assoc($query_run);
$user_id = $row['id'];
$_SESSION['user_id'] = $user_id;
header('Location: ../index.html');
header('Location: index_loged.php');
}
} else {
}

4
php/logout.php Normal file → Executable file
View File

@@ -1,8 +1,8 @@
<?php
require 'core.inc.php';
require_once 'core.inc.php';
session_destroy();
header('Location: '. '../login.html');
header('Location: '. '../index.php');
?>

9
php/register.php Normal file → Executable file
View File

@@ -6,7 +6,7 @@ if (!loggedin()) {
if (
isset($_POST['name']) && isset($_POST['surname']) && isset($_POST['email'])
&& isset($_POST['password']) && isset($_POST['password_again']) && isset($_POST['birth_day'])
&& isset($_POST['birth_month']) && isset($_POST['birth_year'])
&& isset($_POST['birth_month']) && isset($_POST['birth_year']) && isset($_POST['city'])
) {
$name = $_POST['name'];
$surname = $_POST['surname'];
@@ -17,10 +17,11 @@ if (!loggedin()) {
$birth_day = $_POST['birth_day'];
$birth_month = $_POST['birth_month'];
$birth_year = $_POST['birth_year'];
$city = $_POST['city'];
if (
!empty($name) && !empty($password) && !empty($password_again) &&
!empty($email) && !empty($birth_day) && !empty($birth_month) && !empty($birth_year)
!empty($email) && !empty($birth_day) && !empty($birth_month) && !empty($birth_year) && !empty($city)
) {
if (strlen($name) > 30) {
echo 'Please ahear to maxlength of fields';
@@ -46,11 +47,11 @@ if (!loggedin()) {
echo 'The email ' . $email . 'already exists';
} else {
$query = "INSERT INTO `globaly_accounts` VALUES (NULL ,'" . mysqli_real_escape_string($con, $name) .
"','" . mysqli_real_escape_string($con, $surname) ."','" . mysqli_real_escape_string($con, $email) . "','" . mysqli_real_escape_string($con, $password_hash) . "','" .
"','" . mysqli_real_escape_string($con, $surname) ."','" . mysqli_real_escape_string($con, $email) . "','" . mysqli_real_escape_string($con, $password_hash) . "','" . mysqli_real_escape_string($con, $city) ."','" .
mysqli_real_escape_string($con, $birth_day) . "','" . mysqli_real_escape_string($con, $birth_month) . "','" . mysqli_real_escape_string($con, $birth_year) . "')";
if ($query_run = mysqli_query($con, $query)) {
echo '<script>alert("You are registerd!")</script>';
header('Location: ../index.html');
header('Location: ../index.php');
} else {
echo 'We could not register you!';
}

34
php/send_email.php Executable file
View File

@@ -0,0 +1,34 @@
<?php
if ($_SERVER["REQUEST_METHOD"] == "POST") {
// Collect form data
$name = htmlspecialchars($_POST['name']);
$email = filter_var($_POST['email'], FILTER_SANITIZE_EMAIL);
$message = htmlspecialchars($_POST['message']);
// Validate email
if (!filter_var($email, FILTER_VALIDATE_EMAIL)) {
echo "Invalid email format";
exit;
}
// Email details
$to = "veatio8@gmail.com";
$subject = "New Contact Form Submission";
$headers = "From: " . $email . "\r\n" .
"Reply-To: " . $email . "\r\n" .
"X-Mailer: PHP/" . phpversion();
$body = "Name: $name\n";
$body .= "Email: $email\n\n";
$body .= "Message:\n$message";
// Error handling with detailed information
if (mail($to, $subject, $body, $headers)) {
echo "Email sent successfully!";
} else {
// Use error_get_last() to capture the last error
$error = error_get_last()['message'];
echo "Failed to send email. Error: " . $error;
}
}
?>

46
php/update-user.php Normal file
View File

@@ -0,0 +1,46 @@
<?php
require 'connect.inc.php';
if ($_SERVER['REQUEST_METHOD'] == 'POST') {
// Retrieve data from the form
$name = mysqli_real_escape_string($con, $_POST['name']);
$surname = mysqli_real_escape_string($con, $_POST['surname']);
$email = mysqli_real_escape_string($con, $_POST['email']);
$password = mysqli_real_escape_string($con, $_POST['password']);
$password_again = mysqli_real_escape_string($con, $_POST['password_again']);
$city = mysqli_real_escape_string($con, $_POST['city']);
$birth_day = mysqli_real_escape_string($con, $_POST['birth_day']);
$birth_month = mysqli_real_escape_string($con, $_POST['birth_month']);
$birth_year = mysqli_real_escape_string($con, $_POST['birth_year']);
$admin = mysqli_real_escape_string($con, $_POST['admin']);
// Hash the password if it was provided
if (!empty($password) && $password == $password_again) {
$password_hashed = md5($password);
$password_update = "password = '$password_hashed',";
} else {
$password_update = "";
}
$query = "UPDATE `globaly_accounts` SET
name = '$name',
surname = '$surname',
email = '$email',
$password_update
city = '$city',
birth_day = '$birth_day',
birth_month = '$birth_month',
birth_year = '$birth_year',
admin = '$admin'
WHERE email = '$email'";
if (mysqli_query($con, $query)) {
echo '<script type="text/javascript">
alert("You have successfully edit the user!");
window.location.href = "../admin_panel.php";
</script>';
} else {
echo "Error updating user information: " . mysqli_error($con);
}
}
?>

129
search_people.php Executable file
View File

@@ -0,0 +1,129 @@
<?php
require 'php/connect.inc.php';
if (isset($_GET['search_text'])) {
$search_text = $_GET['search_text'];
echo '<h2>Search Results for: ' . htmlspecialchars($search_text) . '</h2>';
$con = mysqli_connect($mysql_host, $mysql_user, $mysql_pass);
if (mysqli_select_db($con, $mysql_db)) {
$query = "SELECT `name`, `surname`, `email`, `birth_day`, `birth_month`, `birth_year` FROM `globaly_accounts` WHERE `name` LIKE '" . mysqli_real_escape_string($con, $search_text) . "%'";
$query_run = mysqli_query($con, $query);
if (mysqli_num_rows($query_run) > 0) {
echo '<table border="1">
<tr>
<th>Name</th>
<th>Surname</th>
<th>Email</th>
<th>Birth Date</th>
</tr>';
while ($query_row = mysqli_fetch_assoc($query_run)) {
$name = $query_row['name'];
$surname = $query_row['surname'];
$email = $query_row['email'];
$birth_date = $query_row['birth_day'] . '.' . $query_row['birth_month'] . '.' . $query_row['birth_year'] . '.';
echo '<tr>
<td>' . htmlspecialchars($name) . '</td>
<td>' . htmlspecialchars($surname) . '</td>
<td>' . htmlspecialchars($email) . '</td>
<td>' . htmlspecialchars($birth_date) . '</td>
</tr>';
}
echo '</table>';
} else {
echo 'No results found.';
}
} else {
echo 'Database selection failed.';
}
mysqli_close($con);
} else {
echo 'No search text provided.';
}
?>
<style>
body{
display: flex;
flex-direction: column;
align-items: center;
justify-content: start;
background-image: url('assets/images/image10.jpg');
height: 100%;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
h2{
color: #15c1cb;
font-size: 20px;
}
table {
font-size: 10px;
width: fit-content;
border-collapse: collapse;
}
table, th, td {
border: 1px solid black;
background-color: #f2f2f2;
}
th, td {
padding: 8px;
text-align: left;
}
th {
background-color: #f2f2f2;
color: #15c1cb;
}
#btn-back{
margin-top:30px;
}
@media screen and (min-width:768px) {
body{
justify-content: center;
}
table{
font-size: 20px;
}
h2{
font-size: 50px;
}
}
@media screen and (min-width:992px) {
body{
justify-content: center;
}
table{
font-size: 30px;
}
h2{
font-size: 50px;
}
}
</style>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Search people</title>
<link rel="stylesheet" href="style/style.css">
</head>
<body>
<div id="btn-back">
<a href="people.php"><input class="view-more" type="submit" value="Back"></a>
</div>
</body>
</html>

View File

@@ -1,386 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css"
integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header
class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<li id="li-home" class="navs">Services</li>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<div class="register">
<a class="register-link" href="login.html" >Log in</a>
<a class="register-link" href="signup.php" >Sign up</a>
</div>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 "
style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button"
data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent"
aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<li id="li-home" class="navs">Services</li>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
<a href="about.html" style="text-decoration: none;"><li class="navs">About us</li></a>
<li id="li-home" class="navs">Services</li>
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.html">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">Services</div>
</div>
<!-- First part ( just image )-->
<div class="img-services first-part-au">
</div>
<!-- Second part -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 px-md-3">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">Why Choosing Us is a</h3>
<h2 class="headline-h2">Smart Move</h2>
</div>
<div class="row">
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/num1.webp">
<h2 class="second-h2">Full Cycle Biz Management</h2>
<p class="second-p-1">Our strong conviction is that if a business is to be optimized, its to be
optimized in a
full cycle manner! Our expertise spans from business and investment consulting and well into
HR/recruiting and M&A fields…
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/num2.webp">
<h2 class="second-h2">Low-risk Strategy</h2>
<p class="second-p-1">We clearly understand, that you want not to lose, but to earn more money over
your period
of work with us. Thats why we reject all high-risk endeavors, that may lead to a fast stack
of cash
for the first time but to a principal capitals loss the second time.. We base our advice
only on
low-risk operations and estimates.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/num3.webp">
<h2 class="second-h2">Fast & Efficient</h2>
<p class="second-p-1">Due diligence is one thing. But were trying to deliver the most fast paced
business
assessments diligence in the industry. While working with us, your business will never get
stuck in
the middle of the road with no spare tires in the back…</p>
</div>
</div>
</div>
</div>
<!-- Second part with images-->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 px-md-3">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">Business Management</h3>
<h2 class="headline-h2">Services We Offer</h2>
</div>
<div class="row">
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/icon1.webp">
<h2 class="second-h2">Human resources planning</h2>
<p class="second-p-1">With the pace manpower switches jobs these days, we will keep your business
packed with pros only!
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/icon3.webp">
<h2 class="second-h2">Interim managers</h2>
<p class="second-p-1">Any scrutiny like a management issue will succumb under our control if you
will choose our interim management specialists to take over…</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/icon2.webp">
<h2 class="second-h2">Exit planning</h2>
<p class="second-p-1">Exit planning with us is a worked out, strategic roadmap 5-10 years before you
will hit the road</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/icon4.webp">
<h2 class="second-h2">Business plan consulting</h2>
<p class="second-p-1">Are you about to pitch a plan for angels funding? Or youve started it all
with your principal capital at stake? We can help to plan it all out.
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/icon1.webp">
<h2 class="second-h2">Strategic planning</h2>
<p class="second-p-1">Building a strategic development and expansion plan is vital, as the tactics
game will simply leave your biz short-sighted…</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/icon3.webp">
<h2 class="second-h2">Market research</h2>
<p class="second-p-1">Its impossible to succeed in business these days, regardless of the niche,
without a proper marketing team and researching</p>
</div>
</div>
</div>
</div>
<!-- form-s -->
<div class="form-about d-flex flex-column align-items-center justify-content-center my-md-5 mt-lg-5 mb-5 mb-lg-0">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3 mx-3" style="text-align: center;">request</h3>
<h2 class="headline-h2">a free consultation</h2>
</div>
<p class="p-form-s px-3 px-md-1 mx-md-5">Would you like to speak to one of our financial advisers? Just submit your contact details and well be in
touch shortly. You can also email us if you prefer that type of communication.</p>
<h6 class="h6-form-s">I would like to discuss</h6>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<select class="input-text" name="" id="" style="cursor: pointer;">
<option value=" "></option>
<option value="Human resources planning">Human resources planning</option>
<option value="Business plan consulting">Business plan consulting</option>
<option value="Interim managers">Interim managers</option>
</select>
<input class="input-text" type="text" placeholder="your e-mail">
<textarea rows="5" class="input-text">your message</textarea>
</div>
<input class="view-more" type="submit" value="submit">
</div>
<!-- third part -->
<div class="third-part-s d-flex flex-column justify-content-center align-items-center">
<div class="textbox3 mx-4 mx-lg-0 pb-3">
<h1 class="h1-third">If youve ever doubted where to invest your money in,</h1>
<h2 class="h2-third">then you need us!</h2>
<p class="p-third">Fields we specialize in vary and encompass every investment issue a company or an individual might face today!</p>
</div>
</div>
<!-- companies -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 ">
<div class="row">
<div class="text-box-div col-md-4 px-md-3 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/logo01-1.webp">
<h2 class="second-h2" style="width: 100%; color: #15c1c6; cursor:pointer;">Horgan Motors</h2>
<p class="second-p-1">While working with Horgan automotive company, we conducted few vital market researches and helped to implement a crucial business strategy
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/logo02-1.webp">
<h2 class="second-h2" style="width: 100%; color: #15c1c6; cursor:pointer">Truick</h2>
<p class="second-p-1">This legendary car brand used our Interim management tips back in 2008, and averted the Great Recession slip with our timely help.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center"
style="border: none;">
<img class="img-num" src="assets/images/logo03-1.webp">
<h2 class="second-h2" style="width: 100%; color: #15c1c6; cursor:pointer" >Halmart</h2>
<p class="second-p-1">An all-american chain, that recovered after drop in sales in 2008 and since then returned great year-by-year growth…</p>
</div>
</div>
</div>
<input class="view-more" type="submit" value="view more">
</div>
<!-- email form au -->
<div class="email-form-au d-flex justify-content-center align-items-center flex-column py-lg-5">
<h4 class="email-title">Induce the growth!</h4>
<p class="email-text">With the help of our professional team of advisors, any business will expand to its
full promise!<br>
Get our latest best cases list, delivered to your email.</p>
<input class="input-text" type="text" placeholder="enter your e-mail">
<input class="subscribe" type="submit" value="subscribe">
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
</body>
</html>

448
services.php Executable file
View File

@@ -0,0 +1,448 @@
<!DOCTYPE php>
<php lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.4.1/dist/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css" integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" crossorigin="anonymous">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<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>
<link rel="stylesheet" href="style/style.css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<script src="https://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
</head>
<body>
<?php require 'php/core.inc.php' ?>
<!-- nav bar -->
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
<ul class="socials-ul clearfix d-none d-md-flex align-items-md-center pb-0 mt-0 mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
<div class="form-container">
<form class="form-search d-flex align-items-center d-sm-flex justify-content-sm-between mb-0" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons pt-1">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<li id="li-home" class="navs">Services</li>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<!-- Login -->
<div class="dropdown" id="dropdownid" style="position: absolute; width: fit-content;">
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
<i class="fa-solid fa-users"></i>
</a>
<ul class="dropdown-menu" aria-labelledby="dropdownMenuLink">
<?php
if (loggedin()) {
echo '<li><a class="dropdown-item" href="php/logout.php">Log out</a></li>';
if (is_admin()) {
echo '<li><a class="dropdown-item" href="admin_panel.php">Admin panel</a></li>';
}
} else {
echo '<li><a class="dropdown-item" href="login.html">Log in</a></li>
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>';
}
?>
</ul>
</div>
<!-- Weather icon -->
<?php if (loggedin()) {
echo '<div class="weather-div" style="position: absolute; color: white; font-size: 25px; left:12%; top:15px;">
<a style="color:white" href="weather.php"><i class="fa-solid fa-cloud-sun"></i></a>
<div>';
} ?>
<!-- site navigation-->
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 " style="background-color: white; height: 68px; box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<div class="container-fluid ">
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button" data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent" aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="material-icons">menu
</span><span>Menu</span>
</button>
</div>
</nav>
<div class="collapse" id="navbarToggleExternalContent">
<div id="myDropdown" class="dropdown-content">
<ul class="nav-ul mb-0">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<li id="li-home" class="navs">Services</li>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
<div class="links d-inline-block w-100">
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
<li id="socials">
<a href="https://www.facebook.com">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li id="socials">
<a href="https://x.com">
<i class="fa-brands fa-twitter"></i>
</a>
</li>
<li id="socials">
<a href="https://www.google.com">
<i class="fa-brands fa-google-plus-g"></i>
</a>
</li>
<li id="socials">
<a href="https://www.pinterest.com">
<i class="fa-brands fa-pinterest"></i>
</a>
</li>
<li id="socials">
<a href="https://rs.linkedin.com">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0" style="box-shadow: 2px 8px 24px rgba(0,0,0,.1);">
<a href="index.php" style="text-decoration: none;">
<li class="navs"> Home</li>
</a>
<a href="people.php" style="text-decoration: none;">
<li class="navs">People</li>
</a>
<a href="about.php" style="text-decoration: none;">
<li class="navs">About us</li>
</a>
<li id="li-home" class="navs">Services</li>
<a href="cases.php" style="text-decoration: none;">
<li class="navs">Cases</li>
</a>
<a href="news.php" style="text-decoration: none;">
<li class="navs">News</li>
</a>
<a href="contacts.php" style="text-decoration: none;">
<li class="navs">Contacts</li>
</a>
</ul>
</div>
<div class="breadcrumb">
<div class="breadcrumb-item"><a href="index.php">Home</a></div>
<div class="breadcrumb-item-sep">/</div>
<div class="breadcrumb-item-about" aria-current="page">Services</div>
</div>
<!-- First part ( just image )-->
<div class="img-services first-part-au">
</div>
<!-- Second part -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 px-md-3">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">Why Choosing Us is a</h3>
<h2 class="headline-h2">Smart Move</h2>
</div>
<div class="row">
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/num1.webp">
<h2 class="second-h2">Full Cycle Biz Management</h2>
<p class="second-p-1">Our strong conviction is that if a business is to be optimized, its to be
optimized in a
full cycle manner! Our expertise spans from business and investment consulting and well into
HR/recruiting and M&A fields…
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/num2.webp">
<h2 class="second-h2">Low-risk Strategy</h2>
<p class="second-p-1">We clearly understand, that you want not to lose, but to earn more money over
your period
of work with us. Thats why we reject all high-risk endeavors, that may lead to a fast stack
of cash
for the first time but to a principal capitals loss the second time.. We base our advice
only on
low-risk operations and estimates.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/num3.webp">
<h2 class="second-h2">Fast & Efficient</h2>
<p class="second-p-1">Due diligence is one thing. But were trying to deliver the most fast paced
business
assessments diligence in the industry. While working with us, your business will never get
stuck in
the middle of the road with no spare tires in the back…</p>
</div>
</div>
</div>
</div>
<!-- Second part with images-->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 px-md-3">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3">Business Management</h3>
<h2 class="headline-h2">Services We Offer</h2>
</div>
<div class="row">
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/icon1.webp">
<h2 class="second-h2">Human resources planning</h2>
<p class="second-p-1">With the pace manpower switches jobs these days, we will keep your business
packed with pros only!
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/icon3.webp">
<h2 class="second-h2">Interim managers</h2>
<p class="second-p-1">Any scrutiny like a management issue will succumb under our control if you
will choose our interim management specialists to take over…</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/icon2.webp">
<h2 class="second-h2">Exit planning</h2>
<p class="second-p-1">Exit planning with us is a worked out, strategic roadmap 5-10 years before you
will hit the road</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/icon4.webp">
<h2 class="second-h2">Business plan consulting</h2>
<p class="second-p-1">Are you about to pitch a plan for angels funding? Or youve started it all
with your principal capital at stake? We can help to plan it all out.
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/icon1.webp">
<h2 class="second-h2">Strategic planning</h2>
<p class="second-p-1">Building a strategic development and expansion plan is vital, as the tactics
game will simply leave your biz short-sighted…</p>
</div>
</div>
<div class="text-box-div col-md-4 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/icon3.webp">
<h2 class="second-h2">Market research</h2>
<p class="second-p-1">Its impossible to succeed in business these days, regardless of the niche,
without a proper marketing team and researching</p>
</div>
</div>
</div>
</div>
<!-- form-s -->
<div class="form-about d-flex flex-column align-items-center justify-content-center my-md-5 mt-lg-5 mb-5 mb-lg-0">
<div class="headline d-flex align-items-center justify-content-center flex-column">
<h3 class="headline-h3 mx-3" style="text-align: center;">request</h3>
<h2 class="headline-h2">a free consultation</h2>
</div>
<p class="p-form-s px-3 px-md-1 mx-md-5">Would you like to speak to one of our financial advisers? Just submit your contact details and well be in
touch shortly. You can also email us if you prefer that type of communication.</p>
<h6 class="h6-form-s">I would like to discuss</h6>
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
<select class="input-text" name="" id="" style="cursor: pointer;">
<option value=" "></option>
<option value="Human resources planning">Human resources planning</option>
<option value="Business plan consulting">Business plan consulting</option>
<option value="Interim managers">Interim managers</option>
</select>
<input class="input-text" type="text" placeholder="your e-mail">
<textarea rows="5" class="input-text">your message</textarea>
</div>
<input class="view-more" type="submit" value="submit">
</div>
<!-- third part -->
<div class="third-part-s d-flex flex-column justify-content-center align-items-center">
<div class="textbox3 mx-4 mx-lg-0 pb-3">
<h1 class="h1-third">If youve ever doubted where to invest your money in,</h1>
<h2 class="h2-third">then you need us!</h2>
<p class="p-third">Fields we specialize in vary and encompass every investment issue a company or an individual might face today!</p>
</div>
</div>
<!-- companies -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 ">
<div class="row">
<div class="text-box-div col-md-4 px-md-3 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/logo01-1.webp">
<h2 class="second-h2" style="width: 100%; color: #15c1c6; cursor:pointer;">Horgan Motors</h2>
<p class="second-p-1">While working with Horgan automotive company, we conducted few vital market researches and helped to implement a crucial business strategy
</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 px-lg-0">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/logo02-1.webp">
<h2 class="second-h2" style="width: 100%; color: #15c1c6; cursor:pointer">Truick</h2>
<p class="second-p-1">This legendary car brand used our Interim management tips back in 2008, and averted the Great Recession slip with our timely help.</p>
</div>
</div>
<div class="text-box-div col-md-4 px-md-3 px-lg-0 ">
<div class="text-box d-flex justify-content-center flex-column align-items-center" style="border: none;">
<img class="img-num" src="assets/images/logo03-1.webp">
<h2 class="second-h2" style="width: 100%; color: #15c1c6; cursor:pointer">Halmart</h2>
<p class="second-p-1">An all-american chain, that recovered after drop in sales in 2008 and since then returned great year-by-year growth…</p>
</div>
</div>
</div>
<input class="view-more" type="submit" value="view more">
</div>
<!-- email form au -->
<div class="email-form-au d-flex justify-content-center align-items-center flex-column py-lg-5">
<h4 class="email-title">Induce the growth!</h4>
<p class="email-text">With the help of our professional team of advisors, any business will expand to its
full promise!<br>
Get our latest best cases list, delivered to your email.</p>
<input class="input-text" type="text" placeholder="enter your e-mail">
<input class="subscribe" type="submit" value="subscribe">
</div>
</section>
<!-- footer -->
<footer class="d-flex flex-column justify-content-center align-items-center pb-4 py-lg-5 py-md-5">
<div class="scrollToTopBtn">
<button onclick="topFunction()" id="scrollToTopBtn"><i class="fa-solid fa-chevron-up"></i></button>
</div>
<img src="assets/images/footer-logo.webp" class="mt-3 mt-md-0" alt="">
<div class="footer-copyright">
(c)2024 Globaly. All rights reserved. |
<a href="#">Privacy Policy</a>
</div>
</footer>
<script>
// Get the button
let mybutton = document.getElementById("scrollToTopBtn");
window.onscroll = function() {
scrollFunction()
};
function scrollFunction() {
if (document.body.scrollTop > 20 || document.documentElement.scrollTop > 20) {
mybutton.style.display = "block";
} else {
mybutton.style.display = "none";
}
}
// When the user clicks on the button, scroll to the top of the document
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.12.9/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</php>

19
signup.php Normal file → Executable file
View File

@@ -16,10 +16,10 @@
<title>Globaly - Full Cycle Business Management & Consulting Responsive WordPress Theme</title>
<style>
.fa-solid{
.fa-solid {
position: absolute;
right: 3%;
top: 46%;
top: 41%;
cursor: pointer;
}
@@ -73,9 +73,8 @@
}
@media screen and (min-width: 768px) {
.fa-solid{
top: 46%;
.fa-solid {
top: 41%;
}
#pswd_info {
@@ -86,10 +85,11 @@
@media screen and (min-width: 992px) {
.fa-solid{
top: 45%;
.fa-solid {
top: 40%;
}
#pswd_info {
bottom: 15%;
@@ -123,6 +123,7 @@
<input class="input-text" type="password" id="password" placeholder="Password" name="password">
<i id="togglePassword" class="fa-solid fa-eye"></i>
<input class="input-text" type="password" placeholder="Confirm Password" name="password_again">
<input class="input-text" type="text" placeholder="City" name="city">
<h6>Date of birth:</h6>
<div class="date-container">
<span>
@@ -241,10 +242,6 @@
});
});
</script>
</body>
</html>

2
slick-1.8.1/.gitignore vendored Executable file
View File

@@ -0,0 +1,2 @@
.sass-cache
node_modules

View File

@@ -0,0 +1,35 @@
## Submitting issues
### Test case required
**All bug reports and problem issues require a jsFiddle**.
[Please fork this JSFiddle as a baseline](http://jsfiddle.net/simeydotme/fmo50w7n/).
+ A test case clearly demonstrates the bug or issue.
+ It contains the bare minimum HTML, CSS, and JavaScript required to demonstrate the bug.
+ Assets are not minified (we cannot debug .min.js files).
+ A link to your production site is **not** a reduced test case.
Providing a test case is the best way to get your issue addressed. Without a test case; your issue may be closed.
You must provide a clear and simple way to reproduce the issue with the provided fiddle.
## Support
Although Slick is designed to be super easy to use, there's always things that can go wrong, especially when interacting with other plugins and complicated websites. If you are **having problems getting Slick to work**, or can't figure something out, **this repository**'s issues section **is not the place to ask about it**.
I have set up a subreddit for Slick discussion at [reddit.com/r/slickcarousel](http://www.reddit.com/r/slickcarousel/).
And a gitter chatroom here: [gitter.im/kenwheeler/slick](https://gitter.im/kenwheeler/slick).
And finally you can ask the world for help, and find out if anyone else has your problem at [stackoverflow](http://stackoverflow.com/search?q=slick+carousel).
Please use these forums as an area to discuss Slick and any issues you may have.
## Feature Requests
If you would like to request or propose a feature, please do so in the the Slick subreddit or gitter chat:
[reddit.com/r/slickcarousel](http://www.reddit.com/r/slickcarousel/) / [gitter.im/kenwheeler/slick](https://gitter.im/kenwheeler/slick).
## Pull requests
**Contributions are welcome**! That said, please *be prepared to edit* your pull request at request, and provide a jsFiddle of your fork working interoperably with every "mode" that Slick supports, and with varying numbers of slides, slidesToShow & slidesToScroll. Failure to do so will result in your pull request being closed.
*Please note that while Slick is open source, this is still my baby, and by submitting a pull request you are authorizing me to edit or modify it in any way shape or form. You will be listed in Github as a contributor, but I have and will continue to steer the direction of this project.*

50
slick-1.8.1/ISSUE_TEMPLATE.md Executable file
View File

@@ -0,0 +1,50 @@
> short description of the bug / issue, provide more detail below.
====================================================================
###### `[ paste your jsfiddle link here ]`
use this jsfiddle to reproduce your bug:
http://jsfiddle.net/simeydotme/fmo50w7n/
we will likely close your issue without it.
====================================================================
#### Steps to reproduce the problem
1. ...
2. ...
====================================================================
#### What is the expected behaviour?
...
====================================================================
#### What is observed behaviour?
...
====================================================================
#### More Details
- Which browsers/versions does it happen on?
- Which jQuery/Slick version are you using?
- Did this work before?

20
slick-1.8.1/LICENSE Executable file
View File

@@ -0,0 +1,20 @@
The MIT License (MIT)
Copyright (c) 2013-2016
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

8
slick-1.8.1/Makefile Executable file
View File

@@ -0,0 +1,8 @@
build: components slick.js slick.css
@component build --dev
components: component.json
@component install --dev
.PHONY: clean

292
slick-1.8.1/README.markdown Executable file
View File

@@ -0,0 +1,292 @@
slick
-------
[1]: <https://github.com/kenwheeler/slick>
_the last carousel you'll ever need_
#### Demo
[http://kenwheeler.github.io/slick](http://kenwheeler.github.io/slick/)
#### CDN
To start working with Slick right away, there's a couple of CDN choices availabile
to serve the files as close, and fast as possible to your users:
- https://cdnjs.com/libraries/slick-carousel
- https://www.jsdelivr.com/projects/jquery.slick
##### Example using jsDelivr
Just add a link to the css file in your `<head>`:
```html
<!-- Add the slick-theme.css if you want default styling -->
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.0/slick/slick.css"/>
<!-- Add the slick-theme.css if you want default styling -->
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.0/slick/slick-theme.css"/>
```
Then, before your closing ```<body>``` tag add:
```html
<script type="text/javascript" src="//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.0/slick/slick.min.js"></script>
```
#### Package Managers
```sh
# Bower
bower install --save slick-carousel
# NPM
npm install slick-carousel
```
#### Contributing
PLEASE review CONTRIBUTING.markdown prior to requesting a feature, filing a pull request or filing an issue.
### Data Attribute Settings
In slick 1.5 you can now add settings using the data-slick attribute. You still need to call $(element).slick() to initialize slick on the element.
Example:
```html
<div data-slick='{"slidesToShow": 4, "slidesToScroll": 4}'>
<div><h3>1</h3></div>
<div><h3>2</h3></div>
<div><h3>3</h3></div>
<div><h3>4</h3></div>
<div><h3>5</h3></div>
<div><h3>6</h3></div>
</div>
```
### Settings
Option | Type | Default | Description
------ | ---- | ------- | -----------
accessibility | boolean | true | Enables tabbing and arrow key navigation. Unless `autoplay: true`, sets browser focus to current slide (or first of current slide set, if multiple `slidesToShow`) after slide change. For full a11y compliance enable focusOnChange in addition to this.
adaptiveHeight | boolean | false | Adapts slider height to the current slide
appendArrows | string | $(element) | Change where the navigation arrows are attached (Selector, htmlString, Array, Element, jQuery object)
appendDots | string | $(element) | Change where the navigation dots are attached (Selector, htmlString, Array, Element, jQuery object)
arrows | boolean | true | Enable Next/Prev arrows
asNavFor | string | $(element) | Enables syncing of multiple sliders
autoplay | boolean | false | Enables auto play of slides
autoplaySpeed | int | 3000 | Auto play change interval
centerMode | boolean | false | Enables centered view with partial prev/next slides. Use with odd numbered slidesToShow counts.
centerPadding | string | '50px' | Side padding when in center mode. (px or %)
cssEase | string | 'ease' | CSS3 easing
customPaging | function | n/a | Custom paging templates. See source for use example.
dots | boolean | false | Current slide indicator dots
dotsClass | string | 'slick-dots' | Class for slide indicator dots container
draggable | boolean | true | Enables desktop dragging
easing | string | 'linear' | animate() fallback easing
edgeFriction | integer | 0.15 | Resistance when swiping edges of non-infinite carousels
fade | boolean | false | Enables fade
focusOnSelect | boolean | false | Enable focus on selected element (click)
focusOnChange | boolean | false | Puts focus on slide after change
infinite | boolean | true | Infinite looping
initialSlide | integer | 0 | Slide to start on
lazyLoad | string | 'ondemand' | Accepts 'ondemand' or 'progressive' for lazy load technique. 'ondemand' will load the image as soon as you slide to it, 'progressive' loads one image after the other when the page loads.
mobileFirst | boolean | false | Responsive settings use mobile first calculation
nextArrow | string (html \| jQuery selector) \| object (DOM node \| jQuery object) | `<button type="button" class="slick-next">Next</button>` | Allows you to select a node or customize the HTML for the "Next" arrow.
pauseOnDotsHover | boolean | false | Pauses autoplay when a dot is hovered
pauseOnFocus | boolean | true | Pauses autoplay when slider is focussed
pauseOnHover | boolean | true | Pauses autoplay on hover
prevArrow | string (html \| jQuery selector) \| object (DOM node \| jQuery object) | `<button type="button" class="slick-prev">Previous</button>` | Allows you to select a node or customize the HTML for the "Previous" arrow.
respondTo | string | 'window' | Width that responsive object responds to. Can be 'window', 'slider' or 'min' (the smaller of the two).
responsive | array | null | Array of objects [containing breakpoints and settings objects (see example)](#responsive-option-example). Enables settings at given `breakpoint`. Set `settings` to "unslick" instead of an object to disable slick at a given breakpoint.
rows | int | 1 | Setting this to more than 1 initializes grid mode. Use slidesPerRow to set how many slides should be in each row.
rtl | boolean | false | Change the slider's direction to become right-to-left
slide | string | '' | Slide element query
slidesPerRow | int | 1 | With grid mode initialized via the rows option, this sets how many slides are in each grid row.
slidesToScroll | int | 1 | # of slides to scroll at a time
slidesToShow | int | 1 | # of slides to show at a time
speed | int | 300 | Transition speed
swipe | boolean | true | Enables touch swipe
swipeToSlide | boolean | false | Swipe to slide irrespective of slidesToScroll
touchMove | boolean | true | Enables slide moving with touch
touchThreshold | int | 5 | To advance slides, the user must swipe a length of (1/touchThreshold) * the width of the slider.
useCSS | boolean | true | Enable/Disable CSS Transitions
useTransform | boolean | true | Enable/Disable CSS Transforms
variableWidth | boolean | false | Disables automatic slide width calculation
vertical | boolean | false | Vertical slide direction
verticalSwiping | boolean | false | Changes swipe direction to vertical
waitForAnimate | boolean | true | Ignores requests to advance the slide while animating
zIndex | number | 1000 | Set the zIndex values for slides, useful for IE9 and lower
##### Responsive Option Example
The responsive option, and value, is quite unique and powerful.
You can use it like so:
```javascript
$(".slider").slick({
// normal options...
infinite: false,
// the magic
responsive: [{
breakpoint: 1024,
settings: {
slidesToShow: 3,
infinite: true
}
}, {
breakpoint: 600,
settings: {
slidesToShow: 2,
dots: true
}
}, {
breakpoint: 300,
settings: "unslick" // destroys slick
}]
});
```
### Events
In slick 1.4, callback methods were deprecated and replaced with events. Use them before the initialization of slick as shown below:
```javascript
// On swipe event
$('.your-element').on('swipe', function(event, slick, direction){
console.log(direction);
// left
});
// On edge hit
$('.your-element').on('edge', function(event, slick, direction){
console.log('edge was hit')
});
// On before slide change
$('.your-element').on('beforeChange', function(event, slick, currentSlide, nextSlide){
console.log(nextSlide);
});
```
Event | Params | Description
------ | -------- | -----------
afterChange | event, slick, currentSlide | After slide change callback
beforeChange | event, slick, currentSlide, nextSlide | Before slide change callback
breakpoint | event, slick, breakpoint | Fires after a breakpoint is hit
destroy | event, slick | When slider is destroyed, or unslicked.
edge | event, slick, direction | Fires when an edge is overscrolled in non-infinite mode.
init | event, slick | When Slick initializes for the first time callback. Note that this event should be defined before initializing the slider.
reInit | event, slick | Every time Slick (re-)initializes callback
setPosition | event, slick | Every time Slick recalculates position
swipe | event, slick, direction | Fires after swipe/drag
lazyLoaded | event, slick, image, imageSource | Fires after image loads lazily
lazyLoadError | event, slick, image, imageSource | Fires after image fails to load
#### Methods
Methods are called on slick instances through the slick method itself in version 1.4, see below:
```javascript
// Add a slide
$('.your-element').slick('slickAdd',"<div></div>");
// Get the current slide
var currentSlide = $('.your-element').slick('slickCurrentSlide');
```
This new syntax allows you to call any internal slick method as well:
```javascript
// Manually refresh positioning of slick
$('.your-element').slick('setPosition');
```
Method | Argument | Description
------ | -------- | -----------
`slick` | options : object | Initializes Slick
`unslick` | | Destroys Slick
`slickNext` | | Triggers next slide
`slickPrev` | | Triggers previous slide
`slickPause` | | Pause Autoplay
`slickPlay` | | Start Autoplay (_will also set `autoplay` option to `true`_)
`slickGoTo` | index : int, dontAnimate : bool | Goes to slide by index, skipping animation if second parameter is set to true
`slickCurrentSlide` | | Returns the current slide index
`slickAdd` | element : html or DOM object, index: int, addBefore: bool | Add a slide. If an index is provided, will add at that index, or before if addBefore is set. If no index is provided, add to the end or to the beginning if addBefore is set. Accepts HTML String || Object
`slickRemove` | index: int, removeBefore: bool | Remove slide by index. If removeBefore is set true, remove slide preceding index, or the first slide if no index is specified. If removeBefore is set to false, remove the slide following index, or the last slide if no index is set.
`slickFilter` | filter : selector or function | Filters slides using jQuery .filter syntax
`slickUnfilter` | | Removes applied filter
`slickGetOption` | option : string(option name) | Gets an option value.
`slickSetOption` | change an option, `refresh` is always `boolean` and will update UI changes...
| `option, value, refresh` | change a [single `option`](https://github.com/kenwheeler/slick#settings) to given `value`; `refresh` is optional.
| `"responsive", [{ breakpoint: n, settings: {} }, ... ], refresh` | change or add [whole sets of responsive options](#responsive-option-example)
| `{ option: value, option: value, ... }, refresh` | change [multiple `option`s](https://github.com/kenwheeler/slick#settings) to corresponding `value`s.
#### Example
Initialize with:
```javascript
$(element).slick({
dots: true,
speed: 500
});
```
Change the speed with:
```javascript
$(element).slick('slickSetOption', 'speed', 5000, true);
```
Destroy with:
```javascript
$(element).slick('unslick');
```
#### Sass Variables
Variable | Type | Default | Description
------ | ---- | ------- | -----------
$slick-font-path | string | "./fonts/" | Directory path for the slick icon font
$slick-font-family | string | "slick" | Font-family for slick icon font
$slick-loader-path | string | "./" | Directory path for the loader image
$slick-arrow-color | color | white | Color of the left/right arrow icons
$slick-dot-color | color | black | Color of the navigation dots
$slick-dot-color-active | color | $slick-dot-color | Color of the active navigation dot
$slick-prev-character | string | '\2190' | Unicode character code for the previous arrow icon
$slick-next-character | string | '\2192' | Unicode character code for the next arrow icon
$slick-dot-character | string | '\2022' | Unicode character code for the navigation dot icon
$slick-dot-size | pixels | 6px | Size of the navigation dots
#### Browser support
Slick works on IE8+ in addition to other modern browsers such as Chrome, Firefox, and Safari.
#### Dependencies
jQuery 1.7
#### License
Copyright (c) 2017 Ken Wheeler
Licensed under the MIT license.
Free as in Bacon.

32
slick-1.8.1/bower.json Executable file
View File

@@ -0,0 +1,32 @@
{
"name": "slick-carousel",
"main": [
"slick/slick.js",
"slick/slick.css",
"slick/slick.less",
"slick/slick.scss"
],
"homepage": "https://github.com/kenwheeler/slick",
"authors": [
"Ken Wheeler <ken_wheeler@me.com>"
],
"description": "the last carousel you'll ever need",
"keywords": [
"responsive",
"carousel",
"jquery"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"package.json",
"index.html"
],
"dependencies": {
"jquery": ">=1.7"
}
}

18
slick-1.8.1/component.json Executable file
View File

@@ -0,0 +1,18 @@
{
"name": "slick",
"repo": "kenwheeler/slick",
"description": "the last carousel you'll ever need",
"version": "1.8.0",
"keywords": ["ui", "jquery", "carousel", "responsive", "slider"],
"dependencies": {
"component/jquery": "*"
},
"development": {},
"scripts": {
"slick/slick.js": "slick.js"
},
"styles": {
"slick/slick.css": "slick.css",
"slick/slick-theme.css": "slick-theme.css"
}
}

373
slick-1.8.1/index.html Executable file
View File

@@ -0,0 +1,373 @@
<!DOCTYPE html>
<html>
<head>
<title>Slick Playground</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="./slick/slick.css">
<link rel="stylesheet" type="text/css" href="./slick/slick-theme.css">
<style type="text/css">
html, body {
margin: 0;
padding: 0;
}
* {
box-sizing: border-box;
}
.slider {
width: 50%;
margin: 100px auto;
}
.slick-slide {
margin: 0px 20px;
}
.slick-slide img {
width: 100%;
}
.slick-prev:before,
.slick-next:before {
color: black;
}
.slick-slide {
transition: all ease-in-out .3s;
opacity: .2;
}
.slick-active {
opacity: .5;
}
.slick-current {
opacity: 1;
}
</style>
</head>
<body>
<section class="vertical-center-4 slider">
<div>
<img src="http://placehold.it/350x100?text=1">
</div>
<div>
<img src="http://placehold.it/350x100?text=2">
</div>
<div>
<img src="http://placehold.it/350x100?text=3">
</div>
<div>
<img src="http://placehold.it/350x100?text=4">
</div>
<div>
<img src="http://placehold.it/350x100?text=5">
</div>
<div>
<img src="http://placehold.it/350x100?text=6">
</div>
<div>
<img src="http://placehold.it/350x100?text=7">
</div>
<div>
<img src="http://placehold.it/350x100?text=8">
</div>
<div>
<img src="http://placehold.it/350x100?text=9">
</div>
<div>
<img src="http://placehold.it/350x100?text=10">
</div>
</section>
<section class="vertical-center-3 slider">
<div>
<img src="http://placehold.it/350x100?text=1">
</div>
<div>
<img src="http://placehold.it/350x100?text=2">
</div>
<div>
<img src="http://placehold.it/350x100?text=3">
</div>
<div>
<img src="http://placehold.it/350x100?text=4">
</div>
<div>
<img src="http://placehold.it/350x100?text=5">
</div>
<div>
<img src="http://placehold.it/350x100?text=6">
</div>
<div>
<img src="http://placehold.it/350x100?text=7">
</div>
<div>
<img src="http://placehold.it/350x100?text=8">
</div>
<div>
<img src="http://placehold.it/350x100?text=9">
</div>
<div>
<img src="http://placehold.it/350x100?text=10">
</div>
</section>
<section class="vertical-center-2 slider">
<div>
<img src="http://placehold.it/350x100?text=1">
</div>
<div>
<img src="http://placehold.it/350x100?text=2">
</div>
<div>
<img src="http://placehold.it/350x100?text=3">
</div>
<div>
<img src="http://placehold.it/350x100?text=4">
</div>
<div>
<img src="http://placehold.it/350x100?text=5">
</div>
<div>
<img src="http://placehold.it/350x100?text=6">
</div>
<div>
<img src="http://placehold.it/350x100?text=7">
</div>
<div>
<img src="http://placehold.it/350x100?text=8">
</div>
<div>
<img src="http://placehold.it/350x100?text=9">
</div>
<div>
<img src="http://placehold.it/350x100?text=10">
</div>
</section>
<section class="vertical-center slider">
<div>
<img src="http://placehold.it/350x100?text=1">
</div>
<div>
<img src="http://placehold.it/350x100?text=2">
</div>
<div>
<img src="http://placehold.it/350x100?text=3">
</div>
<div>
<img src="http://placehold.it/350x100?text=4">
</div>
<div>
<img src="http://placehold.it/350x100?text=5">
</div>
<div>
<img src="http://placehold.it/350x100?text=6">
</div>
<div>
<img src="http://placehold.it/350x100?text=7">
</div>
<div>
<img src="http://placehold.it/350x100?text=8">
</div>
<div>
<img src="http://placehold.it/350x100?text=9">
</div>
<div>
<img src="http://placehold.it/350x100?text=10">
</div>
</section>
<section class="vertical slider">
<div>
<img src="http://placehold.it/350x100?text=1">
</div>
<div>
<img src="http://placehold.it/350x100?text=2">
</div>
<div>
<img src="http://placehold.it/350x100?text=3">
</div>
<div>
<img src="http://placehold.it/350x100?text=4">
</div>
<div>
<img src="http://placehold.it/350x100?text=5">
</div>
<div>
<img src="http://placehold.it/350x100?text=6">
</div>
<div>
<img src="http://placehold.it/350x100?text=7">
</div>
<div>
<img src="http://placehold.it/350x100?text=8">
</div>
<div>
<img src="http://placehold.it/350x100?text=9">
</div>
<div>
<img src="http://placehold.it/350x100?text=10">
</div>
</section>
<section class="regular slider">
<div>
<img src="http://placehold.it/350x300?text=1">
</div>
<div>
<img src="http://placehold.it/350x300?text=2">
</div>
<div>
<img src="http://placehold.it/350x300?text=3">
</div>
<div>
<img src="http://placehold.it/350x300?text=4">
</div>
<div>
<img src="http://placehold.it/350x300?text=5">
</div>
<div>
<img src="http://placehold.it/350x300?text=6">
</div>
</section>
<section class="center slider">
<div>
<img src="http://placehold.it/350x300?text=1">
</div>
<div>
<img src="http://placehold.it/350x300?text=2">
</div>
<div>
<img src="http://placehold.it/350x300?text=3">
</div>
<div>
<img src="http://placehold.it/350x300?text=4">
</div>
<div>
<img src="http://placehold.it/350x300?text=5">
</div>
<div>
<img src="http://placehold.it/350x300?text=6">
</div>
<div>
<img src="http://placehold.it/350x300?text=7">
</div>
<div>
<img src="http://placehold.it/350x300?text=8">
</div>
<div>
<img src="http://placehold.it/350x300?text=9">
</div>
</section>
<section class="variable slider">
<div>
<img src="http://placehold.it/350x300?text=1">
</div>
<div>
<img src="http://placehold.it/200x300?text=2">
</div>
<div>
<img src="http://placehold.it/100x300?text=3">
</div>
<div>
<img src="http://placehold.it/200x300?text=4">
</div>
<div>
<img src="http://placehold.it/350x300?text=5">
</div>
<div>
<img src="http://placehold.it/300x300?text=6">
</div>
</section>
<section class="lazy slider" data-sizes="50vw">
<div>
<img data-lazy="http://placehold.it/350x300?text=1-350w" data-srcset="http://placehold.it/650x300?text=1-650w 650w, http://placehold.it/960x300?text=1-960w 960w" data-sizes="100vw">
</div>
<div>
<img data-lazy="http://placehold.it/350x300?text=2-350w" data-srcset="http://placehold.it/650x300?text=2-650w 650w, http://placehold.it/960x300?text=2-960w 960w" data-sizes="100vw">
</div>
<div>
<img data-lazy="http://placehold.it/350x300?text=3-350w" data-srcset="http://placehold.it/650x300?text=3-650w 650w, http://placehold.it/960x300?text=3-960w 960w" data-sizes="100vw">
</div>
<div>
<img data-lazy="http://placehold.it/350x300?text=4-350w" data-srcset="http://placehold.it/650x300?text=4-650w 650w, http://placehold.it/960x300?text=4-960w 960w" data-sizes="100vw">
</div>
<div>
<img data-lazy="http://placehold.it/350x300?text=5-350w" data-srcset="http://placehold.it/650x300?text=5-650w 650w, http://placehold.it/960x300?text=5-960w 960w" data-sizes="100vw">
</div>
<div>
<!-- this slide should inherit the sizes attr from the parent slider -->
<img data-lazy="http://placehold.it/350x300?text=6-350w" data-srcset="http://placehold.it/650x300?text=6-650w 650w, http://placehold.it/960x300?text=6-960w 960w">
</div>
</section>
<script src="https://code.jquery.com/jquery-2.2.0.min.js" type="text/javascript"></script>
<script src="./slick/slick.js" type="text/javascript" charset="utf-8"></script>
<script type="text/javascript">
$(document).on('ready', function() {
$(".vertical-center-4").slick({
dots: true,
vertical: true,
centerMode: true,
slidesToShow: 4,
slidesToScroll: 2
});
$(".vertical-center-3").slick({
dots: true,
vertical: true,
centerMode: true,
slidesToShow: 3,
slidesToScroll: 3
});
$(".vertical-center-2").slick({
dots: true,
vertical: true,
centerMode: true,
slidesToShow: 2,
slidesToScroll: 2
});
$(".vertical-center").slick({
dots: true,
vertical: true,
centerMode: true,
});
$(".vertical").slick({
dots: true,
vertical: true,
slidesToShow: 3,
slidesToScroll: 3
});
$(".regular").slick({
dots: true,
infinite: true,
slidesToShow: 3,
slidesToScroll: 3
});
$(".center").slick({
dots: true,
infinite: true,
centerMode: true,
slidesToShow: 5,
slidesToScroll: 3
});
$(".variable").slick({
dots: true,
infinite: true,
variableWidth: true
});
$(".lazy").slick({
lazyLoad: 'ondemand', // ondemand progressive anticipated
infinite: true
});
});
</script>
</body>
</html>

Some files were not shown because too many files have changed in this diff Show More