File tree 7 files changed +53
-23
lines changed
bower_components/Semantic-UI/examples
7 files changed +53
-23
lines changed Original file line number Diff line number Diff line change 1
1
GitHub API - CodeIgniter - SemanticUI
2
2
==================
3
3
4
+ ```
5
+ ____ _ _ _ _ _
6
+ / ___| (_) | |_ | | | | _ _ | |__
7
+ | | _ | | | __| | |_| | | | | | | '_ \
8
+ | |_| | | | | |_ | _ | | |_| | | |_) |
9
+ \____| |_| \__| |_| |_| \__,_| |_.__/
10
+
11
+ __ _
12
+ (_ _ _ o _. | / _ _| o ._ _
13
+ __) (_) (_ | (_| | \_ (_) (_| | | | (_|
14
+ _|
15
+
16
+ ```
17
+
4
18
This applications built with CodeIgniter V3 + HMVC, Gihub API, Semantic UI.
5
19
6
20
## Dependency
Original file line number Diff line number Diff line change 4
4
<div class="ui page grid">
5
5
<div class="column">
6
6
<?php $ this ->load ->view ('must/menu ' ); ?>
7
- <i class="red icon code"></i>
8
- <div class="ui hidden transition information">
9
- <h1 class="ui inverted header">
7
+ <i class="red icon code force "></i>
8
+ <div class="ui hidden transition information force ">
9
+ <h1 class="none ui inverted header">
10
10
<?php echo $ this ->CI ->config ->item ('website_name ' ); ?>
11
11
</h1>
12
- <p><?php echo $ this ->CI ->config ->item ('about ' ); ?> </p>
12
+ <div class="text-editor-wrap">
13
+ <div class="title-bar"><span class="title"><?php echo $ this ->CI ->config ->item ('github_username ' ); ?> - <?php echo sha1 (uniqid ($ this ->CI ->config ->item ('github_username ' ))); ?> — bash</span></div>
14
+ <div class="text-body">
15
+ $ # <p class="about" style="display: inline;white-space: pre;"></p>
16
+ </div>
17
+ </div>
13
18
</div>
14
19
</div>
15
20
</div>
Original file line number Diff line number Diff line change 21
21
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
22
22
<script src="<?php echo base_url ('bower_components/Semantic-UI/dist/semantic.min.js ' ); ?> "></script>
23
23
<script src="<?php echo base_url ('bower_components/Semantic-UI/examples/homepage.js ' ); ?> "></script>
24
+ <script src="<?php echo base_url ('bower_components/typed.js/dist/typed.min.js ' ); ?> "></script>
25
+ <script>
26
+ $(function(){
27
+ $(".about").typed({
28
+ strings: [<?php echo $ this ->CI ->config ->item ('about_typed ' ); ?> ],
29
+ typeSpeed: 30,
30
+ backDelay: 500,
31
+ loop: false,
32
+ loopCount: false,
33
+ });
34
+ });
35
+ </script>
24
36
</head>
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ function index()
21
21
$ data = array (
22
22
'repos ' => $ this ->_repos (),
23
23
'repo ' => 'https://github.com/ ' .$ this ->CI ->config ->item ('github_username ' ).'/GitHubAPI-CodeIgniter-SemanticUI ' ,
24
- 'hash ' => sha1 (uniqid ($ this ->CI ->config ->item ('github_username ' ))),
25
24
'title ' => 'Showcase - ' .$ this ->CI ->config ->item ('github_username ' ).' ( ' .$ this ->CI ->config ->item ('author ' ).') ' ,
26
25
);
27
26
$ this ->load ->view ('homepage ' , $ data );
Original file line number Diff line number Diff line change 9
9
<h1 class="none ui inverted header">
10
10
<?php echo $ this ->CI ->config ->item ('website_name ' ); ?>
11
11
</h1>
12
- <div class="text-editor-wrap">
13
- <div class="title-bar"><span class="title"><?php echo $ this ->CI ->config ->item ('github_username ' ); ?> - <?php echo $ hash ; ?> — bash</span></div>
14
- <div class="text-body">
15
- $ # <p class="about" style="display: inline;white-space: pre;"></p>
16
- </div>
17
- </div>
12
+ <div class="text-editor-wrap">
13
+ <div class="title-bar"><span class="title"><?php echo $ this ->CI ->config ->item ('github_username ' ); ?> - <?php echo sha1 ( uniqid ( $ this -> CI -> config -> item ( ' github_username ' ))) ; ?> — bash</span></div>
14
+ <div class="text-body">
15
+ $ # <p class="about" style="display: inline;white-space: pre;"></p>
16
+ </div>
17
+ </div>
18
18
</div>
19
19
</div>
20
20
</div>
96
96
</div>
97
97
</div>
98
98
99
- <script>
100
- $(function(){
101
- $(".about").typed({
102
- strings: [<?php echo $ this ->CI ->config ->item ('about_typed ' ); ?> ],
103
- typeSpeed: 30,
104
- backDelay: 500,
105
- loop: false,
106
- loopCount: false,
107
- });
108
- });
109
- </script>
110
99
<?php $ this ->load ->view ('must/footer ' ); ?>
Original file line number Diff line number Diff line change 22
22
<script src="<?php echo base_url ('bower_components/Semantic-UI/dist/semantic.min.js ' ); ?> "></script>
23
23
<script src="<?php echo base_url ('bower_components/Semantic-UI/examples/homepage.js ' ); ?> "></script>
24
24
<script src="<?php echo base_url ('bower_components/typed.js/dist/typed.min.js ' ); ?> "></script>
25
+ <script>
26
+ $(function(){
27
+ $(".about").typed({
28
+ strings: [<?php echo $ this ->CI ->config ->item ('about_typed ' ); ?> ],
29
+ typeSpeed: 30,
30
+ backDelay: 500,
31
+ loop: false,
32
+ loopCount: false,
33
+ });
34
+ });
35
+ </script>
25
36
</head>
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ $(document)
70
70
;
71
71
72
72
$ ( '.masthead .information' )
73
- . transition ( 'scale in' , 1000 )
73
+ . transition ( 'scale in' , 3000 )
74
74
;
75
75
76
76
setInterval ( changeSides , 3000 ) ;
You can’t perform that action at this time.
0 commit comments