Skip to content

Commit 38fc695

Browse files
committed
a37f891 Website: tweak fund style and link
1 parent 1c93d40 commit 38fc695

File tree

4 files changed

+23
-20
lines changed

4 files changed

+23
-20
lines changed

assets/css/style.css

+8-5
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700&display=swap');
66

77

8-
8+
99
/* 01 - Global Style <<<<======================================================>>>>*/
1010
body {
1111
font-size: 16px;
1212
font-family: "Nunito", sans-serif;
1313
color: #2e3436;
1414
background: #eeeeec;
15-
overflow-x: hidden
15+
overflow-x: hidden
1616
}
1717
.top-layer {
1818
position: relative;
@@ -850,6 +850,9 @@
850850
.for-mobile {
851851
display: none;
852852
}
853+
.fund {
854+
display: inline-flex;
855+
}
853856
/* 05 */
854857
/* 06 - Banner Style <<<<======================================================>>>>*/
855858
.banner-section .side-border {
@@ -1121,7 +1124,7 @@
11211124
}
11221125
.main-services-item {
11231126
position: relative;
1124-
z-index: 9991
1127+
z-index: 9991
11251128
}
11261129
.main-services-item .desing-1 {
11271130
position: absolute;
@@ -1319,7 +1322,7 @@
13191322
}
13201323
.product-section-1 .main-btn {
13211324
color: #fff;
1322-
background: #40b74c
1325+
background: #40b74c
13231326
}
13241327
.product-section-1 p {
13251328
margin-bottom: 30px;
@@ -1368,7 +1371,7 @@
13681371
}
13691372
.product-section-2 .main-btn {
13701373
color: #fff;
1371-
background: #40b74c
1374+
background: #40b74c
13721375
}
13731376
.product-section-2 p {
13741377
margin-bottom: 30px;

downloads.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
</ul>
5353
<div class="menu-right-options ms-auto">
5454
<p>
55-
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
56-
<a href="https://opencollective.com/opensourcebim">
57-
<span class="border-1">
58-
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
59-
</span>
55+
<a href="https://opencollective.com/opensourcebim" target="_blank" title="Fund on Open Collective" class="fund">
56+
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
57+
<span class="border-1">
58+
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
59+
</span>
6060
</a>
6161
</p>
6262
<ul class="social-media-links">

index.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
</ul>
5353
<div class="menu-right-options ms-auto">
5454
<p>
55-
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
56-
<a href="https://opencollective.com/opensourcebim">
57-
<span class="border-1">
58-
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
59-
</span>
55+
<a href="https://opencollective.com/opensourcebim" target="_blank" title="Fund on Open Collective" class="fund">
56+
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
57+
<span class="border-1">
58+
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
59+
</span>
6060
</a>
6161
</p>
6262
<ul class="social-media-links">

upload.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@
5252
</ul>
5353
<div class="menu-right-options ms-auto">
5454
<p>
55-
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
56-
<a href="https://opencollective.com/opensourcebim">
57-
<span class="border-1">
58-
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
59-
</span>
55+
<a href="https://opencollective.com/opensourcebim" target="_blank" title="Fund on Open Collective" class="fund">
56+
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
57+
<span class="border-1">
58+
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
59+
</span>
6060
</a>
6161
</p>
6262
<ul class="social-media-links">

0 commit comments

Comments
 (0)