jun 14
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE php>
|
||||||
<html lang="en">
|
<php lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
@@ -21,6 +21,7 @@
|
|||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<?php require 'php/core.inc.php'; ?>
|
||||||
<!-- nav bar -->
|
<!-- nav bar -->
|
||||||
|
|
||||||
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
|
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
|
||||||
@@ -77,19 +78,30 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="horizontal-menu d-none d-md-none d-lg-flex " >
|
<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" >
|
<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="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="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
|
||||||
<li id="li-home" class="navs">About us</li>
|
<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="services.php" 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="cases.php" 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="news.php" style="text-decoration: none;"><li class="navs">News</li></a>
|
||||||
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
|
<a href="contacts.php" style="text-decoration: none;"><li class="navs">Contacts</li></a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
|
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
|
||||||
<div class="register">
|
<div class="dropdown" id="dropdownid" style="position: absolute; width:fit-content;">
|
||||||
<a class="register-link" href="login.html" >Log in</a>
|
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
<a class="register-link" href="signup.php" >Sign up</a>
|
<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="login.html">Log in</a></li>
|
||||||
|
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>
|
||||||
|
<li><a class="dropdown-item" href="php/logout.php">Log out</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>
|
</div>
|
||||||
|
|
||||||
<!-- site navigation-->
|
<!-- site navigation-->
|
||||||
@@ -108,13 +120,13 @@
|
|||||||
<div class="collapse" id="navbarToggleExternalContent" >
|
<div class="collapse" id="navbarToggleExternalContent" >
|
||||||
<div id="myDropdown" class="dropdown-content" >
|
<div id="myDropdown" class="dropdown-content" >
|
||||||
<ul class="nav-ul mb-0" >
|
<ul class="nav-ul mb-0" >
|
||||||
<a href="index.html" style="text-decoration: none;"><li class="navs"> Home</li></a>
|
<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="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
|
||||||
<li id="li-home" class="navs">About us</li>
|
<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="services.php" 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="cases.php" 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="news.php" style="text-decoration: none;"><li class="navs">News</li></a>
|
||||||
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
|
<a href="contacts.php" style="text-decoration: none;"><li class="navs">Contacts</li></a>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="links d-inline-block w-100">
|
<div class="links d-inline-block w-100">
|
||||||
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
|
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
|
||||||
@@ -152,17 +164,17 @@
|
|||||||
|
|
||||||
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center" >
|
<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);">
|
<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="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="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
|
||||||
<li id="li-home" class="navs">About us</li>
|
<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="services.php" 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="cases.php" 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="news.php" style="text-decoration: none;"><li class="navs">News</li></a>
|
||||||
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
|
<a href="contacts.php" style="text-decoration: none;"><li class="navs">Contacts</li></a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="breadcrumb">
|
<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-sep">/</div>
|
||||||
<div class="breadcrumb-item-about" aria-current="page">About us</div>
|
<div class="breadcrumb-item-about" aria-current="page">About us</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -491,12 +503,12 @@
|
|||||||
<h3 class="headline-h3 mx-3" style="text-align: center;">We review and accept business requests</h3>
|
<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>
|
<h2 class="headline-h2">Contact us now:</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-container-bot d-flex flex-column align-items-start justify-content-center">
|
<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" placeholder="your name">
|
<input class="input-text" type="text" name="name" placeholder="your name">
|
||||||
<input class="input-text" type="text" placeholder="your e-mail">
|
<input class="input-text" type="text" name="email" placeholder="your e-mail">
|
||||||
<textarea rows="5" class="input-text">your message</textarea>
|
<textarea rows="5" class="input-text" name="message">your message</textarea>
|
||||||
</div>
|
|
||||||
<input class="view-more" type="submit" value="send">
|
<input class="view-more" type="submit" value="send">
|
||||||
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- email form au -->
|
<!-- email form au -->
|
||||||
@@ -507,7 +519,6 @@
|
|||||||
Get our latest best cases list, delivered to your email.</p>
|
Get our latest best cases list, delivered to your email.</p>
|
||||||
<input class="input-text" type="text" placeholder="enter your e-mail">
|
<input class="input-text" type="text" placeholder="enter your e-mail">
|
||||||
<input class="subscribe" type="submit" value="subscribe">
|
<input class="subscribe" type="submit" value="subscribe">
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
@@ -531,4 +542,4 @@
|
|||||||
crossorigin="anonymous"></script>
|
crossorigin="anonymous"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</php>
|
||||||
333
cases.html
333
cases.html
@@ -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 company’s 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 we’re 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">Wumblr’s 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>
|
|
||||||
360
cases.php
Normal file
360
cases.php
Normal file
@@ -0,0 +1,360 @@
|
|||||||
|
<!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" 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.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="">
|
||||||
|
<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="login.html">Log in</a></li>
|
||||||
|
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>
|
||||||
|
<li><a class="dropdown-item" href="php/logout.php">Log out</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>
|
||||||
|
|
||||||
|
<!-- 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 company’s 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 we’re 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">Wumblr’s 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>
|
||||||
|
|
||||||
|
</php>
|
||||||
229
contacts.html
229
contacts.html
@@ -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>
|
|
||||||
259
contacts.php
Normal file
259
contacts.php
Normal file
@@ -0,0 +1,259 @@
|
|||||||
|
<!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" 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.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="">
|
||||||
|
<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="login.html">Log in</a></li>
|
||||||
|
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>
|
||||||
|
<li><a class="dropdown-item" href="php/logout.php">Log out</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>
|
||||||
|
|
||||||
|
<!-- 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">
|
||||||
|
<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>
|
||||||
|
|
||||||
|
</php>
|
||||||
@@ -1,19 +1,14 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE php>
|
||||||
<html lang="en">
|
<php lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<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-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"
|
<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">
|
||||||
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 rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.rtl.min.css"
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
|
||||||
integrity="sha384-gXt9imSW0VcJVHezoNQsP+TNrjYXoGcrqBZJpry9zJt8PCQjobwmhMGaDHTASo9N" 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 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 rel="stylesheet" href="style/style.css">
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
<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://kit.fontawesome.com/4bb6479073.js" crossorigin="anonymous"></script>
|
||||||
@@ -23,6 +18,8 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
<?php include 'php/core.inc.php'; ?>
|
||||||
|
|
||||||
<!-- nav bar -->
|
<!-- nav bar -->
|
||||||
|
|
||||||
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
|
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
|
||||||
@@ -66,8 +63,7 @@
|
|||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<!-- header -->
|
<!-- header -->
|
||||||
<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">
|
||||||
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="contact d-flex flex-column">
|
||||||
<div class="number d-inline">
|
<div class="number d-inline">
|
||||||
<span id="phone-img" class="material-icons">
|
<span id="phone-img" class="material-icons">
|
||||||
@@ -80,29 +76,48 @@
|
|||||||
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
|
<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">
|
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
|
||||||
<li id="li-home" class="navs">Home</li>
|
<li id="li-home" class="navs">Home</li>
|
||||||
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
|
<a href="<?php echo loggedin() ? 'people.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
<a href="about.html" style="text-decoration: none;"><li class="navs"> About US</li></a>
|
<li class="navs">People</li>
|
||||||
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
|
</a>
|
||||||
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
|
<a href="<?php echo loggedin() ? 'about.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
|
<li class="navs"> About US</li>
|
||||||
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'services.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">Services</li>
|
||||||
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'cases.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">Cases</li>
|
||||||
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'news.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">News</li>
|
||||||
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'contacts.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">Contacts</li>
|
||||||
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
|
<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>
|
<div class="dropdown" id="dropdownid" style="position: absolute; width: fit-content;">
|
||||||
<a class="register-link" href="signup.php" >Sign up</a>
|
<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="login.html">Log in</a></li>
|
||||||
|
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>
|
||||||
|
<li><a class="dropdown-item" href="php/logout.php">Log out</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>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<!-- site navigation-->
|
<!-- site navigation-->
|
||||||
|
|
||||||
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 "
|
<nav class="menu d-flex d-md-none justify-content-center align-items-center w-100 " style="background-color: white; height: 68px;">
|
||||||
style="background-color: white; height: 68px;">
|
|
||||||
<div class="container-fluid ">
|
<div class="container-fluid ">
|
||||||
<button class="navbar-toggler d-flex justify-content-center align-items-center" type="button"
|
<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">
|
||||||
data-bs-toggle="collapse" data-bs-target="#navbarToggleExternalContent"
|
|
||||||
aria-controls="navbarToggleExternalContent" aria-expanded="false" aria-label="Toggle navigation">
|
|
||||||
<span class="material-icons">menu
|
<span class="material-icons">menu
|
||||||
</span><span>Menu</span>
|
</span><span>Menu</span>
|
||||||
</button>
|
</button>
|
||||||
@@ -112,12 +127,24 @@
|
|||||||
<div id="myDropdown" class="dropdown-content">
|
<div id="myDropdown" class="dropdown-content">
|
||||||
<ul class="nav-ul mb-0">
|
<ul class="nav-ul mb-0">
|
||||||
<li id="li-home" class="navs">Home</li>
|
<li id="li-home" class="navs">Home</li>
|
||||||
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
|
<a href="<?php echo loggedin() ? 'people.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
<a href="about.html" style="text-decoration: none;"><li class="navs"> About US</li></a>
|
<li class="navs">People</li>
|
||||||
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
|
</a>
|
||||||
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
|
<a href="<?php echo loggedin() ? 'about.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
|
<li class="navs"> About US</li>
|
||||||
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'services.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">Services</li>
|
||||||
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'cases.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">Cases</li>
|
||||||
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'news.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">News</li>
|
||||||
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'contacts.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">Contacts</li>
|
||||||
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
<div class="links d-inline-block w-100">
|
<div class="links d-inline-block w-100">
|
||||||
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
|
<ul class="socials-ul d-flex align-items-center justify-content-left mb-0">
|
||||||
@@ -156,12 +183,24 @@
|
|||||||
<div class="horizontal-menu d-none d-lg-none d-md-flex d-md-row justify-content-md-start align-items-md-center">
|
<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">
|
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
|
||||||
<li id="li-home" class="navs">Home</li>
|
<li id="li-home" class="navs">Home</li>
|
||||||
<a href="people.php" style="text-decoration: none;"><li class="navs">People</li></a>
|
<a href="<?php echo loggedin() ? 'people.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
<a href="about.html" style="text-decoration: none;"><li class="navs"> About US</li></a>
|
<li class="navs">People</li>
|
||||||
<a href="services.html" style="text-decoration: none;"><li class="navs">Services</li></a>
|
</a>
|
||||||
<a href="cases.html" style="text-decoration: none;"><li class="navs">Cases</li></a>
|
<a href="<?php echo loggedin() ? 'about.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
<a href="news.html" style="text-decoration: none;"><li class="navs">News</li></a>
|
<li class="navs"> About US</li>
|
||||||
<a href="contacts.html" style="text-decoration: none;"><li class="navs">Contacts</li></a>
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'services.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">Services</li>
|
||||||
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'cases.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">Cases</li>
|
||||||
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'news.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">News</li>
|
||||||
|
</a>
|
||||||
|
<a href="<?php echo loggedin() ? 'contacts.php' : '#'; ?>" style="text-decoration: none;">
|
||||||
|
<li class="navs">Contacts</li>
|
||||||
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -183,8 +222,7 @@
|
|||||||
|
|
||||||
<!-- second part -->
|
<!-- second part -->
|
||||||
|
|
||||||
<div
|
<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">
|
||||||
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">
|
<div class="headline-card d-flex flex-column align-items-center justify-content-center pb-3">
|
||||||
<h4>business management</h4>
|
<h4>business management</h4>
|
||||||
<h2>Services We Offer</h2>
|
<h2>Services We Offer</h2>
|
||||||
@@ -424,4 +462,4 @@
|
|||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</php>
|
||||||
557
news.html
557
news.html
@@ -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">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.</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 customer’s 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 let’s 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"> </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"> </td>
|
|
||||||
<td colspan="3" class="pad"> </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>
|
|
||||||
591
news.php
Normal file
591
news.php
Normal file
@@ -0,0 +1,591 @@
|
|||||||
|
<!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" 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.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="">
|
||||||
|
<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="login.html">Log in</a></li>
|
||||||
|
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>
|
||||||
|
<li><a class="dropdown-item" href="php/logout.php">Log out</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>
|
||||||
|
|
||||||
|
<!-- 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">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.</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 customer’s 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 let’s 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"> </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"> </td>
|
||||||
|
<td colspan="3" class="pad"> </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>
|
||||||
|
|
||||||
|
</php>
|
||||||
63
people.php
63
people.php
@@ -1,5 +1,5 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE php>
|
||||||
<html lang="en">
|
<php lang="en">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
@@ -95,6 +95,7 @@ if ($query_num_rows > 0) {
|
|||||||
?>
|
?>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<?php require 'php/core.inc.php'; ?>
|
||||||
<!-- nav bar -->
|
<!-- nav bar -->
|
||||||
|
|
||||||
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
|
<nav class="navbar clearfix d-flex justify-content-center d-md-flex justify-content-md-end">
|
||||||
@@ -150,31 +151,43 @@ if ($query_num_rows > 0) {
|
|||||||
</div>
|
</div>
|
||||||
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
|
<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">
|
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
|
||||||
<a href="index.html" style="text-decoration: none;">
|
<a href="index.php" style="text-decoration: none;">
|
||||||
<li class="navs"> Home</li>
|
<li class="navs"> Home</li>
|
||||||
</a>
|
</a>
|
||||||
<li id="li-home" class="navs">People</li>
|
<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>
|
<li class="navs">About us</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="services.html" style="text-decoration: none;">
|
<a href="services.php" style="text-decoration: none;">
|
||||||
<li class="navs">Services</li>
|
<li class="navs">Services</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="cases.html" style="text-decoration: none;">
|
<a href="cases.php" style="text-decoration: none;">
|
||||||
<li class="navs">Cases</li>
|
<li class="navs">Cases</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="news.html" style="text-decoration: none;">
|
<a href="news.php" style="text-decoration: none;">
|
||||||
<li class="navs">News</li>
|
<li class="navs">News</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="contacts.html" style="text-decoration: none;">
|
<a href="contacts.php" style="text-decoration: none;">
|
||||||
<li class="navs">Contacts</li>
|
<li class="navs">Contacts</li>
|
||||||
</a>
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
|
<img src="assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
|
||||||
<div class="register">
|
<div class="dropdown" id="dropdownid" style="position: absolute; width:fit-content;">
|
||||||
<a class="register-link" href="login.html">Log in</a>
|
<a class="btn btn-secondary dropdown-toggle" href="#" role="button" id="dropdownMenuLink" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
<a class="register-link" href="signup.php">Sign up</a>
|
<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="login.html">Log in</a></li>
|
||||||
|
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>
|
||||||
|
<li><a class="dropdown-item" href="php/logout.php">Log out</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>
|
</div>
|
||||||
|
|
||||||
<!-- site navigation-->
|
<!-- site navigation-->
|
||||||
@@ -190,23 +203,23 @@ if ($query_num_rows > 0) {
|
|||||||
<div class="collapse" id="navbarToggleExternalContent">
|
<div class="collapse" id="navbarToggleExternalContent">
|
||||||
<div id="myDropdown" class="dropdown-content">
|
<div id="myDropdown" class="dropdown-content">
|
||||||
<ul class="nav-ul mb-0">
|
<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>
|
<li class="navs"> Home</li>
|
||||||
</a>
|
</a>
|
||||||
<li id="li-home" class="navs">People</li>
|
<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>
|
<li class="navs">About us</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="services.html" style="text-decoration: none;">
|
<a href="services.php" style="text-decoration: none;">
|
||||||
<li class="navs">Services</li>
|
<li class="navs">Services</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="cases.html" style="text-decoration: none;">
|
<a href="cases.php" style="text-decoration: none;">
|
||||||
<li class="navs">Cases</li>
|
<li class="navs">Cases</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="news.html" style="text-decoration: none;">
|
<a href="news.php" style="text-decoration: none;">
|
||||||
<li class="navs">News</li>
|
<li class="navs">News</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="contacts.html" style="text-decoration: none;">
|
<a href="contacts.php" style="text-decoration: none;">
|
||||||
<li class="navs">Contacts</li>
|
<li class="navs">Contacts</li>
|
||||||
</a>
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
@@ -246,29 +259,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">
|
<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);">
|
<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>
|
<li class="navs"> Home</li>
|
||||||
</a>
|
</a>
|
||||||
<li id="li-home" class="navs">People</li>
|
<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>
|
<li class="navs">About us</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="services.html" style="text-decoration: none;">
|
<a href="services.php" style="text-decoration: none;">
|
||||||
<li class="navs">Services</li>
|
<li class="navs">Services</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="cases.html" style="text-decoration: none;">
|
<a href="cases.php" style="text-decoration: none;">
|
||||||
<li class="navs">Cases</li>
|
<li class="navs">Cases</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="news.html" style="text-decoration: none;">
|
<a href="news.php" style="text-decoration: none;">
|
||||||
<li class="navs">News</li>
|
<li class="navs">News</li>
|
||||||
</a>
|
</a>
|
||||||
<a href="contacts.html" style="text-decoration: none;">
|
<a href="contacts.php" style="text-decoration: none;">
|
||||||
<li class="navs">Contacts</li>
|
<li class="navs">Contacts</li>
|
||||||
</a>
|
</a>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="breadcrumb">
|
<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-sep">/</div>
|
||||||
<div class="breadcrumb-item-about" aria-current="page">People</div>
|
<div class="breadcrumb-item-about" aria-current="page">People</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -391,4 +404,4 @@ if ($query_num_rows > 0) {
|
|||||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" 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>
|
||||||
@@ -1,12 +0,0 @@
|
|||||||
<?php
|
|
||||||
|
|
||||||
require 'connect.inc.php';
|
|
||||||
require 'core.inc.php';
|
|
||||||
|
|
||||||
if (loggedin()) {
|
|
||||||
$name = getuserfield('name');
|
|
||||||
echo ' You are logged in '. $name.' <a href="logout.php">Log out</a><br>';
|
|
||||||
} else {
|
|
||||||
include 'login.php';
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
15
php/index_loged.php
Normal file
15
php/index_loged.php
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
require 'connect.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';
|
||||||
|
}
|
||||||
|
?>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
require 'connect.inc.php';
|
require 'connect.inc.php';
|
||||||
require 'core.inc.php';
|
require_once 'core.inc.php';
|
||||||
|
|
||||||
if (isset($_POST['email']) && isset($_POST['password'])) {
|
if (isset($_POST['email']) && isset($_POST['password'])) {
|
||||||
$email = $_POST['email'];
|
$email = $_POST['email'];
|
||||||
@@ -20,7 +20,7 @@ if (isset($_POST['email']) && isset($_POST['password'])) {
|
|||||||
$user_id = $row['id'];
|
$user_id = $row['id'];
|
||||||
|
|
||||||
$_SESSION['user_id'] = $user_id;
|
$_SESSION['user_id'] = $user_id;
|
||||||
header('Location: ../index.html');
|
header('Location: index_loged.php');
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
require 'core.inc.php';
|
require_once 'core.inc.php';
|
||||||
|
|
||||||
session_destroy();
|
session_destroy();
|
||||||
header('Location: '. '../login.html');
|
header('Location: '. '../index.php');
|
||||||
|
|
||||||
?>
|
?>
|
||||||
34
php/send_email.php
Normal file
34
php/send_email.php
Normal 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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
?>
|
||||||
386
services.html
386
services.html
@@ -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, it’s 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. That’s why we reject all high-risk endeavors, that may lead to a fast stack
|
|
||||||
of cash
|
|
||||||
for the first time but to a principal capital’s 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 we’re 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 angel’s funding? Or you’ve 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">It’s 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 we’ll 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 you’ve 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>
|
|
||||||
408
services.php
Normal file
408
services.php
Normal file
@@ -0,0 +1,408 @@
|
|||||||
|
<!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" 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.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="">
|
||||||
|
<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="login.html">Log in</a></li>
|
||||||
|
<li><a class="dropdown-item" href="signup.php">Sign up</a></li>
|
||||||
|
<li><a class="dropdown-item" href="php/logout.php">Log out</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>
|
||||||
|
|
||||||
|
<!-- 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, it’s 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. That’s why we reject all high-risk endeavors, that may lead to a fast stack
|
||||||
|
of cash
|
||||||
|
for the first time but to a principal capital’s 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 we’re 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 angel’s funding? Or you’ve 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">It’s 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 we’ll 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 you’ve 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>
|
||||||
|
|
||||||
|
</php>
|
||||||
@@ -99,28 +99,29 @@ input::placeholder {
|
|||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.register{
|
.dropdown{
|
||||||
.register-link{
|
|
||||||
color: #15c1c6;
|
|
||||||
cursor: pointer;
|
|
||||||
margin-right: 10px;
|
|
||||||
|
|
||||||
|
top: 22%;
|
||||||
|
right: 10px;
|
||||||
}
|
}
|
||||||
.register-link:hover{
|
// .register{
|
||||||
color:#333333;
|
// .register-link{
|
||||||
transition: 0.3s;
|
// color: #15c1c6;
|
||||||
}
|
// cursor: pointer;
|
||||||
}
|
// margin-right: 10px;
|
||||||
|
|
||||||
|
// }
|
||||||
|
// .register-link:hover{
|
||||||
|
// color:#333333;
|
||||||
|
// transition: 0.3s;
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
.register{
|
.dropdown{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 15px;
|
top: 7px;
|
||||||
left: 20px;
|
left: 20px;
|
||||||
.register-link:hover{
|
|
||||||
color:#efefef;
|
|
||||||
transition: 0.3s;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-search{
|
.form-search{
|
||||||
@@ -191,14 +192,10 @@ input::placeholder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 992px) {
|
@media only screen and (min-width: 992px) {
|
||||||
.register{
|
.dropdown{
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 5%;
|
left: 5%;
|
||||||
top: 2%;
|
top: 10px;
|
||||||
.register-link:hover{
|
|
||||||
color:#efefef;
|
|
||||||
transition: 0.3s;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
.navbar{
|
.navbar{
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|||||||
@@ -106,26 +106,17 @@ input::placeholder {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.register .register-link {
|
.dropdown {
|
||||||
color: #15c1c6;
|
top: 22%;
|
||||||
cursor: pointer;
|
right: 10px;
|
||||||
margin-right: 10px;
|
|
||||||
}
|
|
||||||
.register .register-link:hover {
|
|
||||||
color: #333333;
|
|
||||||
transition: 0.3s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
@media only screen and (min-width: 768px) {
|
||||||
.register {
|
.dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 15px;
|
top: 7px;
|
||||||
left: 20px;
|
left: 20px;
|
||||||
}
|
}
|
||||||
.register .register-link:hover {
|
|
||||||
color: #efefef;
|
|
||||||
transition: 0.3s;
|
|
||||||
}
|
|
||||||
.form-search {
|
.form-search {
|
||||||
width: 229px !important;
|
width: 229px !important;
|
||||||
background-color: #4a4e55;
|
background-color: #4a4e55;
|
||||||
@@ -177,14 +168,10 @@ input::placeholder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 992px) {
|
@media only screen and (min-width: 992px) {
|
||||||
.register {
|
.dropdown {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 5%;
|
left: 5%;
|
||||||
top: 2%;
|
top: 10px;
|
||||||
}
|
|
||||||
.register .register-link:hover {
|
|
||||||
color: #efefef;
|
|
||||||
transition: 0.3s;
|
|
||||||
}
|
}
|
||||||
.navbar {
|
.navbar {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user