Giter VIP home page Giter VIP logo

eclipsefdn / edgenative.eclipse.org Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 13.0 3.16 MB

To deliver production-ready platforms for the development, operation, and management of edge native applications deployed to heterogeneous environments where computational power and data storage are physically distributed wherever they are needed.

Home Page: https://edgenative.eclipse.org

License: Eclipse Public License 2.0

JavaScript 7.80% HTML 50.25% Less 38.27% Mustache 2.32% Jsonnet 1.36%
hugo webdev

edgenative.eclipse.org's People

Contributors

autumnfound avatar chrisguindon avatar drluckyspin avatar ericpoirier avatar fdesbiens avatar flora8984461 avatar fredg02 avatar mbarbero avatar pixcell avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

edgenative.eclipse.org's Issues

Add featured story banner to edgenative.eclipse.org homepage

We'd like to add a featured story to the Edge Native homepage, similar to what the ECD Tools site has:

image

On the right side, can we add the White Paper thumbnail image (attached) and text as follows:

(LOGO)
Text: EdgeOps: A New Open Source Vision
Button: Download White Paper
1

Nothing listed in the "What's New" section

On the newly deployed site, there is nothing listed in the "What's New" section.

Presumably this should contain something about the launch of the WG.

Also.. when you click through, the section heading is not UPPERCASE

Create initial look and feel for edgenative.eclipse.org

Since we are running on time (we need something on prod by the end of this week), the plan is to create a very basic website based off the work we did for https://www.openhwgroup.org/ but with different colors, font and images.

The initial website will have 2 pages, the homepage and a FAQ page.

We plan on having the same number of sections on the homepage but with a slight variation on the content.

Homepage sections:

  • Jumbotron
  • News and Events
  • Mission Statement
  • Our Founding Members
  • Testimonials
  • FAQ teaser
  • Featured footer for promoting slack workspace and mailing list.

I created a basic website based off our Eclipse Foundation Hugo theme that we should now customize with the help of our designer, @ChristieWittEclipse:
https://eclipsefdn-edgenative.netlify.com/

Screen Shot 2019-12-05 at 11 22 12 AM

Let's start by defining the following:

Color pallette:

  • @brand-primary: #f7941e; // Orange
  • @brand-secondary: #404040; // Gray
  • @brand-tertiary: #3f7b96; // Blue
  • @brand-quaternary: #efefef; // Light Gray
  • @brand-quinary: @brand-quaternary; // Light Gray (Breadcrumbs)
  • @brand-info: @brand-tertiary;
  • @brand-info-light: lighten(@brand-info, 20%);
  • @brand-warning: @brand-primary;
  • These are currently the colors of the Eclipse Foundation website. We should change them!

Default Styles

  • Headings
  • font

Branding

  • SVG Logo:
  • Social media image:
  • Favicon:

Graphics/Images

  • Jumbotron background & styles
  • Mission statement section background & styles
  • Testimonials section background & styles
  • FAQ section background & styles
  • Join our mailing list section background & styles

Migrate website source repository to Eclipse Gitlab

Over the last few months, we've been busy migrating some of our websites to Eclipse Gitlab:
https://gitlab.eclipse.org/eclipsefdn/it/websites

Today, I would like to recommend that we migrate this website repository under https://gitlab.eclipse.org/eclipsefdn/it/websites

This move makes it easier for foundation staff to collaborate and manage priorities since we can review issues by group https://gitlab.eclipse.org/groups/eclipsefdn/it/websites/-/issues

Triage is a bit more time-consuming on Github since we need to manually visit the issue queue of each project.

@fdesbiens Do you have any issues with us moving this repository? Also, if you agree, do you need some time to communicate this change with the WG before we do the move?

Thanks!

Update the News section

News item
date = "2019-12-11"
title = "Eclipse Foundation Launches Edge-Native Working Group"
link = "https://adtmag.com/articles/2019/12/11/eclipse-edge.aspx"

News item
date = "2019-12-11"
title = "Eclipse Foundation launches Edge Native Working Group"
link = "http://www.tuxmachines.org/node/131553
"

News item
date = "2019-12-12"
title = "Edge Native Working Group launches from the Eclipse Foundation"
link = "https://appdevelopermagazine.com/edge-native-working-group-launches-from-the-eclipse-foundation/
"

News item
date = "2019-12-12"
title = "Eclipse Foundation shines a light on edge computing"
link = "https://devclass.com/2019/12/12/eclipse-foundation-shines-a-light-on-edge-computing/"

News item
date = "2019-12-12"
title = "Eclipse Foundation Launches Edge Native Working Group To Push Open Source Adoption"
link = "https://opensourceforu.com/2019/12/eclipse-foundation-launches-edge-native-working-group-to-push-open-source-adoption/"

Update the News section

News item
date = "2020-12-10"
title = "Eclipse Foundation Warns Operators: Don’t Be a ‘Dumb Pipe’ for AWS"
link = "https://www.sdxcentral.com/articles/news/eclipse-foundation-warns-operators-dont-be-a-dumb-pipe-for-aws/2019/12/"
description="Sdx central analyzes in this article how the Eclipse Foundation is fostering a vendor-neutrally governed open source software for edge computing. The Edge Native Working Group aims at providing operators with a software stack that developers can innovate on at the edge. In the future, the group may evolve to begin developing industry-specific applications for edge computing. "

Update the news section

News item
date = "2020-10-12"
title = "Eclipse Foundation forms working group for open source edge computing tech"
link = "https://venturebeat.com/2019/12/10/eclipse-foundation-forms-working-group-for-open-source-edge-computing-tech/"
description = "Discover in this article from Venture Beat the goals, plans and benefits of forming the Edge Native Working Group at the Eclipse Foundation. In a nutshell, the working group focuses on the challenges it sees as endemic to edge computing across industries: a heterogenous hardware landscape, low bandwidth, latency, limited power, and security. The Edge Native Working Group is housing, among other projects, the Eclipse ioFog and Eclipse fog05 projects. Founding members include Adlink, Bosch, Edgeworx, Eurotech, Kynetics, Huawei, Intel, and Siemens.
"

Embed membership form on edgenative.eclipse.org

Similar to EclipseFdn/iot.eclipse.org#666, we would like to embed the contact us form on edgenative.eclipse.org.

Here is the code to embed the form:

<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<script>
  hbspt.forms.create({
	region: "na1",
	portalId: "5413615",
	formId: "052af14a-58cd-47e1-9deb-5ab1ba79a83d"
});
</script>

CC @hassanjaber98

Images are missing or distorted on IE11

Describe the bug
Happened on IE11, Some founding members' images are not showing very well, and missing CEOs' images.

Screenshots
image

Desktop (please complete the following information):

  • OS: [e.g. iOS] Win10
  • Browser [e.g. chrome, safari] IE11

Update the news section

News item
date = "2020-10-12"
title = "Eclipse Foundation Launches Edge Computing Working Group"
link = "https://www.lightreading.com/the-edge/eclipse-foundation-launches-edge-computing-working-group/d/d-id/756192?f_src=lightreading_editorspicks_rss_latest"
description = "Light Reading highlights how the Edge Native Working Group will drive the evolution and broad adoption of open source software for edge computing. The development of various layers of software at the network edge will enable industries to build customized applications for their own specific implementations. This includes applications for retail, carrier environments, 5G, IoT, and Industry 4.0 or smart manufacturing deployments."

Update the news section

News item
date = "2019-12-12"
title = "Edge Computing Takes Centre Stage"
link = "https://www.ccsinsight.com/blog/edge-computing-takes-centre-stage/"

News item
date = "2019-12-12"
title = "Edge computing consortiums start to multiply to the benefit of MSPs"
link = "https://smartermsp.com/edge-computing-consortiums-start-to-multiply-to-the-benefit-of-msps/"

News item
date = "2019-12-13"
title = "As computing explodes at the network edge, cloud providers and telcos jockey for the lead"
link = "https://siliconangle.com/2019/12/13/computing-explodes-network-edge-cloud-providers-telcos-jockey-lead/"

Updating the Edge Native Logo

Please update the attached logo which has been fixed recently with the old one at: https://edgenative.eclipse.org/

edge-logo-white-horizontal

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context
Add any other context about the problem here.

Update the news section

News item
date = "2019-12-10"
title = "Eclipse Foundation launches Edge Native Working Group"
link = "http://linuxgizmos.com/eclipse-foundation-launches-edge-native-working-group/"

News item
date = "2019-12-11"
title = "The Eclipse Foundation launches the edge native working group to deliver production grade code for open source edge computing "
link = "https://devops.com/the-eclipse-foundation-launches-the-edge-native-working-group-to-deliver-production-grade-code-for-open-source-edge-computing/"

News item
date = "2019-12-19"
title = "Huawei, Intel, Bosch Et Al Take On Open Source Edge Computing"
link = "https://data-economy.com/huawei-intel-bosch-et-al-take-on-open-source-edge-computing/"

News item
date = "2019-12-11"
title = "Eclipse Foundation startet Arbeitsgruppe für Edge-Computing"
link = "https://www.heise.de/developer/meldung/Eclipse-Foundation-startet-Arbeitsgruppe-fuer-Edge-Computing-4610712.html"

Add Mike's blog to news

Please add Mike's blog to news on edgenative.eclipse.org

Title: The 2020 IoT Developer Survey Goes to the Edge
Author: Mike Milinkovich
Date: Monday, May 11, 2020 - 08:30
Summary: Our 2020 IoT Developer Survey is open until June 26, and for the first time, the survey includes questions about how developers are incorporating edge computing technologies into their IoT solutions.

Link: https://blogs.eclipse.org/post/mike-milinkovich/2020-iot-developer-survey-goes-edge

Please let me know if there's anything else you need

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.