Skip to content

Commit cda3ed7

Browse files
committed
fixing padding issue sitewide due to misspelled .container
1 parent ded804c commit cda3ed7

File tree

16 files changed

+232
-214
lines changed

16 files changed

+232
-214
lines changed

app/views/comments/index.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.continer
1+
.container
22
.clearfix
33
.md-col.md-show.md-col-4
44
.sm-col.sm-col.sm-col-12.md-col-8

app/views/jobs/index.html.haml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1+
.container
2+
.clearfix
3+
%h1.mb0
4+
Find your next job
15

2-
.clearfix
3-
%h1.mb0
4-
Find your next job
6+
.clearfix.mt1.md-show
7+
.col.sm-col-11.py2
8+
=form_tag jobs_path, method: :get do
9+
= text_field_tag :q, params[:q], placeholder: 'Search great jobs by Location, Title, or Company', class: 'field col-6'
10+
.col-1.inline.ml1
11+
= check_box_tag :show_fulltime, true, params[:show_fulltime]
12+
= label_tag :show_fulltime, 'Full Time'
13+
= check_box_tag :show_contract, true, params[:show_contract]
14+
= label_tag :show_contract, 'Contracting'
15+
= check_box_tag :show_remote, true, params[:show_remote]
16+
= label_tag :show_remote, 'Remote'
17+
.col-1.inline.ml1
18+
%button.btn.bg-purple.white.rounded{type: 'submit'}= icon('search')
19+
.col.sm-col-1
520

6-
.clearfix.mt1.md-show
7-
.col.sm-col-11.py2
8-
=form_tag jobs_path, method: :get do
9-
= text_field_tag :q, params[:q], placeholder: 'Search great jobs by Location, Title, or Company', class: 'field col-6'
10-
.col-1.inline.ml1
11-
= check_box_tag :show_fulltime, true, params[:show_fulltime]
12-
= label_tag :show_fulltime, 'Full Time'
13-
= check_box_tag :show_contract, true, params[:show_contract]
14-
= label_tag :show_contract, 'Contracting'
15-
= check_box_tag :show_remote, true, params[:show_remote]
16-
= label_tag :show_remote, 'Remote'
17-
.col-1.inline.ml1
18-
%button.btn.bg-purple.white.rounded{type: 'submit'}= icon('search')
19-
.col.sm-col-1
21+
.clearfix.mt3
22+
.col.sm-col-8
23+
- if @featured
24+
=render @featured, feature: true
25+
=render @jobs, feature: false
2026

21-
.clearfix.mt3
22-
.col.sm-col-8
23-
- if @featured
24-
=render @featured, feature: true
25-
=render @jobs, feature: false
27+
.col.sm-col-4.px3
28+
.clearfix
29+
%h4.mt0
30+
Great Jobs for Great Programmers
31+
%p.mt2
32+
Need programming help to build something challenging? Post your job to nearly 500,000 developers visiting Coderwall each month.
33+
.mt2
34+
Have questions?
35+
%a Contact us
2636

27-
.col.sm-col-4.px3
28-
.clearfix
29-
%h4.mt0
30-
Great Jobs for Great Programmers
31-
%p.mt2
32-
Need programming help to build something challenging? Post your job to nearly 500,000 developers visiting Coderwall each month.
33-
.mt2
34-
Have questions?
35-
%a Contact us
36-
37-
%a.mt3.btn.rounded.bg-green.white.border.px2.py1{href: new_job_url}
38-
Post a Job for Programmers
39-
.mt1.font-sm== $#{Job::COST} for 30 days
37+
%a.mt3.btn.rounded.bg-green.white.border.px2.py1{href: new_job_url}
38+
Post a Job for Programmers
39+
.mt1.font-sm== $#{Job::COST} for 30 days

app/views/layouts/application.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
%a.btn{:href => jobs_path} Jobs
3232
%a.btn.active-text.mr2{:href => sign_in_path} Log In
3333
%a.btn.btn-primary.bg-purple.white{:href => sign_up_path} Sign Up
34-
.mt1.px3
34+
.container.mt1.px3
3535
=yield :breadcrumbs
3636
-if flash[:notice].present?
3737
.clearfix.rounded.py2.mt3.white.bg-navy.bold.center.font-lg=flash[:notice]

app/views/pages/faq.html.haml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
- title "FAQ"
22

3-
%h1 FAQ
3+
.container
4+
%h1 FAQ
45

5-
.clearfix.sm-col.sm-col-6
6-
%h3= link_to 'What are these pro tips all about?', '#', 'name' => 'describeprotips'
7-
%p Pro tips are an easy way to share and save interesting links, code, and ideas. Pro tips can be hearted by the community, earning karma for the author and raising the visibility of the tip for the community.
6+
.clearfix.sm-col.sm-col-6
7+
%h3= link_to 'What are these pro tips all about?', '#', 'name' => 'describeprotips'
8+
%p Pro tips are an easy way to share and save interesting links, code, and ideas. Pro tips can be hearted by the community, earning karma for the author and raising the visibility of the tip for the community.
89

9-
%h3= link_to 'How do I delete a team?', '#', 'name' => 'deleteteam'
10-
%p The team will be deleted once all the members leave the team.
10+
%h3= link_to 'How do I delete a team?', '#', 'name' => 'deleteteam'
11+
%p The team will be deleted once all the members leave the team.
1112

12-
%h3= link_to 'I just qualified for a new achievement, why isn\'t it on my profile?', '#', 'name' => 'profileupdates'
13-
%p Achievemnts are temporarily disabled as we work to introduce a new upgraded system.
13+
%h3= link_to 'I just qualified for a new achievement, why isn\'t it on my profile?', '#', 'name' => 'profileupdates'
14+
%p Achievemnts are temporarily disabled as we work to introduce a new upgraded system.

app/views/pages/privacy.html.haml

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
- title "Privacy Policy"
2+
.container
3+
%h1 Privacy Policy
4+
%h4 UPDATED April 17th 2014
25

3-
%h1 Privacy Policy
4-
%h4 UPDATED April 17th 2014
6+
%p Assembly Made, Inc. (“Assembly Made”, “our”, “us” or “we”) provides this Privacy Policy to inform you of our policies and procedures regarding the collection, use and disclosure of personal information we receive from users of coderwall.com (this “Site” or "Coderwall").
57

6-
%p Assembly Made, Inc. (“Assembly Made”, “our”, “us” or “we”) provides this Privacy Policy to inform you of our policies and procedures regarding the collection, use and disclosure of personal information we receive from users of coderwall.com (this “Site” or "Coderwall").
8+
%h3 Website Visitors
9+
%p Like most website operators, Coderwall collects non-personally-identifying information of the sort that web browsers and servers typically make available, such as the browser type, language preference, referring site, and the date and time of each visitor request. Coderwall’s purpose in collecting non-personally identifying information is to better understand how Coderwall’s visitors use its website. From time to time, Coderwall may release non-personally-identifying information in the aggregate, e.g., by publishing a report on trends in the usage of its website.
710

8-
%h3 Website Visitors
9-
%p Like most website operators, Coderwall collects non-personally-identifying information of the sort that web browsers and servers typically make available, such as the browser type, language preference, referring site, and the date and time of each visitor request. Coderwall’s purpose in collecting non-personally identifying information is to better understand how Coderwall’s visitors use its website. From time to time, Coderwall may release non-personally-identifying information in the aggregate, e.g., by publishing a report on trends in the usage of its website.
11+
%p Coderwall also collects potentially personally-identifying information like Internet Protocol (IP) addresses for logged in users. Coderwall only discloses logged in user IP addresses under the same circumstances that it uses and discloses personally-identifying information as described below.
1012

11-
%p Coderwall also collects potentially personally-identifying information like Internet Protocol (IP) addresses for logged in users. Coderwall only discloses logged in user IP addresses under the same circumstances that it uses and discloses personally-identifying information as described below.
13+
%h3 Gathering of Personally-Identifying Information
14+
%p We collect the personally-identifying information you provide to us. For example, if you provide us feedback or contact us via e-mail, we may collect your name, your email address and the content of your email in order to send you a reply. When you post messages or other content on our Site, the information contained in your posting will be stored on our servers and other users will be able to see it.
15+
%p If you log into the Site using your account login information from certain third party sites (“Third Party Account”), e.g. Linked In, Twitter, we may receive information about you from such Third Party Account, in accordance with the terms of use and privacy policy of such Third Party Account (“Third Party Terms”). We may add this information to the information we have already collected from the Site. For instance, if you login to our Site with your LinkedIn account, LinkedIn may provide your name, email address, location and other information you store on LinkedIn. If you elect to share your information with your Third Party Account, we will share information with your Third Party Account in accordance with your election. The Third Party Terms will apply to the information we disclose to them.
1216

13-
%h3 Gathering of Personally-Identifying Information
14-
%p We collect the personally-identifying information you provide to us. For example, if you provide us feedback or contact us via e-mail, we may collect your name, your email address and the content of your email in order to send you a reply. When you post messages or other content on our Site, the information contained in your posting will be stored on our servers and other users will be able to see it.
15-
%p If you log into the Site using your account login information from certain third party sites (“Third Party Account”), e.g. Linked In, Twitter, we may receive information about you from such Third Party Account, in accordance with the terms of use and privacy policy of such Third Party Account (“Third Party Terms”). We may add this information to the information we have already collected from the Site. For instance, if you login to our Site with your LinkedIn account, LinkedIn may provide your name, email address, location and other information you store on LinkedIn. If you elect to share your information with your Third Party Account, we will share information with your Third Party Account in accordance with your election. The Third Party Terms will apply to the information we disclose to them.
17+
%p
18+
%strong Do Not Track Signals:
19+
Your web browser may enable you to indicate your preference as to whether you wish to allow websites to collect personal information about your online activities over time and across different websites or online services. At this time our site does not respond to the preferences you may have set in your web browser regarding the collection of such personal information, and our site may continue to collect personal information in the manner described in this Privacy Policy. We may enable third parties to collect information in connection with our site. This policy does not apply to, and we are not responsible for, any collection of personal information by third parties on our site.
1620

17-
%p
18-
%strong Do Not Track Signals:
19-
Your web browser may enable you to indicate your preference as to whether you wish to allow websites to collect personal information about your online activities over time and across different websites or online services. At this time our site does not respond to the preferences you may have set in your web browser regarding the collection of such personal information, and our site may continue to collect personal information in the manner described in this Privacy Policy. We may enable third parties to collect information in connection with our site. This policy does not apply to, and we are not responsible for, any collection of personal information by third parties on our site.
21+
%h3 Protection of Certain Personally-Identifying Information
22+
%p Coderwall discloses potentially personally-identifying and personally-identifying information only to those of its employees, contractors and affiliated organizations that (i) need to know that information in order to process it on Coderwall’s behalf or to provide services available at Coderwall’s websites, and (ii) that have agreed not to disclose it to others. Some of those employees, contractors and affiliated organizations may be located outside of your home country; by using Coderwall’s websites, you consent to the transfer of such information to them. If you are a registered user of a Coderwall website and have supplied your email address, Coderwall may occasionally send you an email to tell you about new features, solicit your feedback, or just keep you up to date with what’s going on with Coderwall and our products. We primarily use our various product blogs to communicate this type of information, so we expect to keep this type of email to a minimum. If you send us a request (for example via a support email or via one of our feedback mechanisms), we reserve the right to publish it in order to help us clarify or respond to your request or to help us support other users. Coderwall uses reasonable efforts to protect against the unauthorized access, use, alteration or destruction of your personally-identifying information.
23+
%p You may opt out of receiving promotional emails from us by following the instructions in those emails. If you opt out, we may still send you non-promotional emails, such as emails about your accounts or our ongoing business relations. You may also send requests about your contact preferences and changes to your information by emailing support@coderwall.com.
2024

21-
%h3 Protection of Certain Personally-Identifying Information
22-
%p Coderwall discloses potentially personally-identifying and personally-identifying information only to those of its employees, contractors and affiliated organizations that (i) need to know that information in order to process it on Coderwall’s behalf or to provide services available at Coderwall’s websites, and (ii) that have agreed not to disclose it to others. Some of those employees, contractors and affiliated organizations may be located outside of your home country; by using Coderwall’s websites, you consent to the transfer of such information to them. If you are a registered user of a Coderwall website and have supplied your email address, Coderwall may occasionally send you an email to tell you about new features, solicit your feedback, or just keep you up to date with what’s going on with Coderwall and our products. We primarily use our various product blogs to communicate this type of information, so we expect to keep this type of email to a minimum. If you send us a request (for example via a support email or via one of our feedback mechanisms), we reserve the right to publish it in order to help us clarify or respond to your request or to help us support other users. Coderwall uses reasonable efforts to protect against the unauthorized access, use, alteration or destruction of your personally-identifying information.
23-
%p You may opt out of receiving promotional emails from us by following the instructions in those emails. If you opt out, we may still send you non-promotional emails, such as emails about your accounts or our ongoing business relations. You may also send requests about your contact preferences and changes to your information by emailing support@coderwall.com.
25+
%h3 Third Party Advertisements
26+
%p We may also use third parties to serve ads on the Site. Certain third parties may automatically collect information about your visits to our Site and other websites, your IP address, your ISP, the browser you use to visit our Site (but not your name, address, email address, or telephone number). They do this using cookies, clear gifs, or other technologies. Information collected may be used, among other things, to deliver advertising targeted to your interests and to better understand the usage and visitation of our Site and the other sites tracked by these third parties. This Privacy Policy does not apply to, and we are not responsible for, cookies, clear gifs, or other technologies in third party ads, and we encourage you to check the privacy policies of advertisers and/or ad services to learn about their use of cookies, clear gifs, and other technologies. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here: http://www.aboutads.info/choices/.
2427

25-
%h3 Third Party Advertisements
26-
%p We may also use third parties to serve ads on the Site. Certain third parties may automatically collect information about your visits to our Site and other websites, your IP address, your ISP, the browser you use to visit our Site (but not your name, address, email address, or telephone number). They do this using cookies, clear gifs, or other technologies. Information collected may be used, among other things, to deliver advertising targeted to your interests and to better understand the usage and visitation of our Site and the other sites tracked by these third parties. This Privacy Policy does not apply to, and we are not responsible for, cookies, clear gifs, or other technologies in third party ads, and we encourage you to check the privacy policies of advertisers and/or ad services to learn about their use of cookies, clear gifs, and other technologies. If you would like more information about this practice and to know your choices about not having this information used by these companies, click here: http://www.aboutads.info/choices/.
28+
%h3 Cookies
29+
%p A cookie is a string of information that a website stores on a visitor’s computer, and that the visitor’s browser provides to the website each time the visitor returns. Coderwall uses cookies to help Coderwall identify and track visitors, their usage of Coderwall website, and their website access preferences. Coderwall visitors who do not wish to have cookies placed on their computers should set their browsers to refuse cookies before using Coderwall’s websites, with the drawback that certain features of Coderwall’s websites may not function properly without the aid of cookies.
2730

28-
%h3 Cookies
29-
%p A cookie is a string of information that a website stores on a visitor’s computer, and that the visitor’s browser provides to the website each time the visitor returns. Coderwall uses cookies to help Coderwall identify and track visitors, their usage of Coderwall website, and their website access preferences. Coderwall visitors who do not wish to have cookies placed on their computers should set their browsers to refuse cookies before using Coderwall’s websites, with the drawback that certain features of Coderwall’s websites may not function properly without the aid of cookies.
31+
%h3 Business Transfers
32+
%p If Assembly Made, or substantially all of its assets were acquired, or in the unlikely event that Assembly Made goes out of business or enters bankruptcy, user information would be one of the assets that is transferred or acquired by a third party. You acknowledge that such transfers may occur, and that any acquiror of Assembly Made may continue to use your personal information as set forth in this policy.
3033

31-
%h3 Business Transfers
32-
%p If Assembly Made, or substantially all of its assets were acquired, or in the unlikely event that Assembly Made goes out of business or enters bankruptcy, user information would be one of the assets that is transferred or acquired by a third party. You acknowledge that such transfers may occur, and that any acquiror of Assembly Made may continue to use your personal information as set forth in this policy.
34+
%h3 Privacy Policy Changes
35+
%p Although most changes are likely to be minor, we may change our Privacy Policy from time to time, and in our sole discretion. We encourage visitors to frequently check this page for any changes to its Privacy Policy. Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change.
3336

34-
%h3 Privacy Policy Changes
35-
%p Although most changes are likely to be minor, we may change our Privacy Policy from time to time, and in our sole discretion. We encourage visitors to frequently check this page for any changes to its Privacy Policy. Your continued use of this site after any change in this Privacy Policy will constitute your acceptance of such change.
36-
37-
%p This Privacy Policy was crafted from Wordpress.com's version, which is available under a Creative Commons Sharealike license.
37+
%p This Privacy Policy was crafted from Wordpress.com's version, which is available under a Creative Commons Sharealike license.

0 commit comments

Comments
 (0)