Advertisement
Guest User

Untitled

a guest
Jun 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. <!doctype html>
  2.  
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>Stalex.io</title>
  7. <link rel="stylesheet" type="text/css" href="semantic/semantic.min.css">
  8. <link rel="stylesheet" href="css/style.css">
  9. </head>
  10. <body>
  11.  
  12. <div id="rule"></div>
  13. <div id="information">
  14. <div id="bgsvg">
  15. <img src="img/stalexswift.svg" alt="bg" class="ui centered fluid image">
  16. </div>
  17. <div class="ui grid container">
  18. <div class="ui grid">
  19. <div class="sixteen wide mobile eight wide computer column white">
  20. <strong>WHETHER YOU ARE LOOKING TO
  21. BOOST YOUR PRODUCTIVITY AND
  22. OR OVERVIEW USING OUR SOFTWARE,
  23. OR LOOKING TO GET YOUR WEBSITE
  24. DESIGNED: WE GOT YOU COVERED.</strong>
  25. <img src="https://blog.teamwork.com/wp-content/uploads/2016/04/5-Positive-Conflict-tips-You-Can-Learn-From-High-Performance-Teams.jpg" id="team" class="ui centered fluid image" alt="team">
  26. </div>
  27. <div class="sixteen wide mobile eight wide computer column white text">
  28. <p>We are Stalex.io, an innovative company serving customers
  29. for digital works like web design, web development and
  30. graphical design. We also continuously work on software that
  31. helps you in your daily life. They are freely available with a
  32. monthly subscription to enable premium perks.</p>
  33.  
  34. <p>Start working with us today and get anything you need
  35. to make your company ready to go digital. We provide
  36. accurate status updates of the progress of your
  37. orders in your personal account, which makes sure
  38. you have a good overview of what we are doing for you.</p>
  39. </div>
  40. <img src="img/icons.svg" id="icons" class="ui centered fluid image">
  41. </div>
  42. </div>
  43. </div>
  44.  
  45. <script src="https://code.jquery.com/jquery-3.1.1.min.js"
  46. integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
  47. crossorigin="anonymous"></script>
  48. <script src="semantic/semantic.min.js"></script>
  49. </body>
  50. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement