rdrew 3 weeks ago
parent
commit
2554ce9dfb
  1. 2
      bs.js
  2. 2
      composer.json
  3. 2
      css/components/landing_page.css
  4. 2
      css_original/components/landing_page.css
  5. 2
      templates/includes/lp-banner.html.twig
  6. 4
      templates/includes/lp-banner.html.twig.old

2
bs.js

@ -2,7 +2,7 @@ var browserSync = require('browser-sync');
browserSync({ browserSync({
//proxy: 'http://137.149.200.93', //proxy: 'http://137.149.200.93',
proxy: 'https://islandimagined2.islandarchives.ca', proxy: 'https://islandvoices2.islandarchives.ca',
files: 'css/**/*.css', files: 'css/**/*.css',
plugins: ['bs-rewrite-rules'], plugins: ['bs-rewrite-rules'],
serveStatic: ['.'], serveStatic: ['.'],

2
composer.json

@ -1,6 +1,6 @@
{ {
"name": "rdrew/olivesvoices", "name": "rdrew/olivesvoices",
"description": "drupal theme for island imagined", "description": "drupal theme for island voices",
"type": "drupal-custom-theme", "type": "drupal-custom-theme",
"authors": [ "authors": [
{ {

2
css/components/landing_page.css

@ -1,4 +1,4 @@
figure.logo--ilivesvoices { figure.logo--olivesvoices {
background: none; background: none;
width: 24em; width: 24em;
margin: 0 auto; margin: 0 auto;

2
css_original/components/landing_page.css

@ -1,4 +1,4 @@
figure.logo--ilivesvoices { figure.logo--olivesvoices {
background: none; background: none;
width: 24em; width: 24em;
margin: 0 auto; margin: 0 auto;

2
templates/includes/lp-banner.html.twig

@ -1,7 +1,7 @@
<div class="hero--wrapper"> <div class="hero--wrapper">
<div class="hero-section" style="background:url(/themes/custom/olivesvoices/images/pei_map_banner.jpg) 50% no-repeat;"> <div class="hero-section" style="background:url(/themes/custom/olivesvoices/images/pei_map_banner.jpg) 50% no-repeat;">
<div class="logo-wrapper"> <div class="logo-wrapper">
<figure class="logo--ilivesvoices"> <figure class="logo--olivesvoices">
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 400 250" style="enable-background:new 0 0 400 250;" xml:space="preserve"> viewBox="0 0 400 250" style="enable-background:new 0 0 400 250;" xml:space="preserve">
<style type="text/css"> <style type="text/css">

4
templates/includes/lp-banner.html.twig.old

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save