Skip to content

Commit

Permalink
a37f891 Website: tweak fund style and link
Browse files Browse the repository at this point in the history
  • Loading branch information
IfcOpenBot committed Feb 12, 2025
1 parent 1c93d40 commit 38fc695
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 20 deletions.
13 changes: 8 additions & 5 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200;300;400;500;600;700&display=swap');



/* 01 - Global Style <<<<======================================================>>>>*/
body {
font-size: 16px;
font-family: "Nunito", sans-serif;
color: #2e3436;
background: #eeeeec;
overflow-x: hidden
overflow-x: hidden
}
.top-layer {
position: relative;
Expand Down Expand Up @@ -850,6 +850,9 @@
.for-mobile {
display: none;
}
.fund {
display: inline-flex;
}
/* 05 */
/* 06 - Banner Style <<<<======================================================>>>>*/
.banner-section .side-border {
Expand Down Expand Up @@ -1121,7 +1124,7 @@
}
.main-services-item {
position: relative;
z-index: 9991
z-index: 9991
}
.main-services-item .desing-1 {
position: absolute;
Expand Down Expand Up @@ -1319,7 +1322,7 @@
}
.product-section-1 .main-btn {
color: #fff;
background: #40b74c
background: #40b74c
}
.product-section-1 p {
margin-bottom: 30px;
Expand Down Expand Up @@ -1368,7 +1371,7 @@
}
.product-section-2 .main-btn {
color: #fff;
background: #40b74c
background: #40b74c
}
.product-section-2 p {
margin-bottom: 30px;
Expand Down
10 changes: 5 additions & 5 deletions downloads.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
</ul>
<div class="menu-right-options ms-auto">
<p>
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
<a href="https://opencollective.com/opensourcebim">
<span class="border-1">
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
</span>
<a href="https://opencollective.com/opensourcebim" target="_blank" title="Fund on Open Collective" class="fund">
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
<span class="border-1">
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
</span>
</a>
</p>
<ul class="social-media-links">
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
</ul>
<div class="menu-right-options ms-auto">
<p>
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
<a href="https://opencollective.com/opensourcebim">
<span class="border-1">
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
</span>
<a href="https://opencollective.com/opensourcebim" target="_blank" title="Fund on Open Collective" class="fund">
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
<span class="border-1">
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
</span>
</a>
</p>
<ul class="social-media-links">
Expand Down
10 changes: 5 additions & 5 deletions upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
</ul>
<div class="menu-right-options ms-auto">
<p>
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
<a href="https://opencollective.com/opensourcebim">
<span class="border-1">
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
</span>
<a href="https://opencollective.com/opensourcebim" target="_blank" title="Fund on Open Collective" class="fund">
<strong class="amount-raised" style="margin-right: 5px;">$</strong> / $5,000 funded
<span class="border-1">
<span class="progress-bar" id="progress-bar" data-status="0%" aria-label="Progress bar."></span>
</span>
</a>
</p>
<ul class="social-media-links">
Expand Down

0 comments on commit 38fc695

Please sign in to comment.