-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex_.html
More file actions
196 lines (155 loc) · 7.55 KB
/
index_.html
File metadata and controls
196 lines (155 loc) · 7.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/png" href="logo.png">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>OBJY - Abstract, Powerful JS Objects</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<meta name="description" content="The most natural, flexible and simple technology to build and run real use cases.">
<meta name="keywords" content="digitalisation, apps, platform, collaboration">
<meta name="viewport" content="width=device-width" />
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/zenburn.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<link rel="stylesheet" href="assets/css/leto.min.css" />
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<style type="text/css">
body {
color: #66615b;
font-size: 16px;
font-family: 'Montserrat', "Helvetica", Arial, sans-serif;
height: 100%;
letter-spacing: 0.9px;
}
html {
height: 100%;
}
.leto-frame-dark {
height: 100%;
}
.leto-text-xxxl {
font-size: 40px;
}
.feature {
display: inline-grid;
background: #151515;
padding: 10px;
height: 10px;
width: 10px;
border-radius: 100px;
font-size: 17px;
margin: 10px;
}
.feature-hightlight {
border: 2px solid #AAAAAA;
}
.feature-large {
background: #1c1c1c;
padding: 20px;
border-radius: 5px;
font-size: 17px;
margin: 10px 25px;
display: inline-grid;
width: 250px;
}
@media (max-width: 1440px) {
.leto-full-tablet-pc {
width: 100% !important;
}
}
.scroll-h {
max-width: 100%;
overflow: scroll;
white-space: nowrap;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none;
}
.scroll-h::-webkit-scrollbar {
display: none;
}
</style>
</head>
<body class="leto-frame-dark">
<div class="leto-frame-dark" id="app">
<div class="leto-container-full leto-pt-none leto-pb-none">
<div class="leto-card leto-bg-black leto-width-full leto-text-white leto-border-none leto-pb-none leto-roundness-md">
<div class="leto-group leto-vertical-center scroll-h" v-if="true">
<div class="leto-mr-lg">
<b><img src="logo.png" style="height:40px"></b>
</div>
<!--div class="leto-full leto-mb-xxs">
<center>
<a v-for="(item, i) in examples" v-bind:href="'#'+item.name" class="leto-button leto-ml-none leto-border-none" v-on:click="currentExample = i">
{{item.name}}
</a>
</center>
</div-->
<div>
</div>
<!--div class="leto-mh-sm">
<div class="leto-button leto-border-none leto-ml-none" v-on:click="showInstallInstructions = !showInstallInstructions">
<span v-if="!showInstallInstructions">Install</span><span v-else>Close</span>
</div>
</div-->
<!--div class="leto-mh-sm">
<a href="https://objy-org.github.io/docs" target="_blank" class="leto-button leto-border-none leto-ml-none">
Docs <span class="fa fa-chevron-right leto-ml-xs"></span>
</a>
</div-->
<!--a class="leto-mh-sm">
Docs
</a-->
</div>
<center>
<h3 class="leto-mt-xxl">OBJY - Abstract, powerful objects for building real use cases</h3>
<br>
<a href="/docs#/./DOCUMENTATION" class="leto-button-sm leto-ml-none">
Docs <span class="fa fa-chevron-right"></span>
</a>
<br>
<img class="" src="assets/img/objy-arch-objects-slim.png" class="leto-width-full-tablet" style="max-width:100%;width:600px;border-radius: 10px">
</center>
<div v-for="(item, i) in examples" v-bind:id="item.name" v-bind:name="item.name" v-if="i == 0">
<div class="leto-group leto-horizontal-center leto-mt-none ">
<center class=" leto-mb leto-group leto-vertical-center">
<div class="leto-text-xl leto-text-left leto-text-lighter-grey leto-width-full-tablet" v-show="!showInstallInstructions">
{{examples[i].header}}
</div>
</center>
</div>
<div class="leto-group leto-horizontal-center ">
<div class="leto-four-fifths leto-full-tablet-pc leto-group">
<div class="leto-full leto-full-tablet-pc" style="font-size:20px;background:#232323;padding:20px">
<pre style="border-radius: 10px" class="leto-block">
<!--div class="leto-text-white" style="float:right;margin-top: 100px;" v-on:click="loadExample()"><span class="fa fa-chevron-right"></span></div-->
<code class="javascript" style="font-size:20px;background:#232323;padding:20px" v-html="examples[i].code"></code></pre>
</div>
</div>
</div>
</div>
<br>
<div class=" leto-text-xl leto-text-center leto-text-darker-grey leto-mt-xxl" v-show="!showInstallInstructions">
* Use abstract objects, that have a behaviour
<br>
* Objects live in-instance or in third-party technologies
<br>
* Buikt-in inheritance, events, actions and more
</div>
</div>
<div class="leto-container-full leto-p-xl leto-text-center">
<div class="leto-group leto-horizontal-center">
</div>
<div class="leto-text-xs leto-text-lighter-grey leto-p-xxl">OBJY is open source and released under the MIT License. Copyright (c) OBJY collaborators</div>
</div>
</div>
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
<script type="text/javascript" src="index.js"></script>
</html>