blob: 30fb10fb2504bf3f6a9369771571af513a97cea9 [file] [log] [blame]
Israel Lavi1994c982018-05-21 17:42:00 +03001<!DOCTYPE html>
2<html>
3
4 <head>
5 <meta charset="utf-8">
6 <meta name="viewport" content="width=device-width, initial-scale=1">
7 <meta content="IE=edge" http-equiv="X-UA-Compatible" />
8 <title>Storybook</title>
9
10 <style>
11 body, html {
12 width: 100%;
13 padding: 0;
14 margin: 0;
15 }
16 body {
17 height: calc(100% - 40px);
18 display: flex;
19 flex-direction: column;
20 background-color: #FFFFFF;
21 padding: 65px 0;
22 }
23 .title, .description {
24 text-align: center;
25 align-self: center;
26
27 }
28 .title {
29 font-family: OpenSans-Light, 'Open Sans', Arial, sans-serif;
30 width: 360px;
31 height: 29px;
32 font-size: 28px;
33 font-weight: 300;
34 line-height: 0.86;
35 letter-spacing: -0.4px;
36 color: #191919;
37 }
38 .description {
39 font-family: OpenSans-Regular, 'Open Sans', Arial, sans-serif;
40 width: 485px;
41 height: 41px;
42 font-size: 16px;
43 line-height: 1.5;
44 letter-spacing: -0.2px;
45 color: #5a5a5a;
46 padding: 28px;
47 }
48 .main-page-img {
49 margin: 15px;
50 display: flex;
51 align-self: center;
52 }
53 </style>
54 </head>
55
56 <body>
57 <div class="title">Welcome to ONAP/UI project!</div>
58 <div class="description">The aim of this project is to create a basic component library, with a unified UX and UI for both Angular and React based projects.</div>
59 <img class="main-page-img" src="assets/images/illustration.png"/>
60 </body>
61
62</html>