History of Titlepage.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
3.1 KiB

4 years ago
5 years ago
4 years ago
5 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. <html>
  2. <head>
  3. <title>Steak Electronics: Electronics and IT Services</title>
  4. <style type="text/css">
  5. @font-face {
  6. font-family: 'ebfont';
  7. src: url('http://steakelectronics.com/apple_kid.ttf') format('truetype');
  8. font-weight: normal;
  9. font-style: normal;}
  10. p {
  11. font-family: 'ebfont';
  12. font-size: 23px;
  13. }
  14. </style>
  15. <!-- A few comments about embedding fonts.
  16. these two lines here (weight, style) in font face are necessary
  17. They must be in fontface, and not needed in paragraph
  18. fontface works in paragraph but not in body
  19. no matter how you try to make it work, it will NOT work in my firefox.
  20. but paragraph tag works.
  21. @font-face is very poorly implemented in firefox is what I found. My notes above show subtle
  22. changes that were required, OUTSIDE of the examples. I did not test other browsers.
  23. different firefox browsers give different results as well. A real disaster.
  24. When troubleshooting this do the following:
  25. - Use inspector / firebug for the following points
  26. - Watch network to see if font downloaded
  27. - Review console to see any error messages about font
  28. - Review code to make sure it's not caching (disable caching if needed in inspector, settings)
  29. If anyone is interested where this font came from it's the EBMain font (of course from Mother 2 aka Earthbound).
  30. -->
  31. </head>
  32. <body bgcolor="#000000" link="grey">
  33. <!--minimalist inline css, because complex css sheets are messy -->
  34. <div style="position: relative; z-index: 1;"> <!-- relative with absolute child (css - fundamental) -->
  35. <div style="background-image: url('logo_fullsize.png'); position: absolute; top: 20px; left: 35px; width:703px; height: 450px; z-index: 5;">
  36. </div>
  37. <table>
  38. <tr>
  39. <td><img width="180px" src="picofday.jpg"></td>
  40. <td><img width="180px" src="picofday2.jpg"></td>
  41. <td><img width="180px" src="picofday3.jpg"></td>
  42. <td><img width="180px" src="picofday4.jpg"></td>
  43. </tr>
  44. <tr>
  45. <td><img width="180px" src="picofday5.jpg"></td>
  46. <td><img width="180px" src="picofday6.jpg"></td>
  47. <td><img width="180px" src="picofday7.jpg"></td>
  48. <td><img width="180px" src="picofday8.jpg"></td>
  49. </tr>
  50. </table>
  51. </div>
  52. <!-- Pic of Day:
  53. something like:
  54. /etc/crontab
  55. */2 * * * * root cp $(find /picsofday/* -print | shuf | head -n 1) picofday.jpg > /dev/null 2>&1
  56. -->
  57. <pre>
  58. <font color="#fafafa"><p>Steak Electronics is an electronics and IT consulting firm located near Boston, MA.<!--This company promotes Free and Open source software.-->
  59. <!--"Try Steak"-->
  60. <a href="http://steakelectronics.com/about.html">About</a> <a href="https://git.steakelectronics.com/">Projects</a> Git repository. Public domain.
  61. <a href="https://blog.steakelectronics.com/">Blog</a> <a href="https://steakwiki.com/">Wiki</a>
  62. <!-- <a href="https://git.steakelectronics.com/">Projects</a> Git repository. Public domain.
  63. <a href="https://steakwiki.com/">Wiki</a> -->
  64. </p>
  65. </font>
  66. </pre>
  67. </body>
  68. </html>
  69. <!-- DONE 4/2020: Need to have outline of fish, bulls head, or deer, change randomly on homepage -->
  70. <!-- TODO: Need to have some other random input from outside here. Sensors for example -->