Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 118c192

Browse files
committed
Add note about Khronos Group affiliation and trademarks
1 parent 3d7dca5 commit 118c192

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

daux.patch

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
From c8e1e54ea9c3272ee26ba310fcdc56a3b34e1653 Mon Sep 17 00:00:00 2001
1+
From 627771ccbadfbe51cce873f9d8da6826c1f3075a Mon Sep 17 00:00:00 2001
22
From: Alexander Overvoorde <[email protected]>
3-
Date: Mon, 18 Jul 2016 03:10:10 +0200
3+
Date: Mon, 18 Jul 2016 23:58:13 +0200
44
Subject: [PATCH] Adjust theme for Vulkan tutorial
55

66
---
77
daux/VulkanLinkProcessor.php | 69 ++++
88
templates/content.php | 24 +-
99
templates/layout/00_layout.php | 2 +-
10-
templates/layout/05_page.php | 14 +-
10+
templates/layout/05_page.php | 17 +-
1111
themes/daux/css/theme-blue.min.css | 2 +-
1212
themes/daux/css/theme-green.min.css | 2 +-
1313
themes/daux/css/theme-navy.min.css | 2 +-
@@ -20,7 +20,7 @@ Subject: [PATCH] Adjust theme for Vulkan tutorial
2020
themes/daux/less/structure.less | 27 +-
2121
themes/daux/less/theme-blue.less | 10 +-
2222
themes/daux_singlepage/css/main.min.css | 2 +-
23-
16 files changed, 919 insertions(+), 137 deletions(-)
23+
16 files changed, 922 insertions(+), 137 deletions(-)
2424
create mode 100644 daux/VulkanLinkProcessor.php
2525

2626
diff --git a/daux/VulkanLinkProcessor.php b/daux/VulkanLinkProcessor.php
@@ -159,7 +159,7 @@ index 868dd05..774a8a5 100755
159159
<meta name="apple-mobile-web-app-capable" content="yes" />
160160
<meta name="viewport" content="width=device-width, initial-scale=1.0">
161161
diff --git a/templates/layout/05_page.php b/templates/layout/05_page.php
162-
index 1bd8752..9682e54 100755
162+
index 1bd8752..b2c0ae7 100755
163163
--- a/templates/layout/05_page.php
164164
+++ b/templates/layout/05_page.php
165165
@@ -4,11 +4,6 @@
@@ -196,15 +196,20 @@ index 1bd8752..9682e54 100755
196196

197197
<div class="sidebar-links">
198198
<?php if (!empty($params['html']['links']) || !empty($params['html']['twitter']) || $params['html']['toggle_code']) { ?>
199-
@@ -60,8 +60,6 @@
199+
@@ -60,10 +60,11 @@
200200
<iframe allowtransparency="true" frameborder="0" scrolling="no" style="width:162px; height:20px;" src="https://platform.twitter.com/widgets/follow_button.html?screen_name=<?= $handle; ?>&amp;show_count=false"></iframe>
201201
</div>
202202
<?php } ?>
203203
-
204204
- <hr/>
205205
<?php } ?>
206+
+ </div>
206207

208+
+ <div style="color: #666; padding: 0 20px 0 20px; font-size: 90%">
209+
+ This site is not affiliated with or endorsed by the Khronos Group. Vulkan™ and the Vulkan logo are trademarks of the Khronos Group Inc.
207210
</div>
211+
</div>
212+
</div>
208213
diff --git a/themes/daux/css/theme-blue.min.css b/themes/daux/css/theme-blue.min.css
209214
index 49435a8..9bb3952 100644
210215
--- a/themes/daux/css/theme-blue.min.css

0 commit comments

Comments
 (0)