Skip to content

Commit 560005d

Browse files
committed
Cleanup.
1 parent 7a4ea90 commit 560005d

File tree

12 files changed

+17
-13
lines changed

12 files changed

+17
-13
lines changed

.DS_Store

-2 KB
Binary file not shown.

build/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/.DS_Store

0 Bytes
Binary file not shown.

demo/index.html

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
}
9393

9494
a {
95-
color: rgb(57, 140, 254);
95+
color: #485bff;
9696
text-decoration: none;
9797
display: block;
9898
margin-top: 10px;
@@ -106,7 +106,7 @@
106106
font-size: 16px;
107107
font-weight: 600;
108108
color: rgb(255, 255, 255);
109-
background-color: rgb(57, 140, 254);
109+
background-color: #485bff;
110110
border-style: solid;
111111
border-width: 0px;
112112
border-radius: 56px;
@@ -144,12 +144,12 @@
144144
<img class="logo" src="https://i.ibb.co/wMGvWqh/Gleap-Logo.png" />
145145
<div class="header">
146146
<div class="header-container">
147-
<h1>Gleap Demo</h1>
148-
<h2>Gleap SDK for the Web</h2>
147+
<h1>UI/UX Tests</h1>
148+
<h2>Good morning.</h2>
149149
</div>
150150
</div>
151151
<div class="header-container-image">
152-
<img class="head-image" src="./pexels-christina-morillo-1181467.jpg" />
152+
<img class="head-image" src="pexels-jaymantri-4827.jpg" />
153153
</div>
154154
<div class="content" id="haha">
155155
<span
@@ -165,13 +165,11 @@ <h2>Gleap SDK for the Web</h2>
165165
better: You can add custom data to your bug details.</span
166166
>
167167
<br /><br />
168-
<input type="input" placeholder="Test" />
169-
<input type="input" placeholder="Test" gleap-ignore="value" />
168+
<div class="buttonlink">Get started</div><br /><br />
170169
<span
171170
>In less than a minute you can add our Gleap SDK to your App or WebApp.
172171
Install our SDK, build and run. A piece of cake.</span
173172
>
174-
<video autoplay controls />
175173
</div>
176174
<!-- index.js as found in build/index.js -->
177175
<script src="index.js"></script>

demo/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/index.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demo/main.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
const Gleap = window.Gleap;
22

3-
//Gleap.setApiUrl("http://localhost:9000");
4-
//Gleap.setWidgetUrl("http://localhost:9002");
53
Gleap.initialize("TRiC1FmOEt2N6KCUiLIetFHyyGyxfXYV");
-2.99 MB
Binary file not shown.

demo/pexels-jaymantri-4827.jpg

199 KB
Loading

published/6.7.0/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)