Skip to content

Commit c910709

Browse files
committed
Renamed the new section to "Go further" and cleaned up the code
1 parent adcb5f3 commit c910709

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

app/Views/welcome_message.php

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -142,12 +142,12 @@
142142
margin-right: 5px;
143143
width: 25px;
144144
}
145-
.title {
145+
.further {
146146
background-color: rgba(247, 248, 249, 1);
147147
border-bottom: 1px solid rgba(242, 242, 242, 1);
148148
border-top: 1px solid rgba(242, 242, 242, 1);
149149
}
150-
.title h2:first-of-type {
150+
.further h2:first-of-type {
151151
padding-top: 0;
152152
}
153153
footer {
@@ -231,7 +231,7 @@
231231

232232
<section>
233233

234-
<h3>About this page</h3>
234+
<h1>About this page</h1>
235235

236236
<p>The page you are looking at is being generated dynamically by CodeIgniter.</p>
237237

@@ -243,16 +243,13 @@
243243

244244
<pre><code>app/Controllers/Home.php</code></pre>
245245

246-
<p>If you are exploring CodeIgniter for the very first time, you should start by reading the <a
247-
href="https://codeigniter4.github.io/CodeIgniter4" target="_blank">User Guide</a>.</p>
248-
249246
</section>
250247

251-
<div class="title">
248+
<div class="further">
252249

253250
<section>
254251

255-
<h1>Need help ?</h1>
252+
<h1>Go further</h1>
256253

257254
<h2>
258255
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect x='32' y='96' width='64' height='368' rx='16' ry='16' style='fill:none;stroke:#000;stroke-linejoin:round;stroke-width:32px'/><line x1='112' y1='224' x2='240' y2='224' style='fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px'/><line x1='112' y1='400' x2='240' y2='400' style='fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;stroke-width:32px'/><rect x='112' y='160' width='128' height='304' rx='16' ry='16' style='fill:none;stroke:#000;stroke-linejoin:round;stroke-width:32px'/><rect x='256' y='48' width='96' height='416' rx='16' ry='16' style='fill:none;stroke:#000;stroke-linejoin:round;stroke-width:32px'/><path d='M422.46,96.11l-40.4,4.25c-11.12,1.17-19.18,11.57-17.93,23.1l34.92,321.59c1.26,11.53,11.37,20,22.49,18.84l40.4-4.25c11.12-1.17,19.18-11.57,17.93-23.1L445,115C443.69,103.42,433.58,94.94,422.46,96.11Z' style='fill:none;stroke:#000;stroke-linejoin:round;stroke-width:32px'/></svg>

0 commit comments

Comments
 (0)