From 53bf3de5a19a7309c68f48913909f67949da248d Mon Sep 17 00:00:00 2001 From: Jeremy Meiss Date: Tue, 9 Apr 2024 23:41:55 -0400 Subject: [PATCH] Redo website purpose, mission (#9) * add `get-a-drink` redirect * use correct syntax * update branch deploy build command * add landingPage layout + meet up page (#3) * layout for landing pages * meetup with team page * adjust content * setup description * fix wording on page * update redirect * change file name for meeting the team * redo meet page / template (#4) * update data files and templates * meet page styling and data file * fix styling of text, events, and spacing between hr, h2, div row * add calendly link generation * add links for local meetups * remove happy hour for kubecon for now * update config with menu for events * update themify-icons * update about * update about * remove sample content * update meet the team * update banner * fix wording * update contact section * updating about * fix contact form * adjust heading on contact page * adjust padding of sections * adjust spacing on team member cards * adjust bio wording slightly * adjust about a bit more * modify events upcoming * fix spacing for about and team --- assets/css/custom.css | 2 +- assets/css/style.css | 2 +- content/author/john-doe.md | 15 - content/author/mark-dinn.md | 15 - content/blog/defining-devex-importance.md | 41 - content/blog/installation.md | 85 -- content/blog/introducing-devex-institute.md | 19 - content/blog/simple-blog-post-1.md | 21 - content/blog/simple-blog-post-2.md | 19 - content/blog/simple-blog-post-3.md | 19 - content/blog/simple-blog-post-4.md | 20 - content/blog/simple-blog-post-5.md | 20 - content/blog/simple-blog-post-6.md | 20 - content/blog/simple-blog-post-7.md | 20 - content/blog/simple-blog-post-8.md | 20 - content/blog/what-is-developer-experience.md | 29 - content/meet-the-team.md | 7 - data/en/about.yml | 20 +- data/en/banner.yml | 2 +- data/en/contact.yml | 3 +- data/en/meet.yml | 77 +- data/en/team.yml | 4 +- layouts/partials/contact.html | 3 + layouts/partials/team.html | 2 +- .../plugins/themify-icons/fonts/themify.eot | Bin .../plugins/themify-icons/fonts/themify.svg | 0 .../plugins/themify-icons/fonts/themify.ttf | Bin .../plugins/themify-icons/fonts/themify.woff | Bin .../plugins/themify-icons/themify-icons.css | 1081 +++++++++++++++++ 29 files changed, 1102 insertions(+), 464 deletions(-) delete mode 100644 content/author/john-doe.md delete mode 100644 content/author/mark-dinn.md delete mode 100644 content/blog/defining-devex-importance.md delete mode 100644 content/blog/installation.md delete mode 100644 content/blog/introducing-devex-institute.md delete mode 100644 content/blog/simple-blog-post-1.md delete mode 100644 content/blog/simple-blog-post-2.md delete mode 100644 content/blog/simple-blog-post-3.md delete mode 100644 content/blog/simple-blog-post-4.md delete mode 100644 content/blog/simple-blog-post-5.md delete mode 100644 content/blog/simple-blog-post-6.md delete mode 100644 content/blog/simple-blog-post-7.md delete mode 100644 content/blog/simple-blog-post-8.md delete mode 100644 content/blog/what-is-developer-experience.md rename {themes/meghna-hugo/static => static}/plugins/themify-icons/fonts/themify.eot (100%) rename {themes/meghna-hugo/static => static}/plugins/themify-icons/fonts/themify.svg (100%) rename {themes/meghna-hugo/static => static}/plugins/themify-icons/fonts/themify.ttf (100%) rename {themes/meghna-hugo/static => static}/plugins/themify-icons/fonts/themify.woff (100%) create mode 100644 static/plugins/themify-icons/themify-icons.css diff --git a/assets/css/custom.css b/assets/css/custom.css index b83843d..4d87b43 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -7,7 +7,7 @@ p { } .member-meta span { - font-size: 16px; + font-size: 18px; } .form-meghna .form-control { diff --git a/assets/css/style.css b/assets/css/style.css index 140bbe8..a8e6fde 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -239,7 +239,7 @@ a:hover { } .section { - padding: 100px 0; + padding: 50px 0; } @media (max-width: 480px) { diff --git a/content/author/john-doe.md b/content/author/john-doe.md deleted file mode 100644 index c8fe13b..0000000 --- a/content/author/john-doe.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "John Doe" -image: "" -email: "email2@example.org" -social: - - icon : "ti-facebook" # themify icon pack : https://themify.me/themify-icons - link : "#" - - icon : "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons - link : "#" - - icon : "ti-github" # themify icon pack : https://themify.me/themify-icons - link : "#" ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. Duis auctor lacus id vehicula gravida. Nam suscipit vitae purus et laoreet. -Donec nisi dolor, consequat vel pretium id, auctor in dui. Nam iaculis, neque ac ullamcorper. \ No newline at end of file diff --git a/content/author/mark-dinn.md b/content/author/mark-dinn.md deleted file mode 100644 index cd9a7a1..0000000 --- a/content/author/mark-dinn.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -title: "Mark Dinn" -image: "" -email: "email2@example.org" -social: - - icon : "ti-facebook" # themify icon pack : https://themify.me/themify-icons - link : "#" - - icon : "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons - link : "#" - - icon : "ti-github" # themify icon pack : https://themify.me/themify-icons - link : "#" ---- - -Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin sit amet vulputate augue. Duis auctor lacus id vehicula gravida. Nam suscipit vitae purus et laoreet. -Donec nisi dolor, consequat vel pretium id, auctor in dui. Nam iaculis, neque ac ullamcorper. \ No newline at end of file diff --git a/content/blog/defining-devex-importance.md b/content/blog/defining-devex-importance.md deleted file mode 100644 index d750a34..0000000 --- a/content/blog/defining-devex-importance.md +++ /dev/null @@ -1,41 +0,0 @@ ---- -title: "Developer Experience's importance to your company" -date: '2024-01-22T21:02:10-06:00' -publishDate: '2024-02-31T21:02:15-06:00' -draft: true -image_webp: /images/blog/default.webp # put the actual webp image to use here, stored in /static/images/blog/ -image: /images/blog/default.jpg # put the actual jpg image to use here, stored in /static/images/blog/ -authors: # put each author on its own line as a yaml item -- Jeremy Meiss -# - author 2 -description: "Learn what developer experience (DevEx) means and why it's so important for attracting and retaining top engineering talent. This post explores what DevEx is, how to build an enjoyable DevEx, and the relationship between DevEx and productivity." -summary: "Learn what developer experience (DevEx) means and why it's so important for attracting and retaining top engineering talent. This post explores what DevEx is, how to build an enjoyable DevEx, and the relationship between DevEx and productivity." -categories: # put each category on its own line as a yaml item -# - category 1 -# - category 2 -tags: # put each category on its own line as a yaml item -# - tag 1 -# - tag 2 ---- - -- DevEx refers to how developers experience building software or using dev tools. -- It encompasses the emotions, frustrations, and productivity levels devs experience day to day. -- DevEx is crucial for dev retention, productivity, and job satisfaction. - -## Why is Developer Experience important? - -- Developers are in high demand and short supply. Offering a good DevEx helps attract and retain top talent. -- Developers who enjoy their work and tools will be more productive and build higher quality software. -- Good DevEx leads to more innovation as developers have the freedom to experiment. - -## Developer Experience and productivity - -- Developer productivity is tied closely to their experience using tools and workflows. -- Frustrating, inefficient tools and processes reduce productivity and job satisfaction. -- Conversely, an enjoyable DevEx with intuitive tools leads to greater productivity and motivation. - -## What does a good Developer Experience look like? - -- Fast, efficient tools and workflows that don't waste time -- Clear documentation and resources for learning new skills -- An engaging community of other developers to collaborate with diff --git a/content/blog/installation.md b/content/blog/installation.md deleted file mode 100644 index 28c261e..0000000 --- a/content/blog/installation.md +++ /dev/null @@ -1,85 +0,0 @@ ---- -title: "How To Setup Meghna Hugo" -date: 2018-09-12T14:51:12+06:00 -draft: true -#author: Mark Dinn -authors: - - Mark Dinn -image_webp: images/blog/meghna.webp -image: images/blog/meghna.jpg -description : "This is meta description" ---- - -## Install this template by following those simple steps: - -### STEP-1 : Hugo installation - -Check this link below for install hugo on your computer. -[hugo install documentation](https://gohugo.io/getting-started/installing/) - -### STEP-2 : Create your project - -Hugo provides a `new` command to create a new website. - -``` -hugo new site -``` - -### STEP-3 : Install the theme -Run this command -``` -hugo new site meghna-hugo -``` -and then go to the themes folder inside of meghna-hugo folder. You can also use this command ```cd meghna-hugo/themes``` for going to this folder. -Then run the command -``` -git clone git@github.com:themefisher/meghna-hugo.git -``` - -Alternatively, you can [download the theme as .zip](https://github.com/themefisher/meghna-hugo/archive/master.zip) file and extract it in the `themes` directory - -After that you need to go to the `meghna-hugo/exampleSite` folder and copy or cut all the elements, and now go back to the root folder and paste it here. - -open the command prompt again and run `cd ../` command for go back to the root folder. - -### STEP-4 : Host locally - -Launching the website locally by using the following command: - -``` -hugo serve -``` - -Go to `http://localhost:1313` - -Or you can check this video documentation for installing this template: -{{< youtube 3O3qvDoVp5g >}} - -### STEP-5 : Basic configuration - -When building the website, you can set a theme by using `--theme` option. However, we suggest you modify the configuration file (`config.toml`) and set the theme as the default. - -```toml -# Change the default theme to be use when building the site with Hugo -theme = "meghna-hugo" -``` - -### STEP-6 : Create your first content pages - -``` -hugo new blog/post-name.md -``` - -### STEP-7 : Build the website - -When your site is ready to deploy, run the following command: - -``` -hugo - -# You can also create a minified version by using this command: -hugo--minify - -``` - -A `public` folder will be generated, containing all static content and assets for your website. It can now be deployed on any web server. \ No newline at end of file diff --git a/content/blog/introducing-devex-institute.md b/content/blog/introducing-devex-institute.md deleted file mode 100644 index 7507666..0000000 --- a/content/blog/introducing-devex-institute.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: 'Introducing the Devex Institute' -date: '2024-01-19T09:53:33-06:00' -publishDate: '2024-03-31T21:02:10-06:00' -draft: true -image_webp: /images/blog/default.webp # put the actual webp image to use here, stored in /static/images/blog/ -image: /images/blog/default.jpg # put the actual jpg image to use here, stored in /static/images/blog/ -authors: # put each author on its own line as a yaml item -- Jessica West -- Jeremy Meiss -description: "Giving a rundown on the What and the Why for the general public" -summary: "Giving a rundown on the What and the Why for the general public" -categories: # put each category on its own line as a yaml item -# - category 1 -# - category 2 -tags: # put each category on its own line as a yaml item -# - tag 1 -# - tag 2 ---- \ No newline at end of file diff --git a/content/blog/simple-blog-post-1.md b/content/blog/simple-blog-post-1.md deleted file mode 100644 index 3b49d2e..0000000 --- a/content/blog/simple-blog-post-1.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: "Simple Blog Post" -date: 2018-09-12T12:52:36+06:00 -image_webp: images/blog/blog-post-3.webp -image: images/blog/blog-post-3.jpg -#authors: ["John Doe","Mark Dinn"] -authors: - - Jessica West - - Jeremy Meiss -description : "This is meta description" ---- - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. - -> Design is not just what it looks like and feels like. Design is how it works. - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. \ No newline at end of file diff --git a/content/blog/simple-blog-post-2.md b/content/blog/simple-blog-post-2.md deleted file mode 100644 index 2e53be5..0000000 --- a/content/blog/simple-blog-post-2.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Simple Blog Post" -date: 2018-09-12T12:52:36+06:00 -image_webp: images/blog/blog-post-2.webp -image: images/blog/blog-post-2.jpg -authors: - - John Doe -description : "This is meta description" ---- - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. - -> Design is not just what it looks like and feels like. Design is how it works. - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. \ No newline at end of file diff --git a/content/blog/simple-blog-post-3.md b/content/blog/simple-blog-post-3.md deleted file mode 100644 index 76b96f2..0000000 --- a/content/blog/simple-blog-post-3.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: "Simple Blog Post" -date: 2018-09-12T12:52:36+06:00 -image_webp: images/blog/blog-post-1.webp -image: images/blog/blog-post-1.jpg -authors: - - John Doe -description : "This is meta description" ---- - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. - -> Design is not just what it looks like and feels like. Design is how it works. - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. \ No newline at end of file diff --git a/content/blog/simple-blog-post-4.md b/content/blog/simple-blog-post-4.md deleted file mode 100644 index 24db914..0000000 --- a/content/blog/simple-blog-post-4.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Simple Blog Post" -date: 2018-09-12T12:52:36+06:00 -draft: true -image_webp: images/blog/blog-post-3.webp -image: images/blog/blog-post-3.jpg -authors: - - John Doe -description : "This is meta description" ---- - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. - -> Design is not just what it looks like and feels like. Design is how it works. - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. \ No newline at end of file diff --git a/content/blog/simple-blog-post-5.md b/content/blog/simple-blog-post-5.md deleted file mode 100644 index 0e245f8..0000000 --- a/content/blog/simple-blog-post-5.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Simple Blog Post" -date: 2018-09-12T12:52:36+06:00 -draft: true -image_webp: images/blog/blog-post-2.webp -image: images/blog/blog-post-2.jpg -authors: - - John Doe -description : "This is meta description" ---- - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. - -> Design is not just what it looks like and feels like. Design is how it works. - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. \ No newline at end of file diff --git a/content/blog/simple-blog-post-6.md b/content/blog/simple-blog-post-6.md deleted file mode 100644 index 84c795a..0000000 --- a/content/blog/simple-blog-post-6.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Simple Blog Post" -date: 2018-09-12T12:52:36+06:00 -draft: true -image_webp: images/blog/blog-post-1.webp -image: images/blog/blog-post-1.jpg -authors: - - Mark Dinn -description : "This is meta description" ---- - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. - -> Design is not just what it looks like and feels like. Design is how it works. - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. \ No newline at end of file diff --git a/content/blog/simple-blog-post-7.md b/content/blog/simple-blog-post-7.md deleted file mode 100644 index 24db914..0000000 --- a/content/blog/simple-blog-post-7.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Simple Blog Post" -date: 2018-09-12T12:52:36+06:00 -draft: true -image_webp: images/blog/blog-post-3.webp -image: images/blog/blog-post-3.jpg -authors: - - John Doe -description : "This is meta description" ---- - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. - -> Design is not just what it looks like and feels like. Design is how it works. - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. \ No newline at end of file diff --git a/content/blog/simple-blog-post-8.md b/content/blog/simple-blog-post-8.md deleted file mode 100644 index f603339..0000000 --- a/content/blog/simple-blog-post-8.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "Are You Doing the Right Way" -date: 2018-09-12T14:51:12+06:00 -draft: true -image_webp: images/blog/blog-post-2.webp -image: images/blog/blog-post-2.jpg -authors: - - John Doe -description : "This is meta description" ---- - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae. Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. - -> Design is not just what it looks like and feels like. Design is how it works. - -Praesent sapien massa, convallis a pellentesque nec, egestas non nisi. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. - -Sed porttitor lectus nibh. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Vestibulum ac diam sit amet quam vehicula elementum sed sit amet dui. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna justo, lacinia eget consectetur sed, convallis at tellus. Nulla porttitor accumsan tincidunt. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem. Quisque velit nisi, pretium ut lacinia in, elementum id enim. \ No newline at end of file diff --git a/content/blog/what-is-developer-experience.md b/content/blog/what-is-developer-experience.md deleted file mode 100644 index 83337c7..0000000 --- a/content/blog/what-is-developer-experience.md +++ /dev/null @@ -1,29 +0,0 @@ ---- -title: 'What Is Developer Experience?' -date: '2024-01-31T11:07:28-06:00' -publishDate: '2024-03-31T21:02:12-06:00' -draft: true -image_webp: /images/blog/default.webp # put the actual webp image to use here, stored in /static/images/blog/ -image: /images/blog/default.jpg # put the actual jpg image to use here, stored in /static/images/blog/ -authors: # put each author on its own line as a yaml item -- Jessica West -# - author 2 -description: "Blog post about Developer Experience, what it is, what areas it touches, and common things being discussed" -summary: "Blog post about Developer Experience, what it is, what areas it touches, and common things being discussed" -categories: # put each category on its own line as a yaml item -- Developer Experience -# - category 2 -tags: # put each tag on its own line as a yaml item -- devex -# - tag 2 ---- - - - -## What makes up Developer Experience (DevEx)? - - -## What are common themes around DevEx? - - -## Closing thoughts \ No newline at end of file diff --git a/content/meet-the-team.md b/content/meet-the-team.md index b74c93d..30f067a 100644 --- a/content/meet-the-team.md +++ b/content/meet-the-team.md @@ -11,12 +11,6 @@ We would love to meet up with you, have a drink (coffee, tea, boba, wine, beer, ## Events -- March 14-15, 2024: **Monki Gras 2024**, London, England -- March 14-17, 2024: **SCaLE 21x / DevOpsDays LA**, Los Angeles, CA -- March 19-22, 2024: **KubeCon Europe 2024**, Paris, France - - Happy Hour (LINK to event page) - - Meet up anytime (LINK to Calendly) -- April 9-12, 2024: **DevNexus 2024**, Atlanta, GA - April 15-19, 2024: **Open Source Summit North America 2024**, Seattle, WA - April 22-24, 2024: **Infobip Shift Miami**, Miami, FL - April 29-30, 2024: **DevOps Denver Meetup**, Denver, CO @@ -25,4 +19,3 @@ We would love to meet up with you, have a drink (coffee, tea, boba, wine, beer, - London, England (LINK to Calendly) - Kansas City Metro Area (LINK to Calendly) - diff --git a/data/en/about.yml b/data/en/about.yml index 31f67bd..56be57f 100644 --- a/data/en/about.yml +++ b/data/en/about.yml @@ -3,20 +3,18 @@ about: enable : true title : 'About the DevEx Institute' about_item : - content : "The DevEx Institute is a vendor-neutral research and community organization dedicated to revolutionizing the developer experience through intentional and consumable research, and a dynamic community-driven approach. We are focused on bringing the community together to establish industry-defining better practices, driving educational initiatives, and uniting various stakeholders, including the vendors creating tools and the developers using them, in the Developer Experience field. We envision a global network where every software developer can access essential tools, knowledge, and support, ensuring their ability to be productive in a constantly evolving tech landscape. - -

Through our publications, research, and collaborative community platforms and activities we are working to shape the future of software engineering, making the DevEx Institute a pivotal hub for developer experience worldwide.

" + content : "The DevEx Institute exists to equip developers and practitioners with the resources they need to advocate for the tools and services that optimize their developer experience (DevEx). We're a developer-centric organization, independent of any vendors. Imagine a world where developers have the power to shape their ideal development environment. That's the future we're working towards. By uniting developers and practitioners, we can transform DevEx from a silent wish list to a prioritized business objective." title_purpose : Our Purpose purpose_item : - icon : ti-comments # themify icon pack : https://themify.me/themify-icons - title : Community - content : Gather the different Developer Experience companies, teams, and communities together to influence the broader software engineering industry around DevEx practices in the form of shared spaces and other experiences.

+ title : Collaborative Community + content : Fostering a vibrant developer community where you can share best practices, exchange strategies, and amplify your voice.
- - icon : ti-book # themify icon pack : https://themify.me/themify-icons - title : Education - content : Conduct research on the industry, perform interviews with DevEx practitioners, and produce reports to help educate and influence the direction of the developer experience in software engineering.

+ - icon : ti-microphone # themify icon pack : https://themify.me/themify-icons + title : Advocacy Tools + content : Developing resources and frameworks specifically designed to help developers build strong business cases for the DevEx improvements they need. - - icon : ti-medall # themify icon pack : https://themify.me/themify-icons - title : Better practices - content : Assist our partner organizations in their ability to provide best-in-class developer experiences to their internal customers and in the products they produce with industry-defining better practices.

+ - icon : ti-bar-chart # themify icon pack : https://themify.me/themify-icons + title : Data-Driven Insights + content : Conducting research and gathering real-world data to highlight DevEx, from the bottom-up.


diff --git a/data/en/banner.yml b/data/en/banner.yml index 9a799a0..ea92b8a 100644 --- a/data/en/banner.yml +++ b/data/en/banner.yml @@ -5,7 +5,7 @@ banner: bg_image : "images/backgrounds/hero-area.jpg" icon : "" # themify icon pack : https://themify.me/themify-icons title : "DevEx Institute" - content : "Dedicated to shaping the future of the software developer experience, focusing on fostering collaboration, driving community conversation, and championing inclusivity for all throughout the space." + content : "Building tools and fostering the community to equip developers to champion the Developer Experience they deserve." button: enable : true label : "About Us" diff --git a/data/en/contact.yml b/data/en/contact.yml index f8d63e9..44073ec 100644 --- a/data/en/contact.yml +++ b/data/en/contact.yml @@ -5,7 +5,7 @@ contact: subtitle : Contact Details # title : Stay Connected # subtitle : Connect with us - content : We are currently starting this journey, and we would love to connect with you to hear your thoughts on Developer Experience. Fill out the form to be subscribed to our updates, and if you would like to chat about what we're up to let us know. + content :

Let's Build Better DevEx Together!

We're here to support you in your DevEx advocacy journey. Have questions about what we're building? Want to share your DevEx wins? Reach out and connect with the DevEx community! And if you're a company looking for how you can boost your Developer Experience, internally and externally, let's talk. # Contact details # contact_list: @@ -31,6 +31,7 @@ contact: subject : "Subject" message : "Message" submit : "Submit" + company : "Your Company" form-type : "add-to-mailing-list" schedule-time : "schedule-time" contact-consent : "contact-consent" diff --git a/data/en/meet.yml b/data/en/meet.yml index 7d5b731..db01082 100644 --- a/data/en/meet.yml +++ b/data/en/meet.yml @@ -7,7 +7,7 @@ meet: enable : true title : 'Meet the Team' # about_item : - content : "We would love to meet up with you, have a drink (coffee, tea, boba, wine, beer, etc.), and talk about your experiences using different tools and ways that we can be a resource for you. We have the following activities and events coming up, and would also be happy to meet up somewhere close to where you are." + content : "We would love to meet up with you, have a drink (coffee, tea, boba, wine, beer, etc.), and talk about your experiences using different tools and ways that we can be a resource for you. We have the following activities and events coming up, and would also be happy to meet up somewhere close to where you are. We can also do a virtual session if in-person is not possible." title_events : Upcoming Events title_chats : Chat with us locally @@ -26,66 +26,6 @@ meet: # calendly_link : https://calendly.com/devex-institute/conference-meet-up?&location=1 # calendly_text : Let's meet up - # event item loop - - title : Monki Gras 2024 - short_name : MonkiGras - icon : # themify icon pack : https://themify.me/themify-icons - conf_dates : "March 14-15, 2024" - startdate : 03-14-2024 - enddate : 03-15-2024 - location : London, England - happy_hour : false - happy_hour_link : - happy_hour_text : - calendly : true - calendly_link : https://calendly.com/devex-institute/conference-meet-up?&location=1 - calendly_text : Let's meet up - - # event item loop - - title : SCaLE 21x / DevOpsDays LA - short_name : SCaLE21x - icon : # themify icon pack : https://themify.me/themify-icons - conf_dates : "March 14-17, 2024" - startdate : 03-14-2024 - enddate : 03-17-2024 - location : Los Angeles, CA - happy_hour : false - happy_hour_link : - happy_hour_text : - calendly : true - calendly_link : https://calendly.com/devex-institute/conference-meet-up?&location=1 - calendly_text : Let's meet up - - # event item loop - - title : KubeCon Europe 2024 - short_name : KubeCon-EU - icon : # themify icon pack : https://themify.me/themify-icons - conf_dates : "March 19-22, 2024" - startdate : 03-19-2024 - enddate : 03-22-2024 - location : Paris, France - happy_hour : true - happy_hour_link : https://lu.ma/ebw9o8aa - happy_hour_text : Happy Hour - calendly : true - calendly_link : https://calendly.com/devex-institute/conference-meet-up?&location=1 - calendly_text : Let's meet up - - # event item loop - - title : DevNexus 2024 - short_name : DevNexus - icon : # themify icon pack : https://themify.me/themify-icons - conf_dates : "April 9-12, 2024" - startdate : 04-09-2024 - enddate : 04-12-2024 - location : Atlanta, GA - happy_hour : false - happy_hour_link : - happy_hour_text : - calendly : true - calendly_link : https://calendly.com/devex-institute/conference-meet-up?&location=1 - calendly_text : Let's meet up - # event item loop - title : Open Source Summit North America 2024 short_name : OSSummit-NA @@ -116,21 +56,6 @@ meet: calendly_link : https://calendly.com/devex-institute/conference-meet-up?&location=1 calendly_text : Let's meet up - # event item loop - - title : DevOps Denver Meetup - short_name : DenverDevOps - icon : # themify icon pack : https://themify.me/themify-icons - conf_dates : "April 29-30, 2024" - startdate : 04-29-2024 - enddate : 04-30-2024 - location : Denver, CO - happy_hour : false - happy_hour_link : - happy_hour_text : - calendly : true - calendly_link : https://calendly.com/devex-institute/conference-meet-up?&location=1 - calendly_text : Let's meet up - local_chat_item : # # local chat item loop # - title : diff --git a/data/en/team.yml b/data/en/team.yml index a592be9..cc237c7 100644 --- a/data/en/team.yml +++ b/data/en/team.yml @@ -8,7 +8,7 @@ team: image_webp : image : images/team/jeremy-meiss3.png designation : Co-Founder - content : Jeremy Meiss is a seasoned Developer Relations and Community leader with nearly three decades of versatile experience in the tech industry, from support, networking, systems, databases, and application and website development, to developer relations and community engagement. With extensive experience at SMBs and enterprise companies like Auth0, CircleCI, Sprint, and Hallmark Cards, Jeremy is recognized for his committed advocacy for open-source software and tools, and his deep passion for developer relations, community, and their role in improving the developer experience. Beyond his professional pursuits, he is a devoted husband and father, is extremely passionate about coffee, the mountains, and exploring new technologies, creating a unique blend of technical proficiency and personal interests that drive his success in the industry.



+ content : Jeremy is a seasoned Developer Relations and Community leader with nearly three decades of versatile experience in the tech industry, from support, networking, systems, databases, and application and website development, to developer relations and community engagement. With extensive experience at SMBs and enterprise companies like Auth0, CircleCI, Sprint, and Hallmark Cards, Jeremy is recognized for his committed advocacy for open-source software and tools, and his deep passion for developer relations, community, and their role in improving the developer experience. Beyond his professional pursuits, he is a devoted husband and father, is extremely passionate about coffee, the mountains, and exploring new technologies, creating a unique blend of technical proficiency and personal interests that drive his success in the industry.


social : - icon : ti-linkedin # themify icon pack : https://themify.me/themify-icons link : "https://linkedin.com/in/jeremymeiss/" @@ -22,7 +22,7 @@ team: image_webp : image : images/team/jessica-west.jpg designation : Co-Founder - content : Jessica West boasts an impressive two-decade career encompassing management, marketing, sales, and engineering roles. She is renowned for her results-driven approach and the ability to galvanize teams for operational excellence. Jessica is a master collaborator, seamlessly bridging the gap between diverse teams and domains, from product development to marketing and engineering. Her unwavering commitment to outcomes and high-impact leadership make her a go-to choice for organizations seeking transformative change. With a passion for community building, Jessica's visionary leadership extends beyond her professional life, creating serendipitous connections and generously sharing her expertise. She is a captivating speaker, influencer, and brand ambassador known for her ability to make technical concepts meaningful and memorable. Jessica West is a dynamic force shaping the future of high-growth, high-performing companies. + content : Jessica boasts an impressive two-decade career encompassing management, marketing, sales, and engineering roles. She is renowned for her results-driven approach and the ability to galvanize teams for operational excellence. Jessica is a master collaborator, seamlessly bridging the gap between diverse teams and domains, from product development to marketing and engineering. Her unwavering commitment to outcomes and high-impact leadership make her a go-to choice for organizations seeking transformative change. With a passion for community building, Jessica's visionary leadership extends beyond her professional life, creating serendipitous connections and generously sharing her expertise. She is a captivating speaker, influencer, and brand ambassador known for her ability to make technical concepts meaningful and memorable. Jessica West is a dynamic force shaping the future of high-growth, high-performing companies. social : - icon : ti-linkedin # themify icon pack : https://themify.me/themify-icons link : "https://linkedin.com/in/jessicagwest/" diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html index d82259c..3b3d8ca 100644 --- a/layouts/partials/contact.html +++ b/layouts/partials/contact.html @@ -70,6 +70,9 @@

{{ .subtitle | markdownify }}

*
+
+ +
diff --git a/layouts/partials/team.html b/layouts/partials/team.html index fb40b1a..bb718bc 100644 --- a/layouts/partials/team.html +++ b/layouts/partials/team.html @@ -18,7 +18,7 @@

{{ with .title }} {{ index (split . " ") 0 | safeHTML }} {{ end }}" | safeHTML}} -
+
{{"" | safeHTML}} diff --git a/themes/meghna-hugo/static/plugins/themify-icons/fonts/themify.eot b/static/plugins/themify-icons/fonts/themify.eot similarity index 100% rename from themes/meghna-hugo/static/plugins/themify-icons/fonts/themify.eot rename to static/plugins/themify-icons/fonts/themify.eot diff --git a/themes/meghna-hugo/static/plugins/themify-icons/fonts/themify.svg b/static/plugins/themify-icons/fonts/themify.svg similarity index 100% rename from themes/meghna-hugo/static/plugins/themify-icons/fonts/themify.svg rename to static/plugins/themify-icons/fonts/themify.svg diff --git a/themes/meghna-hugo/static/plugins/themify-icons/fonts/themify.ttf b/static/plugins/themify-icons/fonts/themify.ttf similarity index 100% rename from themes/meghna-hugo/static/plugins/themify-icons/fonts/themify.ttf rename to static/plugins/themify-icons/fonts/themify.ttf diff --git a/themes/meghna-hugo/static/plugins/themify-icons/fonts/themify.woff b/static/plugins/themify-icons/fonts/themify.woff similarity index 100% rename from themes/meghna-hugo/static/plugins/themify-icons/fonts/themify.woff rename to static/plugins/themify-icons/fonts/themify.woff diff --git a/static/plugins/themify-icons/themify-icons.css b/static/plugins/themify-icons/themify-icons.css new file mode 100644 index 0000000..f1e04e9 --- /dev/null +++ b/static/plugins/themify-icons/themify-icons.css @@ -0,0 +1,1081 @@ +@font-face { + font-family: 'themify'; + src:url('fonts/themify.eot?-fvbane'); + src:url('fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), + url('fonts/themify.woff?-fvbane') format('woff'), + url('fonts/themify.ttf?-fvbane') format('truetype'), + url('fonts/themify.svg?-fvbane#themify') format('svg'); + font-weight: normal; + font-style: normal; +} + +[class^="ti-"], [class*=" ti-"] { + font-family: 'themify'; + speak: none; + font-style: normal; + font-weight: normal; + font-variant: normal; + text-transform: none; + line-height: 1; + + /* Better Font Rendering =========== */ + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; +} + +.ti-wand:before { + content: "\e600"; +} +.ti-volume:before { + content: "\e601"; +} +.ti-user:before { + content: "\e602"; +} +.ti-unlock:before { + content: "\e603"; +} +.ti-unlink:before { + content: "\e604"; +} +.ti-trash:before { + content: "\e605"; +} +.ti-thought:before { + content: "\e606"; +} +.ti-target:before { + content: "\e607"; +} +.ti-tag:before { + content: "\e608"; +} +.ti-tablet:before { + content: "\e609"; +} +.ti-star:before { + content: "\e60a"; +} +.ti-spray:before { + content: "\e60b"; +} +.ti-signal:before { + content: "\e60c"; +} +.ti-shopping-cart:before { + content: "\e60d"; +} +.ti-shopping-cart-full:before { + content: "\e60e"; +} +.ti-settings:before { + content: "\e60f"; +} +.ti-search:before { + content: "\e610"; +} +.ti-zoom-in:before { + content: "\e611"; +} +.ti-zoom-out:before { + content: "\e612"; +} +.ti-cut:before { + content: "\e613"; +} +.ti-ruler:before { + content: "\e614"; +} +.ti-ruler-pencil:before { + content: "\e615"; +} +.ti-ruler-alt:before { + content: "\e616"; +} +.ti-bookmark:before { + content: "\e617"; +} +.ti-bookmark-alt:before { + content: "\e618"; +} +.ti-reload:before { + content: "\e619"; +} +.ti-plus:before { + content: "\e61a"; +} +.ti-pin:before { + content: "\e61b"; +} +.ti-pencil:before { + content: "\e61c"; +} +.ti-pencil-alt:before { + content: "\e61d"; +} +.ti-paint-roller:before { + content: "\e61e"; +} +.ti-paint-bucket:before { + content: "\e61f"; +} +.ti-na:before { + content: "\e620"; +} +.ti-mobile:before { + content: "\e621"; +} +.ti-minus:before { + content: "\e622"; +} +.ti-medall:before { + content: "\e623"; +} +.ti-medall-alt:before { + content: "\e624"; +} +.ti-marker:before { + content: "\e625"; +} +.ti-marker-alt:before { + content: "\e626"; +} +.ti-arrow-up:before { + content: "\e627"; +} +.ti-arrow-right:before { + content: "\e628"; +} +.ti-arrow-left:before { + content: "\e629"; +} +.ti-arrow-down:before { + content: "\e62a"; +} +.ti-lock:before { + content: "\e62b"; +} +.ti-location-arrow:before { + content: "\e62c"; +} +.ti-link:before { + content: "\e62d"; +} +.ti-layout:before { + content: "\e62e"; +} +.ti-layers:before { + content: "\e62f"; +} +.ti-layers-alt:before { + content: "\e630"; +} +.ti-key:before { + content: "\e631"; +} +.ti-import:before { + content: "\e632"; +} +.ti-image:before { + content: "\e633"; +} +.ti-heart:before { + content: "\e634"; +} +.ti-heart-broken:before { + content: "\e635"; +} +.ti-hand-stop:before { + content: "\e636"; +} +.ti-hand-open:before { + content: "\e637"; +} +.ti-hand-drag:before { + content: "\e638"; +} +.ti-folder:before { + content: "\e639"; +} +.ti-flag:before { + content: "\e63a"; +} +.ti-flag-alt:before { + content: "\e63b"; +} +.ti-flag-alt-2:before { + content: "\e63c"; +} +.ti-eye:before { + content: "\e63d"; +} +.ti-export:before { + content: "\e63e"; +} +.ti-exchange-vertical:before { + content: "\e63f"; +} +.ti-desktop:before { + content: "\e640"; +} +.ti-cup:before { + content: "\e641"; +} +.ti-crown:before { + content: "\e642"; +} +.ti-comments:before { + content: "\e643"; +} +.ti-comment:before { + content: "\e644"; +} +.ti-comment-alt:before { + content: "\e645"; +} +.ti-close:before { + content: "\e646"; +} +.ti-clip:before { + content: "\e647"; +} +.ti-angle-up:before { + content: "\e648"; +} +.ti-angle-right:before { + content: "\e649"; +} +.ti-angle-left:before { + content: "\e64a"; +} +.ti-angle-down:before { + content: "\e64b"; +} +.ti-check:before { + content: "\e64c"; +} +.ti-check-box:before { + content: "\e64d"; +} +.ti-camera:before { + content: "\e64e"; +} +.ti-announcement:before { + content: "\e64f"; +} +.ti-brush:before { + content: "\e650"; +} +.ti-briefcase:before { + content: "\e651"; +} +.ti-bolt:before { + content: "\e652"; +} +.ti-bolt-alt:before { + content: "\e653"; +} +.ti-blackboard:before { + content: "\e654"; +} +.ti-bag:before { + content: "\e655"; +} +.ti-move:before { + content: "\e656"; +} +.ti-arrows-vertical:before { + content: "\e657"; +} +.ti-arrows-horizontal:before { + content: "\e658"; +} +.ti-fullscreen:before { + content: "\e659"; +} +.ti-arrow-top-right:before { + content: "\e65a"; +} +.ti-arrow-top-left:before { + content: "\e65b"; +} +.ti-arrow-circle-up:before { + content: "\e65c"; +} +.ti-arrow-circle-right:before { + content: "\e65d"; +} +.ti-arrow-circle-left:before { + content: "\e65e"; +} +.ti-arrow-circle-down:before { + content: "\e65f"; +} +.ti-angle-double-up:before { + content: "\e660"; +} +.ti-angle-double-right:before { + content: "\e661"; +} +.ti-angle-double-left:before { + content: "\e662"; +} +.ti-angle-double-down:before { + content: "\e663"; +} +.ti-zip:before { + content: "\e664"; +} +.ti-world:before { + content: "\e665"; +} +.ti-wheelchair:before { + content: "\e666"; +} +.ti-view-list:before { + content: "\e667"; +} +.ti-view-list-alt:before { + content: "\e668"; +} +.ti-view-grid:before { + content: "\e669"; +} +.ti-uppercase:before { + content: "\e66a"; +} +.ti-upload:before { + content: "\e66b"; +} +.ti-underline:before { + content: "\e66c"; +} +.ti-truck:before { + content: "\e66d"; +} +.ti-timer:before { + content: "\e66e"; +} +.ti-ticket:before { + content: "\e66f"; +} +.ti-thumb-up:before { + content: "\e670"; +} +.ti-thumb-down:before { + content: "\e671"; +} +.ti-text:before { + content: "\e672"; +} +.ti-stats-up:before { + content: "\e673"; +} +.ti-stats-down:before { + content: "\e674"; +} +.ti-split-v:before { + content: "\e675"; +} +.ti-split-h:before { + content: "\e676"; +} +.ti-smallcap:before { + content: "\e677"; +} +.ti-shine:before { + content: "\e678"; +} +.ti-shift-right:before { + content: "\e679"; +} +.ti-shift-left:before { + content: "\e67a"; +} +.ti-shield:before { + content: "\e67b"; +} +.ti-notepad:before { + content: "\e67c"; +} +.ti-server:before { + content: "\e67d"; +} +.ti-quote-right:before { + content: "\e67e"; +} +.ti-quote-left:before { + content: "\e67f"; +} +.ti-pulse:before { + content: "\e680"; +} +.ti-printer:before { + content: "\e681"; +} +.ti-power-off:before { + content: "\e682"; +} +.ti-plug:before { + content: "\e683"; +} +.ti-pie-chart:before { + content: "\e684"; +} +.ti-paragraph:before { + content: "\e685"; +} +.ti-panel:before { + content: "\e686"; +} +.ti-package:before { + content: "\e687"; +} +.ti-music:before { + content: "\e688"; +} +.ti-music-alt:before { + content: "\e689"; +} +.ti-mouse:before { + content: "\e68a"; +} +.ti-mouse-alt:before { + content: "\e68b"; +} +.ti-money:before { + content: "\e68c"; +} +.ti-microphone:before { + content: "\e68d"; +} +.ti-menu:before { + content: "\e68e"; +} +.ti-menu-alt:before { + content: "\e68f"; +} +.ti-map:before { + content: "\e690"; +} +.ti-map-alt:before { + content: "\e691"; +} +.ti-loop:before { + content: "\e692"; +} +.ti-location-pin:before { + content: "\e693"; +} +.ti-list:before { + content: "\e694"; +} +.ti-light-bulb:before { + content: "\e695"; +} +.ti-Italic:before { + content: "\e696"; +} +.ti-info:before { + content: "\e697"; +} +.ti-infinite:before { + content: "\e698"; +} +.ti-id-badge:before { + content: "\e699"; +} +.ti-hummer:before { + content: "\e69a"; +} +.ti-home:before { + content: "\e69b"; +} +.ti-help:before { + content: "\e69c"; +} +.ti-headphone:before { + content: "\e69d"; +} +.ti-harddrives:before { + content: "\e69e"; +} +.ti-harddrive:before { + content: "\e69f"; +} +.ti-gift:before { + content: "\e6a0"; +} +.ti-game:before { + content: "\e6a1"; +} +.ti-filter:before { + content: "\e6a2"; +} +.ti-files:before { + content: "\e6a3"; +} +.ti-file:before { + content: "\e6a4"; +} +.ti-eraser:before { + content: "\e6a5"; +} +.ti-envelope:before { + content: "\e6a6"; +} +.ti-download:before { + content: "\e6a7"; +} +.ti-direction:before { + content: "\e6a8"; +} +.ti-direction-alt:before { + content: "\e6a9"; +} +.ti-dashboard:before { + content: "\e6aa"; +} +.ti-control-stop:before { + content: "\e6ab"; +} +.ti-control-shuffle:before { + content: "\e6ac"; +} +.ti-control-play:before { + content: "\e6ad"; +} +.ti-control-pause:before { + content: "\e6ae"; +} +.ti-control-forward:before { + content: "\e6af"; +} +.ti-control-backward:before { + content: "\e6b0"; +} +.ti-cloud:before { + content: "\e6b1"; +} +.ti-cloud-up:before { + content: "\e6b2"; +} +.ti-cloud-down:before { + content: "\e6b3"; +} +.ti-clipboard:before { + content: "\e6b4"; +} +.ti-car:before { + content: "\e6b5"; +} +.ti-calendar:before { + content: "\e6b6"; +} +.ti-book:before { + content: "\e6b7"; +} +.ti-bell:before { + content: "\e6b8"; +} +.ti-basketball:before { + content: "\e6b9"; +} +.ti-bar-chart:before { + content: "\e6ba"; +} +.ti-bar-chart-alt:before { + content: "\e6bb"; +} +.ti-back-right:before { + content: "\e6bc"; +} +.ti-back-left:before { + content: "\e6bd"; +} +.ti-arrows-corner:before { + content: "\e6be"; +} +.ti-archive:before { + content: "\e6bf"; +} +.ti-anchor:before { + content: "\e6c0"; +} +.ti-align-right:before { + content: "\e6c1"; +} +.ti-align-left:before { + content: "\e6c2"; +} +.ti-align-justify:before { + content: "\e6c3"; +} +.ti-align-center:before { + content: "\e6c4"; +} +.ti-alert:before { + content: "\e6c5"; +} +.ti-alarm-clock:before { + content: "\e6c6"; +} +.ti-agenda:before { + content: "\e6c7"; +} +.ti-write:before { + content: "\e6c8"; +} +.ti-window:before { + content: "\e6c9"; +} +.ti-widgetized:before { + content: "\e6ca"; +} +.ti-widget:before { + content: "\e6cb"; +} +.ti-widget-alt:before { + content: "\e6cc"; +} +.ti-wallet:before { + content: "\e6cd"; +} +.ti-video-clapper:before { + content: "\e6ce"; +} +.ti-video-camera:before { + content: "\e6cf"; +} +.ti-vector:before { + content: "\e6d0"; +} +.ti-themify-logo:before { + content: "\e6d1"; +} +.ti-themify-favicon:before { + content: "\e6d2"; +} +.ti-themify-favicon-alt:before { + content: "\e6d3"; +} +.ti-support:before { + content: "\e6d4"; +} +.ti-stamp:before { + content: "\e6d5"; +} +.ti-split-v-alt:before { + content: "\e6d6"; +} +.ti-slice:before { + content: "\e6d7"; +} +.ti-shortcode:before { + content: "\e6d8"; +} +.ti-shift-right-alt:before { + content: "\e6d9"; +} +.ti-shift-left-alt:before { + content: "\e6da"; +} +.ti-ruler-alt-2:before { + content: "\e6db"; +} +.ti-receipt:before { + content: "\e6dc"; +} +.ti-pin2:before { + content: "\e6dd"; +} +.ti-pin-alt:before { + content: "\e6de"; +} +.ti-pencil-alt2:before { + content: "\e6df"; +} +.ti-palette:before { + content: "\e6e0"; +} +.ti-more:before { + content: "\e6e1"; +} +.ti-more-alt:before { + content: "\e6e2"; +} +.ti-microphone-alt:before { + content: "\e6e3"; +} +.ti-magnet:before { + content: "\e6e4"; +} +.ti-line-double:before { + content: "\e6e5"; +} +.ti-line-dotted:before { + content: "\e6e6"; +} +.ti-line-dashed:before { + content: "\e6e7"; +} +.ti-layout-width-full:before { + content: "\e6e8"; +} +.ti-layout-width-default:before { + content: "\e6e9"; +} +.ti-layout-width-default-alt:before { + content: "\e6ea"; +} +.ti-layout-tab:before { + content: "\e6eb"; +} +.ti-layout-tab-window:before { + content: "\e6ec"; +} +.ti-layout-tab-v:before { + content: "\e6ed"; +} +.ti-layout-tab-min:before { + content: "\e6ee"; +} +.ti-layout-slider:before { + content: "\e6ef"; +} +.ti-layout-slider-alt:before { + content: "\e6f0"; +} +.ti-layout-sidebar-right:before { + content: "\e6f1"; +} +.ti-layout-sidebar-none:before { + content: "\e6f2"; +} +.ti-layout-sidebar-left:before { + content: "\e6f3"; +} +.ti-layout-placeholder:before { + content: "\e6f4"; +} +.ti-layout-menu:before { + content: "\e6f5"; +} +.ti-layout-menu-v:before { + content: "\e6f6"; +} +.ti-layout-menu-separated:before { + content: "\e6f7"; +} +.ti-layout-menu-full:before { + content: "\e6f8"; +} +.ti-layout-media-right-alt:before { + content: "\e6f9"; +} +.ti-layout-media-right:before { + content: "\e6fa"; +} +.ti-layout-media-overlay:before { + content: "\e6fb"; +} +.ti-layout-media-overlay-alt:before { + content: "\e6fc"; +} +.ti-layout-media-overlay-alt-2:before { + content: "\e6fd"; +} +.ti-layout-media-left-alt:before { + content: "\e6fe"; +} +.ti-layout-media-left:before { + content: "\e6ff"; +} +.ti-layout-media-center-alt:before { + content: "\e700"; +} +.ti-layout-media-center:before { + content: "\e701"; +} +.ti-layout-list-thumb:before { + content: "\e702"; +} +.ti-layout-list-thumb-alt:before { + content: "\e703"; +} +.ti-layout-list-post:before { + content: "\e704"; +} +.ti-layout-list-large-image:before { + content: "\e705"; +} +.ti-layout-line-solid:before { + content: "\e706"; +} +.ti-layout-grid4:before { + content: "\e707"; +} +.ti-layout-grid3:before { + content: "\e708"; +} +.ti-layout-grid2:before { + content: "\e709"; +} +.ti-layout-grid2-thumb:before { + content: "\e70a"; +} +.ti-layout-cta-right:before { + content: "\e70b"; +} +.ti-layout-cta-left:before { + content: "\e70c"; +} +.ti-layout-cta-center:before { + content: "\e70d"; +} +.ti-layout-cta-btn-right:before { + content: "\e70e"; +} +.ti-layout-cta-btn-left:before { + content: "\e70f"; +} +.ti-layout-column4:before { + content: "\e710"; +} +.ti-layout-column3:before { + content: "\e711"; +} +.ti-layout-column2:before { + content: "\e712"; +} +.ti-layout-accordion-separated:before { + content: "\e713"; +} +.ti-layout-accordion-merged:before { + content: "\e714"; +} +.ti-layout-accordion-list:before { + content: "\e715"; +} +.ti-ink-pen:before { + content: "\e716"; +} +.ti-info-alt:before { + content: "\e717"; +} +.ti-help-alt:before { + content: "\e718"; +} +.ti-headphone-alt:before { + content: "\e719"; +} +.ti-hand-point-up:before { + content: "\e71a"; +} +.ti-hand-point-right:before { + content: "\e71b"; +} +.ti-hand-point-left:before { + content: "\e71c"; +} +.ti-hand-point-down:before { + content: "\e71d"; +} +.ti-gallery:before { + content: "\e71e"; +} +.ti-face-smile:before { + content: "\e71f"; +} +.ti-face-sad:before { + content: "\e720"; +} +.ti-credit-card:before { + content: "\e721"; +} +.ti-control-skip-forward:before { + content: "\e722"; +} +.ti-control-skip-backward:before { + content: "\e723"; +} +.ti-control-record:before { + content: "\e724"; +} +.ti-control-eject:before { + content: "\e725"; +} +.ti-comments-smiley:before { + content: "\e726"; +} +.ti-brush-alt:before { + content: "\e727"; +} +.ti-youtube:before { + content: "\e728"; +} +.ti-vimeo:before { + content: "\e729"; +} +.ti-twitter:before { + content: "\e72a"; +} +.ti-time:before { + content: "\e72b"; +} +.ti-tumblr:before { + content: "\e72c"; +} +.ti-skype:before { + content: "\e72d"; +} +.ti-share:before { + content: "\e72e"; +} +.ti-share-alt:before { + content: "\e72f"; +} +.ti-rocket:before { + content: "\e730"; +} +.ti-pinterest:before { + content: "\e731"; +} +.ti-new-window:before { + content: "\e732"; +} +.ti-microsoft:before { + content: "\e733"; +} +.ti-list-ol:before { + content: "\e734"; +} +.ti-linkedin:before { + content: "\e735"; +} +.ti-layout-sidebar-2:before { + content: "\e736"; +} +.ti-layout-grid4-alt:before { + content: "\e737"; +} +.ti-layout-grid3-alt:before { + content: "\e738"; +} +.ti-layout-grid2-alt:before { + content: "\e739"; +} +.ti-layout-column4-alt:before { + content: "\e73a"; +} +.ti-layout-column3-alt:before { + content: "\e73b"; +} +.ti-layout-column2-alt:before { + content: "\e73c"; +} +.ti-instagram:before { + content: "\e73d"; +} +.ti-google:before { + content: "\e73e"; +} +.ti-github:before { + content: "\e73f"; +} +.ti-flickr:before { + content: "\e740"; +} +.ti-facebook:before { + content: "\e741"; +} +.ti-dropbox:before { + content: "\e742"; +} +.ti-dribbble:before { + content: "\e743"; +} +.ti-apple:before { + content: "\e744"; +} +.ti-android:before { + content: "\e745"; +} +.ti-save:before { + content: "\e746"; +} +.ti-save-alt:before { + content: "\e747"; +} +.ti-yahoo:before { + content: "\e748"; +} +.ti-wordpress:before { + content: "\e749"; +} +.ti-vimeo-alt:before { + content: "\e74a"; +} +.ti-twitter-alt:before { + content: "\e74b"; +} +.ti-tumblr-alt:before { + content: "\e74c"; +} +.ti-trello:before { + content: "\e74d"; +} +.ti-stack-overflow:before { + content: "\e74e"; +} +.ti-soundcloud:before { + content: "\e74f"; +} +.ti-sharethis:before { + content: "\e750"; +} +.ti-sharethis-alt:before { + content: "\e751"; +} +.ti-reddit:before { + content: "\e752"; +} +.ti-pinterest-alt:before { + content: "\e753"; +} +.ti-microsoft-alt:before { + content: "\e754"; +} +.ti-linux:before { + content: "\e755"; +} +.ti-jsfiddle:before { + content: "\e756"; +} +.ti-joomla:before { + content: "\e757"; +} +.ti-html5:before { + content: "\e758"; +} +.ti-flickr-alt:before { + content: "\e759"; +} +.ti-email:before { + content: "\e75a"; +} +.ti-drupal:before { + content: "\e75b"; +} +.ti-dropbox-alt:before { + content: "\e75c"; +} +.ti-css3:before { + content: "\e75d"; +} +.ti-rss:before { + content: "\e75e"; +} +.ti-rss-alt:before { + content: "\e75f"; +}