commit jun 6

This commit is contained in:
2024-06-06 16:49:25 +02:00
parent cadbb9b457
commit 11271513ea
29 changed files with 1317 additions and 13 deletions

BIN
assets/images/fakeimg.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

BIN
assets/images/image41.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 258 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
assets/images/image42.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

BIN
assets/images/image43.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 184 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

BIN
assets/images/image5.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 178 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
assets/images/logo04-1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
assets/images/logo05-1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
assets/images/logo06-1.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

329
cases.html Normal file
View File

@@ -0,0 +1,329 @@
<!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="d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header
class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<li class="navs">Home</li>
<li class="navs">Pages</li>
<li class="navs">About US</li>
<li class="navs">Services</li>
<li id="li-home" class="navs">cases</li>
<li class="navs">news</li>
<li class="navs">contacts</li>
</ul>
</div>
<img src="/assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<!-- 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">
<li class="navs">Home</li>
<li class="navs">Pages</li>
<li class="navs">About US</li>
<li class="navs">Services</li>
<li id="li-home" class="navs">cases</li>
<li class="navs">news</li>
<li 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);">
<li class="navs">Home</li>
<li class="navs">Pages</li>
<li class="navs">About US</li>
<li class="navs">Services</li>
<li id="li-home" class="navs">cases</li>
<li class="navs">news</li>
<li 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">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-4 mx-lg-0 pb-3" id="textbox3-cases" >
<h1 class="h1-third mb-4">Case studies</h1>
<h2 class="h2-third" id="h2-cases">Any companys level of expertise, trustworthiness or
popularity can be easily checked when it comes to proven cases…</h2>
<p class="p-third " id="p-cases" style="font-size: 16px; ">We stockpiled hundreds of successful business consulting
operations throughout the 25 years long history were in this business. Here are the best examples of
our diligent and efficient advice for small and big companies.</p>
</div>
</div>
<!-- companies -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 px-md-3">
<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 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/logo04-1.webp">
<h2 class="second-h2" 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" 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;">
<img class="img-num" src="assets/images/logo06-1.webp">
<h2 class="second-h2" style="width: 100%; color: #15c1c6; cursor:pointer">Wumblr</h2>
<p class="second-p-1">Wumblrs office in New York hired our consulting experts both before and after
being purchased by Yahoo Inc., and continues to be such to this day…</p>
</div>
</div>
</div>
<!-- <input class="view-more" type="submit" value="view more"> -->
</div>
<div class="fourth-part clearfix d-flex flex-column align-items-center justify-content-center mx-3 my-2 mb-5">
<div class="headline-card d-flex flex-column align-items-center justify-content-center my-4 pb-3">
<h4>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 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>
<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>

385
news.html Normal file
View File

@@ -0,0 +1,385 @@
<!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="d-flex align-items-center d-sm-flex justify-content-sm-between" role="search">
<input id="src-input" class="form-control rounded-0 border-0" type="search" placeholder="Search ...">
<button class="btn" type="submit" style="padding-bottom: 0px;padding-top: 0px;">
<span class="material-icons">
search
</span>
</button>
</form>
</div>
</nav>
<!-- header -->
<header
class="d-flex flex-column d-md-flex flex-md-row-reverse justify-content-md-between align-items-center justify-content-sm-center mx-lg-0 my-lg-0 mt-4 mx-0 mt-md-4 mb-md-3 mx-md-3">
<div class="contact d-flex flex-column">
<div class="number d-inline">
<span id="phone-img" class="material-icons">
phone
</span>
<a class="phone" href="#">800-2345-6789</a>
</div>
<a id="mail" href="#" class="mt-1">globaly@demolink.org</a>
</div>
<div class="horizontal-menu d-none d-md-none d-lg-flex ">
<ul class="nav-ul-hor d-md-flex d-md-row s mb-0">
<li class="navs">Home</li>
<li class="navs">Pages</li>
<li class="navs">About US</li>
<li class="navs">Services</li>
<li class="navs">cases</li>
<li id="li-home" class="navs">news</li>
<li class="navs">contacts</li>
</ul>
</div>
<img src="/assets/images/logo.webp" class="logo-img mt-3 mt-lg-0 mt-md-0" alt="">
<!-- 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">
<li class="navs">Home</li>
<li class="navs">Pages</li>
<li class="navs">About US</li>
<li class="navs">Services</li>
<li class="navs">cases</li>
<li id="li-home" class="navs">news</li>
<li 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);">
<li class="navs">Home</li>
<li class="navs">Pages</li>
<li class="navs">About US</li>
<li class="navs">Services</li>
<li class="navs">cases</li>
<li id="li-home" class="navs">news</li>
<li 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">News</div>
</div>
<section>
<!-- First part -->
<div class="news-first-part mx-3">
<div class="news-card">
<div class="news-img-container">
<img class="news-img" src="assets/images/image42-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">
<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>
</div>
<div class="news-card-date">
<a class="date-a" href="">16.06.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card">
<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" href="#">Human resource planning</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">
How long before the exit you must be planning it?</h4>
</div>
<div class="news-card-date">
<a class="date-a" href="">16.07.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card">
<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>
</div>
<div class="news-card-date">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card">
<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>
</div>
<div class="news-card-date">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card">
<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>
</div>
<div class="news-card-date">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card">
<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>
</div>
<div class="news-card-date">
<a class="date-a" href="">17.05.2016</a>
<a class="by-admin" href="">by admin</a>
</div>
</div>
</div>
<div class="news-card">
<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>
</div>
<div class="news-card-date">
<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>
<!-- search -->
<div class="search-news mx-3">
<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-3 mx-3 pt-5">
<h5 class="recent-title">Recent Posts</h5>
<div class="custom-post-container d-flex ">
<div class="custom-post ">
<img src="assets/images/image41-130x136.jpg" alt="">
<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 class="custom-post" >
<img src="assets/images/fakeimg.png" alt="">
<h4 class="recent-subtitle" >Gallery Format</h4>
<a class="date-a" href="#"> 17.05.2016</a>
</div>
</div>
</div>
<!-- Quotes -->
<div class="recent-posts mt-3 mx-3 pt-5">
<h5 class="recent-title">Quotes on Science</h5>
<blockquote></blockquote>
<div class="quotes-text">An investment in knowledge pays the best interest. </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>

View File

@@ -18,6 +18,7 @@
<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>
@@ -307,19 +308,19 @@
<!-- 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">
<h3 class="h1-third">If youve ever doubted where to invest your money in,</h3>
<h1 class="h1-third">If youve ever doubted where to invest your money in,</h1>
<h2 class="h2-third">then you need us!</h2>
<p class="p-third">Fields we specialize in vary and encompass every investment issue a company or an individual might face today!</p>
</div>
</div>
<!-- companies -->
<div class="second-part-au d-flex align-items-center justify-content-center flex-column my-5 mx-md-5 px-md-3">
<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;">Horgan Motors</h2>
<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>
@@ -328,7 +329,7 @@
<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;">Truick</h2>
<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>
@@ -336,7 +337,7 @@
<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;" >Halmart</h2>
<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>

View File

@@ -34,7 +34,7 @@
margin-bottom: 25px;
}
.img{
.img-fourth{
max-width: 100%;
margin-top: 0;
margin-bottom: 30px;

View File

@@ -0,0 +1,29 @@
#h2-cases{
font-size: 29px;
}
@media only screen and (min-width:768px) {
#h2-cases {
font-size: 29px;
}
#textbox3-cases{
padding-top: 80px !important;
}
}
@media only screen and (min-width: 992px) {
#textbox3-cases{
padding-top: 80px;
}
#h2-cases {
font-size: 48px;
padding: 0 150px;
}
#p-cases{
padding: 0 450px;
}
}

View File

@@ -0,0 +1,57 @@
.recent-posts{
border-top: 1px solid #e0e0e8;
.date-a{
text-decoration: none;
color: #15c1c6;
margin-right: 15px;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
}
.date-a:hover{
color: #31353d;
transition:0.3s;
text-decoration: none;
}
.recent-title{
font-size: 18px;
line-height: 1.2;
font-family: Merriweather, serif;
color: #15c1c6;
font-weight: 700;
margin-bottom: 18px;
}
.recent-subtitle{
font-size: 1rem;
font-style: normal;
font-weight: 500;
font-family: Merriweather, serif;
padding-top: 20px;
line-height: 1.38462;
letter-spacing: 0px;
}
blockquote{
content: '\201c';
font-family: serif;
font-size: 4em;
line-height: 1;
margin-left: -12px;
font-style: italic;
font-weight: 700;
quotes: none;
}
.quotes-text{
font-style: italic;
font-weight: 700;
font-size: 22px;
line-height: 1.33333;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0;
color: #333333;
text-align: center;
padding: 0 60px;
}
}

133
style/news/_news-first.scss Normal file
View File

@@ -0,0 +1,133 @@
.news-first-part {
.news-card {
border: 1px solid #ebebeb;
margin-top: 16px;
position: relative;
.news-card-description{
padding: 15px;
.post-tags{
margin: 8px 0 12px 0;
.post-tags-a{
text-decoration: none;
color: #15c1c6;
margin-right: 12px;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
font-size: 16px;
line-height: 1.4375;
}
.post-tags-a:hover{
color:#31353d;
transition: 0.3s;
}
}
.news-card-text{
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 1.38462;
font-family: Merriweather, serif;
letter-spacing: 0px;
text-align: inherit;
color: #31353d;
cursor:pointer;
}
.news-card-text:hover{
color: #15c1c6;
transition: 0.3s;
}
.news-card-date{
.date-a{
text-decoration: none;
color: #15c1c6;
margin-right: 15px;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
}
.date-a:hover{
color: #31353d;
transition:0.3s;
}
.by-admin{
text-decoration: none;
color: #777777;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
}
.by-admin:hover{
color:#15c1c6;
transition: 0.3s;
}
}
}
.news-img-container {
.link-on-image{
position: absolute;
bottom: 55%;
left: 10%;
text-align: center;
padding: 10px 20px 10px 15px;
color: #ffffff;
background-color: rgba(51,51,51,0.78);
.link-a{
text-decoration: none;
color: #ffffff;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
}
}
.link-on-image:hover{
background-color: rgba(21,193,198,0.78);
transition: 0.3s;
}
.news-img {
max-width: 100%;
height: auto;
}
.img-text-container{
padding: 15px 0 0 15px;
word-wrap: break-word;
word-break: break-word;
display: inline-block;
}
.news-img-text {
border-radius: 15px;
text-decoration: none;
color: #ffffff;
background-color: #15c1c6;
font-style: normal;
font-weight: 400;
font-size: 16px;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0px;
padding: 4px 12px;
margin-bottom: 6px;
display: inline-block;
}
.news-img-text:hover{
background-color: #31353d;
transition: 0.3s;
}
}
}
}

46
style/news/_page-nav.scss Normal file
View File

@@ -0,0 +1,46 @@
.page-navigation{
padding: 30px 0 23px;
margin: 57.6px 0;
border-top: 1px solid #e0e0e8;
border-bottom: 1px solid #e0e0e8;
text-align: center;
.page-nav-links{
.page-num-cur{
line-height: 3;
display: inline-block;
height: 58px;
margin: 0 16px 5px 0;
text-align: center;
text-decoration: none;
font-size: 1.25rem;
color: #15c1c6;
font-family: MerriweatherSans, sans-serif;
}
.page-num-next{
color: #333333;
display: inline-block;
line-height: 3;
height: 58px;
margin: 0 16px 5px 0;
text-decoration: none;
font-size: 20px;
font-size: 1.25rem;
font-family: MerriweatherSans, sans-serif;
}
.next-icon{
min-width: 58px;
height: 58px;
border: none;
border-radius: 50%;
background-color: #15c1c6;
margin-left: 30px;
color:white;
font-size: 20px;
padding: 16px 22px;
}
}
}

View File

@@ -0,0 +1,33 @@
.search-news{
padding-top: 48px;
margin-top: 24px;
border-top: 1px solid #e0e0e8;
.search-news-form{
.search-news-input{
margin-right: 16px;
padding: 18px 20px;
border: none;
background-color: #f6f6f6;
color: #777777 !important;
width: 75%;
height: 57px;
}
.search-news-input::placeholder{
color: #777777 !important;
opacity: 1;
}
.search-news-icon{
text-align: center;
background-color: #15c1c6 ;
color: #ffffff;
width: 78px;
padding-top: 18px;
padding-bottom: 18px;
border-radius: 29px;
font-size: large;
height: 57px;
}
}
}

View File

@@ -44,14 +44,22 @@
}
}
}
.second-part-au{
.text-box{
.second-h2:hover{
color: #333333 !important;
transition: 0.3s ease;
}
}
}
@media only screen and (min-width:768px) {
.third-part-s {
.textbox3{
.h1-third{
padding: 0 50px;
font-size: 37px;
margin: 15px 0 20px 0;
font-size: 33px;
letter-spacing: 0px;
}
.h2-third{

View File

@@ -1,3 +1,4 @@
@charset "UTF-8";
@font-face {
font-family: "MerriweatherSans";
src: url("../assets/fonts/MerriweatherSans-Regular.ttf") format("truetype");
@@ -611,7 +612,7 @@ span {
.fourth-part .line-img {
margin-bottom: 25px;
}
.fourth-part .img {
.fourth-part .img-fourth {
max-width: 100%;
margin-top: 0;
margin-bottom: 30px;
@@ -1662,10 +1663,15 @@ footer .footer-copyright a:hover {
letter-spacing: 0px;
}
.second-part-au .text-box .second-h2:hover {
color: #333333 !important;
transition: 0.3s ease;
}
@media only screen and (min-width: 768px) {
.third-part-s .textbox3 .h1-third {
padding: 0 50px;
font-size: 37px;
margin: 15px 0 20px 0;
font-size: 33px;
letter-spacing: 0px;
}
.third-part-s .textbox3 .h2-third {
@@ -1680,4 +1686,269 @@ footer .footer-copyright a:hover {
.third-part-s .textbox3 .h1-third {
font-size: 66px;
}
}
#h2-cases {
font-size: 29px;
}
@media only screen and (min-width: 768px) {
#h2-cases {
font-size: 29px;
}
#textbox3-cases {
padding-top: 80px !important;
}
}
@media only screen and (min-width: 992px) {
#textbox3-cases {
padding-top: 80px;
}
#h2-cases {
font-size: 48px;
padding: 0 150px;
}
#p-cases {
padding: 0 450px;
}
}
.news-first-part .news-card {
border: 1px solid #ebebeb;
margin-top: 16px;
position: relative;
}
.news-first-part .news-card .news-card-description {
padding: 15px;
}
.news-first-part .news-card .news-card-description .post-tags {
margin: 8px 0 12px 0;
}
.news-first-part .news-card .news-card-description .post-tags .post-tags-a {
text-decoration: none;
color: #15c1c6;
margin-right: 12px;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
font-size: 16px;
line-height: 1.4375;
}
.news-first-part .news-card .news-card-description .post-tags .post-tags-a:hover {
color: #31353d;
transition: 0.3s;
}
.news-first-part .news-card .news-card-description .news-card-text {
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 1.38462;
font-family: Merriweather, serif;
letter-spacing: 0px;
text-align: inherit;
color: #31353d;
cursor: pointer;
}
.news-first-part .news-card .news-card-description .news-card-text:hover {
color: #15c1c6;
transition: 0.3s;
}
.news-first-part .news-card .news-card-description .news-card-date .date-a {
text-decoration: none;
color: #15c1c6;
margin-right: 15px;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
}
.news-first-part .news-card .news-card-description .news-card-date .date-a:hover {
color: #31353d;
transition: 0.3s;
}
.news-first-part .news-card .news-card-description .news-card-date .by-admin {
text-decoration: none;
color: #777777;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
}
.news-first-part .news-card .news-card-description .news-card-date .by-admin:hover {
color: #15c1c6;
transition: 0.3s;
}
.news-first-part .news-card .news-img-container .link-on-image {
position: absolute;
bottom: 55%;
left: 10%;
text-align: center;
padding: 10px 20px 10px 15px;
color: #ffffff;
background-color: rgba(51, 51, 51, 0.78);
}
.news-first-part .news-card .news-img-container .link-on-image .link-a {
text-decoration: none;
color: #ffffff;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
}
.news-first-part .news-card .news-img-container .link-on-image:hover {
background-color: rgba(21, 193, 198, 0.78);
transition: 0.3s;
}
.news-first-part .news-card .news-img-container .news-img {
max-width: 100%;
height: auto;
}
.news-first-part .news-card .news-img-container .img-text-container {
padding: 15px 0 0 15px;
word-wrap: break-word;
word-break: break-word;
display: inline-block;
}
.news-first-part .news-card .news-img-container .news-img-text {
border-radius: 15px;
text-decoration: none;
color: #ffffff;
background-color: #15c1c6;
font-style: normal;
font-weight: 400;
font-size: 16px;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0px;
padding: 4px 12px;
margin-bottom: 6px;
display: inline-block;
}
.news-first-part .news-card .news-img-container .news-img-text:hover {
background-color: #31353d;
transition: 0.3s;
}
.page-navigation {
padding: 30px 0 23px;
margin: 57.6px 0;
border-top: 1px solid #e0e0e8;
border-bottom: 1px solid #e0e0e8;
text-align: center;
}
.page-navigation .page-nav-links .page-num-cur {
line-height: 3;
display: inline-block;
height: 58px;
margin: 0 16px 5px 0;
text-align: center;
text-decoration: none;
font-size: 1.25rem;
color: #15c1c6;
font-family: MerriweatherSans, sans-serif;
}
.page-navigation .page-nav-links .page-num-next {
color: #333333;
display: inline-block;
line-height: 3;
height: 58px;
margin: 0 16px 5px 0;
text-decoration: none;
font-size: 20px;
font-size: 1.25rem;
font-family: MerriweatherSans, sans-serif;
}
.page-navigation .page-nav-links .next-icon {
min-width: 58px;
height: 58px;
border: none;
border-radius: 50%;
background-color: #15c1c6;
margin-left: 30px;
color: white;
font-size: 20px;
padding: 16px 22px;
}
.search-news {
padding-top: 48px;
margin-top: 24px;
border-top: 1px solid #e0e0e8;
}
.search-news .search-news-form .search-news-input {
margin-right: 16px;
padding: 18px 20px;
border: none;
background-color: #f6f6f6;
color: #777777 !important;
width: 75%;
height: 57px;
}
.search-news .search-news-form .search-news-input::-moz-placeholder {
color: #777777 !important;
opacity: 1;
}
.search-news .search-news-form .search-news-input::placeholder {
color: #777777 !important;
opacity: 1;
}
.search-news .search-news-form .search-news-icon {
text-align: center;
background-color: #15c1c6;
color: #ffffff;
width: 78px;
padding-top: 18px;
padding-bottom: 18px;
border-radius: 29px;
font-size: large;
height: 57px;
}
.recent-posts {
border-top: 1px solid #e0e0e8;
}
.recent-posts .date-a {
text-decoration: none;
color: #15c1c6;
margin-right: 15px;
font-family: Merriweather, serif;
font-style: italic;
font-weight: 400;
}
.recent-posts .date-a:hover {
color: #31353d;
transition: 0.3s;
text-decoration: none;
}
.recent-posts .recent-title {
font-size: 18px;
line-height: 1.2;
font-family: Merriweather, serif;
color: #15c1c6;
font-weight: 700;
margin-bottom: 18px;
}
.recent-posts .recent-subtitle {
font-size: 1rem;
font-style: normal;
font-weight: 500;
font-family: Merriweather, serif;
padding-top: 20px;
line-height: 1.38462;
letter-spacing: 0px;
}
.recent-posts blockquote {
content: "“";
font-family: serif;
font-size: 4em;
line-height: 1;
margin-left: -12px;
font-style: italic;
font-weight: 700;
quotes: none;
}
.recent-posts .quotes-text {
font-style: italic;
font-weight: 700;
font-size: 22px;
line-height: 1.33333;
font-family: MerriweatherSans, sans-serif;
letter-spacing: 0;
color: #333333;
text-align: center;
padding: 0 60px;
}/*# sourceMappingURL=style.css.map */

File diff suppressed because one or more lines are too long

View File

@@ -30,6 +30,18 @@
@import 'services/_form-s';
@import 'services/_third-part-s';
// CASES
@import 'cases/_cases-style';
// NEWS
@import 'news/_news-first';
@import 'news/_page-nav';
@import 'news/_search-news';
@import 'news/_custom-post';