minor change to gitignore to stop committing build files
This commit is contained in:
parent
45d611bf10
commit
287850b37e
15 changed files with 444 additions and 3 deletions
45
Resources/Output/Example_Post.html
Normal file
45
Resources/Output/Example_Post.html
Normal file
|
@ -0,0 +1,45 @@
|
|||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="Wireframe.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
Rosia Evans
|
||||
</header>
|
||||
<main>
|
||||
<nav>
|
||||
<h1>Navigation</h1>
|
||||
|
||||
<li><a href=/Tower_defence_game.html>Tower defence game</a></li>
|
||||
<li><a href=/SBS_Internship.html>SBS Internship</a></li>
|
||||
<li><a href=/Hello_world!.html>Hello world!</a></li>
|
||||
<li><a href=/EPQ_Project.html>EPQ Project</a></li>
|
||||
<li><a href=/AardvarkXR.html>AardvarkXR</a></li>
|
||||
<li><a href=/Mind_Map_Maker.html>Mind Map Maker</a></li>
|
||||
<li><a href=/Example_Post.html>Example Post</a></li>
|
||||
|
||||
</nav>
|
||||
<article><h1>Example Post</h1>
|
||||
<p>This is where a basic summary of the post would go if I wanted to add one</p>
|
||||
<p>Normal text would then go here wow</p>
|
||||
<h2>A subheader would go here</h2>
|
||||
<p>the info under the subheader would go here wow. Oh look! here comes a page break</p>
|
||||
<hr>
|
||||
<p>omg wow that worked! heres another:</p>
|
||||
<hr>
|
||||
<p>code would go here like this</p>
|
||||
<pre><code>int main()
|
||||
{
|
||||
std::cout << "hello world!" << std::endl;
|
||||
}
|
||||
</code></pre>
|
||||
<h2>One last thing</h2>
|
||||
<p>...
|
||||
moomin</p>
|
||||
<p><img src="file:///home/rosia/Pictures/Moomins/moomin-meadow.png" alt="moomin"></p>
|
||||
|
||||
</article>
|
||||
</main>
|
||||
<div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue