This repository was archived by the owner on Mar 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-106
lines changed Expand file tree Collapse file tree 4 files changed +11
-106
lines changed Original file line number Diff line number Diff line change 8
8
9
9
< div class ="container clearfix ">
10
10
11
- < div class ="heading-block center ">
11
+ < div class ="heading-block center add-content-margin ">
12
12
< h2 > We are < span > MENA Devs</ span > </ h2 >
13
13
< span > one of the largest active online communities in the < abbr title ="Middle East and North Africa "> MENA</ abbr > region</ span >
14
14
</ div >
Original file line number Diff line number Diff line change 24
24
< div class ="container clearfix ">
25
25
26
26
< div class ="row clearfix ">
27
- < div class ="col-md-12 ">
28
- < div class ="style-msg alertmsg ">
27
+ < div class ="col-md-12 add-content-margin ">
28
+ < div class ="style-msg successmsg ">
29
29
< div class ="sb-msg ">
30
30
< i class ="icon-warning-sign "> </ i > < strong > Important Information</ strong >
31
31
< ul style ="margin-left: 20px ">
32
- < li > All job posts are subject to approval by the administrators before they are live on the job board.</ li >
33
- < li > Approved job posts on <%= ( link_to AppSettings . application_host , AppSettings . application_host ) %> are distributed via:
32
+ < li > All job posts are subject to approval by administrators before they are live on the job board.</ li >
33
+ < li > Once approved, job posts are distributed via the following mediums :
34
34
< ol style ="margin-left: 20px ">
35
- < li > Email to all subscribed members</ li >
36
- < li > MENAdevs Slack Group channel #announcement</ li >
37
- < li > MENAdevs account on Twitter </ li >
35
+ < li > By Email to all subscribed members</ li >
36
+ < li > On MENAdevs Slack Group, under the < strong > #announcement</ strong > channel </ li >
37
+ < li > On MENAdevs < strong > <%= link_to ( "Twitter account - @menadevs" , "https://twitter.com/menadevs" , target : "_blank" ) %> </ strong > </ li >
38
38
</ ol >
39
39
</ li >
40
- < li > Job posts expire after < strong > 1 month</ strong > from the date of approval </ li >
40
+ < li > Job posts expire after < strong > 1 month</ strong > from the date they are published, subject to renewal </ li >
41
41
</ ul >
42
42
</ div >
43
43
</ div >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
mode : " exact"
3
3
language : " <%= I18n.locale.to_s.split('-')[0].downcase % >"
4
4
schema : " html5-strict"
5
- element_format : " html "
5
+ element_format : " text "
6
6
resize : true
7
7
height : 500
8
8
paste_as_text : true
@@ -11,15 +11,12 @@ menubar: false
11
11
plugins :
12
12
- preview
13
13
- contextmenu
14
- - paste
15
- - directionality
16
- - fullscreen
17
14
- nonbreaking
18
15
- advlist
19
16
- lists
20
17
21
18
toolbar :
22
- - formatselect | fontselect | fontsizeselect | bold | italic | underline | strikethrough | alignleft | aligncenter | alignjustify | alignright | bullist | numlist | outdent | indent | removeformat
19
+ - formatselect | bold | italic | underline | bullist | numlist | outdent | indent | removeformat
23
20
24
21
setup :
25
22
function(ed) {
You can’t perform that action at this time.
0 commit comments