12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- <?php
- /**
- * <https://y.st./>
- * Copyright © 2016 Alex Yst <mailto:copyright@y.st>
- *
- * This program is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program. If not, see <https://www.gnu.org./licenses/>.
- **/
- $xhtml = array(
- 'title' => 'A smaller font',
- 'body' => <<<END
- <img src="/img/CC_BY-SA_4.0/y.st./weblog/2016/12/01.png" alt="The compact version of my font" class="weblog-header-image" width="809" height="480" />
- <h2 id="general">General news</h2>
- <p>
- I managed to cut two pixels off the top of the font that I built <a href="https://y.st./en/weblog/2016/11-November/17.xhtml">the other day</a>.
- I'm almost certain that I can't cut off any of the width because I need at least five pixels for wide characters such as em and double-u.
- The commercial at sign pretty much locks my hight requirements as well.
- That means that this font won't be getting any smaller!
- </p>
- <p>
- It seems that SafeLink Wireless takes back unused calling minutes, though not right away.
- The twenty-six minutes that I had left of the thirty that the device started with have disappeared.
- I still have the five hundred that were sent to the device when I activated the line, which is about five hundred more than I plan to use, but it's worth noting that you can't stockpile your minutes like you can of Tracfone proper.
- </p>
- <p>
- My <a href="/a/canary.txt">canary</a> still sings the tune of freedom and transparency.
- </p>
- <h2 id="university">University life</h2>
- <p>
- I had wholly intended to finish my reading assignment for the day, write my initial discussion post, and take the ungraded quiz, but I ended up only partially completing the reading assignment.
- Instead of completing my homework, I went looking at apartments.
- There was time for schoolwork when I got back, I just didn't have the energy.
- I don't think that I can make much progress on apartment hunting tomorrow, so I'll probably try to focus on schoolwork then instead.
- </p>
- <h2 id="apartment">Apartment hunting</h2>
- <p>
- I lost track of how many apartment complexes I checked on R Street today after work, but it was at least fourteen.
- Unfortunately, not even one of them had a main office on the premises.
- I'm starting to think that perhaps it's strange when they <strong>*do*</strong> have a main office on-site, but honestly, it seems really strange that they don't.
- I talked to a resident at one complex, and they said that it has no main office because it's privately owned.
- How do they find people to rent to then? Or does that mean that the residents themselves are the owners of the property? I have no idea.
- At another complex, I talked to a resident who told me that the main office is somewhere else in town, though they couldn't tell me where.
- They said that the property manager is Hacsa, so when time allows, I'll look them up and try to find contact information.
- Another complex had a sign saying that it was managed by Metco, so again, I'll look them up and try to get contact information when time allows.
- Lastly, one complex had a couple of signs advertising vacancies, but there was no main office on-site and no information about who the property manager is.
- I'm not sure what to do about that.
- </p>
- END
- );
|