|
|
@ -0,0 +1,83 @@ |
|
|
|
<html> |
|
|
|
<head> |
|
|
|
<title>Steaky Steak Steak (Electronics): About</title> |
|
|
|
|
|
|
|
<style type="text/css"> |
|
|
|
@font-face { |
|
|
|
font-family: 'ebfont'; |
|
|
|
src: url('http://steakelectronics.com/apple_kid.ttf') format('truetype'); |
|
|
|
font-weight: normal; |
|
|
|
font-style: normal;} |
|
|
|
p { |
|
|
|
font-family: 'ebfont'; |
|
|
|
font-size: 22px; |
|
|
|
} |
|
|
|
</style> |
|
|
|
|
|
|
|
<!-- A few comments about embedding fonts. |
|
|
|
|
|
|
|
these two lines here (weight, style) in font face are necessary |
|
|
|
They must be in fontface, and not needed in paragraph |
|
|
|
|
|
|
|
fontface works in paragraph but not in body |
|
|
|
no matter how you try to make it work, it will NOT work in my firefox. |
|
|
|
but paragraph tag works. |
|
|
|
|
|
|
|
@font-face is very poorly implemented in firefox is what I found. My notes above show subtle |
|
|
|
changes that were required, OUTSIDE of the examples. I did not test other browsers. |
|
|
|
|
|
|
|
different firefox browsers give different results as well. A real disaster. |
|
|
|
|
|
|
|
When troubleshooting this do the following: |
|
|
|
- Use inspector / firebug for the following points |
|
|
|
- Watch network to see if font downloaded |
|
|
|
- Review console to see any error messages about font |
|
|
|
- Review code to make sure it's not caching (disable caching if needed in inspector, settings) |
|
|
|
--> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body bgcolor="#0a0a0a" link="grey"> |
|
|
|
<pre><font color="#fafafa"><p> |
|
|
|
Steak Electronics is a carnivore run business which focuses on Electronics contracting and IT Services. |
|
|
|
<!--"Try Steak"--> |
|
|
|
|
|
|
|
|
|
|
|
You should "Try Steak" because of the following reasons: |
|
|
|
|
|
|
|
* This company supports Free and Open Source hardware and software. We believe ethics in |
|
|
|
business to be important, and follow the golden rule. |
|
|
|
* No hidden fees, upselling, or unnecessary purchases. If you don't need expensive |
|
|
|
equipment then we won't sell it. |
|
|
|
* We love what we do, and truly enjoy working with technology. A labour of love. |
|
|
|
|
|
|
|
|
|
|
|
Our abilities are in the following: |
|
|
|
|
|
|
|
Electronics |
|
|
|
|
|
|
|
* PCB Layout |
|
|
|
* Programming |
|
|
|
* Data Logging |
|
|
|
* Electronics Design |
|
|
|
* We strive to release work back to the community, when possible. |
|
|
|
|
|
|
|
For some projects that we work on in Electronics in our spare time, please visit the <a href="https://git.steakelectronics.com">code repository</a>. |
|
|
|
|
|
|
|
|
|
|
|
IT Services |
|
|
|
|
|
|
|
* Small business IT Networking, and maintenance |
|
|
|
* Use of local or remote GNU/Linux servers when possible (superior performance, greater flexibility) |
|
|
|
* Small website design projects (wordpress, wikis, ftp, nextcloud, vps) |
|
|
|
* We work for you, you don't work for us. We put the user in control of their IT - not the other way around. |
|
|
|
|
|
|
|
We have been working in IT since 2014, and with computers since we were children. We call this pursuit: |
|
|
|
"Fighting with Computers". Almost every day, we are fighting with computers - Trying to get the computer |
|
|
|
to do what we want it to. |
|
|
|
|
|
|
|
<a href="http://steakelectronics.com/">Back to Home Page</a> |
|
|
|
</p> |
|
|
|
</font> |
|
|
|
</pre> |
|
|
|
</body> |
|
|
|
</html> |