CodeIgniter Forums
[split] CodeIgniter 4.0.0 splash screen - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=31)
+--- Thread: [split] CodeIgniter 4.0.0 splash screen (/showthread.php?tid=72078)



[split] CodeIgniter 4.0.0 splash screen - John_Betong - 11-01-2018

Would it be possible to create a link to the free Github web-page facility which show the CodeIgniter4 Splash Screen?


RE: [split] CodeIgniter 4.0.0 splash screen - ciadmin - 11-02-2018

Here you go Smile
https://github.com/bcit-ci/CodeIgniter4/blob/develop/application/Views/welcome_message.php


RE: [split] CodeIgniter 4.0.0 splash screen - John_Betong - 11-02-2018

(11-02-2018, 12:19 AM)ciadmin Wrote: Here you go Smile
https://github.com/bcit-ci/CodeIgniter4/blob/develop/application/Views/welcome_message.php

Many thanks for the prompt reply, unfortunately the link only shows the source code and not the Splash screen.

Here is a link to my Github "Hello World" repository:

https://github.com/John-Betong/hello-world

...scroll to the bottom of the Github Repository Readme.md file and notice the "Output" link to the Github Repository web-page. 

https://john-betong.github.io/hello-world/

The link was created from the Github Repository source code and has some hints on how to create the web-page.


RE: [split] CodeIgniter 4.0.0 splash screen - ciadmin - 11-02-2018

Hmm - looks cool.
The "splash screen" for the CI4 welcome page *is* in the source code ... an embedded SVG file.


RE: [split] CodeIgniter 4.0.0 splash screen - John_Betong - 11-02-2018

(11-02-2018, 09:28 PM)ciadmin Wrote: Hmm - looks cool.
The "splash screen" for the CI4 welcome page *is* in the source code ... an embedded SVG file.

This is the "Splash Screen" I meant and not just the embedde SVG file. 

https://johns-jokes.cf/welcome?app=7

I was hoping to find a link on the CodeIgniter4 Gitub Repository...


RE: [split] CodeIgniter 4.0.0 splash screen - ciadmin - 11-02-2018

My original reply, up above, *is* that page. When rendered, it produces the screen you show.
The controller that manages this is application/Controllers/Home, which renders the view in
application/Views/welcome_message. The CSS is embedded in that view page too.
And, yes, this is all in the CodeIgniter4 repository.
The information I cite above is actually contained in the rendered page too.
I am not sure how otherwise to answer your question.


RE: [split] CodeIgniter 4.0.0 splash screen - John_Betong - 11-02-2018

>>> My original reply, up above, *is* that page. When rendered, it produces the screen you show.

I will try again...

I was hoping for a Github Readme.md link to the web-page that has the contents of the link you provided.

The link you provided must:
1. first be opened
2. contents copied
3. pasted into a new web-page
4. save the new web-page
5. render the new web-page

Creating a link would eliminate the above steps.