Skip to content

Commit 08ed3aa

Browse files
Updating samples index
1 parent d42c341 commit 08ed3aa

File tree

4 files changed

+4
-28
lines changed

4 files changed

+4
-28
lines changed

_includes/android_sample_index.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
background-color: #ffffff;
1919
margin: 20px;
2020
}
21-
.filetree .ds-logo {
22-
height: 6vh;
23-
background: url(logo-dynamsoft-black.svg) no-repeat 0;
24-
background-size: contain;
25-
}
2621
</style>
2722
<style>
2823
/* Tooltip styling */
@@ -167,7 +162,7 @@
167162
border-radius: 0;
168163
margin: 0 auto;
169164
max-width: 1200px;
170-
padding: 24px 40px;
165+
padding: 0 40px 24px 40px;
171166
box-shadow: none;
172167
}
173168

@@ -445,8 +440,7 @@
445440
height: 96px;
446441
object-fit: contain;
447442
margin-top: auto;
448-
background-color: #000000;
449-
border-radius: 8px;
443+
background-color: transparent;
450444
}
451445

452446
/* Scenario Subtitle and Description */
@@ -671,10 +665,6 @@
671665
}
672666
</style>
673667
<div class="filetree">
674-
<a href="https://www.dynamsoft.com/" target="_blank">
675-
<div class="ds-logo"></div>
676-
</a>
677-
678668
<!-- Download Demo Section -->
679669
<div class="file">
680670
<h2>Download Demo</h2>

_includes/ios_sample_index.html

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
background-color: #ffffff;
1919
margin: 20px;
2020
}
21-
.filetree .ds-logo {
22-
height: 6vh;
23-
background: url(logo-dynamsoft-black.svg) no-repeat 0;
24-
background-size: contain;
25-
}
2621
</style>
2722
<style>
2823
/* Tooltip styling */
@@ -167,7 +162,7 @@
167162
border-radius: 0;
168163
margin: 0 auto;
169164
max-width: 1200px;
170-
padding: 24px 40px;
165+
padding: 0 40px 24px 40px;
171166
box-shadow: none;
172167
}
173168

@@ -476,8 +471,7 @@
476471
height: 96px;
477472
object-fit: contain;
478473
margin-top: auto;
479-
background-color: #000000;
480-
border-radius: 8px;
474+
background-color: transparent;
481475
}
482476

483477
/* Scenario Subtitle and Description */
@@ -702,10 +696,6 @@
702696
}
703697
</style>
704698
<div class="filetree">
705-
<a href="https://www.dynamsoft.com/" target="_blank">
706-
<div class="ds-logo"></div>
707-
</a>
708-
709699
<!-- Download Demo Section -->
710700
<div class="file">
711701
<h2>Download Demo</h2>

programming/android/samples/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ needAutoGenerateSidebar: true
77
noTitleIndex: true
88
---
99

10-
# Demo and Samples - Android
11-
1210
{%- include android_sample_index.html -%}

programming/objectivec-swift/samples/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@ needAutoGenerateSidebar: true
77
noTitleIndex: true
88
---
99

10-
# Demo and Samples - iOS
11-
1210
{%- include ios_sample_index.html -%}

0 commit comments

Comments
 (0)