Browse Source

putting git on website.

master
Your Name 5 years ago
commit
e0c282c91f
4 changed files with 145 additions and 0 deletions
  1. +1
    -0
      .well-known/acme-challenge/test
  2. +83
    -0
      about.html
  3. BIN
      apple_kid.ttf
  4. +61
    -0
      index.html

+ 1
- 0
.well-known/acme-challenge/test View File

@ -0,0 +1 @@
ok

+ 83
- 0
about.html View File

@ -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>

BIN
apple_kid.ttf View File


+ 61
- 0
index.html View File

@ -0,0 +1,61 @@
<html>
<head>
<title>Steak Electronics: Steaky Steak Steak</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: 23px;
}
</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)
If anyone is interested where this font came from it's the EBMain font (of course from Mother 2 aka Earthbound).
-->
</head>
<body bgcolor="#0a0a0a" link="grey">
<pre><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.
<!--"Try Steak"-->
<a href="http://steakelectronics.com/about.html">About</a>
Blog (Coming Soon)
Contact (Coming Soon)
<a href="https://git.steakelectronics.com/">Documentation</a> Git repository. Public domain.
</p>
</font>
</pre>
</body>
</html>
<!-- TODO: Need to have outline of fish, bulls head, or deer, change randomly on homepage -->
<!-- TODO: Need to have some other random input from outside here. -->

Loading…
Cancel
Save