Skip to content

Commit d1b6c11

Browse files
authored
Merge pull request #451 from codeigniter4projects/develop
Deploy
2 parents 520f9ee + 22b7f25 commit d1b6c11

File tree

2 files changed

+40
-14
lines changed

2 files changed

+40
-14
lines changed

app/Views/discuss.php

Lines changed: 9 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<div class="inner-page-text-box">
2929
<div class="inner-page-text-box-title">Forum</div>
3030
<p>
31-
Our forum has been setup using MyBB, with five main categories: <br />
31+
Our forum has been setup using MyBB (MyBulletinBoard), with five main categories:
3232
</p>
3333
<ul>
3434
<li>General (news & discussion, lounge, events, and regional user groups)</li>
@@ -39,11 +39,10 @@
3939
<li>External Resources (addins, jobs, learn more, and spotlight)</li>
4040
</ul>
4141
<p>
42-
The forum is where you can ask for help or discuss issues you are having with framework.<br />
43-
<a href="https://forum.codeigniter.com" class="buttons" target="_blank">Visit The Forum</a>
42+
The forum is where you can ask for help or discuss issues you are having with framework.
4443
</p>
45-
<br /><br />
46-
</div><!--inner-page-text-box ende-->
44+
<a href="https://forum.codeigniter.com" class="buttons cta-btn" target="_blank">Visit The Forum</a>
45+
</div><!--inner-page-text-box ends here-->
4746

4847
<div class="clr"></div>
4948

@@ -56,10 +55,7 @@
5655
class="link-primary" target="_blank">signup</a> for it :)
5756
</p>
5857

59-
<p>
60-
<a href="https://join.slack.com/t/codeigniterchat/shared_invite/zt-rl30zw00-obL1Hr1q1ATvkzVkFp8S0Q" class="buttons" target="_blank">Slack</a>
61-
</p>
62-
<br /><br />
58+
<a href="https://join.slack.com/t/codeigniterchat/shared_invite/zt-rl30zw00-obL1Hr1q1ATvkzVkFp8S0Q" class="buttons cta-btn" target="_blank">Visit Slack Channel</a>
6359
</div><!--inner-page-text-box ends here-->
6460

6561
<div class="clr"></div>
@@ -76,11 +72,10 @@ class="link-primary" target="_blank">signup</a> for it :)
7672
<p>
7773
GitHub issues are also used for tracking planned and approved enhancements, often tied in to specific releases.
7874
</p>
79-
<p>
80-
<a href="https://github.com/bcit-ci/CodeIgniter/" class="buttons" target="_blank">CodeIgniter 3</a>
81-
<a href="https://github.com/codeigniter4/codeigniter4/" class="buttons" target="_blank">CodeIgniter 4</a>
82-
</p>
83-
<br /><br />
75+
76+
<a href="https://github.com/bcit-ci/CodeIgniter/" class="buttons cta-btn" target="_blank">CodeIgniter 3</a>
77+
<a href="https://github.com/codeigniter4/codeigniter4/" class="buttons cta-btn" target="_blank">CodeIgniter 4</a>
78+
8479
</div><!--inner-page-text-box ends here-->
8580

8681
<div class="clr"></div>

public/assets/css/ci-theme.css

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2124,3 +2124,34 @@ html.dark-theme #discuss-icon-holder {
21242124
html.dark-theme #discuss-icon {
21252125
fill: rgba(221, 72, 20, 0.9);
21262126
}
2127+
2128+
.inner-page-text-box {
2129+
padding: 32px;
2130+
}
2131+
2132+
.cta-btn {
2133+
margin: 0;
2134+
float: none;
2135+
display: inline-block;
2136+
}
2137+
2138+
.cta-btn:not(:first-of-type) {
2139+
margin-left: 1rem;
2140+
}
2141+
2142+
ul li {
2143+
margin-top: 1rem;
2144+
line-height: 1em;
2145+
}
2146+
2147+
.warning {
2148+
padding: 10px 32px;
2149+
}
2150+
2151+
p {
2152+
line-height: 1.5em;
2153+
}
2154+
2155+
.inner-page-text-box {
2156+
margin: 32px auto;
2157+
}

0 commit comments

Comments
 (0)