2021-05-19 17:38:39 +02:00
<!DOCTYPE html>
< html lang = "en" >
< head >
< title > grassroots-pelican< / title >
< meta charset = "utf-8" / >
< meta name = "ida" content = "Pelican" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2021-05-20 20:38:50 +02:00
< link href = "https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/css/bootstrap.min.css" rel = "stylesheet" integrity = "sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin = "anonymous" >
2021-05-19 17:38:39 +02:00
< link rel = "stylesheet" href = "https://use.fontawesome.com/releases/v5.13.0/css/all.css" href = "https://use.fontawesome.com/releases/v5.13.0/css/all.css" crossorigin = "anonymous" >
< link rel = "preconnect" href = "https://fonts.gstatic.com" >
< link href = "https://fonts.googleapis.com/css2?family=Nanum+Gothic&display=swap" rel = "stylesheet" >
< link rel = "stylesheet" type = "text/css" href = "../theme/css/style.css" >
< 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://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity = "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin = "anonymous" > < / script >
2021-05-20 20:38:50 +02:00
< script src = "https://cdn.jsdelivr.net/npm/bootstrap@5.0.1/dist/js/bootstrap.bundle.min.js" integrity = "sha384-gtEjrD/SeCtmISkJkNUaaKMoLD0//ElJ19smozuHV6z3Iehds+3Ulb9Bn9Plx0x4" crossorigin = "anonymous" > < / script >
2021-05-19 17:38:39 +02:00
< script src = "https://use.fontawesome.com/5932321f98.js" > < / script >
< link rel = "stylesheet" type = "text/css" href = "../theme/css/home-styles.css" >
< / head >
< body id = "base-index" class = "base-home" >
<!-- <div class="d - flex"> -->
< nav class = "navbar sticky-top navbar-expand-lg navbar-light" >
< a class = "navbar-brand" href = "#" >
< img id = "nav-logo" src = "../theme/images/ge-logo-resizeimage.png" alt = "logo" >
< / a >
< button class = "navbar-toggler" type = "button" data-toggle = "collapse" data-target = "#navbarSupportedContent" aria-controls = "navbarSupportedContent" aria-expanded = "false" aria-label = "Toggle navigation" >
< span class = "navbar-toggler-icon" > < / span >
< / button >
< div class = "collapse navbar-collapse" id = "navbarSupportedContent" >
< ul class = "navbar-nav mr-auto" >
< li class = "nav-item" > < a class = "nav-link" href = "../pages/about-us.html" > About us< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "../pages/food-forests.html" > Food Forests< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "../pages/get-involved.html" > Get Involved< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "../pages/home.html" > Home< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "../pages/how-it-works.html" > How It Works< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "../pages/media.html" > Media< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "../pages/research.html" > Research< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "../pages/sarafu-network.html" > Sarafu Network< / a > < / li >
< li class = "nav-item" > < a class = "nav-link" href = "../category/blog.html" > blog< / a > < / li >
< / ul >
< / div >
< / nav >
<!-- </div> -->
2021-05-24 18:32:57 +02:00
< div class = "container-fluid overflow-hidden" >
< div class = "row row-margin h-80" >
2021-05-21 17:26:00 +02:00
< div class = "col-lg-6 col-md-12 col-sm-12" >
< img src = "../theme/images/home-imgs/home-img1.gif" class = " img-fluid img-style" alt = "img-gif" >
2021-05-20 20:38:50 +02:00
< / div >
2021-05-21 17:26:00 +02:00
< div class = "col-lg-6 col-md-12 col-sm-12" >
2021-05-20 20:38:50 +02:00
< div class = "wrapper-col" >
< p class = "row-one-words" > Prospering economies built by thriving communities< / p >
< img class = "img-fluid mx-auto d-block row-one-img" src = "../theme/images/home-imgs/home-logo.webp" >
< / div >
2021-05-19 17:38:39 +02:00
< / div >
< / div >
2021-05-24 18:32:57 +02:00
< div class = "row row-margin" >
< div class = "col-lg-6 col-md-12 col-sm-12" >
< div class = "words-col-wrapper" >
< h2 class = "h2-title" > Ending poverty lies in building communities< / h2 >
< p class = "row-2-words" > Through Community Inclusion Currencies people have a way to exchange goods and services and incubate projects and businesses, without relying on scarce national currency and volatile markets.< / p >
< a href = "../pages/how-it-works.html" class = "butt-style" > how it works< / a >
< / div >
< / div >
< div class = "col-lg-6 col-md-12 col-sm-12" >
< img class = "img-fluid" src = "../theme/images/home-imgs/home-img2.webp" >
< / div >
< / div >
2021-05-19 17:38:39 +02:00
< / div >
< / body >
< / html >