Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Student - Last Projects</title>
  6.  
  7. <link rel="stylesheet" media="screen" href="News.css">
  8.  
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  10. <meta name="description" content="Student's main page of license worksheets.">
  11. </head>
  12. <body>
  13. <header role="banner">
  14. <div class="titleLogo">
  15. <h1 id="title">
  16. STUDENT
  17. </h1>
  18. <img src="wildcat.png" id="logo">
  19. <div class="vertical"></div>
  20. </div>
  21. <div class="searchBar">
  22. <input type="text" size=35 placeholder="Search..." >
  23. <input type="image" src="magnifier.png" alt="Submit">
  24. </div>
  25. <div class="userMenu">
  26. <div class="userName">
  27. Username
  28. </div>
  29. <div class="arrow">
  30. <div class="hoverbtn">^</div>
  31. <div class="hoverContent">
  32. <a href="#">My Profile</a>
  33. <a href="#">My Thesis</a>
  34. <a href="#">Logout</a>
  35. </div>
  36. </div>
  37. </div>
  38. </header>
  39. <main>
  40. <div class="menu">
  41. <article id="head">
  42. <h1>News</h1>
  43. </article>
  44.  
  45. <article>
  46. <h2 class="titleN"> <a href="https://www.codingdojo.com/blog/7-most-in-demand-programming-languages-of-2018" target=_blank>The most popular programming langauges</a></h2>
  47. <section>
  48. <ol>
  49. <li>Java - decreased in popularity by about 6,000 job postings in 2018 compared to 2017, but is still extremely well-established</li>
  50. <li>Python - grew in popularity by about 5,000 job postings over 2017</li>
  51. <li>JavaScript - the grandfather of programming languages</li>
  52. <li>C++ - changed very little in popularity from early 2017 to now</li>
  53. <li>C# - went down slightly in demand this year</li>
  54. <li>PHP - a scripting language used on the server side, moved up to number six in our ranking over number nine last year</li>
  55. </ol>
  56. </section>
  57.  
  58. </article>
  59.  
  60. <article>
  61. <h2 class="titleN">Thesis selection and registration</h2>
  62. <section>
  63. <p>The thesis selection statistics can be found here:
  64. <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vSUzCVoKSctvUpPT87xPt4V1onE7Gk6yLrDuacMXfag_V6LGw8e0ZHhWebKm6brukYlurwIduA1yyFH/pubhtml?gid=1968135121&single=true" target=_blank>PROJECT SELECTION STATISTICS</a>.</p>
  65. <p>Registration deadline: Monday, 18 March 2019, 12:00 GMT+2.</p>
  66. </section>
  67. </article>
  68.  
  69. <article>
  70. <h2 class="titleN">Resources for Java</h2>
  71. <section>
  72. <ul>
  73. <li><a href="https://profs.info.uaic.ro/~acf/java/Cristian_Frasinaru-Curs_practic_de_Java.pdf" target=_blank>Course support (ro): "Curs practic de Java", Cristian Frasinaru </a></li>
  74. <li><a href="https://docs.oracle.com/javase/tutorial/" target=_blank>The Java Tutorials</a></li>
  75. <li><a href="https://docs.oracle.com/javase/specs/" target=_blank>Java Language and Virtual Machine Specifications </a></li>
  76. <li><a href="http://greenteapress.com/thinkapjava/thinkapjava.pdf" target=_blank>Think Java (How to Think Like a Computer Scientist), by Allen B. Downey </a></li>
  77. </ul>
  78. </section>
  79. </article>
  80. </div>
  81. </main>
  82. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement