Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. <html lang="en">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6. <title>Bai 2</title>
  7. </head>
  8. <body>
  9. <h1>2019 Best IT Companies in Vietnam</h1>
  10. <table>
  11. <thead>
  12. <th>Company name</th>
  13. <th>Rating (out of 5)</th>
  14. <th>Comment</th>
  15. <th>Official website</th>
  16. </thead>
  17. <tbody>
  18. <tr>
  19. <td>NFQ Asia (8bit Rockstars)</td>
  20. <td>4.8</td>
  21. <td>The office is beautiful and the work is challenging and fulfilling. Great place to work in and very good work provided.</td>
  22. <td>
  23. <a href="https://www.nfq.asia" target="#">https://www.nfq.asia</a>
  24. </td>
  25. </tr>
  26. <tr>
  27. <td>BOCASAY</td>
  28. <td>4.7</td>
  29. <td>Only one word: Nice! Good enviroment, good salary, good benifit, flexible time, nice colleague and nice boss! No OT ever.</td>
  30. <td>
  31. <a href="https://www.bocasay.com/" target="#">https://www.bocasay.com</a>
  32. </td>
  33. </tr>
  34. <tr>
  35. <td>East Agile</td>
  36. <td>4.7</td>
  37. <td>Nền tảng kiến thức của developers từ junior đến senior đều tốt hơn bình quân ngành. Công ty có rất nhiều senior developers sẵn sàng giúp đỡ nhân viên mới, làm việc theo pair cũng giúp nắm bắt kiến thức, process nhanh hơn.</td>
  38. <td>
  39. <a href="https://eastagile.com/" target="#">https://eastagile.com</a>
  40. </td>
  41. </tr>
  42. <tr>
  43. <td>Grab (Vietnam) Ltd.</td>
  44. <td>4.7</td>
  45. <td> Career path rõ ràng, có thể học hỏi nhiều thứ, làm việc nhiều với Seattle và Singapore Công ty sẽ cố gắng không để bạn làm OT, OT được trả hợp lý.</td>
  46. <td>
  47. <a href="https://www.grab.com/vn/" target="#">https://www.grab.com/vn</a>
  48. </td>
  49. </tr>
  50. </tbody>
  51. </table>
  52. <p>Leave your email to receive our newsletter</p>
  53. <input type="text" onclick="this.value=''" value="Enter your email" />
  54. <input type="submit" value="Submit">
  55. </body>
  56. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement