Skip to content

Commit 00d6ed7

Browse files
committedApr 14, 2022
add logo images
1 parent 0a49042 commit 00d6ed7

12 files changed

+45
-29
lines changed
 

‎404.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="stylesheet" href="/static/css/main.css" />
1010
<link rel="stylesheet" href="/armdroid/theme.css" />
11+
<link rel="icon" href="/armdroid/armdroid_sm.png" type="image/png" />
12+
<link rel="apple-touch-icon" href="/armdroid/armdroid_sm.png" type="image/png" />
1113

1214

1315

1416

1517
<meta property="og:site_name" content="Armdroid 1000" />
1618
<meta property="og:title" content="Armdroid 1000 - Error 404" />
1719
<meta property="og:description" content="Page Not Found Oh no… Something’s broken. Go back." />
18-
<meta property="og:image" content="" />
20+
<meta property="og:image" content="armdroid.png" />
1921
<meta property="og:type" content="page" />
2022
<meta property="og:url" content="https://dragoncoder047.github.io/armdroid/p/404.html" />
2123
<meta property="og:locale" content="['']" />
2224
<meta name="twitter:card" content="summary_large_image" />
2325
<meta name="twitter:title" content="Armdroid 1000 - Error 404" />
2426
<meta name="twitter:description" content="Page Not Found Oh no… Something’s broken. Go back." />
25-
<meta name="twitter:image" content="" />
27+
<meta name="twitter:image" content="armdroid.png" />
2628

2729
</head>
2830

2931
<body class="match-braces rainbow-braces">
3032
<header>
31-
<a href="/armdroid"><div class="flex-row"><!-- logo image here --><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
33+
<a href="/armdroid"><div class="flex-row"><img src="armdroid.png" width="145" height="115" /><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
3234
<nav>
3335
<ul>
3436
<li><a href="https://dragoncoder047.github.io/armdroid/">Home</a></li>

‎armdroid.png

2.65 KB
Loading

‎armdroid_sm.png

363 Bytes
Loading

‎build.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
AUTHOR = 'dragoncoder047'
1111
SITENAME = 'Armdroid 1000'
1212
SITEURL = 'https://dragoncoder047.github.io/armdroid'
13-
LOGO = ''
14-
LOGO_AREA_HTML = f'<a href="/armdroid"><div class="flex-row"><!-- logo image here --><div id="sitename-text" class="flex-column"><h1>{SITENAME}</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>'
15-
ICON = ''
16-
ICON_MIMETYPE = ''
13+
LOGO = 'armdroid.png'
14+
LOGO_AREA_HTML = f'<a href="/armdroid"><div class="flex-row"><img src="{LOGO}" width="145" height="115" /><div id="sitename-text" class="flex-column"><h1>{SITENAME}</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>'
15+
ICON = '/armdroid/armdroid_sm.png'
16+
ICON_MIMETYPE = 'image/png'
1717
THEME_CSS_FILE = '/armdroid/theme.css'
1818
THEME_MAIN_CSS = '/static/css/main.css'
1919
THEME_STATIC_DIR = 'static/'

‎index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="stylesheet" href="/static/css/main.css" />
1010
<link rel="stylesheet" href="/armdroid/theme.css" />
11+
<link rel="icon" href="/armdroid/armdroid_sm.png" type="image/png" />
12+
<link rel="apple-touch-icon" href="/armdroid/armdroid_sm.png" type="image/png" />
1113

1214

1315

1416

1517
<meta property="og:site_name" content="Armdroid 1000" />
1618
<meta property="og:title" content="Armdroid 1000 - Armdroid 1000" />
1719
<meta property="og:description" content="In early 2022 I found two old Armdroid 1000’s plus some of their accessories in the back of my engineering teacher’s storage closet. Thus began an investigation into the history, mechanics, electronics, and software of the Armdroid 1000. This site curates the result. The Armdroid 1000 is a …" />
18-
<meta property="og:image" content="" />
20+
<meta property="og:image" content="armdroid.png" />
1921
<meta property="og:type" content="page" />
2022
<meta property="og:url" content="https://dragoncoder047.github.io/armdroid/p/index.html" />
2123
<meta property="og:locale" content="['']" />
2224
<meta name="twitter:card" content="summary_large_image" />
2325
<meta name="twitter:title" content="Armdroid 1000 - Armdroid 1000" />
2426
<meta name="twitter:description" content="In early 2022 I found two old Armdroid 1000’s plus some of their accessories in the back of my engineering teacher’s storage closet. Thus began an investigation into the history, mechanics, electronics, and software of the Armdroid 1000. This site curates the result. The Armdroid 1000 is a …" />
25-
<meta name="twitter:image" content="" />
27+
<meta name="twitter:image" content="armdroid.png" />
2628

2729
</head>
2830

2931
<body class="match-braces rainbow-braces">
3032
<header>
31-
<a href="/armdroid"><div class="flex-row"><!-- logo image here --><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
33+
<a href="/armdroid"><div class="flex-row"><img src="armdroid.png" width="145" height="115" /><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
3234
<nav>
3335
<ul>
3436
<li><a href="https://dragoncoder047.github.io/armdroid/">Home</a></li>

‎p/images/conveyor.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="stylesheet" href="/static/css/main.css" />
1010
<link rel="stylesheet" href="/armdroid/theme.css" />
11+
<link rel="icon" href="/armdroid/armdroid_sm.png" type="image/png" />
12+
<link rel="apple-touch-icon" href="/armdroid/armdroid_sm.png" type="image/png" />
1113

1214

1315

1416

1517
<meta property="og:site_name" content="Armdroid 1000" />
1618
<meta property="og:title" content="Armdroid 1000 - Conveyor Images" />
1719
<meta property="og:description" content="The conveyor accessory is just a long conveyor, about a meter’s worth of it. One end holds a power supply unit and a stepper motor to run the belt and a simple control board that controls the speed and direction of the conveyor. On the side there is a …" />
18-
<meta property="og:image" content="" />
20+
<meta property="og:image" content="armdroid.png" />
1921
<meta property="og:type" content="page" />
2022
<meta property="og:url" content="https://dragoncoder047.github.io/armdroid/p/images/conveyor.html" />
2123
<meta property="og:locale" content="['']" />
2224
<meta name="twitter:card" content="summary_large_image" />
2325
<meta name="twitter:title" content="Armdroid 1000 - Conveyor Images" />
2426
<meta name="twitter:description" content="The conveyor accessory is just a long conveyor, about a meter’s worth of it. One end holds a power supply unit and a stepper motor to run the belt and a simple control board that controls the speed and direction of the conveyor. On the side there is a …" />
25-
<meta name="twitter:image" content="" />
27+
<meta name="twitter:image" content="armdroid.png" />
2628

2729
</head>
2830

2931
<body class="match-braces rainbow-braces">
3032
<header>
31-
<a href="/armdroid"><div class="flex-row"><!-- logo image here --><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
33+
<a href="/armdroid"><div class="flex-row"><img src="armdroid.png" width="145" height="115" /><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
3234
<nav>
3335
<ul>
3436
<li><a href="https://dragoncoder047.github.io/armdroid/">Home</a></li>

‎p/images/index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="stylesheet" href="/static/css/main.css" />
1010
<link rel="stylesheet" href="/armdroid/theme.css" />
11+
<link rel="icon" href="/armdroid/armdroid_sm.png" type="image/png" />
12+
<link rel="apple-touch-icon" href="/armdroid/armdroid_sm.png" type="image/png" />
1113

1214

1315

1416

1517
<meta property="og:site_name" content="Armdroid 1000" />
1618
<meta property="og:title" content="Armdroid 1000 - Images" />
1719
<meta property="og:description" content="This page contains the images I took of the two Armdroid units. The other accessories each have their own page: Conveyor belt Power supply unit Screw slider Turntable Base and Shoulder Here’s all the power connectors on the base: I got the DB9 pinout from here. The fourth accessory …" />
18-
<meta property="og:image" content="" />
20+
<meta property="og:image" content="armdroid.png" />
1921
<meta property="og:type" content="page" />
2022
<meta property="og:url" content="https://dragoncoder047.github.io/armdroid/p/images/index.html" />
2123
<meta property="og:locale" content="['']" />
2224
<meta name="twitter:card" content="summary_large_image" />
2325
<meta name="twitter:title" content="Armdroid 1000 - Images" />
2426
<meta name="twitter:description" content="This page contains the images I took of the two Armdroid units. The other accessories each have their own page: Conveyor belt Power supply unit Screw slider Turntable Base and Shoulder Here’s all the power connectors on the base: I got the DB9 pinout from here. The fourth accessory …" />
25-
<meta name="twitter:image" content="" />
27+
<meta name="twitter:image" content="armdroid.png" />
2628

2729
</head>
2830

2931
<body class="match-braces rainbow-braces">
3032
<header>
31-
<a href="/armdroid"><div class="flex-row"><!-- logo image here --><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
33+
<a href="/armdroid"><div class="flex-row"><img src="armdroid.png" width="145" height="115" /><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
3234
<nav>
3335
<ul>
3436
<li><a href="https://dragoncoder047.github.io/armdroid/">Home</a></li>

‎p/images/power.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="stylesheet" href="/static/css/main.css" />
1010
<link rel="stylesheet" href="/armdroid/theme.css" />
11+
<link rel="icon" href="/armdroid/armdroid_sm.png" type="image/png" />
12+
<link rel="apple-touch-icon" href="/armdroid/armdroid_sm.png" type="image/png" />
1113

1214

1315

1416

1517
<meta property="og:site_name" content="Armdroid 1000" />
1618
<meta property="og:title" content="Armdroid 1000 - Armdroid Power Supply Pictures" />
1719
<meta property="og:description" content="The power supply that came with the Armdroid was just a big black box with a switch on the front and two banana jacks on the back. I plugged it in and tested it one day - something is broken, because no power came out the banana jacks. I took a …" />
18-
<meta property="og:image" content="" />
20+
<meta property="og:image" content="armdroid.png" />
1921
<meta property="og:type" content="page" />
2022
<meta property="og:url" content="https://dragoncoder047.github.io/armdroid/p/images/power.html" />
2123
<meta property="og:locale" content="['']" />
2224
<meta name="twitter:card" content="summary_large_image" />
2325
<meta name="twitter:title" content="Armdroid 1000 - Armdroid Power Supply Pictures" />
2426
<meta name="twitter:description" content="The power supply that came with the Armdroid was just a big black box with a switch on the front and two banana jacks on the back. I plugged it in and tested it one day - something is broken, because no power came out the banana jacks. I took a …" />
25-
<meta name="twitter:image" content="" />
27+
<meta name="twitter:image" content="armdroid.png" />
2628

2729
</head>
2830

2931
<body class="match-braces rainbow-braces">
3032
<header>
31-
<a href="/armdroid"><div class="flex-row"><!-- logo image here --><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
33+
<a href="/armdroid"><div class="flex-row"><img src="armdroid.png" width="145" height="115" /><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
3234
<nav>
3335
<ul>
3436
<li><a href="https://dragoncoder047.github.io/armdroid/">Home</a></li>

‎p/images/slider.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="stylesheet" href="/static/css/main.css" />
1010
<link rel="stylesheet" href="/armdroid/theme.css" />
11+
<link rel="icon" href="/armdroid/armdroid_sm.png" type="image/png" />
12+
<link rel="apple-touch-icon" href="/armdroid/armdroid_sm.png" type="image/png" />
1113

1214

1315

1416

1517
<meta property="og:site_name" content="Armdroid 1000" />
1618
<meta property="og:title" content="Armdroid 1000 - Screw Slider Pictures" />
1719
<meta property="og:description" content="The slider track accessory was new because I could not find any documents online that mentioned it. There’s not much to it either way. It’s a square platform that slides on two rails and is controlled by a stepper motor. There’s about 415 mm of travel in …" />
18-
<meta property="og:image" content="" />
20+
<meta property="og:image" content="armdroid.png" />
1921
<meta property="og:type" content="page" />
2022
<meta property="og:url" content="https://dragoncoder047.github.io/armdroid/p/images/slider.html" />
2123
<meta property="og:locale" content="['']" />
2224
<meta name="twitter:card" content="summary_large_image" />
2325
<meta name="twitter:title" content="Armdroid 1000 - Screw Slider Pictures" />
2426
<meta name="twitter:description" content="The slider track accessory was new because I could not find any documents online that mentioned it. There’s not much to it either way. It’s a square platform that slides on two rails and is controlled by a stepper motor. There’s about 415 mm of travel in …" />
25-
<meta name="twitter:image" content="" />
27+
<meta name="twitter:image" content="armdroid.png" />
2628

2729
</head>
2830

2931
<body class="match-braces rainbow-braces">
3032
<header>
31-
<a href="/armdroid"><div class="flex-row"><!-- logo image here --><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
33+
<a href="/armdroid"><div class="flex-row"><img src="armdroid.png" width="145" height="115" /><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
3234
<nav>
3335
<ul>
3436
<li><a href="https://dragoncoder047.github.io/armdroid/">Home</a></li>

‎p/images/turntable.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="stylesheet" href="/static/css/main.css" />
1010
<link rel="stylesheet" href="/armdroid/theme.css" />
11+
<link rel="icon" href="/armdroid/armdroid_sm.png" type="image/png" />
12+
<link rel="apple-touch-icon" href="/armdroid/armdroid_sm.png" type="image/png" />
1113

1214

1315

1416

1517
<meta property="og:site_name" content="Armdroid 1000" />
1618
<meta property="og:title" content="Armdroid 1000 - Turntable Pictures" />
1719
<meta property="og:description" content="The turntable is a large 12-inch Plexiglas platter mounted on a rotation bearing in the same way as the Armdroid itself, and turned by a stepper motor. Judging from the spiral wear tracks on the reduction gear, this was turned clockwise most of the time. There is nothing inside of …" />
18-
<meta property="og:image" content="" />
20+
<meta property="og:image" content="armdroid.png" />
1921
<meta property="og:type" content="page" />
2022
<meta property="og:url" content="https://dragoncoder047.github.io/armdroid/p/images/turntable.html" />
2123
<meta property="og:locale" content="['']" />
2224
<meta name="twitter:card" content="summary_large_image" />
2325
<meta name="twitter:title" content="Armdroid 1000 - Turntable Pictures" />
2426
<meta name="twitter:description" content="The turntable is a large 12-inch Plexiglas platter mounted on a rotation bearing in the same way as the Armdroid itself, and turned by a stepper motor. Judging from the spiral wear tracks on the reduction gear, this was turned clockwise most of the time. There is nothing inside of …" />
25-
<meta name="twitter:image" content="" />
27+
<meta name="twitter:image" content="armdroid.png" />
2628

2729
</head>
2830

2931
<body class="match-braces rainbow-braces">
3032
<header>
31-
<a href="/armdroid"><div class="flex-row"><!-- logo image here --><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
33+
<a href="/armdroid"><div class="flex-row"><img src="armdroid.png" width="145" height="115" /><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
3234
<nav>
3335
<ul>
3436
<li><a href="https://dragoncoder047.github.io/armdroid/">Home</a></li>

‎p/resources/index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,29 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
99
<link rel="stylesheet" href="/static/css/main.css" />
1010
<link rel="stylesheet" href="/armdroid/theme.css" />
11+
<link rel="icon" href="/armdroid/armdroid_sm.png" type="image/png" />
12+
<link rel="apple-touch-icon" href="/armdroid/armdroid_sm.png" type="image/png" />
1113

1214

1315

1416

1517
<meta property="og:site_name" content="Armdroid 1000" />
1618
<meta property="og:title" content="Armdroid 1000 - Resources" />
1719
<meta property="og:description" content="I am by no means the first person to have worked with an Armdroid 1000 or any of its relatives. Here are some other people’s sites I found that would be worth looking at. Unfortunately, most of these sites are written around the Armdroid 1, made by Colne Robotics …" />
18-
<meta property="og:image" content="" />
20+
<meta property="og:image" content="armdroid.png" />
1921
<meta property="og:type" content="page" />
2022
<meta property="og:url" content="https://dragoncoder047.github.io/armdroid/p/resources/index.html" />
2123
<meta property="og:locale" content="['']" />
2224
<meta name="twitter:card" content="summary_large_image" />
2325
<meta name="twitter:title" content="Armdroid 1000 - Resources" />
2426
<meta name="twitter:description" content="I am by no means the first person to have worked with an Armdroid 1000 or any of its relatives. Here are some other people’s sites I found that would be worth looking at. Unfortunately, most of these sites are written around the Armdroid 1, made by Colne Robotics …" />
25-
<meta name="twitter:image" content="" />
27+
<meta name="twitter:image" content="armdroid.png" />
2628

2729
</head>
2830

2931
<body class="match-braces rainbow-braces">
3032
<header>
31-
<a href="/armdroid"><div class="flex-row"><!-- logo image here --><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
33+
<a href="/armdroid"><div class="flex-row"><img src="armdroid.png" width="145" height="115" /><div id="sitename-text" class="flex-column"><h1>Armdroid 1000</h1><!-- h2>SITESUBTITLE</h2 --></div></div></a>
3234
<nav>
3335
<ul>
3436
<li><a href="https://dragoncoder047.github.io/armdroid/">Home</a></li>

‎pelicantheme

0 commit comments

Comments
 (0)
Please sign in to comment.