Advertisement
Guest User

vvnet

a guest
Jan 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta charset="UTF-8">
  5.     <title>Title</title>
  6.  
  7.  
  8.  
  9. </head>
  10. <body style="background-color: lightskyblue;font-family: Arial;font-size: 16px">
  11.  
  12. <div id="slika">
  13.     <img src="logo.png"style="height: 40px;width: 40px; margin-left: 200px; margin-top: 100px">
  14.  
  15. </div>
  16.  
  17. <div id="nav" style="color: white;background-color: darkslateblue;border-right: #0b0b0b;margin-left: 955px;width: 250px;margin-top: -20px;height: 600px">
  18.     <nav>
  19.         <h3 style="margin-left: 50px">Links to services</h3>
  20.         <div style="background-color: lightseagreen;margin-left: 10px;width: 240px;height: 45px">
  21.             <h3 style="margin-left: 30px;margin-bottom: -10px">SEO</h3>
  22.         </div>
  23.         <div style="background-color: lightseagreen;margin-left: 10px;width: 240px;height: 45px">
  24.             <h3 style="margin-left: 30px;margin-bottom: -10px">PHP</h3>
  25.         </div>
  26.         <div style="background-color: lightseagreen;margin-left: 10px;width: 240px;height: 45px">
  27.             <h3 style="margin-left: 30px;margin-bottom: -10px">AJAX</h3>
  28.         </div>
  29.         <div style="background-color: lightseagreen;margin-left: 10px;width: 240px;height: 45px">
  30.             <h3 style="margin-left: 30px;margin-bottom: -10px">jQuery</h3>
  31.         </div>
  32.         <div style="background-color: lightseagreen;margin-left: 10px;width: 240px;height: 45px">
  33.             <h3 style="margin-left: 30px;margin-bottom: -10px">Web Design</h3>
  34.         </div>
  35.         <div style="background-color: lightseagreen;margin-left: 10px;width: 240px;height: 45px">
  36.             <h3 style="margin-left: 30px;margin-bottom: -10px">Web Prohramming</h3>
  37.         </div>
  38.         <div style="background-color: lightseagreen;margin-left: 10px;width: 240px;height: 45px">
  39.             <h3 style="margin-left: 30px;margin-bottom: -10px">Content Creation</h3>
  40.         </div>
  41.         <div style="background-color: lightseagreen;margin-left: 10px;width: 240px;height: 45px">
  42.             <h3 style="margin-left: 30px;margin-bottom: -10px">Internet Marketing</h3>
  43.         </div>
  44.         <div style="background-color: lightseagreen;margin-left: 10px;width: 240px;height: 45px">
  45.             <h3 style="margin-left: 30px;margin-bottom: -10px">XHTML Templates</h3>
  46.         </div>
  47.  
  48.     </nav>
  49. </div>
  50. <div text="black", style="margin-left: 200px;margin-top: -600px;font-size: 16px; font-family: Arial; background-color: white;height: 600px; width:750px;border: dotted">
  51. <p id="parent" style="background-color: white">
  52. <h1 style="margin-left: 300px">About Us</h1>
  53. <p name="p1", style="margin-left: 50px; text-align: left">
  54.     Finki Company is a global leader in technology services and consulting. We enable clients <br> in more than 50 countries to create and execute strategies for their digital transformation.<br> From engineering to application development, knowledge management and business<br> process management, we help our clients find the right problems to solve, and to solve<br> these effectively. Our team of 199,000+ innovators, across the globe, is differentiated by the<br> imagination, knowledge and experience, across industries and technologies, that we bring<br> to every project we undertake.<br><br>
  55.  
  56.     From the beginning, the company was founded on the principle of building and<br> implementing great ideas that drive progress for clients and enhance lives through<br> enterprise solutions. For over three decades, we have been a company focused on bringing<br> to life great ideas and enterprise solutions that drive progress for our clients.<br><br>
  57.  
  58.     At Finki Company, we believe our responsibilities extend beyond business. That is why we<br> established the Finki Foundation – to provide assistance to all sectors of the communities in<br> which we work. And that is why we behave ethically and honestly in all our interactions –<br> with our clients, our partners and our employees.
  59.  
  60. </p>
  61.     <div>
  62.         <h3 style="margin-left: 300px">Apply for a job</h3>
  63.         <p style="margin-left: 270px">Name  <input style="margin-left: 52px" type="text"></p>
  64.         <p style="margin-left: 270px">Email  <input style="margin-left: 55px" type="text"></p>
  65.         <p style="margin-left: 270px">Position   <select style="margin-left: 40px" name="profession"> <option>Software engineer</option> <option>Quality assurance</option><option>DevOps</option></select></p><br>
  66.     </div>
  67. </div>
  68. <footer style="background-color: darkblue;color: white"><p style="margin-left: 890px;font-weight: bold;height: 40px">Home   About   Products   Services   Design   Product</p></footer>
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement