GithubHelp home page GithubHelp logo

nmcain / fuchsia-web-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mgoulao/fuchsia-web-demo

0.0 2.0 0.0 7.53 MB

Pink + Purple + Web == Fuchsia Web Demo - (unofficial)

HTML 44.83% CSS 29.45% JavaScript 25.73%

fuchsia-web-demo's Introduction

fuchsia-web-demo

Pink + Purple + Web == Fuchsia Web Demo - (unofficial)

Description

The Fuchsia Web Demo tries to simulate the UI and animations of Fuchsia OS. So anyone can experience a little bit of the OS Google is developing. LINK

Images

alt text alt text alt text

Create Dummy App

This repo goal is also to show simple dummy Apps with a futuristic UI.

To create an App you can use this template:

<html>
<head>
  <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
  <link rel="stylesheet" href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css">
</head>
<body>
  
  <!--Content-->
	
  <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
  <script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
</body>
</html>

And then:

  • Go to js/index.js and add your app to the appData variable with this format:
"yourAppId": {
    "title": "Title",
    "color": "#3F51B5",
    "id": "yourAppId",
    "image": "resources/empty.png",
    "text": "",
    "content": "<div style='position:relative;height:100%;overflow:hidden'><iframe src='YOUR_APP_HTML' allowfullscreen></iframe></div>"
},

Built With

Authors

See also the list of contributors who participated in this project.

fuchsia-web-demo's People

Contributors

esteveste avatar mgoulao avatar nixls avatar

Watchers

 avatar  avatar

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.