Guest User

Untitled

a guest
Jun 22nd, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.98 KB | None | 0 0
  1. ## this is the primary code from the home page, compiled from 4 files.
  2.  
  3. !!! Transitional
  4. %html
  5. = render :partial => "/layouts/head"
  6. %body
  7. .wrapper
  8. =render :partial => "/layouts/session_functions"
  9. - @class = current_user.role rescue "visitor"
  10. - @id = current_user.role rescue "visitor"
  11. #header
  12. %img{:src => '/images/logo-trans.png'}
  13. %div{:id => @id + "_controls"}
  14. = render :partial => "/layouts/partials/#{@class}_controls"
  15. .flash
  16. =flash[:notice]
  17. =flash[:errors]
  18. .pages
  19. .left_column
  20. .trans_box
  21. %h1 need an article?
  22. %img{:src => "../images/icon_paper_trans.png", :class => "floatleft", :alt => "articles"}
  23. %p
  24. At copy-hub, we provide high-quality, unique, and hassle-free content. But doesn't every writing company say something like that?
  25. %p
  26. %strong It's different at copy-hub.
  27. =link_to "Watch our quick tour", "#", :class => "video_link"
  28. %hr
  29. :textile
  30. With copy-hub you work with *one person*--a professional editor named David Smith. David guarantees the quality of the copy you receive.
  31. :textile
  32. The writers at copy-hub are *trained.* We use at copy-hub are personally interviewed, tested, and subsequently trained in SEO. No more key-word stuffing, shabby style, or flat copy. And the majority of our writers are university or graduate-school trained. Look for that at your average freelance mill.
  33. %img{:src => "../images/plaigarism_trans.png", :class => "floatright", :alt => "copyscape | plagium"}
  34. %p
  35. %a{:name => "advantages"}
  36. :textile
  37. *Unique content* is guaranteed at copy-hub. We use two levels of plagiarism protection: Copyscape and the only other significant competitor, Plaigium. Unique content helps establish your websites authority. Keyword-rich content is vitally important to effective SEO and increases search engine popularity, attracting natural inbound links.
  38.  
  39. %br
  40. %h2 why copy-hub?
  41. %li Everything is professionally edited
  42. %li Award-winning writers
  43. %li SEO is not an afterthought
  44. %li 100% unique guarantee
  45. %li We can handle all your writing needs
  46. %br
  47. .trans_box
  48. %h1 who uses copy-hub?
  49. %img{:src => "../images/logo-rmt-trans.png"}
  50. %img{:src => "../images/logo-sem-trans.png"}
  51. %img{:src => "../images/logo-seorchers-trans.png"}
  52. .right_column
  53. .trans_box.blue
  54. %ul
  55. %li article directories
  56. %li blog posts
  57. %li press releases
  58. %li website content
  59. %li
  60. %hr
  61. %img{:src => "../images/greg.jpeg", :class => "avitar"}
  62. %p Greg Bartlett is the owner of copy-hub. He personally interviews every writer and determines their qualifications. While running copy-hub, Greg is working on finishing up his PhD.
  63. %br
  64. %img{:src => "../images/noimage.png", :height => "100px", :width => "100px", :class => "avitar", :alt => "editor"}
  65. %p David Smith is the staff editor at copy-hub. He personally reviews and edits every writing submission before it reaches the client. Dave is also an avid mountain climber, specializing in inverted slope rock faces that exceed 100' above ground level.
  66. %strong So who's the rest of the team?
  67. %br
  68. 40+ native English, university-trained writers, many award-winning. Their skills and experience include:
  69. %li Graduate and Ph.D. education
  70. %li English majors and minors
  71. %li SEO Training (across the board)
  72. %li Uniquely qualified in creative writing, insurance, technology.
  73. %br
  74. %h1 how it works:
  75. .numbered_list
  76. %li
  77. %img{:src => "../images/bullet-1-trans.png", :class => "bullet-number"}
  78. You provide a keyword and any other details or requirements.
  79. %li
  80. %img{:src => "../images/bullet-2-trans.png", :class => "bullet-number"}
  81. One of our writers will take on your project and Bob, our editor will review your copy before you see it.
  82. %li
  83. %img{:src => "../images/bullet-3-trans.png", :class => "bullet-number"}
  84. Your copy will be emailed in the format of your choice (.txt, .rtf, .pdf, .doc)
  85. %li
  86. %img{:src => "../images/bullet-4-trans.png", :class => "bullet-number"}
  87. Need more work done, and want to work with the same writer? We'll arrange it at your request!
  88. %h1 details of service:
  89. %li Turn-around time averages 5-7 days.
  90. %li Revisions? Well, if you think you need them, they're free.
  91. .push
  92. .footer
Add Comment
Please, Sign In to add comment