article-to-html script working with new file hierarchy (combined feature + weekly)
This commit is contained in:
@@ -0,0 +1,124 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<!-- Header -->
|
||||
<head>
|
||||
<title>chimchooree's dev space - blessfrey</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="../../../res/styles/feature.css"/>
|
||||
</head>
|
||||
|
||||
<!-- Body -->
|
||||
<body>
|
||||
|
||||
<div class="grid">
|
||||
<div class="whitespace">
|
||||
blessfrey.me<br>
|
||||
</div>
|
||||
|
||||
<div class="blessfrey-logo"></div>
|
||||
<div class="nav-row"></div>
|
||||
|
||||
<!--Navigation Bar-->
|
||||
<div class="nav-grid">
|
||||
<div class="nav-bar"></div>
|
||||
<div class="nav-index">
|
||||
<a href="index.html">
|
||||
<div class="button">home</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="nav-game">
|
||||
<a href="game.html">
|
||||
<div class="button">game</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="nav-diary">
|
||||
<a href="diary.php">
|
||||
<div class="button">diary</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="nav-presskit">
|
||||
<a href="presskit.html">
|
||||
<div class="button">presskit</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="body-row"> </div>
|
||||
|
||||
<div class="diary-entry">
|
||||
<h1>weekly roundup</h1>
|
||||
august 9-15, 2020
|
||||
apache, automation, css, html, jenkins, nginx, php, server, website<br>
|
||||
<br>
|
||||
<h2>monday, august 9</h2>
|
||||
<ul>
|
||||
<li>second week of <a href="https://flightrising.com/main.php?p=dominance">dom</a>! yeah!</li>
|
||||
<li>studied PHP with <a href="https://www.w3schools.com/php/php_intro.asp">W3Schools</a>
|
||||
</ul>
|
||||
<h2>wednesday, august 5</h2>
|
||||
<ul>
|
||||
<br>
|
||||
<li>design the website</li>
|
||||
<li>prototype of website running on the server</li>
|
||||
<li><span class="J">set up automation with Jenkins + Ansible</span></li>
|
||||
</ul>
|
||||
<br>
|
||||
<h2>thursday, august 6</h2>
|
||||
<ul>
|
||||
<li>create some placeholder graphics, articles + css</li>
|
||||
<li>add a <a href="https://publish.twitter.com/#">Twitter timeline embed</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
<h2>friday, august 7</h2>
|
||||
<ul>
|
||||
<li>decide to use PHP for manage blessfrey's blog</li>
|
||||
<li>set up a local Apache server with PHP for practice. <a href="200807.html">It was a little confusing!</a></li>
|
||||
<li>wrote a vaguely functioning Hello, World! script in PHP
|
||||
</ul>
|
||||
<br>
|
||||
<h2>saturday, august 8</h2>
|
||||
<ul>
|
||||
<li>forgot to bid on the Skull of Death in the auction house...aw man...</li>
|
||||
<li>added images to live site <a href="200808.html">despite conflicts with Linux's security</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
</div>
|
||||
|
||||
<!--right column-->
|
||||
<div class="about-box">
|
||||
<h1>about blessfrey</h1>
|
||||
It's a game.<br>
|
||||
</div>
|
||||
|
||||
<div class="twitter-box">
|
||||
<h1>follow on twitter</h1>
|
||||
<a href="https://twitter.com/lilchimchooree">@lilchimchooree</a><br>
|
||||
</div>
|
||||
|
||||
<div class="latest">
|
||||
<h1>latest</h1>
|
||||
Some articles.<br>
|
||||
</div>
|
||||
|
||||
<div class="disclosure">
|
||||
<h1>disclosure</h1>
|
||||
No sponsored posts or affiliate links appear in this blog. If they do, they will be <a href="https://www.ftc.gov/tips-advice/business-center/guidance/ftcs-endorsement-guides-what-people-are-asking">properly</a> <a href="https://www.ftc.gov/sites/default/files/attachments/press-releases/ftc-publishes-final-guides-governing-endorsements-testimonials/091005revisedendorsementguides.pdf">disclosed</a>.<br>
|
||||
<br>
|
||||
blessfrey.me does not collect personal information + has no cookies.<br>
|
||||
</div>
|
||||
|
||||
<!--Footer-->
|
||||
<div class="footer-row">
|
||||
<footer>
|
||||
<div class="footer">
|
||||
© chimchooree<br>
|
||||
</div>
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user