Skip to content
This repository was archived by the owner on Mar 23, 2023. It is now read-only.

Commit c654259

Browse files
Update CSS on frontpage and landing page.
Update tinymce settings
1 parent 9f3d1d2 commit c654259

File tree

4 files changed

+11
-106
lines changed

4 files changed

+11
-106
lines changed

app/views/home/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<div class="container clearfix">
1010

11-
<div class="heading-block center">
11+
<div class="heading-block center add-content-margin">
1212
<h2>We are <span>MENA Devs</span></h2>
1313
<span>one of the largest active online communities in the <abbr title="Middle East and North Africa">MENA</abbr> region</span>
1414
</div>

app/views/jobs/new.html.erb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,20 @@
2424
<div class="container clearfix">
2525

2626
<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">
2929
<div class="sb-msg">
3030
<i class="icon-warning-sign"></i> <strong>Important Information</strong>
3131
<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:
3434
<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>
3838
</ol>
3939
</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>
4141
</ul>
4242
</div>
4343
</div>

app/views/layouts/home/index.html.erb

Lines changed: 0 additions & 92 deletions
This file was deleted.

config/tinymce.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mode: "exact"
33
language: "<%= I18n.locale.to_s.split('-')[0].downcase %>"
44
schema: "html5-strict"
5-
element_format: "html"
5+
element_format: "text"
66
resize: true
77
height: 500
88
paste_as_text: true
@@ -11,15 +11,12 @@ menubar: false
1111
plugins:
1212
- preview
1313
- contextmenu
14-
- paste
15-
- directionality
16-
- fullscreen
1714
- nonbreaking
1815
- advlist
1916
- lists
2017

2118
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
2320

2421
setup :
2522
function(ed) {

0 commit comments

Comments
 (0)