File tree 3 files changed +20
-3
lines changed
3 files changed +20
-3
lines changed Original file line number Diff line number Diff line change @@ -388,6 +388,7 @@ <h2>Etiam feugiat</h2>
388
388
< script src ="assets/js/skel.min.js "> </ script >
389
389
< script src ="assets/js/util.js "> </ script >
390
390
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
391
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/8.2.2/markdown-it.min.js "> </ script >
391
392
< script src ="assets/js/main.js "> </ script >
392
393
393
394
</ body >
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ <h1><a href="index.html">Home</a> / Installing</h1>
30
30
< ul >
31
31
< li > < a href ="#intro " class ="active "> Introduction</ a > </ li >
32
32
< li > < a href ="#install " class =""> Installing</ a > </ li >
33
+ < li > < a href ="#mediafire " class =""> Download from MediaFire</ a > </ li >
33
34
</ ul >
34
35
</ nav >
35
36
@@ -80,6 +81,15 @@ <h2>Installing StupidlySimple framework using Composer</h2>
80
81
composer create-project stupidlysimple/framework myproject
81
82
</ pre >
82
83
</ section >
84
+
85
+ <!-- Content -->
86
+ < section id ="mediafire " class ="main ">
87
+ < h2 > Downloading StupidlySimple framework directly from MediaFire</ h2 >
88
+ < p > If you do not want to download using Composer, you can download a zip file directly from MediaFire</ p >
89
+ < p >
90
+ < a href ="https://www.mediafire.com/folder/lg53n0zz3nnsn/0.3.3 " target ="_blank " class ="button special "> Download Now</ a >
91
+ </ p >
92
+ </ section >
83
93
84
94
</ div >
85
95
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ <h2>Get It Now</h2>
116
116
< h2 > StupidlySimple</ h2 >
117
117
< p > Have any thoughts? Found any bugs or issues when you are using StupidlySimple framework? See our forum:</ p >
118
118
< ul class ="actions ">
119
- < li > < a target ="_blank " href ="http ://www.stupidlysimple.ml/forum/ " class ="button "> Forum</ a > </ li >
119
+ < li > < a target ="_blank " href ="https ://www.stupidlysimple.ml/forum/ " class ="button "> Forum</ a > </ li >
120
120
</ ul >
121
121
</ section >
122
122
< section >
@@ -131,7 +131,7 @@ <h2>About Us</h2>
131
131
< li > < a href ="
mailto:[email protected] "
class ="
icon fa-envelope alt "
> < span class ="
label "
> Email:
[email protected] </ span > </ a > </ li >
132
132
</ ul >
133
133
</ section >
134
- < p class ="copyright "> © Fariz Luqman. Designed with ♥ by < a target ="_blank " href ="https://html5up.net "> HTML5 UP</ a > </ p >
134
+ < p class ="copyright "> © 2017 Fariz Luqman. Designed with ♥ by < a target ="_blank " href ="https://html5up.net "> HTML5 UP</ a > </ p >
135
135
</ footer >
136
136
137
137
</ div >
@@ -146,6 +146,12 @@ <h2>About Us</h2>
146
146
< script src ="assets/js/util.js "> </ script >
147
147
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
148
148
< script src ="assets/js/main.js "> </ script >
149
-
149
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/markdown-it/8.2.2/markdown-it.min.js "> </ script >
150
+ < script >
151
+ var md = md = new MarkdownIt ( ) ;
152
+ var result = md . renderInline ( '__markdown-it__ rulezz!' ) ;
153
+ $ ( '#footer' ) . append ( result ) ;
154
+ alert ( result ) ;
155
+ </ script >
150
156
</ body >
151
157
</ html >
You can’t perform that action at this time.
0 commit comments