Skip to content

Commit

Permalink
Introduce the VS Marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
ianabrown committed Oct 16, 2020
1 parent 09b0e38 commit 598ba64
Showing 1 changed file with 20 additions and 10 deletions.
30 changes: 20 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,20 +38,13 @@
</header>

<main>
<h1>Projects</h1>
<h1>Introduction</h1>
<p>This is the GitHub Pages site for <a href="https://github.com/Motivesoft">Motivesoft</a>,
started and run by me, <a href="https://github.com/ianabrown">Ian Brown</a>, as a little hobby project and a place to
store some of my recent projects and the websites that I have created to support my wife's digital art.</p>
<p>Anything I do that is not hosted in some way by GitHub will be referenced on the main <a href="https://motivesoft.co.uk">Motivesoft</a> site.</p>
<h2>Websites</h2>
<div class="projects">
<div class="project">
<h3 class="project-name">Motivesoft Github Pages</h3>
<p class="project-desc">This is the project for the Motivesoft Github Pages site, which includes <i>this</i> page.</p>
<div class="project-links">
<p><a href="https://github.com/Motivesoft/motivesoft.github.io">project page</a> <a href="https://motivesoft.github.io">website</a></p>
</div>
</div>
<div class="project">
<h3 class="project-name">Motivesoft website</h3>
<p class="project-desc">This project holds the public Motivesoft website code and contained projects. The site also contains some projects requiring backend web services, which this Github site page doesn't offer.</p>
Expand All @@ -77,7 +70,24 @@ <h3 class="project-name">Condaluna</h3>
<h3 class="project-name">Cyberzoo</h3>
<p class="project-desc">This website is a tribute for virtual pets containing lots of information about Tamagotchis, Nano Babies etc. original created in the late 90s.</p>
<div class="project-links">
<p><a href="https://github.com/Motivesoft/cyberzoo">project page</a> <a href="https://motivesoft.github.io/cyberzoo">website</a></p>
<p><a href="https://github.com/Motivesoft/cyberzoo">project site</a> <a href="https://motivesoft.github.io/cyberzoo">website</a></p>
</div>
</div>
</div>
<h2>Pages</h2>
<div class="projects">
<div class="project">
<h3 class="project-name">Github Pages</h3>
<p class="project-desc">This is the project for the Motivesoft Github Pages site, which includes <i>this</i> page.</p>
<div class="project-links">
<p><a href="https://github.com/Motivesoft/motivesoft.github.io">project site</a> <a href="https://motivesoft.github.io">page</a></p>
</div>
</div>
<div class="project">
<h3 class="project-name">Visual Studio Marketplace</h3>
<p class="project-desc">This is the publisher page for Motivesoft and lists software released for use with Visual Studio Code and the Visual Studio IDE.</p>
<div class="project-links">
<p><a href="https://marketplace.visualstudio.com/publishers/motivesoft">marketplace</a></p>
</div>
</div>
</div>
Expand All @@ -87,7 +97,7 @@ <h2>Utilities</h2>
<h3 class="project-name">paste</h3>
<p class="project-desc">A partner utility for the Windows 'clip' command. Writes the current clipboard contents to the output stream or console.</p>
<div class="project-links">
<p><a href="https://github.com/Motivesoft/paste">project page</a></p>
<p><a href="https://github.com/Motivesoft/paste">project site</a></p>
</div>
</div>
</div>
Expand Down

0 comments on commit 598ba64

Please sign in to comment.