Skip to content

Commit 3f06fc3

Browse files
committed
Add partners
1 parent d1eae5e commit 3f06fc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+28
-16451
lines changed

assets/css/main.css

+10
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@ input, select, textarea {
7979
color: #4eb980;
8080
}
8181

82+
ul.list li{
83+
display: inline;
84+
}
85+
86+
.part-logo{
87+
height: 60px;
88+
margin-right: 60px;
89+
margin-left: 120px;
90+
}
91+
8292
html {
8393
box-sizing: border-box;
8494
}

ibkp.html

+6
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,12 @@ <h2>Questions or comments?</h2>
256256
<p>&copy; 2023 SloboData. All rights reserved. Design by <a href="http://html5up.net">HTML5 UP</a>.</p>
257257
</ul>
258258

259+
<ul class="partnership">
260+
<p>Partnership with </p>
261+
<li>
262+
<a href="https://www.nexrow.com">nexRow</a></li>
263+
</ul>
264+
259265
</div>
260266
</div>
261267

index.html

+12-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
<!-- Header -->
1818
<div id="header">
19-
<img class="logo" src="images/sivaksit-logo.png"/> </span>
19+
<img class="logo" src="images/sivaksit-logo.png"/>
2020
<h1>Hi. This is SloboData</h1>
2121
<small class="bold"> Formerly known as SivaksIT </small>
2222
<p>Your gateway to the world of Open Data.</p>
@@ -74,6 +74,17 @@ <h3>Get shady with science</h3>
7474

7575
<!-- Footer -->
7676
<div id="footer">
77+
<div class="container medium">
78+
<ul class="list">
79+
<h3>Partnership with </h3>
80+
<li>
81+
<a href="https://www.nexrow.com" target="_blank"><img class="part-logo" src="images/nexrow-logo.png"/></a>
82+
</li>
83+
<li>
84+
<a href="https://www.dathere.com" target="_blank"><img class="part-logo" src="images/dathere_logo_wb.png"/></a>
85+
</li>
86+
</ul>
87+
</div>
7788
<div class="container medium">
7889

7990
<ul class="icons">

site/html5up-directive/LICENSE.txt

-63
This file was deleted.

site/html5up-directive/README.txt

-33
This file was deleted.

site/html5up-directive/assets/css/fontawesome-all.min.css

-101
This file was deleted.

site/html5up-directive/assets/css/images/bottom-1280.svg

-23
This file was deleted.

site/html5up-directive/assets/css/images/bottom-1600.svg

-23
This file was deleted.

site/html5up-directive/assets/css/images/bottom-3200.svg

-23
This file was deleted.
Binary file not shown.

site/html5up-directive/assets/css/images/top-1280.svg

-23
This file was deleted.

site/html5up-directive/assets/css/images/top-1600.svg

-23
This file was deleted.

site/html5up-directive/assets/css/images/top-3200.svg

-23
This file was deleted.
Binary file not shown.

0 commit comments

Comments
 (0)