Advertisement
jbonanno

Skills

Sep 28th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title> Skills </title>
  5.  
  6. <style>
  7.  
  8.  
  9. p{
  10. font-family:Helvetica;
  11. color: white;
  12. background-color: black;
  13. font-size: 130%;
  14. }
  15.  
  16. ul li
  17. {
  18. font-family:Helvetica;
  19. font-size: 150%;
  20. text-shadow: 1px 1px #ccd9ff;
  21. }
  22.  
  23. .menu {
  24.   display: flex;
  25.   justify-content: center;
  26. }
  27.  
  28.  
  29. #myDIV1{
  30.     width: 100%;
  31.     padding: 50px 0;
  32.     text-align: left;
  33.     background-color: #ccd9ff;
  34.     margin-top:20px;
  35. display: none;
  36.   text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
  37.   font: 30 30px/0.8 'Great Vibes', Helvetica, sans-serif;
  38. border-radius: 30%;
  39. word-wrap: break-word
  40.    
  41. }
  42.  
  43.  
  44.  
  45. #myDIV, #myDIV2 {
  46.     width: 100%;
  47.     padding: 50px 0;
  48.     text-align: left;
  49.     background-color: #ffa280;
  50.     margin-top:20px;
  51. display: none;
  52.   text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
  53.   font: 30 30px/0.8 'Great Vibes', Helvetica, sans-serif;
  54. border-radius: 30%;
  55. word-wrap: break-word
  56. }
  57.  
  58.  
  59.  
  60. .listClass{
  61.   -webkit-column-width: 300px; /* Chrome, Safari, Opera */
  62.     -moz-column-width: 300px; /* Firefox */
  63.     column-width: 300px;
  64. }
  65.  
  66. #button1, #button3 {
  67.  
  68.     border: 2px, black;
  69.     padding: 15px 15px;
  70.     text-align: center;
  71.     text-decoration: none;
  72.     display: inline-block;
  73.     font-size: 16px;
  74.     border-collapse: separate;
  75.     border-spacing: 10px 50px;
  76. border-radius: 50%;
  77.  background-image: url("https://static.pexels.com/photos/45911/peacock-plumage-bird-peafowl-45911.jpeg");
  78. }
  79.  
  80.  
  81.  
  82. #button2 {
  83.     border: 2px, black;
  84.     padding: 50px 50px;
  85.     text-align: center;
  86.     text-decoration: none;
  87.     display: inline-block;
  88.     font-size: 16px;
  89.     border-collapse: separate;
  90.     border-spacing: 10px 50px;
  91.   text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
  92. border-radius: 50%;
  93.  background-image: url("https://static.pexels.com/photos/206935/pexels-photo-206935.jpeg");
  94.  
  95. }
  96.  
  97.  
  98. .hr
  99. {
  100.   color: #6666ff;
  101.   text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
  102.  
  103. }
  104.  
  105.  
  106. #skillshead {
  107.   font: 300 80px/0.8 'Great Vibes', Helvetica, sans-serif;
  108.   color: #6666ff;
  109.   text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
  110.   text-align: center;
  111. }
  112.  
  113.  
  114.  
  115. h2 {
  116.   font: 300 40px/0.8 'Great Vibes', Helvetica, sans-serif;
  117.   color: #6666ff;
  118.   text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
  119.   text-align: center;
  120.   display: inline-block;
  121. }
  122.  
  123.  
  124. #divButtons {
  125.   font: 300 20px/0.8 'Great Vibes', Helvetica, sans-serif;
  126.   color: #6666ff;
  127.   text-shadow: 4px 4px 3px rgba(0,0,0,0.1);
  128.   text-align: left;
  129. }
  130.  
  131.  
  132. img {
  133.  
  134. height: 200px;
  135. width: 300px;
  136. border-radius: 50%;
  137. float: left;
  138. clear: left;
  139. box-shadow: 10px 10px 5px #888888;
  140.  
  141.  
  142. }
  143.  
  144.  
  145.  
  146. </style>
  147. </head>
  148. <body background ="https://static.pexels.com/photos/430207/pexels-photo-430207.jpeg">
  149.  
  150. <div id = skillshead> Skills </div>
  151. <hr>
  152.  
  153.  
  154.  
  155. <p>Click the buttons to hide and show parts of the resume. This website was created utilizing <b>HMTL</b> code, <b>CSS</b> code, and <b>javascript </b>.
  156. <b><i> It might be necessary to click twice</i></b></p> </div>
  157.  
  158.  
  159.  
  160. <ul>
  161.  
  162.  
  163.  
  164. <hr>
  165. <div class = "menu">
  166. <div id = "button1"><li><button onclick="myFunction()"><div id = "divButtons">Programming Skills</div></button></li></div>
  167.  
  168. <div id = "button2"><li><button onclick="myFunction1()"><div id = "divButtons">Non-programming Computing Skills</div></button></li></div>
  169.  
  170. <div id = "button3"><li><button onclick="myFunction2()"><div id = "divButtons">Other Workplace Skills</div></button></li></div>
  171.  
  172. </div>
  173. </ul>
  174.  
  175.  
  176.  
  177. <hr>
  178.  
  179.  
  180.  
  181. <div id="myDIV">
  182.  
  183.  
  184. <h2>Programming Skills</h2>
  185.  
  186.  
  187. <img src="https://static.pexels.com/photos/97077/pexels-photo-97077.jpeg" alt="programming code">
  188.  
  189.  
  190.  
  191. <div class = "listClass">
  192. <ul>
  193. <li>Python programming</li>
  194. <li>Automating processes with python</li>
  195. <li>Perl Programming</li>
  196. <li>Java Programming</li>
  197. <li>iSeries programming</li>  
  198. <li>QBasic Programming</li>
  199. <li>Object-oriented C++ programming</li>
  200. <li>GUI Building with C++</li>
  201. <li>Utilizing classes</li>
  202. <li> PL/SQL Programming</li>
  203. <li> MySQL Programming </li>
  204. <li> Javascript Programming</li>
  205. </ul>
  206. </div>
  207. </div>
  208.  
  209.  
  210.  
  211. <div id="myDIV1">
  212.  
  213.  
  214. <img src="https://static.pexels.com/photos/7350/startup-photos.jpg" alt="computer startup">
  215.  
  216. <h2>Non-programming Computing Skills</h2>
  217.  
  218. <div class = "listClass">
  219. <ul>
  220. <li>Created Games in Gamemaker 8</li>
  221. <li>Made Construct 2 Games </li>
  222. <li>Created Websites using HTML </li>
  223. <li>Created hierarchal business, data, and program structures using Visio. </li>
  224. <li>Planned programs and program interfaces utilizing Visio to create models
  225. of the GUI. </li>
  226. <li> HTML Programming</li>
  227. <li> CSS Formatting </li>
  228. <li>Using Powerpoint to </li>
  229. <li> Utilizing Micosoft Access to create databases</li>
  230. </ul>
  231. </div>
  232. </div>
  233. <div id="myDIV2">
  234. <h2>Other Workplace Skills</h2>
  235.  
  236. <img src="https://static.pexels.com/photos/416405/pexels-photo-416405.jpeg" alt="workplace">
  237.  
  238. <div class = "listClass">
  239. <ul>
  240.  
  241. <li>Typing rate at 73 words per minute with 98% accuracy</li>
  242.  
  243. <li>Able to use information and critical thinking to form conclusions</li>
  244. <li>Thorough planner and implementier</li>
  245. <li> Excellent ability to create PowerPoint presentations and make public speeches</li>
  246. <li>Is an independent worker and self-learner.</li>
  247. <li>Has a great ability to collaborate on projects including SCRUM development </li>
  248. <li>Understand and speak some Spanish</li>
  249. <li>Excellent writing skills</li>
  250. <li>Excellent problem solver with the ability to analyze and utilize research</li>
  251. <li>Excellent math and discrete mathematics skills</li>
  252. <li>Detail-oriented and able to correct mistakes</li>
  253. <li>Ability to utilize the scientific method and step by step processes.</li>
  254.  
  255.  
  256. </ul>
  257. </div>
  258. </div>
  259.  
  260.  
  261.  
  262.  
  263.  
  264. <script>
  265. function myFunction() {
  266.     var x = document.getElementById('myDIV');
  267.     if (x.style.display === 'none') {
  268.         x.style.display = 'block';
  269.     } else {
  270.         x.style.display = 'none';
  271.     }
  272. }
  273. </script>
  274.  
  275. <script>
  276. function myFunction1() {
  277.     var x = document.getElementById('myDIV1');
  278.     if (x.style.display === 'none') {
  279.         x.style.display = 'block';
  280.     } else {
  281.         x.style.display = 'none';
  282.     }
  283. }
  284. </script>
  285.  
  286. <script>
  287. function myFunction2() {
  288.     var x = document.getElementById('myDIV2');
  289.     if (x.style.display === 'none') {
  290.         x.style.display = 'block';
  291.     } else {
  292.         x.style.display = 'none';
  293.     }
  294. }
  295. </script>
  296.  
  297.  
  298.  
  299.  
  300.  
  301. </body>
  302. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement