finalises first pass of work on BlogPageBuilder.
Project can now build the webpages required! additionally adds some example blog posts from my old website
This commit is contained in:
parent
d7a080b47a
commit
d0298d9493
133 changed files with 2355 additions and 3808 deletions
44
Resources/Output/Hello_world!.html
Normal file
44
Resources/Output/Hello_world!.html
Normal file
|
@ -0,0 +1,44 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/home/rosia/Programming/Cpp/BlogParser/Resources/Output/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>Hello world!</h1>
|
||||
<p>this is a test of the cool markdown parser written by
|
||||
some random guy online who made a cool thing but seems kind
|
||||
of cringe</p>
|
||||
<h2>The guy</h2>
|
||||
<p>whats his name? minty or some shit idk</p>
|
||||
<h2>Lets run a tests</h2>
|
||||
<p>test*</p>
|
||||
<pre><code> print("oogyboogyman")
|
||||
</code></pre>
|
||||
<p>that should be formatted as code</p>
|
||||
<h2>One more test</h2>
|
||||
<ul>
|
||||
<li>a list</li>
|
||||
<li>wow</li>
|
||||
<li>truly amazing</li>
|
||||
</ul>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue